Include gettext.h only in those files that need it.
[gnulib.git] / ChangeLog
1 2008-06-10  Bruno Haible  <bruno@clisp.org>
2
3         * lib/acl-internal.h: Don't include gettext.h here.
4         * lib/set-mode-acl.c: Include gettext.h here.
5         * lib/copy-acl.c: Likewise.
6
7 2008-06-10  Bruno Haible  <bruno@clisp.org>
8
9         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
10         * lib/wait-process.c (wait_subprocess): Likewise.
11         * lib/execute.h (execute): Add termsigp argument.
12         * lib/execute.c (execute): Likewise.
13         * lib/csharpcomp.c (compile_csharp_using_pnet,
14         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
15         * lib/csharpexec.c (execute_csharp_using_pnet,
16         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
17         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
18         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
19         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
20         is_jikes_present): Update.
21         * lib/javaexec.c (execute_java_class): Update.
22         * lib/javaversion.c (execute_and_read_line): Update.
23         * NEWS: Document the changes.
24         Reported by Eric Blake.
25
26 2008-06-10  Eric Blake  <ebb9@byu.net>
27
28         Add missing include.
29         * tests/test-strstr.c (includes): Add <signal.h>.
30         * tests/test-strcasestr.c (includes): Likewise.
31         * tests/test-memmem.c (includes): Likewise.
32
33 2008-06-10  Bruno Haible  <bruno@clisp.org>
34
35         * lib/wait-process.c (wait_subprocess): Add an assertion.
36
37 2008-06-10  Bruno Haible  <bruno@clisp.org>
38
39         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
40
41 2008-06-10  Bruno Haible  <bruno@clisp.org>
42
43         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
44         using alarm().
45         * tests/test-strcasestr.c (main): Likewise.
46         * tests/test-strstr.c (main): Likewise.
47
48 2008-06-09  Bruno Haible  <bruno@clisp.org>
49
50         Work around the Solaris 10 ACE ACLs ABI change.
51         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
52         declare if ACL_NO_TRIVIAL is present.
53         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
54         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
55         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
56         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
57         define if ACL_NO_TRIVIAL is present.
58         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
59         and use the current ABI.
60         (file_has_acl): Use same #if condition as elsewhere.
61         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
62         in use, and use the current ABI.
63         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
64         Reported by Jim Meyering.
65
66 2008-06-09  Eric Blake  <ebb9@byu.net>
67
68         Work around environments that (stupidly) ignore SIGALRM.
69         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
70         before using alarm().
71         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
72         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
73         Reported by Ian Beckwith <ianb@erislabs.net>.
74
75         Produce autobuild blurb earlier in log.
76         * modules/autobuild (configure.ac-early): Move AB_INIT here.
77
78 2008-06-09  Jim Meyering  <meyering@redhat.com>
79         and Ondřej Vašík  <ovasik@redhat.com>
80
81         utimens.c: correct kernel bug work-around
82         Ondřej Vašík found that the invalid return value of 280 indicates
83         failure, not success, and the kernel bug we're trying to work
84         around affects not just the utimensat call, but also the fallback
85         futimens call.
86         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
87         not success.
88         [HAVE_FUTIMENS]: Use the same work-around, here.
89
90 2008-06-09  Jim Meyering  <meyering@redhat.com>
91
92         add more guards around definition of ACE_-related code
93         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
94         ALLOW and ACE_OWNER are also defined.
95
96 2008-06-08  Bruno Haible  <bruno@clisp.org>
97
98         * lib/acl-internal.h: Add me as co-author.
99         * lib/file-has-acl.c: Likewise.
100         * lib/set-mode-acl.c: Likewise.
101         * lib/copy-acl.c: Likewise.
102
103 2008-06-08  Bruno Haible  <bruno@clisp.org>
104
105         Add support for AIX ACLs.
106         * lib/acl-internal.h (acl_nontrivial): New declaration.
107         * lib/file-has-acl.c (acl_nontrivial): New function.
108         (file_has_acl): Add implementation using AIX 4 ACL API.
109         * lib/set-mode-acl.c (qset_acl): Likewise.
110         * lib/copy-acl.c (qcopy_acl): Likewise.
111
112 2008-06-08  Bruno Haible  <bruno@clisp.org>
113
114         Add support for HP-UX ACLs.
115         * lib/acl-internal.h (acl_nontrivial): New declaration.
116         * lib/file-has-acl.c (acl_nontrivial): New function.
117         (file_has_acl): Add implementation using HP-UX 11 ACL API.
118         * lib/set-mode-acl.c (qset_acl): Likewise.
119         * lib/copy-acl.c (qcopy_acl): Likewise.
120
121 2008-06-08  Bruno Haible  <bruno@clisp.org>
122
123         Add support for Cygwin ACLs.
124         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
125         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
126         the chmod_or_fchmod call.
127         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
128
129 2008-06-08  Bruno Haible  <bruno@clisp.org>
130
131         Fix bug with setuid modes in Solaris 10+ code.
132         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
133         succeeded, when the mode contains some special bits.
134
135 2008-06-08  Bruno Haible  <bruno@clisp.org>
136
137         Add support for Solaris 7..10 ACLs.
138         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
139         declarations.
140         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
141         functions.
142         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
143         * lib/set-mode-acl.c (qset_acl): Likewise.
144         * lib/copy-acl.c (qcopy_acl): Likewise.
145
146 2008-06-08  Bruno Haible  <bruno@clisp.org>
147
148         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
149         declaration.
150         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
151         (acl_access_nontrivial): Remove MacOS X case.
152         (file_has_acl): Use acl_extended_nontrivial.
153         * lib/copy-acl.c (qcopy_acl): Likewise.
154
155 2008-06-08  Bruno Haible  <bruno@clisp.org>
156
157         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
158
159 2008-06-08  Jim Meyering  <meyering@redhat.com>
160
161         * modules/acl (Maintainer): Add Bruno Haible.
162
163 2008-06-07  Bruno Haible  <bruno@clisp.org>
164
165         Improve support for Tru64 ACLs.
166         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
167         ACL on OSF/1.
168
169 2008-06-07  Bruno Haible  <bruno@clisp.org>
170
171         Add support for MacOS X ACLs.
172         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
173         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
174         * lib/set-mode-acl.c (qset_acl): Likewise.
175         * lib/copy-acl.c (qcopy_acl): Likewise.
176
177 2008-06-07  Bruno Haible  <bruno@clisp.org>
178
179         Fix memory leak introduced on 2008-05-22.
180         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
181         use.
182
183 2008-06-07  Bruno Haible  <bruno@clisp.org>
184
185         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
186         to construct an empty ACL.
187
188 2008-06-07  Bruno Haible  <bruno@clisp.org>
189
190         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
191         precisely.
192         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
193
194 2008-06-07  Bruno Haible  <bruno@clisp.org>
195
196         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
197         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
198
199 2008-06-07  Bruno Haible  <bruno@clisp.org>
200
201         * doc/posix-functions/_setjmp.texi: Explain the use of this function
202         regardless of POSIX.
203         * doc/posix-functions/_longjmp.texi: Likewise.
204         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
205         SystemV platform in this case.
206
207 2008-06-06  Eric Blake  <ebb9@byu.net>
208
209         Document abort() bugs.
210         * doc/posix-functions/abort.texi (abort): Mention anomalies.
211
212         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
213         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
214         sigsetjmp.
215         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
216         siglongjmp, but only as a macro.
217         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
218         is obsolete.
219         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
220
221         Tweak documentation to cover cygwin argz bugs.
222         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
223         argz bug fix; no code change needed since no cygwin releases
224         occurred between the last fix and the bug being tested.
225         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
226         module and recently fixed cygwin bugs.
227         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
228         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
229         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
230         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
231         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
232         Likewise.
233         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
234         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
235         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
236         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
237         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
238         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
239         Likewise.
240
241         Avoid gcc warning on cygwin.
242         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
243         !ACL_NO_TRIVIAL]: Avoid unused variable.
244
245 2008-06-05  Eric Blake  <ebb9@byu.net>
246
247         Be tolerant of UNKNOWN version in gnulib-tool test dir.
248         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
249         git-version-gen fails to come up with a version.
250         Reported by Simon Josefsson.
251
252 2008-06-05  Jim Meyering  <meyering@redhat.com>
253             Paul Eggert  <eggert@cs.ucla.edu>
254
255         utimens.c: work around a probable Linux kernel bug
256         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
257         appears to be a kernel bug that causes utimensat to return 280
258         instead of 0, indicating success.
259
260 2008-06-04  Bruno Haible  <bruno@clisp.org>
261
262         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
263         2008-06-01 commit.
264
265 2008-06-04  Bruno Haible  <bruno@clisp.org>
266
267         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
268         * lib/file-has-acl.c (acl_access_nontrivial): New function.
269         (file_has_acl): Use it. Save errno afterwards.
270         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
271
272 2008-06-03  Bruno Haible  <bruno@clisp.org>
273
274         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
275         draft code. Simplify #ifs.
276         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
277         Put Solaris code after POSIX-draft code. Fix comments regarding
278         Solaris 10, HP-UX. Mention Cygwin.
279         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
280
281 2008-06-03  Eric Blake  <ebb9@byu.net>
282
283         Provide fallback for older kernels.
284         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
285         Provide runtime fallback if kernel lacks support.
286         Reported by Mike Frysinger.
287
288 2008-06-02  Bruno Haible  <bruno@clisp.org>
289
290         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
291         it exists.
292
293 2008-06-02  Bruno Haible  <bruno@clisp.org>
294
295         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
296         * lib/copy-acl.c (qcopy_acl): Update comment.
297
298 2008-06-02  Bruno Haible  <bruno@clisp.org>
299
300         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
301         like ACL APIs.
302
303 2008-06-02  Bruno Haible  <bruno@clisp.org>
304
305         * tests/test-file-has-acl.sh: Use different code for Cygwin.
306         * tests/test-set-mode-acl.sh: Likewise.
307         * tests/test-copy-acl.sh: Likewise.
308         * tests/test-copy-file.sh: Likewise.
309
310 2008-06-02  Bruno Haible  <bruno@clisp.org>
311
312         * tests/test-file-has-acl.sh: Remove unused code.
313
314 2008-06-01  Bruno Haible  <bruno@clisp.org>
315
316         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
317         (copy_acl): Just a wrapper around qcopy_acl that emits the error
318         messages.
319         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
320
321 2008-06-01  Bruno Haible  <bruno@clisp.org>
322
323         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
324         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
325         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
326         APIs.
327         * modules/acl-tests (configure.ac): Remove tests now contained in
328         m4/acl.m4.
329
330 2008-06-02  Jim Meyering  <meyering@redhat.com>
331
332         announce-gen: use a better key-server host name
333         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
334         it may be more consistently reliable.  Suggested by Werner Koch
335         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
336
337 2008-06-01  Bruno Haible  <bruno@clisp.org>
338
339         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
340         Reported by Voroskoi Andras <voroskoi@gmail.com>.
341
342 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
343
344         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
345
346 2008-06-01  Bruno Haible  <bruno@clisp.org>
347
348         New ACL tests.
349         * tests/test-file-has-acl.sh: New file.
350         * tests/test-file-has-acl.c: New file.
351         * tests/test-set-mode-acl.sh: New file.
352         * tests/test-set-mode-acl.c: New file.
353         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
354         * tests/test-copy-acl.c: New file.
355         * modules/acl-tests: New file, based on modules/copy-file-tests.
356         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
357         (Depends-on): Add acl-tests.
358         (configure.ac): Remove checks.
359         (Makefile.am): Don't create test-sameacls program here any more.
360
361 2008-06-01  Bruno Haible  <bruno@clisp.org>
362
363         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
364         * tests/test-sameacls.c: Include progname.h.
365         (main): Invoke set_program_name. Portability fixes for MacOS X,
366         Solaris, HP-UX.
367
368 2008-06-01  Bruno Haible  <bruno@clisp.org>
369
370         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
371         function.
372         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
373
374 2008-06-01  Bruno Haible  <bruno@clisp.org>
375
376         * modules/rpmatch (Depends-on): Add strdup.
377
378 2008-06-01  Bruno Haible  <bruno@clisp.org>
379
380         * lib/pipe.c: Include unistd-safer.h.
381         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
382         * modules/pipe (Depends-on): Add unistd-safer.
383
384 2008-05-30  Simon Josefsson  <simon@josefsson.org>
385
386         * modules/autobuild (configure.ac): Call AB_INIT.
387
388 2008-05-30  Simon Josefsson  <simon@josefsson.org>
389
390         * tests/test-getaddrinfo.c: Don't print debug messages by default.
391         Suggested by Bruno Haible <bruno@clisp.org>.
392
393 2008-05-30  Simon Josefsson  <simon@josefsson.org>
394
395         * tests/test-base64.c: Cast size_t to unsigned long when invoking
396         printf.  Use %lu instead of %d.  Reported by Bruno Haible
397         <bruno@clisp.org>.
398
399 2008-05-29  Eric Blake  <ebb9@byu.net>
400
401         Prefer new POSIX 200x interfaces over futimesat.
402         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
403         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
404         when available.
405         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
406
407 2008-05-28  Bruno Haible  <bruno@clisp.org>
408
409         * modules/stpcpy (License): Change to LGPLv2+.
410         Requested by David Lutterkort <dlutter@redhat.com>.
411
412 2008-05-27  Bruno Haible  <bruno@clisp.org>
413
414         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
415         current mingw.
416         Reported by Jose E. Marchesi <jemarch@gnu.org>.
417
418 2008-05-27  Bruno Haible  <bruno@clisp.org>
419
420         * modules/iconv_open (Link): New section, from module 'iconv'.
421         * modules/striconv (Link): Likewise.
422         * modules/striconveh (Link): Likewise.
423         * modules/xstriconv (Link): Likewise.
424         * modules/unicodeio (Link): Likewise.
425         * modules/propername (Link): Likewise.
426         Reported by Jim Meyering.
427
428 2008-05-26  Jim Meyering  <meyering@redhat.com>
429
430         sha256: do not artificially restrict buffer length to be < 2^32
431         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
432         uint32_t to size_t.
433         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
434         to match.
435
436         avoid unaligned access errors, e.g., on sparc
437         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
438         direct access through a possibly-unaligned uint64* pointer.
439         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
440         direct access through a possibly-unaligned uint32* pointer.
441         Prompted by this patch from Tom "spot" Callaway:
442         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
443
444         sha512.c: fix typo in comment
445         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
446
447 2008-05-25  Bruno Haible  <bruno@clisp.org>
448
449         * lib/set-mode-acl.c: Renamed from lib/acl.c.
450         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
451         (Makefile.am): Update lib_SOURCES.
452
453 2008-05-25  Bruno Haible  <bruno@clisp.org>
454
455         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
456
457 2008-05-25  Jim Meyering  <meyering@redhat.com>
458
459         useless-if-before-free: freed expr may have white-space differences
460         * build-aux/useless-if-before-free: Recognize cases in which the
461         freed expression differs from the tested one in embedded white
462         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
463         $1 was used, so we can't make any regexp shy.  Improved tests now
464         detect this.
465
466         useless-if-before-free: accept white space in the expression.
467         * build-aux/useless-if-before-free: For now, any white space
468         in the expression must be identical in the free argument.
469
470         useless-if-before-free: efficiency tweak
471         * build-aux/useless-if-before-free: Make the expression-matching
472         regexp "shy".
473         Make the *outer* regexp shy, not the expr-matching one.
474
475         update code-in-comment to accept cast of free arg
476         * build-aux/useless-if-before-free: Update regexp.
477
478 2008-05-25  Bruno Haible  <bruno@clisp.org>
479
480         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
481         * modules/copy-file-tests (Files, Makefile.am): Update.
482         * tests/test-copy-file.c (func_test_copy): Update.
483
484 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
485
486         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
487
488 2008-05-23  Bruno Haible  <bruno@clisp.org>
489
490         Improve support for ACLs on OSF/1.
491         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
492         Remove fallback for unknown flavors of ACLs.
493
494 2008-05-22  Bruno Haible  <bruno@clisp.org>
495
496         Add support for ACLs on OSF/1.
497         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
498         replacements.
499         (acl_free_text): New macro fallback.
500         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
501         acl_free.
502         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
503         acl_free_text function. Require AC_C_INLINE.
504
505 2008-05-22  Bruno Haible  <bruno@clisp.org>
506
507         Make copy_acl work on MacOS X 10.5.
508         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
509         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
510         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
511         If MODE_INSIDE_ACL, don't assume that every system has the same text
512         representation for ACLs as FreeBSD.
513         * lib/copy-acl.c (copy_acl): Add support for platforms with
514         !MODE_INSIDE_ACL.
515         * lib/file-has-acl.c (file_has_acl): Likewise.
516         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
517         FreeBSD, MacOS X, or IRIX, respectively.
518
519 2008-05-22  Bruno Haible  <bruno@clisp.org>
520
521         * lib/acl.h: Don't include <sys/acl.h>.
522         (GETACLCNT): Move fallback to lib/acl-internal.h.
523         * lib/acl-internal.h: Include <sys/acl.h> here.
524         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
525
526 2008-05-22  Bruno Haible  <bruno@clisp.org>
527
528         Split off copy_acl function to separate file.
529         * lib/copy-acl.c: New file, extracted from lib/acl.c.
530         * lib/acl.c (copy_acl): Moved function to separate file.
531         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
532         * modules/acl (Files): Add lib/copy-acl.c.
533         (Makefiles.am): Augment lib_SOURCES.
534
535 2008-05-22  Bruno Haible  <bruno@clisp.org>
536
537         * modules/copy-file-tests: New file.
538         * tests/test-copy-file.sh: New file.
539         * tests/test-copy-file.c: New file.
540         * tests/test-copy-file-sameacls.c: New file.
541
542 2008-05-22  Eric Blake  <ebb9@byu.net>
543
544         Avoid gcc warning.
545         * tests/test-memcmp.c (main): Pass NULL indirectly.
546
547 2008-05-21  Bruno Haible  <bruno@clisp.org>
548
549         Add reference doc about ACLs.
550         * doc/acl-resources.txt: New file.
551         * doc/acl-cygwin.txt: New file.
552
553 2008-05-21  Bruno Haible  <bruno@clisp.org>
554
555         Avoid one more warning from gcc.
556         * lib/vasnprintf.c (IF_LINT): Update comments.
557         (VASNPRINTF): Use it also for the 'prefix' array initializer.
558
559 2008-05-21  Jim Meyering  <meyering@redhat.com>
560
561         avoid a warning from gcc
562         * lib/vasnprintf.c (IF_LINT): Define.
563         (scale10_round_decimal_long_double):
564         Use it to avoid a "may be used uninitialized" warning.
565         (scale10_round_decimal_double): Likewise.
566
567 2008-05-21  Simon Josefsson  <simon@josefsson.org>
568
569         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
570         declared.
571
572 2008-05-20  Bruno Haible  <bruno@clisp.org>
573
574         * tests/test-memcmp.c (main): Test also the sign of the result. Test
575         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
576
577 2008-05-20  Simon Josefsson  <simon@josefsson.org>
578
579         * modules/memcmp-tests: New file.
580         * tests/test-memcmp.c: New file.
581
582 2008-05-19  Bruno Haible  <bruno@clisp.org>
583
584         * modules/propername (Notice, configure.ac): Put quoted "..." into
585         --keyword option.
586         * lib/propername.h: Update comments accordingly.
587         Reported by Eric Blake.
588
589 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
590
591         * modules/getpass-gnu (Depends-on): Add fseeko.
592
593 2008-05-19  Simon Josefsson  <simon@josefsson.org>
594
595         * modules/base64-tests: New file.
596
597 2008-05-19  Bo Borgerson <gigabo@gmail.com>
598
599         * lib/base64.c (base64_decode_ctx): If a decode context structure
600         was passed in use it to ignore newlines.  If a context structure
601         was _not_ passed in, continue to treat newlines as garbage (this
602         is the historical behavior).  Formerly base64_decode.
603         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
604         takes a decode context structure.
605         * lib/base64.h (base64_decode): Macro for four-argument calls.
606         (base64_decode_alloc): Likewise.
607         * lib/base64.c (base64_decode_ctx): If a decode context structure
608         was passed in use it to ignore newlines.  If a context structure
609         was _not_ passed in, continue to treat newlines as garbage (this
610         is the historical behavior).  Formerly base64_decode.
611         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
612         takes a decode context structure.
613         * lib/base64.h (base64_decode): Macro for four-argument calls.
614         (base64_decode_alloc): Likewise.
615
616 2008-05-19  Jim Meyering  <meyering@redhat.com>
617
618         avoid a warning from gcc
619         * lib/trim.c (IF_LINT): Define.
620         (trim2): Use it to avoid a "may be used uninitialized" warning.
621
622         Fix doc typo.
623         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
624
625 2008-05-19  Bruno Haible  <bruno@clisp.org>
626
627         * doc/glibc-functions/getpass.texi: Document limits of other
628         implementations.
629
630 2008-05-19  Simon Josefsson  <simon@josefsson.org>
631             Bruno Haible <bruno@clisp.org>
632
633         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
634
635 2008-05-18  Bruno Haible  <bruno@clisp.org>
636
637         * modules/propername: New file, from GNU gettext.
638         * lib/propername.h: New file, from GNU gettext.
639         * lib/propername.c: New file, from GNU gettext.
640         * MODULES.html.sh (Internationalization functions): Add propername.
641
642 2008-05-16  Jim Meyering  <meyering@redhat.com>
643             Bruno Haible  <bruno@clisp.org>
644
645         Avoid some warnings from "gcc -Wshadow".
646         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
647
648 2008-05-15  Eric Blake  <ebb9@byu.net>
649
650         Extend previous patch to cygwin 1.7.0.
651         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
652         fast implementation in cygwin >= 1.7.0.
653         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
654         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
655
656 2008-05-15  Bruno Haible  <bruno@clisp.org>
657
658         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
659         implementation in glibc >= 2.9.
660         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
661         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
662
663 2008-05-15  Bruno Haible  <bruno@clisp.org>
664
665         * MODULES.html.sh (Internationalization functions): Remove linebreak.
666         (Unicode string functions): Add unilbrk/*.
667         Reported by Karl Berry.
668
669 2008-05-15  Eric Blake  <ebb9@byu.net>
670
671         Fix violation of <stdbool.h> replacement in regex.
672         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
673         * lib/regexec.c (re_search_internal): Likewise.
674         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
675
676 2008-05-15  Jim Meyering  <meyering@redhat.com>
677
678         avoid distracting test output when git or cvs is not found
679         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
680         * tests/test-vc-list-files-git.sh: Likewise.
681
682 2008-05-15  Eric Blake  <ebb9@byu.net>
683
684         Glibc finally accepted the memmem speedup code, bugzilla #5514.
685         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
686         glibc version.
687         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
688         * doc/posix-functions/strstr.texi (strstr): Likewise.
689         * lib/str-two-way.h (MAX): Sychronize with glibc.
690
691 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
692
693         * lib/regcomp.c (optimize_utf8): Add a note on why we test
694         opr.ctx_type.
695         (calc_first): Initialize constraint field.
696         (duplicate_node_closure): Use it instead of special casing ANCHORS.
697         Fix grammar.
698         (duplicate_node): Merge constraint field for all node types.
699         (calc_eclosure_iter): Look at constraint field for all node types.
700         * lib/regex_internal.c (create_cd_newstate): Don't look at
701         opr.ctx_type.
702
703 2008-05-14  Bruno Haible  <bruno@clisp.org>
704
705         Help GCC to do better code generation.
706         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
707         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
708         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
709         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
710         Declare with attribute 'malloc' if supported.
711
712 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
713
714         use "echo STR|wc -c" rather than unportable "expr length STR"
715         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
716         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
717
718 2008-05-14  Jim Meyering  <meyering@redhat.com>
719
720         use dd ibs=$n count=1 ... rather than less-portable head -c$n
721         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
722         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
723         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
724         via Collin Lasse.
725
726 2008-05-14  Eric Blake  <ebb9@byu.net>
727
728         Avoid quadratic growth in gl_LIBSOURCES.
729         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
730         Suggested by Bruno Haible.
731
732         Test xmemdup0.
733         * modules/xmemdup0-tests: New file.
734         * tests/test-xmemdup0.c: Likewise.
735
736 2008-05-13  Eric Blake  <ebb9@byu.net>
737
738         Split xmemdup0 into its own module.
739         * modules/xmemdup0: New file.
740         * lib/xmemdup0.h: Likewise.
741         * lib/xmemdup0.c: Likewise.
742         * MODULES.html.sh (Memory management functions): Add xmemdup0.
743         * lib/xalloc.h (xmemdup0): Remove.
744         * lib/xmalloc.c (xmemdup0): Likewise.
745
746 2008-05-13  Eric Blake  <ebb9@byu.net>
747             Bruno Haible  <bruno@clisp.org>
748
749         Reduce number of forks required during autoconf.
750         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
751         and gl_LIBSOURCES_DIR.
752         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
753         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
754         m4_syscmd per file.
755         <m4_foreach_w>: Move...
756         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
757
758 2008-05-13  Eric Blake  <ebb9@byu.net>
759
760         * gnulib-tool: Fix various comment typos.
761
762 2008-05-12  Bruno Haible  <bruno@clisp.org>
763
764         Tailor the linebreaking algorithm.
765         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
766
767 2008-05-12  Bruno Haible  <bruno@clisp.org>
768
769         Update to Unicode 5.0.0.
770         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
771         LBP_JV, LBP_JT. Redistribute values.
772         (unilbrk_table): Change size.
773         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
774         Unicode TR#14 rev. 22.
775         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
776         LBP_JV, LBP_JT. Redistribute values.
777         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
778         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
779         Update.
780         * lib/unilbrk/lbrkprop1.h: Regenerated.
781         * lib/unilbrk/lbrkprop2.h: Regenerated.
782         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
783         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
784         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
785         Likewise.
786         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
787         Likewise.
788         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
789         result.
790         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
791         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
792         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
793         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
794         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
795         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
796
797 2008-05-11  Bruno Haible  <bruno@clisp.org>
798
799         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
800
801 2008-05-11  Bruno Haible  <bruno@clisp.org>
802
803         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
804         * modules/unilbrk/gen-lbrk: New file.
805
806 2008-05-11  Bruno Haible  <bruno@clisp.org>
807
808         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
809         * m4/sha512.m4 (gl_SHA512): Likewise.
810
811 2008-05-11  Jim Meyering  <meyering@redhat.com>
812
813         New modules: crypto/sha256, crypto/sha512 (from coreutils)
814         * modules/crypto/sha256: New file.
815         * modules/crypto/sha512: Likewise.
816         * lib/sha256.c: Likewise.
817         * lib/sha256.h: Likewise.
818         * lib/sha512.c: Likewise.
819         * lib/sha512.h: Likewise.
820         * lib/u64.h: Likewise.
821         * m4/sha256.m4: Likewise.
822         * m4/sha512.m4: Likewise.
823         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
824
825 2008-05-10  Bruno Haible  <bruno@clisp.org>
826
827         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
828         (Input/Output <stdio.h>): Add xprintf.
829         (Signal handling <signal.h>): Add strsignal.
830         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
831         (Core language properties): Add func.
832         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
833         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
834         strings.
835         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
836         (Input/output): New section.
837         (File system functions): Add openat-die, stat-macros.
838         (Networking functions): Add sockets.
839         (Unicode string functions): Add unictype/*.
840         (Support for building libraries and executables): Add gperf.
841         (Support for building documentation): Add agpl-3.0.
842         (Misc): Add nocrash.
843
844 2008-05-10  Bruno Haible  <bruno@clisp.org>
845
846         * modules/unictype/gen-ctype: New file.
847
848 2008-05-10  Jim Meyering  <meyering@redhat.com>
849
850         Make chdir-safer.c more efficient on a system with no symlinks.
851         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
852         also if ELOOP is zero.  Suggested by Bruno Haible.
853
854         Make chdir-safer.c slightly safer.
855         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
856         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
857
858         Avoid compile failure on systems without ELOOP (like mingw).
859         * lib/chdir-safer.c (ELOOP): Define if not already defined.
860         Reported by Bruno Haible.
861
862 2008-05-10  Bruno Haible  <bruno@clisp.org>
863
864         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
865         (is_utf8_encoding): Use a case-insensitive comparison.
866         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
867         streq.
868
869 2008-05-10  Bruno Haible  <bruno@clisp.org>
870
871         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
872         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
873         * lib/unilbrk/ulc-common.h (iconv_string_length,
874         iconv_string_keeping_offsets): Remove declarations.
875         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
876         Don't include <iconv.h>, streq.h, xsize.h.
877         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
878         conversion.
879         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
880         <iconv.h>, streq.h, xsize.h.
881         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
882         conversion.
883         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
884         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
885         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
886         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
887
888 2008-05-10  Bruno Haible  <bruno@clisp.org>
889
890         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
891         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
892
893         * modules/unilbrk/u32-width-linebreaks-tests: New file.
894         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
895
896         * modules/unilbrk/u16-width-linebreaks-tests: New file.
897         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
898
899         * modules/unilbrk/u8-width-linebreaks-tests: New file.
900         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
901
902         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
903         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
904
905         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
906         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
907
908         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
909         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
910
911         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
912         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
913
914 2008-05-10  Bruno Haible  <bruno@clisp.org>
915
916         Split up 'linebreak' module.
917         * lib/unilbrk.h: New file, based on lib/linebreak.h.
918         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
919         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
920         modifications.
921         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
922         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
923         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
924         lib/linebreak.c.
925         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
926         lib/linebreak.c.
927         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
928         lib/linebreak.c.
929         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
930         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
931         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
932         lib/linebreak.c.
933         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
934         lib/linebreak.c.
935         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
936         lib/linebreak.c.
937         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
938         lib/linebreak.c.
939         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
940         lib/linebreak.c.
941         * modules/unilbrk/base: New file.
942         * modules/unilbrk/tables: New file.
943         * modules/unilbrk/u8-possible-linebreaks: New file.
944         * modules/unilbrk/u16-possible-linebreaks: New file.
945         * modules/unilbrk/u32-possible-linebreaks: New file.
946         * modules/unilbrk/ulc-common: New file.
947         * modules/unilbrk/ulc-possible-linebreaks: New file.
948         * modules/unilbrk/u8-width-linebreaks: New file.
949         * modules/unilbrk/u16-width-linebreaks: New file.
950         * modules/unilbrk/u32-width-linebreaks: New file.
951         * modules/unilbrk/ulc-width-linebreaks: New file.
952         * lib/linebreak.h: Remove file.
953         * lib/linebreak.c: Remove file.
954         * m4/linebreak.m4: Remove file.
955         * modules/linebreak: Remove file.
956         * NEWS: Mention the changes.
957
958 2008-05-09  Eric Blake  <ebb9@byu.net>
959
960         Add xmemdup0.
961         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
962         implementation.
963         * lib/xmalloc.c (xmemdup0): New C implementation.
964
965 2008-05-08  Bruno Haible  <bruno@clisp.org>
966
967         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
968
969 2008-05-07  Eric Blake  <ebb9@byu.net>
970
971         Support cross-compilation of <wctype.h>.
972         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
973         AC_CACHE_CHECK.
974
975 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
976
977         * build-aux/vc-list-files: Add support for bzr.
978
979 2008-05-03  Jim Meyering  <meyering@redhat.com>
980
981         avoid failed assertion with tight malloc
982         * tests/test-getndelim2.c: Correct an off-by-one assertion.
983
984 2008-05-03  Simon Josefsson  <simon@josefsson.org>
985
986         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
987         are needed from arpa/inet.h.
988         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
989         Reported by Bruno Haible.
990
991 2008-05-02  Jim Meyering  <meyering@redhat.com>
992
993         avoid compilation error on FreeBSD 6
994         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
995
996 2008-05-01  Jim Meyering  <meyering@redhat.com>
997
998         useless-if-before-free: correct --help's exit status description
999         * build-aux/useless-if-before-free (usage): Like grep, exit 0
1000         for one or more matches, etc.  Reported by Bruno Haible.
1001
1002         vc-list-files: make the stand-alone gnulib test work
1003         * modules/vc-list-files-tests (configure.ac):
1004         Define and AC_SUBST abs_aux_dir.
1005         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
1006         $(abs_top_srcdir) to each script and having each of them
1007         duplicate the work of setting PATH, set PATH here, using
1008         the new variable, abs_aux_dir instead.
1009         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
1010         * tests/test-vc-list-files-git.sh: Likewise.
1011         Reported by Bruno Haible.
1012
1013 2008-05-01  Bruno Haible  <bruno@clisp.org>
1014
1015         * lib/getndelim2.c (getndelim2): Fix newsize computation during
1016         reallocation. Rename 'done' to 'found_delimiter'.
1017
1018 2008-05-01  Jim Meyering  <meyering@redhat.com>
1019
1020         vc-list-files: accommodate /bin/sh like the one from Solaris 10
1021         * build-aux/vc-list-files: Use `...`, not $(...).
1022
1023 2008-04-30  Jim Meyering  <meyering@redhat.com>
1024
1025         add tests for vc-list-files
1026         * modules/vc-list-files-tests: New module.
1027         * tests/test-vc-list-files-cvs.sh: New file.
1028         * tests/test-vc-list-files-git.sh: New file.
1029
1030         avoid a warning from gcc
1031         * lib/getndelim2.c (IF_LINT): Define.
1032         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
1033
1034         vc-list-files: work properly with build-aux/cvsu, too
1035         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
1036         to all cvs-based clauses.
1037
1038         vc-list-files: work properly in the CVS+awk case, too
1039         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
1040
1041         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
1042         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
1043         take more than one file argument, so .  Add quotes, just in case $dir
1044         ever contains a shell meta-character.  Prompted by Soren Hansen in
1045         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
1046
1047 2008-04-29  Eric Blake  <ebb9@byu.net>
1048
1049         Optimize getndelim2 to use block operations when possible.
1050         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
1051         freadseek, and memchr2.
1052         * lib/getndelim2.c (getndelim2): Use them for block reads.
1053
1054 2008-04-29  Bruno Haible  <bruno@clisp.org>
1055
1056         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
1057         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1058         * modules/inet_ntop (Depends-on): Add extensions.
1059         * modules/inet_pton (Depends-on): Likewise.
1060         Reported by Simon Josefsson.
1061
1062 2008-04-29  Jim Meyering  <meyering@redhat.com>
1063
1064         When the is more than one match in a block, match all of them.
1065         * build-aux/useless-if-before-free: Iterate through each block
1066         until there are no more matches.
1067
1068         Fix broken useless-if-before-free script.
1069         * build-aux/useless-if-before-free: Fix typo: missing "?" after
1070         the expression to match cast of argument to free-like function.
1071
1072 2008-04-29  Eric Blake  <ebb9@byu.net>
1073
1074         Use new header.
1075         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
1076
1077 2008-04-29  Jim Meyering  <meyering@redhat.com>
1078
1079         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
1080         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
1081         by gnulib to exist and to declare e.g., inet_ntop.
1082         Don't include "inet_ntop.h", now removed.
1083
1084         * m4/arpa_inet_h.m4: Remove trailing blanks.
1085
1086 2008-04-29  Eric Blake  <ebb9@byu.net>
1087
1088         Silence valgrind on safe reads beyond potential array bounds.
1089         * lib/rawmemchr.valgrind: New file.
1090         * lib/strchrnul.valgrind: Likewise.
1091         * modules/rawmemchr (Files): Distribute new file.
1092         * modules/strchrnul (Files): Likewise.
1093         Suggested by Bruno Haible.
1094
1095 2008-04-29  Bruno Haible  <bruno@clisp.org>
1096
1097         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
1098         (inet_ntop, inet_pton): Change portability warning's wording.
1099         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
1100         Invoke gl_CHECK_NEXT_HEADERS.
1101         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
1102         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
1103         set ARPA_INET_H.
1104         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1105         * modules/arpa_inet (Description): No longer only for systems that
1106         lack it.
1107         (Depends-on): Add include_next.
1108         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
1109         HAVE_ARPA_INET_H.
1110
1111 2008-04-29  Jim Meyering  <meyering@redhat.com>
1112
1113         * modules/mkdir (License): Re-license as LGPLv2+.
1114
1115 2008-04-29  Bruno Haible  <bruno@clisp.org>
1116
1117         * modules/rawmemchr (Maintainer): Set to Eric.
1118         * modules/strchrnul (Maintainer): Likewise.
1119
1120 2008-04-29  Simon Josefsson  <simon@josefsson.org>
1121
1122         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
1123         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
1124
1125         * modules/arpa_inet (arpa/inet.h): Use them.
1126
1127 2008-04-28  Eric Blake  <ebb9@byu.net>
1128
1129         Test getndelim2.
1130         * modules/getndelim2-tests: New file.
1131         * tests/test-getndelim2.c: Likewise.
1132         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
1133         stream.
1134         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
1135
1136         * MODULES.html.sh: Document new module.
1137
1138 2008-04-20  Bruno Haible  <bruno@clisp.org>
1139
1140         * lib/c-stack.c (die): Use raise.
1141         * modules/c-stack (Depends-on): Add raise.
1142
1143 2008-04-28  Bruno Haible  <bruno@clisp.org>
1144
1145         Expect rpmatch to be declared.
1146         * lib/yesno.c (rpmatch): Remove declaration.
1147
1148         Declare rpmatch.
1149         * lib/stdlib.in.h (rpmatch): New declaration.
1150         * lib/rpmatch.c: Include <stdlib.h> first.
1151         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
1152         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
1153         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
1154         HAVE_RPMATCH.
1155         * modules/rpmatch (Depends-on): Add stdlib, extensions.
1156         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1157         (Include): Set to <stdlib.h>.
1158         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
1159         HAVE_RPMATCH.
1160         * NEWS: Document the change.
1161
1162 2008-04-28  Bruno Haible  <bruno@clisp.org>
1163
1164         Change rpmatch to use nl_langinfo when appropriate.
1165         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
1166         (N_): New macro.
1167         (localized_pattern): New function/macro.
1168         (try): Remove match, nomatch arguments. Copy the pattern into safe
1169         memory before caching it.
1170         (rpmatch): Use localized_pattern. Add translator comments.
1171         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
1172         Suggested by Eric Blake.
1173         * modules/rpmatch (Depends-on): Add stdbool.
1174
1175 2008-04-28  Eric Blake  <ebb9@byu.net>
1176
1177         Add rawmemchr module, matching glibc.
1178         * modules/string (Makefile.am): New indicator.
1179         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
1180         * lib/string.in.h (rawmemchr): Declare when appropriate.
1181         * modules/rawmemchr: New file.
1182         * m4/rawmemchr.m4: Likewise.
1183         * lib/rawmemchr.c: Likewise.
1184         * modules/rawmemchr-tests: Likewise.
1185         * tests/test-rawmemchr.c: Likewise.
1186         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
1187         module.
1188         * modules/strchrnul (Depends-on): Add rawmemchr.
1189         * lib/strchrnul.c (strchrnul): Optimize a corner case.
1190
1191         Whitespace cleanup.
1192         * tests/test-strchrnul.c: Reindent.
1193         * lib/strchrnul.c: Likewise.
1194
1195         Optimize and test strchrnul.
1196         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
1197         * modules/strchrnul-tests: New file.
1198         * tests/test-strchrnul.c: Likewise.
1199
1200         Remove intprops dependency.
1201         * modules/memchr (Depends-on): Remove intprops.
1202         * modules/memrchr (Depends-on): Likewise.
1203         * modules/memchr2 (Depends-on): Likewise.
1204         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
1205         * lib/memrchr.c (__memrchr): Likewise.
1206         * lib/memrchr2.c (memchr2): Likewise.
1207         Reported by Simon Josefsson.
1208
1209 2008-04-28  Simon Josefsson  <simon@josefsson.org>
1210
1211         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
1212         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1213
1214 2008-04-28  Simon Josefsson  <simon@josefsson.org>
1215
1216         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
1217
1218         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
1219
1220         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
1221
1222         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
1223         declarations.
1224         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
1225
1226         * m4/inet_pton.m4: Don't check for header files.
1227
1228         * m4/inet_ntop.m4: Don't check for header files.
1229
1230 2008-04-28  Simon Josefsson  <simon@josefsson.org>
1231
1232         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
1233         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
1234         trigger for cygwin).
1235         Reported by Bruno Haible  <bruno@clisp.org>.
1236
1237 2008-04-28  Bruno Haible  <bruno@clisp.org>
1238
1239         * doc/posix-functions/strdup.texi: Mention mingw problem.
1240
1241 2008-04-27  Bruno Haible  <bruno@clisp.org>
1242
1243         * modules/stat-time-tests (Depends-on): Add sleep.
1244         * tests/test-stat-time.c (force_unlink): New function.
1245         (cleanup): Use it.
1246         (test_mtime): Remove the ctime related tests.
1247         (test_ctime): New function, containing the ctime related tests.
1248         (main): Call test_ctime, except on native Windows platforms.
1249
1250 2008-04-27  Bruno Haible  <bruno@clisp.org>
1251
1252         * lib/rpmatch.c (rpmatch): Add some comments.
1253         Reported by James Youngman <jay@gnu.org>.
1254
1255 2008-04-27  Bruno Haible  <bruno@clisp.org>
1256
1257         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
1258         quiet NaNs.
1259
1260 2008-04-27  Bruno Haible  <bruno@clisp.org>
1261
1262         Make test-yesno.sh work on mingw.
1263         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
1264         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
1265         (main): Set stdin to binary mode.
1266         * modules/yesno-tests (Depends-on): Add binary-io.
1267
1268 2008-04-27  Bruno Haible  <bruno@clisp.org>
1269
1270         Fix 'isfinite' on x86, x86_64, ia64 platforms.
1271         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
1272         argument that lie outside the IEEE 854 domain.
1273         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
1274         (gl_ISFINITE): Use it.
1275         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
1276
1277 2008-04-27  Bruno Haible  <bruno@clisp.org>
1278
1279         Allow local renaming in config.h.
1280         * lib/memrchr.c (memrchr): Don't undefine outside libc.
1281
1282 2008-04-27  Bruno Haible  <bruno@clisp.org>
1283
1284         * lib/memchr.c (__memchr): Change type of 'i'.
1285         * lib/memchr2.c (memchr2): Likewise.
1286
1287 2008-04-26  Eric Blake  <ebb9@byu.net>
1288         and Bruno Haible  <bruno@clisp.org>
1289
1290         Optimize and test memrchr.
1291         * modules/memrchr (Depends-on): Add intprops.
1292         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
1293         * modules/memrchr-tests: New file.
1294         * tests/test-memrchr.c: New file.
1295
1296 2008-04-26  Bruno Haible  <bruno@clisp.org>
1297
1298         Add tentative support for DragonFly BSD.
1299         * lib/stdio-impl.h: Add macros for DragonFly BSD.
1300         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
1301         fp.
1302         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
1303         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
1304         * lib/fpurge.c (fpurge): Likewise.
1305         * lib/freadable.c (freaadable): Likewise.
1306         * lib/freadahead.c (freadahead): Likewise.
1307         * lib/freading.c (freading): Likewise.
1308         * lib/freadptr.c (freadptr): Likewise.
1309         * lib/freadseek.c (freadptrinc): Likewise.
1310         * lib/fseeko.c (fseeko): Likewise.
1311         * lib/fseterr.c (fseterr): Likewise.
1312         * lib/fwritable.c (fwritable): Likewise.
1313         * lib/fwriting.c (fwriting): Likewise.
1314
1315 2008-04-26  Bruno Haible  <bruno@clisp.org>
1316
1317         * lib/stdio-impl.h: New file.
1318         * lib/fbufmode.c: Include stdio-impl.h.
1319         (fbufmode): Use fp_, remove redundant #defines.
1320         * lib/fflush.c: Include stdio-impl.h.
1321         (clear_ungetc_buffer): Remove redundant #defines.
1322         * lib/fpurge.c: Include stdio-impl.h.
1323         (fpurge): Remove redundant #defines.
1324         * lib/freadable.c: Include stdio-impl.h.
1325         (freadable): Remove redundant #defines.
1326         * lib/freadahead.c: Include stdio-impl.h.
1327         (freadahead): Remove redundant #defines.
1328         * lib/freading.c: Include stdio-impl.h.
1329         (freading): Remove redundant #defines.
1330         * lib/freadptr.c: Include stdio-impl.h.
1331         (freadptr): Remove redundant #defines.
1332         * lib/freadseek.c: Include stdio-impl.h.
1333         (freadptrinc): Remove redundant #defines.
1334         * lib/fseeko.c: Include stdio-impl.h.
1335         (rpl_fseeko): Remove redundant #defines.
1336         * lib/fseterr.c: Include stdio-impl.h.
1337         (fseterr): Remove redundant #defines.
1338         * lib/fwritable.c: Include stdio-impl.h.
1339         (fwritable: Remove redundant #defines.
1340         * lib/fwriting.c: Include stdio-impl.h.
1341         (fwriting): Remove redundant #defines.
1342         * modules/fbufmode (Files): Add lib/stdio-impl.h.
1343         * modules/fflush (Files): Likewise.
1344         * modules/fpurge (Files): Likewise.
1345         * modules/freadable (Files): Likewise.
1346         * modules/freadahead (Files): Likewise.
1347         * modules/freading (Files): Likewise.
1348         * modules/freadptr (Files): Likewise.
1349         * modules/freadseek (Files): Likewise.
1350         * modules/fseeko (Files): Likewise.
1351         * modules/fseterr (Files): Likewise.
1352         * modules/fwritable (Files): Likewise.
1353         * modules/fwriting (Files): Likewise.
1354
1355 2008-04-26  Bruno Haible  <bruno@clisp.org>
1356
1357         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
1358         restore_seek_optimization, update_fpos_cache): New functions, extracted
1359         from rpl_fflush.
1360         (rpl_fflush): Use them.
1361         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
1362         (gl_REPLACE_FFLUSH): Use it.
1363
1364 2008-04-26  Bruno Haible  <bruno@clisp.org>
1365
1366         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
1367         on Solaris.
1368         * tests/test-xstrtoimax.sh: Likewise.
1369         * tests/test-xstrtoumax.sh: Likewise.
1370         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1371
1372 2008-04-26  Bruno Haible  <bruno@clisp.org>
1373
1374         * modules/memchr-tests: New file.
1375         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
1376
1377 2008-04-26  Eric Blake  <ebb9@byu.net>
1378             Bruno Haible  <bruno@clisp.org>
1379
1380         * lib/memchr.c: Include intprops.h.
1381         (__memchr): Optimize parallel detection of matching bytes. Rename local
1382         variables. Add explanatory comments.
1383
1384 2008-04-26  Bruno Haible  <bruno@clisp.org>
1385
1386         Fix module 'memchr', broken since 2000-10-28.
1387         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
1388
1389 2008-04-26  Bruno Haible  <bruno@clisp.org>
1390
1391         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
1392         comments.
1393
1394 2008-04-25  Eric Blake  <ebb9@byu.net>
1395
1396         Use native fstatat on cygwin 1.7.0.
1397         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
1398         first.
1399
1400 2008-04-23  Eric Blake  <ebb9@byu.net>
1401
1402         Improve memchr2 performance.
1403         * lib/memchr2.c (memchr2): Further optimize parallel detection of
1404         NUL bytes.
1405         * modules/memchr2 (Depends-on): Use intprops.h.
1406
1407 2008-04-23  Simon Josefsson  <simon@josefsson.org>
1408
1409         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
1410         an inline function instead of a CPP macro.  Patch by Ben Pfaff
1411         <blp@cs.stanford.edu>.
1412
1413 2008-04-23  Simon Josefsson  <simon@josefsson.org>
1414
1415         * lib/arpa_inet.in.h: New file.
1416
1417         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
1418         (Makefile.am): Sed in substitute header file.
1419
1420         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
1421         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
1422
1423         * modules/inet_ntop (configure.ac): Use
1424         gl_ARPA_INET_MODULE_INDICATOR.
1425
1426         * modules/inet_pton (configure.ac): Use
1427         gl_ARPA_INET_MODULE_INDICATOR.
1428
1429 2008-04-22  Jim Meyering  <meyering@redhat.com>
1430
1431         * modules/verify (License): Re-license as LGPLv2+.
1432
1433 2008-04-22  Simon Josefsson  <simon@josefsson.org>
1434
1435         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
1436         parameter to void* as per POSIX standard (MinGW uses char*).
1437
1438 2008-04-21  Bruno Haible  <bruno@clisp.org>
1439
1440         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
1441         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
1442         Define to replacements if REPLACE_ISWCNTRL is 1.
1443         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
1444         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
1445         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
1446         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
1447         what it fixes.
1448         * doc/posix-functions/iswalpha.texi: Likewise.
1449         * doc/posix-functions/iswblank.texi: Likewise.
1450         * doc/posix-functions/iswcntrl.texi: Likewise.
1451         * doc/posix-functions/iswdigit.texi: Likewise.
1452         * doc/posix-functions/iswgraph.texi: Likewise.
1453         * doc/posix-functions/iswlower.texi: Likewise.
1454         * doc/posix-functions/iswprint.texi: Likewise.
1455         * doc/posix-functions/iswpunct.texi: Likewise.
1456         * doc/posix-functions/iswspace.texi: Likewise.
1457         * doc/posix-functions/iswupper.texi: Likewise.
1458         * doc/posix-functions/iswxdigit.texi: Likewise.
1459         Reported by Alain Guibert.
1460
1461 2008-04-21  Bruno Haible  <bruno@clisp.org>
1462
1463         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
1464         Patch by Alain Guibert.
1465
1466 2008-04-21  Bruno Haible  <bruno@clisp.org>
1467
1468         Fix test failures on mingw.
1469         * tests/test-xstrtol.c (print_no_progname): New function.
1470         (main): Install it in error_print_progname hook.
1471         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
1472         * tests/test-xstrtoimax.sh: Likewise.
1473         * tests/test-xstrtoumax.sh: Likewise.
1474
1475 2008-04-21  Bruno Haible  <bruno@clisp.org>
1476
1477         Fix test failure on mingw.
1478         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
1479
1480 2008-04-21  Bruno Haible  <bruno@clisp.org>
1481
1482         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
1483         Actually assign a value.
1484
1485 2008-04-20  Bruno Haible  <bruno@clisp.org>
1486
1487         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
1488         take 2.
1489         * lib/canonicalize.c (canonicalize_file_name): Elide if the
1490         'canonicalize-lgpl' module is also used.
1491         * lib/canonicalize-lgpl.c: Undo last change.
1492         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
1493
1494 2008-04-20  Bruno Haible  <bruno@clisp.org>
1495
1496         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
1497         config.h. Provide _mkdir based fallback for mingw.
1498         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
1499         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
1500         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
1501         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
1502         rather than defining mkdir in config.h.
1503         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
1504         (gl_SYS_STAT_H_DEFAULTS): New macro.
1505         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
1506         HAVE_IO_H any more.
1507         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
1508         HAVE_DECL_MKDIR and HAVE_IO_H.
1509
1510 2008-04-20  Bruno Haible  <bruno@clisp.org>
1511
1512         * lib/isapipe.c: Port to native Windows platforms.
1513
1514 2008-04-20  Bruno Haible  <bruno@clisp.org>
1515
1516         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
1517
1518 2008-04-21  Eric Blake  <ebb9@byu.net>
1519
1520         Work around preprocessors that don't handle UINTMAX_MAX.
1521         * lib/memchr2.c (memchr2): Avoid embedded #if.
1522         Reported by Alain Guibert, fix suggested by Bruno Haible.
1523
1524 2008-04-21  Simon Josefsson  <simon@josefsson.org>
1525
1526         * doc/posix-functions/strftime.texi (strftime): Explain better
1527         Windows incompatibility.  Suggested by Micah Cowan
1528         <micah@cowan.name>.
1529
1530 2008-04-20  Bruno Haible  <bruno@clisp.org>
1531
1532         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
1533         unistr/u8-mblen.
1534
1535 2008-04-20  Bruno Haible  <bruno@clisp.org>
1536
1537         Fix test failure on platforms with non-GNU iconv.
1538         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
1539         (U_TO_U8): Use it, rather than u16_to_u8.
1540         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
1541         units at the end of the input string.
1542         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
1543
1544 2008-04-20  Bruno Haible  <bruno@clisp.org>
1545
1546         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
1547         when the resulting length is 0.
1548         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
1549
1550 2008-04-20  Bruno Haible  <bruno@clisp.org>
1551
1552         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
1553         works.
1554         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
1555
1556 2008-04-20  Bruno Haible  <bruno@clisp.org>
1557
1558         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
1559         * modules/tsearch-tests (configure.ac): Test for initstate function.
1560
1561 2008-04-20  Bruno Haible  <bruno@clisp.org>
1562
1563         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
1564         for nlink_t if missing.
1565         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
1566
1567 2008-04-19  Bruno Haible  <bruno@clisp.org>
1568
1569         Work around snprintf bug on Linux libc5.
1570         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
1571         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1572         gl_SNPRINTF_SIZE1.
1573         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1574         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
1575         that test failed.
1576         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
1577         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
1578         * modules/snprintf (Files): Add m4/printf.m4.
1579         * modules/vsnprintf (Files): Likewise.
1580         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
1581         * doc/posix-functions/vsnprintf.texi: Likewise.
1582
1583 2008-04-19  Bruno Haible  <bruno@clisp.org>
1584
1585         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
1586         from 0.0058 to less than 10^-7.
1587
1588 2008-04-19  Bruno Haible  <bruno@clisp.org>
1589
1590         Fix rounding when a precision is given.
1591         * lib/vasnprintf.c (is_borderline): New function.
1592         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
1593         9...9x.
1594         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
1595         %e, %g.
1596         * tests/test-vasprintf-posix.c (test_function): Likewise.
1597         * tests/test-snprintf-posix.h (test_function): Likewise.
1598         * tests/test-sprintf-posix.h (test_function): Likewise.
1599         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
1600         * tests/test-printf-posix.h (test_function): Likewise.
1601         * tests/test-printf-posix.output: Update.
1602         Reported by John Darrington <john@darrington.wattle.id.au> via
1603         Ben Pfaff <blp@cs.stanford.edu>.
1604
1605 2008-04-18  Simon Josefsson  <simon@josefsson.org>
1606
1607         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
1608         Suggested by Bruno Haible <bruno@clisp.org>.
1609
1610 2008-04-17  Bruno Haible  <bruno@clisp.org>
1611
1612         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
1613         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
1614         implementation.
1615         Patch by Bruce Merry <bmerry@gmail.com>.
1616
1617 2008-04-17  Simon Josefsson  <simon@josefsson.org>
1618
1619         * doc/posix-functions/strftime.texi (strftime): Mention that %e
1620         doesn't work under Windows.
1621
1622 2008-04-16  Bruno Haible  <bruno@clisp.org>
1623
1624         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
1625         New macros.
1626         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
1627         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
1628         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
1629         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
1630         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
1631         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
1632         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
1633         macros.
1634         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
1635         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
1636         Northern Sotho, Uighur.
1637
1638 2008-04-16  Bruno Haible  <bruno@clisp.org>
1639
1640         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
1641         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
1642         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
1643         Reported by Daniel Bergström <daniel@octocode.com>.
1644
1645 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
1646             Bruno Haible  <bruno@clisp.org>
1647
1648         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
1649         function.
1650         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
1651         New functions, mostly extracted from gl_locale_name_default.
1652         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
1653
1654 2008-04-16  Eric Blake  <ebb9@byu.net>
1655
1656         Adjust strtod detection to catch glibc 2.7 bug.
1657         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
1658         Reported by John Gatewood Ham.
1659
1660 2008-04-16  Bruno Haible  <bruno@clisp.org>
1661
1662         Add tentative support for Linux libc5.
1663         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
1664         * lib/fpurge.c (fpurge): Likewise.
1665         * lib/freadable.c (freadable): Likewise.
1666         * lib/freadahead.c (freadahead): Likewise.
1667         * lib/freading.c (freading): Likewise.
1668         * lib/freadptr.c (freadptr): Likewise.
1669         * lib/freadseek.c (freadptrinc): Likewise.
1670         * lib/fseeko.c (rpl_fseeko): Likewise.
1671         * lib/fseterr.c (fseterr): Likewise.
1672         * lib/fwritable.c (fwritable): Likewise.
1673         * lib/fwriting.c (fwriting): Likewise.
1674         Reported by Alain Guibert <alguibert+bts@free.fr>.
1675
1676 2008-04-15  Bruno Haible  <bruno@clisp.org>
1677
1678         * modules/mathl (configure.ac): Define module indicator.
1679
1680 2008-04-15  Bruno Haible  <bruno@clisp.org>
1681
1682         * lib/logl.c (logl): Remove unused variables.
1683
1684 2008-04-15  Bruno Haible  <bruno@clisp.org>
1685
1686         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
1687         fails.
1688
1689 2008-04-15  Bruno Haible  <bruno@clisp.org>
1690
1691         * lib/trim.c (trim2): Fix argument of isspace() macro.
1692
1693 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
1694
1695         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
1696         to 0.
1697         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
1698
1699 2008-04-14  Bruno Haible  <bruno@clisp.org>
1700
1701         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
1702         AC_LANG_PROGRAM argument.
1703         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
1704         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
1705         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
1706         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1707         * m4/math_h.m4 (gl_MATH_H): Likewise.
1708         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
1709         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
1710         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1711         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
1712         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
1713         * m4/regex.m4 (gl_REGEX): Likewise.
1714         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
1715         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
1716         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1717         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
1718         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1719         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1720         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1721         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1722
1723 2008-04-14  Jim Meyering  <meyering@redhat.com>
1724
1725         test-strtod: fix typos: s/abs/fabs/
1726         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
1727
1728 2008-04-13  Bruno Haible  <bruno@clisp.org>
1729
1730         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
1731         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
1732         module is also used and while not building the reloc-wrapper.
1733
1734 2008-04-13  Bruno Haible  <bruno@clisp.org>
1735
1736         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
1737
1738 2008-04-13  Bruno Haible  <bruno@clisp.org>
1739
1740         Fix AIX compilation failure introduced on 2008-04-02.
1741         * tests/test-frexp.c (exp): Undefine before redefining.
1742         * tests/test-frexpl.c (exp): Likewise.
1743
1744 2008-04-13  Bruno Haible  <bruno@clisp.org>
1745
1746         Work around a HP-UX stdio bug.
1747         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
1748         * tests/test-ftello.c (main): Likewise.
1749         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
1750         * doc/posix-functions/ftello.texi: Likewise.
1751
1752 2008-04-13  Bruno Haible  <bruno@clisp.org>
1753
1754         Make test-signbit pass on HP-UX/hppa.
1755         * tests/test-signbit.c (minus_zerol): New variable.
1756         (test_signbitl): Use it.
1757
1758 2008-04-13  Bruno Haible  <bruno@clisp.org>
1759
1760         Make truncl work on OSF/1 4.0.
1761         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
1762         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
1763         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
1764         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
1765         HAVE_DECL_TRUNCL.
1766         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
1767         HAVE_DECL_TRUNCL.
1768         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
1769
1770 2008-04-13  Bruno Haible  <bruno@clisp.org>
1771
1772         * lib/unictype.h: Remove trailing comma from enumeration definitions.
1773
1774 2008-04-13  Bruno Haible  <bruno@clisp.org>
1775
1776         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
1777         expression, so as to avoid HP-UX 11 cc compiler bug.
1778
1779 2008-04-13  Bruno Haible  <bruno@clisp.org>
1780
1781         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
1782
1783 2008-04-13  Bruno Haible  <bruno@clisp.org>
1784
1785         * lib/git-merge-changelog.c: Remove empty declaration outside of
1786         functions.
1787
1788 2008-04-13  Bruno Haible  <bruno@clisp.org>
1789
1790         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
1791
1792 2008-04-13  Bruno Haible  <bruno@clisp.org>
1793
1794         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
1795         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
1796         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
1797         also if it exists but lacks definitions of the SHUT_* macros.
1798         * modules/sys_socket (Description): Update.
1799         Reported by Elbert Pol <e.pol@chello.nl>.
1800
1801 2008-04-13  Bruno Haible  <bruno@clisp.org>
1802
1803         * lib/localcharset.c (OS2): Don't redefine if already defined.
1804         Reported by Elbert Pol <e.pol@chello.nl>.
1805
1806 2008-04-13  Bruno Haible  <bruno@clisp.org>
1807
1808         * lib/binary-io.h [__EMX__]: Include <io.h>.
1809         Reported by Elbert Pol <e.pol@chello.nl>.
1810
1811 2008-04-12  Bruno Haible  <bruno@clisp.org>
1812
1813         * lib/fpucw.h: Enable the definitions also for x86_64.
1814         Needed for NetBSD/x86_64.
1815         Reported by Thomas Klausner <tk@giga.or.at>.
1816
1817 2008-04-12  Bruno Haible  <bruno@clisp.org>
1818
1819         * tests/test-strtod.c: Include isnand.h.
1820         (main): Use isnand instead of isnan.
1821         Reported by Jim Meyering.
1822
1823 2008-04-12  Bruno Haible  <bruno@clisp.org>
1824
1825         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
1826         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1827
1828 2008-04-12  Jim Meyering  <meyering@redhat.com>
1829
1830         * m4/math_h.m4 (gl_MATH_H): Fix typos.
1831
1832 2008-04-12  Bruno Haible  <bruno@clisp.org>
1833
1834         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
1835         Reported by Elbert Pol <e.pol@chello.nl>.
1836
1837 2008-04-12  Eric Blake  <ebb9@byu.net>
1838
1839         Work around Solaris 10 math.h bug.
1840         * m4/math_h.m4 (gl_MATH_H): Check for bug.
1841         (gl_MATH_H_DEFAULTS): Set up default.
1842         * modules/math (Makefile.am): Replace new indicators.
1843         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
1844         * tests/test-math.c (main): Test this.
1845         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
1846         * doc/posix-headers/math.texi (math.h): Mention bug.
1847         Reported by Nelson H. F. Beebe and Jim Meyering.
1848
1849 2008-04-11  Bruno Haible  <bruno@clisp.org>
1850
1851         Adapt to future versions of Apple GCC.
1852         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
1853         Reported by Peter O'Gorman <peter@pogma.com>.
1854
1855 2008-04-11  Bruno Haible  <bruno@clisp.org>
1856
1857         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
1858
1859 2008-04-11  Bruno Haible  <bruno@clisp.org>
1860
1861         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
1862
1863         * modules/getaddrinfo-tests (Makefile.am): Define
1864         test_getaddrinfo_LDADD.
1865
1866 2008-04-11  Bruno Haible  <bruno@clisp.org>
1867
1868         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
1869         (init): Fix syntax error.
1870         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
1871         is declared.
1872
1873 2008-04-11  Bruno Haible  <bruno@clisp.org>
1874
1875         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
1876         * modules/glob (Depends-on): Add stdbool.
1877
1878 2008-04-11  Bruno Haible  <bruno@clisp.org>
1879
1880         * lib/trim.c: Include <string.h>.
1881
1882 2008-04-11  Eric Blake  <ebb9@byu.net>
1883
1884         Avoid compile failure on OS/2.
1885         * lib/regex_internal.h (internal_function): Disable optimization
1886         on OS/2 (__EMX__), where it caused compiler error.
1887         Reported by Elbert Pol.
1888
1889 2008-04-11  Bruno Haible  <bruno@clisp.org>
1890
1891         Flush the standard error stream before aborting. Needed on mingw.
1892         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
1893         * tests/test-array_list.c (ASSERT): Likewise.
1894         * tests/test-array_oset.c (ASSERT): Likewise.
1895         * tests/test-avltree_list.c (ASSERT): Likewise.
1896         * tests/test-avltree_oset.c (ASSERT): Likewise.
1897         * tests/test-avltreehash_list.c (ASSERT): Likewise.
1898         * tests/test-binary-io.c (ASSERT): Likewise.
1899         * tests/test-byteswap.c (ASSERT): Likewise.
1900         * tests/test-c-ctype.c (ASSERT): Likewise.
1901         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
1902         * tests/test-c-strcasestr.c (ASSERT): Likewise.
1903         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
1904         * tests/test-c-strstr.c (ASSERT): Likewise.
1905         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
1906         * tests/test-canonicalize.c (ASSERT): Likewise.
1907         * tests/test-carray_list.c (ASSERT): Likewise.
1908         * tests/test-ceilf1.c (ASSERT): Likewise.
1909         * tests/test-ceilf2.c (ASSERT): Likewise.
1910         * tests/test-ceill.c (ASSERT): Likewise.
1911         * tests/test-count-one-bits.c (ASSERT): Likewise.
1912         * tests/test-fbufmode.c (ASSERT): Likewise.
1913         * tests/test-fflush2.c (ASSERT): Likewise.
1914         * tests/test-floorf1.c (ASSERT): Likewise.
1915         * tests/test-floorf2.c (ASSERT): Likewise.
1916         * tests/test-floorl.c (ASSERT): Likewise.
1917         * tests/test-fopen.c (ASSERT): Likewise.
1918         * tests/test-fpending.c (ASSERT): Likewise.
1919         * tests/test-fprintf-posix.c (ASSERT): Likewise.
1920         * tests/test-fpurge.c (ASSERT): Likewise.
1921         * tests/test-freadable.c (ASSERT): Likewise.
1922         * tests/test-freadahead.c (ASSERT): Likewise.
1923         * tests/test-freading.c (ASSERT): Likewise.
1924         * tests/test-freadptr.c (ASSERT): Likewise.
1925         * tests/test-freadptr2.c (ASSERT): Likewise.
1926         * tests/test-freadseek.c (ASSERT): Likewise.
1927         * tests/test-freopen.c (ASSERT): Likewise.
1928         * tests/test-frexp.c (ASSERT): Likewise.
1929         * tests/test-frexpl.c (ASSERT): Likewise.
1930         * tests/test-fseek.c (ASSERT): Likewise.
1931         * tests/test-fseeko.c (ASSERT): Likewise.
1932         * tests/test-fstrcmp.c (ASSERT): Likewise.
1933         * tests/test-ftell.c (ASSERT): Likewise.
1934         * tests/test-ftello.c (ASSERT): Likewise.
1935         * tests/test-func.c (ASSERT): Likewise.
1936         * tests/test-fwritable.c (ASSERT): Likewise.
1937         * tests/test-fwriting.c (ASSERT): Likewise.
1938         * tests/test-getdelim.c (ASSERT): Likewise.
1939         * tests/test-getline.c (ASSERT): Likewise.
1940         * tests/test-i-ring.c (ASSERT): Likewise.
1941         * tests/test-iconv-utf.c (ASSERT): Likewise.
1942         * tests/test-iconv.c (ASSERT): Likewise.
1943         * tests/test-isfinite.c (ASSERT): Likewise.
1944         * tests/test-isnand.c (ASSERT): Likewise.
1945         * tests/test-isnanf.c (ASSERT): Likewise.
1946         * tests/test-isnanl.h (ASSERT): Likewise.
1947         * tests/test-ldexpl.c (ASSERT): Likewise.
1948         * tests/test-linked_list.c (ASSERT): Likewise.
1949         * tests/test-linkedhash_list.c (ASSERT): Likewise.
1950         * tests/test-localename.c (ASSERT): Likewise.
1951         * tests/test-lseek.c (ASSERT): Likewise.
1952         * tests/test-mbscasecmp.c (ASSERT): Likewise.
1953         * tests/test-mbscasestr1.c (ASSERT): Likewise.
1954         * tests/test-mbscasestr2.c (ASSERT): Likewise.
1955         * tests/test-mbscasestr3.c (ASSERT): Likewise.
1956         * tests/test-mbscasestr4.c (ASSERT): Likewise.
1957         * tests/test-mbschr.c (ASSERT): Likewise.
1958         * tests/test-mbscspn.c (ASSERT): Likewise.
1959         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
1960         * tests/test-mbspbrk.c (ASSERT): Likewise.
1961         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
1962         * tests/test-mbsrchr.c (ASSERT): Likewise.
1963         * tests/test-mbsspn.c (ASSERT): Likewise.
1964         * tests/test-mbsstr1.c (ASSERT): Likewise.
1965         * tests/test-mbsstr2.c (ASSERT): Likewise.
1966         * tests/test-mbsstr3.c (ASSERT): Likewise.
1967         * tests/test-memchr2.c (ASSERT): Likewise.
1968         * tests/test-memmem.c (ASSERT): Likewise.
1969         * tests/test-open.c (ASSERT): Likewise.
1970         * tests/test-printf-frexp.c (ASSERT): Likewise.
1971         * tests/test-printf-frexpl.c (ASSERT): Likewise.
1972         * tests/test-printf-posix.c (ASSERT): Likewise.
1973         * tests/test-quotearg.c (ASSERT): Likewise.
1974         * tests/test-rbtree_list.c (ASSERT): Likewise.
1975         * tests/test-rbtree_oset.c (ASSERT): Likewise.
1976         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
1977         * tests/test-round1.c (ASSERT): Likewise.
1978         * tests/test-roundf1.c (ASSERT): Likewise.
1979         * tests/test-roundl.c (ASSERT): Likewise.
1980         * tests/test-signbit.c (ASSERT): Likewise.
1981         * tests/test-sleep.c (ASSERT): Likewise.
1982         * tests/test-snprintf-posix.c (ASSERT): Likewise.
1983         * tests/test-snprintf.c (ASSERT): Likewise.
1984         * tests/test-sprintf-posix.c (ASSERT): Likewise.
1985         * tests/test-stat-time.c (ASSERT): Likewise.
1986         * tests/test-strcasestr.c (ASSERT): Likewise.
1987         * tests/test-strerror.c (ASSERT): Likewise.
1988         * tests/test-striconv.c (ASSERT): Likewise.
1989         * tests/test-striconveh.c (ASSERT): Likewise.
1990         * tests/test-striconveha.c (ASSERT): Likewise.
1991         * tests/test-strsignal.c (ASSERT): Likewise.
1992         * tests/test-strstr.c (ASSERT): Likewise.
1993         * tests/test-strtod.c (ASSERT): Likewise.
1994         * tests/test-trunc1.c (ASSERT): Likewise.
1995         * tests/test-trunc2.c (ASSERT): Likewise.
1996         * tests/test-truncf1.c (ASSERT): Likewise.
1997         * tests/test-truncf2.c (ASSERT): Likewise.
1998         * tests/test-truncl.c (ASSERT): Likewise.
1999         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
2000         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
2001         * tests/test-vasnprintf.c (ASSERT): Likewise.
2002         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
2003         * tests/test-vasprintf.c (ASSERT): Likewise.
2004         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
2005         * tests/test-vprintf-posix.c (ASSERT): Likewise.
2006         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
2007         * tests/test-vsnprintf.c (ASSERT): Likewise.
2008         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
2009         * tests/test-wcwidth.c (ASSERT): Likewise.
2010         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
2011         * tests/test-xprintf-posix.c (ASSERT): Likewise.
2012         * tests/test-xvasprintf.c (ASSERT): Likewise.
2013         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
2014         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
2015         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
2016         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
2017         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
2018         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
2019         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
2020         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
2021         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
2022         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
2023         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
2024         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
2025         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
2026         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
2027         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
2028         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
2029         * tests/unictype/test-block_list.c (ASSERT): Likewise.
2030         * tests/unictype/test-block_of.c (ASSERT): Likewise.
2031         * tests/unictype/test-block_test.c (ASSERT): Likewise.
2032         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
2033         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
2034         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
2035         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
2036         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
2037         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
2038         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
2039         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
2040         * tests/unictype/test-combining.c (ASSERT): Likewise.
2041         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
2042         * tests/unictype/test-digit.c (ASSERT): Likewise.
2043         * tests/unictype/test-mirror.c (ASSERT): Likewise.
2044         * tests/unictype/test-numeric.c (ASSERT): Likewise.
2045         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
2046         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
2047         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
2048         * tests/unictype/test-scripts.c (ASSERT): Likewise.
2049         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
2050         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
2051         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
2052         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
2053         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
2054         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
2055         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
2056         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
2057         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
2058         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
2059         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
2060         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
2061         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
2062         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
2063         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
2064         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
2065         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
2066         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
2067         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
2068         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
2069         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
2070         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
2071         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
2072         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
2073         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
2074         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
2075         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
2076         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
2077         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
2078         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
2079         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
2080         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
2081         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
2082         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
2083         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
2084         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
2085         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
2086         Reported by Eric Blake.
2087
2088 2008-04-11  Bruno Haible  <bruno@clisp.org>
2089
2090         * lib/wchar.in.h: Tweak comment.
2091
2092 2008-04-11  Bruno Haible  <bruno@clisp.org>
2093
2094         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
2095         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
2096         gl_COMMON.
2097         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
2098
2099 2008-04-11  Bruno Haible  <bruno@clisp.org>
2100
2101         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
2102
2103 2008-04-11  Simon Josefsson  <simon@josefsson.org>
2104
2105         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
2106         of attempting to use non-existing /dev/*random.  Based on patch
2107         from Adam Strzelecki <ono@java.pl> in
2108         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
2109
2110 2008-04-08  Bruno Haible  <bruno@clisp.org>
2111
2112         Add tentative support for emx+gcc.
2113         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
2114         * lib/fpurge.c (fpurge): Likewise.
2115         * lib/freadable.c (freadable): Likewise.
2116         * lib/freadahead.c (freadahead): Likewise.
2117         * lib/freading.c (freading): Likewise.
2118         * lib/freadptr.c (freadptr): Likewise.
2119         * lib/freadseek.c (freadptrinc): Likewise.
2120         * lib/fseeko.c (rpl_fseeko): Likewise.
2121         * lib/fseterr.c (fseterr): Likewise.
2122         * lib/fwritable.c (fwritable): Likewise.
2123         * lib/fwriting.c (fwriting): Likewise.
2124         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
2125
2126 2008-04-09  Eric Blake  <ebb9@byu.net>
2127
2128         Avoid some autoconf warnings.
2129         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
2130         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
2131         * m4/afs.m4 (gl_AFS): Likewise.
2132         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
2133         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
2134         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
2135         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
2136         (gl_INTEGER_TYPE_SUFFIX): Likewise.
2137         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
2138         (AC_CHECK_DECLS_ONCE): Likewise.
2139         Rename file...
2140         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
2141         gnulib-tool requires autoconf 2.59 or better.
2142         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
2143
2144 2008-04-08  Eric Blake  <ebb9@byu.net>
2145
2146         Use 'git describe --match' if present (added in git 1.5.5).
2147         * build-aux/git-version-gen: Limit result to tags that match 'v*'
2148         if possible.
2149
2150 2008-04-08  Bruno Haible  <bruno@clisp.org>
2151
2152         Add tentative support for OpenServer.
2153         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
2154         _ptr, _cnt.
2155         * lib/fpurge.c (fpurge): Likewise.
2156         * lib/freadable.c (freadable): Likewise.
2157         * lib/freadahead.c (freadahead): Likewise.
2158         * lib/freading.c (freading): Likewise.
2159         * lib/freadptr.c (freadptr): Likewise.
2160         * lib/freadseek.c (freadptrinc): Likewise.
2161         * lib/fseeko.c (rpl_fseeko): Likewise.
2162         * lib/fseterr.c (fseterr): Likewise.
2163         * lib/fwritable.c (fwritable): Likewise.
2164         * lib/fwriting.c (fwriting): Likewise.
2165         Reported by Roger Cornelius <rac@tenzing.org> and
2166         Brian K. White <brian@aljex.com>.
2167
2168 2008-04-06  Jim Meyering  <meyering@redhat.com>
2169
2170         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
2171
2172 2008-04-06  Bruno Haible  <bruno@clisp.org>
2173
2174         Avoid possible error with non-ASCII bytes in UTF-8 locales.
2175         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
2176         * tests/test-printf-posix.sh: Likewise.
2177         * tests/test-vfprintf-posix.sh: Likewise.
2178         * tests/test-vprintf-posix.sh: Likewise.
2179         * tests/test-xprintf-posix.sh: Likewise.
2180
2181 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2182
2183         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
2184         hide error from 'ls', needed on OS/2.
2185         Report by Elbert Pol <elbert.pol@gmail.com>.
2186
2187 2008-04-04  Eric Blake  <ebb9@byu.net>
2188
2189         Make test-fseeko.c failures meaningful.
2190         * tests/test-fseeko.c: Print line number on failure.
2191         * tests/test-fseek.c: Likewise.
2192         Reported by Nelson H. F. Beebe.
2193
2194         Improve strtod bug detection check.
2195         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
2196         required for Solaris 10.
2197         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
2198
2199 2008-04-04  Bruno Haible  <bruno@clisp.org>
2200
2201         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
2202         by m4/setenv.m4.
2203
2204 2008-04-03  Eric Blake  <ebb9@byu.net>
2205
2206         Ensure sane .version contents.
2207         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
2208         version string.
2209         * build-aux/git-version-gen: Improve documentation.
2210
2211         Make GNU make output nicer.
2212         * top/GNUmakefile [!_have-Makefile]: Add dependency on
2213         MAKECMDGOALS to enforce message for all command line targets.  Set
2214         srcdir for use in maint.mk.
2215
2216         Another maintainer tweak.
2217         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
2218         a target that regenerates version.
2219
2220 2008-04-03  Jim Meyering  <meyering@redhat.com>
2221
2222         vc-list-files: don't cause coreutils "make po-check" failure
2223         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
2224
2225 2008-04-03  Eric Blake  <ebb9@byu.net>
2226
2227         Allow VPATH usage of vc-list-files.
2228         * build-aux/vc-list-files (scriptversion): Add timestamp.
2229         (options): Add --help, --version, -C.
2230         (CVS): Support installed cvsu.
2231
2232 2008-04-02  Bruno Haible  <bruno@clisp.org>
2233
2234         Avoid some "statement with no effect" warnings from gcc.
2235         * tests/test-wctype.c (main): Explicitly ignore unused values.
2236         Reported by Jim Meyering.
2237
2238 2008-04-02  Jim Meyering  <meyering@redhat.com>
2239
2240         Avoid some warnings from "gcc -Wshadow".
2241         * tests/test-frexp.c (exp): Define to a different identifier.
2242         * tests/test-frexpl.c (exp): Likewise.
2243
2244 2008-04-03  Jim Meyering  <meyering@redhat.com>
2245
2246         bootstrap: remove dangling *.[ch] symlinks from lib
2247         * build-aux/bootstrap [dangling symlink removal]: Move find's
2248         -depth option to precede all others, to avoid a warning.
2249         Remove *.[ch] files too, and from "$source_base" (usually lib/).
2250
2251 2008-04-02  Bruno Haible  <bruno@clisp.org>
2252
2253         Avoid some warnings from "gcc -Wshadow".
2254         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
2255         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
2256         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
2257         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
2258         Reported by Jim Meyering.
2259
2260 2008-04-01  Bruno Haible  <bruno@clisp.org>
2261
2262         Fix test to work on IRIX 6.5 with cc.
2263         * tests/test-math.c (numeric_equal): New function.
2264         (main): Use it.
2265
2266 2008-04-01  Bruno Haible  <bruno@clisp.org>
2267
2268         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
2269
2270 2008-04-01  Bruno Haible  <bruno@clisp.org>
2271
2272         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
2273         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2274         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
2275         (Depends-on): Remove math.
2276
2277         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
2278         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2279         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
2280         (Depends-on): Remove math.
2281
2282         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
2283         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2284         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
2285         (Depends-on): Remove math.
2286         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
2287         (Depends-on): Remove math.
2288
2289         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
2290         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2291         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
2292         (Depends-on): Remove math.
2293         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
2294         (Depends-on): Remove math.
2295
2296         * tests/test-round1.c: Include nan.h.
2297         (main): Use NaNd instead of NAN.
2298         * modules/round-tests (Files): Add tests/nan.h.
2299
2300         * tests/test-trunc1.c: Include nan.h.
2301         (main): Use NaNd instead of NAN.
2302         * modules/trunc-tests (Files): Add tests/nan.h.
2303
2304         * tests/test-roundf1.c: Include nan.h.
2305         (main): Use NaNf instead of NAN.
2306         * modules/roundf-tests (Files): Add tests/nan.h.
2307
2308         * tests/test-truncf1.c: Include nan.h.
2309         (main): Use NaNf instead of NAN.
2310         * modules/truncf-tests (Files): Add tests/nan.h.
2311
2312         * tests/test-ceilf1.c: Include nan.h.
2313         (main): Use NaNf instead of NAN.
2314         * modules/ceilf-tests (Files): Add tests/nan.h.
2315
2316         * tests/test-floorf1.c: Include nan.h.
2317         (main): Use NaNf instead of NAN.
2318         * modules/floorf-tests (Files): Add tests/nan.h.
2319
2320         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
2321         (main): Use NaNf instead of NAN.
2322         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
2323
2324         * tests/test-isnand.c: Include nan.h instead of <math.h>.
2325         (main): Use NaNd instead of NAN.
2326         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
2327
2328         * tests/test-frexp.c: Include nan.h.
2329         (main): Use NaNd instead of NAN.
2330         * modules/frexp-tests (Files): Add tests/nan.h.
2331
2332         * lib/isnan.c: Don't include <math.h>.
2333         (FUNC): Don't use NAN macro.
2334         * modules/isnand-nolibm (Depends-on): Remove math.
2335         * modules/isnanf-nolibm (Depends-on): Remove math.
2336         * modules/isnanl (Depends-on): Remove math.
2337         * modules/isnanl-nolibm (Depends-on): Remove math.
2338
2339         * tests/nan.h: New file.
2340
2341 2008-04-01  Eric Blake  <ebb9@byu.net>
2342
2343         Fix typos.
2344         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
2345         values to be the right type.
2346
2347         For now, cater to gnulib strtod inaccuracies.
2348         * tests/test-strtod.c (main): Allow 1-ulp error on expected
2349         fractional results.  While not as nice from a QoI perspective, it
2350         is a quicker patch than correctly implementing decimal to binary
2351         rounding.
2352
2353 2008-03-31  Eric Blake  <ebb9@byu.net>
2354
2355         Guarantee a definition of NAN.
2356         * lib/math.in.h (NAN): Define if missing.
2357         * tests/test-math.c (main): Test it.
2358         * doc/posix-headers/math.texi (math.h): Document this.
2359         * lib/isnan.c (rpl_isnand): Use it.
2360         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
2361         * tests/test-floorf1.c (NaN): Likewise.
2362         * tests/test-frexp.c (NaN): Likewise.
2363         * tests/test-isnand.c (NaN): Likewise.
2364         * tests/test-isnanf.c (NaN): Likewise.
2365         * tests/test-round1.c (NaN): Likewise.
2366         * tests/test-roundf1.c (NaN): Likewise.
2367         * tests/test-snprintf-posix.h (NaN): Likewise.
2368         * tests/test-sprintf-posix.h (NaN): Likewise.
2369         * tests/test-trunc1.c (NaN): Likewise.
2370         * tests/test-truncf1.c (NaN): Likewise.
2371         * tests/test-vasnprintf-posix.c (NaN): Likewise.
2372         * tests/test-vasprintf-posix.c (NaN): Likewise.
2373         * modules/isnand-nolibm (Depends-on): Add math.
2374         * modules/isnanf-nolibm (Depends-on): Likewise.
2375         * modules/isnanl (Depends-on): Likewise.
2376         * modules/isnanl-nolibm (Depends-on): Likewise.
2377         * modules/snprintf-posix-tests (Depends-on): Likewise.
2378         * modules/sprintf-posix-tests (Depends-on): Likewise.
2379         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
2380         * modules/vsprintf-posix-tests (Depends-on): Likewise.
2381         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
2382         * modules/vasprintf-posix-tests (Depends-on): Likewise.
2383
2384 2008-03-31  Bruno Haible  <bruno@clisp.org>
2385
2386         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
2387         * doc/posix-functions/strtod.texi: Likewise.
2388
2389 2008-03-31  Bruno Haible  <bruno@clisp.org>
2390
2391         * tests/test-strtod.c (main): Don't use C99 syntax.
2392
2393 2008-03-31  Bruno Haible  <bruno@clisp.org>
2394
2395         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
2396         Reported by Eric Blake.
2397
2398 2008-03-31  Jim Meyering  <meyering@redhat.com>
2399
2400         Don't compare actual signbit return values.
2401         * tests/test-strtod.c (main): Rather, compare only their
2402         zero/non-zero nature.
2403
2404 2008-03-31  Eric Blake  <ebb9@byu.net>
2405
2406         More strtod documentation.
2407         * doc/posix-functions/strtod.texi (strtod): Interpret more test
2408         failures as distinct bugs.
2409
2410 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2411
2412         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
2413         Problem reported by Erik Benada in
2414         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
2415
2416 2008-03-30  Bruno Haible  <bruno@clisp.org>
2417
2418         * tests/test-strtod.c: Add comments about which assertion fails on which
2419         platform.
2420         * doc/posix-functions/strtod.texi: Add info about many more platforms.
2421
2422 2008-03-30  Eric Blake  <ebb9@byu.net>
2423
2424         Test signbit behavior on zeros.
2425         * tests/test-signbit.c (test_signbitf): Add tests for zero.
2426         (test_signbitd, test_signbitl): Likewise.
2427
2428         More strtod touchups.
2429         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
2430         sign of negative underflow, for now.  Use .5, not .1.
2431         * doc/posix-functions/strtod.texi (strtod): Mention these
2432         limitations.
2433         Reported by Jim Meyering.
2434
2435 2008-03-30  Bruno Haible  <bruno@clisp.org>
2436
2437         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
2438         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
2439
2440 2008-03-30  Bruno Haible  <bruno@clisp.org>
2441
2442         Avoid failure when attempting to return empty iconv results on some
2443         platforms.
2444         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
2445         allocation, don't report ENOMEM when the resulting string is empty.
2446
2447 2008-03-30  Bruno Haible  <bruno@clisp.org>
2448
2449         Fix buffer overrun.
2450         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
2451         Don't consider the width for tmp_length. Check count against tmp_length
2452         before doing the padding. Ensure enough allocation during padding.
2453
2454 2008-03-30  Eric Blake  <ebb9@byu.net>
2455
2456         strtod touchups.
2457         * lib/strtod.c (strtod): Avoid compiler warnings.
2458         Reported by Jim Meyering.
2459
2460 2008-03-30  Bruno Haible  <bruno@clisp.org>
2461
2462         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
2463         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
2464         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
2465         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
2466         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
2467         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
2468         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
2469         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
2470
2471         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
2472         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
2473         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
2474         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
2475         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
2476         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
2477         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
2478         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
2479
2480         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
2481         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
2482         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
2483         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
2484         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
2485         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
2486         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
2487         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
2488
2489         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
2490         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
2491
2492         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
2493         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
2494
2495         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
2496         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
2497
2498         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
2499         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
2500         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
2501
2502         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
2503         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
2504         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
2505
2506         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
2507         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
2508         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
2509
2510         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
2511         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
2512         * modules/vasprintf (Depends-on): Add EOVERFLOW.
2513
2514         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
2515         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
2516         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
2517         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
2518         (Depends-on): Add EOVERFLOW.
2519         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
2520         (Depends-on): Add EOVERFLOW.
2521         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
2522         (Depends-on): Add EOVERFLOW.
2523         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
2524         (Depends-on): Add EOVERFLOW.
2525         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
2526         (Depends-on): Add EOVERFLOW.
2527         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
2528         (Depends-on): Add EOVERFLOW.
2529         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
2530         (Depends-on): Add EOVERFLOW.
2531         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
2532         (Depends-on): Add EOVERFLOW.
2533
2534         * lib/sprintf.c (EOVERFLOW): Remove fallback.
2535         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
2536         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
2537
2538         * lib/snprintf.c (EOVERFLOW): Remove fallback.
2539         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
2540         * modules/snprintf (Depends-on): Add EOVERFLOW.
2541
2542         * lib/poll.c (EOVERFLOW): Remove fallback.
2543         * modules/poll (Depends-on): Add EOVERFLOW.
2544
2545         * lib/getugroups.c (EOVERFLOW): Remove fallback.
2546         * modules/getugroups (Depends-on): Add EOVERFLOW.
2547
2548         * lib/getdelim.c (EOVERFLOW): Remove fallback.
2549         * modules/getdelim (Depends-on): Add EOVERFLOW.
2550
2551         * lib/ftell.c (EOVERFLOW): Remove fallback.
2552         * modules/ftell (Depends-on): Add EOVERFLOW.
2553
2554         * lib/fprintf.c (EOVERFLOW): Remove fallback.
2555         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
2556         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
2557
2558         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
2559
2560         * modules/EOVERFLOW-tests: New file.
2561         * tests/test-EOVERFLOW.c: New file.
2562
2563         * modules/EOVERFLOW: New file.
2564         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
2565
2566 2008-03-30  Bruno Haible  <bruno@clisp.org>
2567
2568         Fix bug introduced on 2007-06-10.
2569         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
2570         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
2571
2572 2008-03-30  Bruno Haible  <bruno@clisp.org>
2573
2574         Improve freadseek's efficiency after ungetc.
2575         * lib/freadseek.c: Include freadahead.h.
2576         (freadptrinc): New function, extracted from freadseek.
2577         (freadseek): Use it in a loop. Use freadahead to determine the number
2578         of loop iterations.
2579         * modules/freadseek (Depends-on): Add freadahead.
2580         (configure.ac): Require AC_C_INLINE.
2581
2582 2008-03-30  Bruno Haible  <bruno@clisp.org>
2583
2584         * lib/freadseek.c (freadseek): Don't ignore the return value of
2585         freadptr.
2586
2587 2008-03-29  Eric Blake  <ebb9@byu.net>
2588
2589         Add hex float support.
2590         * modules/strtod (Depends-on): Add c-ctype.
2591         (Link): Mention POW_LIB.
2592         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
2593         whitespace between 'e' and exponent.
2594         * tests/test-strtod.c (main): Enable hex float tests.
2595         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
2596         now provides.
2597
2598         Document various strtod bugs, with some fixes.
2599         * doc/posix-functions/strtod.texi (strtod): Document bugs with
2600         "-0x", "inf", "nan", and hex constants.
2601         * doc/posix-functions/atof.texi (atof): Likewise.
2602         * modules/stdlib (Makefile.am): Support strtod.
2603         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
2604         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
2605         detect additional strtod bugs.
2606         * lib/stdlib.in.h (rpl_strtod): Add declarations.
2607         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
2608         bool where appropriate.  Parse 'inf' and 'nan'.
2609         * tests/test-strtod.c: New file.
2610         * modules/strtod (Depends-on): Add stdbool, stdlib.
2611         (configure.ac): Turn on module indicator.
2612         * modules/strtod-tests: New module.
2613
2614 2008-03-29  Eric Blake  <ebb9@byu.net>
2615
2616         Fix ftell on mingw.
2617         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
2618         * modules/ftell-tests (Depends-on): Add binary-io.
2619         * modules/ftello-tests (Depends-on): Likewise.
2620         * tests/test-ftell.c (main): Enhance test to cover behavior after
2621         ungetc.  Enforce binary mode.
2622         * tests/test-ftello.c (main): Likewise.
2623
2624         Pass test-freadseek on cygwin.
2625         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
2626         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
2627         ungetc buffer.
2628
2629         * tests/test-fflush2.c (main): Fix typo.
2630
2631 2008-03-29  Bruno Haible  <bruno@clisp.org>
2632
2633         * tests/test-fflush2.c (main): Temporarily disable the contents of
2634         this test.
2635         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
2636         Reported by Eric Blake.
2637
2638 2008-03-28  Simon Josefsson  <simon@josefsson.org>
2639
2640         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
2641         (GC_SHA224_DIGEST_SIZE): Add.
2642
2643         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
2644         (gc_hash_digest_length): Likewise.
2645         (gc_hash_buffer): Likewise.
2646
2647 2008-03-25  Bruno Haible  <bruno@clisp.org>
2648
2649         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
2650         detail which gettext release to use.
2651         Reported by Simon Josefsson.
2652
2653 2008-03-26  Jim Meyering  <meyering@redhat.com>
2654
2655         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
2656         * modules/gnumakefile (clean-GNUmakefile): Also, use
2657         test ... && ... || : syntax rather than if-then ... fi.
2658
2659         gnumakefile: Don't double-quote-expand $(VPATH) value.
2660         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
2661
2662 2008-03-24  Eric Blake  <ebb9@byu.net>
2663
2664         Alter GNUmakefile to install into top directory.
2665         * modules/maintainer-makefile: Split, and add dependency...
2666         * modules/gnumakefile: to this new module.
2667         * build-aux/GNUmakefile: Move...
2668         * top/GNUmakefile: ...here.
2669         * build-aux/maint.mk: Move...
2670         * top/maint.mk: ...here.
2671         * MODULES.html.sh (Support for maintaining...): Document new
2672         module.
2673
2674 2008-03-23  Bruno Haible  <bruno@clisp.org>
2675
2676         * gnulib-tool: New options --vc-files, --no-vc-files.
2677         (func_usage): Document them.
2678         (vc_files): New variable.
2679         (func_import): Consider vc_files.
2680         (func_create_testdir): Set vc_files to empty.
2681         Suggested by Jim Meyering and Karl Berry.
2682
2683 2008-03-23  Bruno Haible  <bruno@clisp.org>
2684
2685         Fix regex compilation error on HP-UX 11.
2686         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
2687         * modules/regex (Files): Add m4/mbstate_t.m4.
2688         Reported by Ton Voon <ton.voon@altinity.com>.
2689
2690 2008-03-23  Bruno Haible  <bruno@clisp.org>
2691
2692         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
2693
2694 2008-03-23  Eric Blake  <ebb9@byu.net>
2695             Bruno Haible  <bruno@clisp.org>
2696
2697         Install files from top/ in the destination directory.
2698         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
2699         augmentation also for the files from top/.
2700         (func_import, func_create_testdir): Rewrite file names:
2701         top/filename -> filename.
2702
2703 2008-03-23  Bruno Haible  <bruno@clisp.org>
2704
2705         Tweak "gnulib --version" output.
2706         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
2707
2708 2008-03-23  Bruno Haible  <bruno@clisp.org>
2709
2710         Tweak "gnulib --version" output.
2711         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
2712         rather than contents of ChangeLog, when possible.
2713
2714 2008-03-21  Eric Blake  <ebb9@byu.net>
2715
2716         More --version tweaks.
2717         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
2718         date of last ChangeLog entry.
2719
2720 2008-03-21  Jim Meyering  <meyering@redhat.com>
2721
2722         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
2723
2724 2008-03-20  Eric Blake  <ebb9@byu.net>
2725
2726         VPATH fix.
2727         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
2728
2729 2008-03-20  Simon Josefsson  <simon@josefsson.org>
2730
2731         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
2732         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
2733
2734 2008-03-20  Eric Blake  <ebb9@byu.net>
2735
2736         Sync GNUmakefile with coreutils.
2737         * build-aux/GNUmakefile (have-Makefile): Rename...
2738         (_have-Makefile): ...to this, for namespace consideration.
2739         (GNUmakefile.cfg): Include, if present.
2740         (_autoreconf): Define a default.
2741         (_is-dist-target): New rule for rebuilds to pick up intra-release
2742         version.
2743         (maint-cfg.mk): Rename...
2744         (cfg.mk): ...to this.
2745
2746 2008-03-18  Jim Meyering  <meyering@redhat.com>
2747
2748         New script and module: mktempd
2749         * MODULES.html.sh (maint+release support): Add mktempd.
2750         * build-aux/mktempd: New file.
2751         * modules/mktempd: New file.
2752
2753 2008-03-15  Jim Meyering  <meyering@redhat.com>
2754
2755         Undo last change.
2756         * lib/sha1.c, lib/md5.c: 63 != ~63.
2757         Reported by Andreas Schwab.
2758
2759         sha1.c, md5.c: Hoist a redundant expression.
2760         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
2761         "ctx->buflen" only once, before calling *_process_block.
2762         * lib/md5.c (md5_process_bytes): Likewise.
2763
2764 2008-03-14  Eric Blake  <ebb9@byu.net>
2765
2766         Bump copyright year in files generated by gnulib-tool.
2767         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
2768         gnulib-tool, rather than hard-coding it.
2769
2770         Fix 'gnulib-tool --version' output to work with git.
2771         * gnulib-tool (func_gnulib_dir): New function, extracted from...
2772         (startup): ...here.
2773         (func_version): Use it to invoke git-version-gen, rather than
2774         relying on CVS keyword expansion.  Modernize wording.
2775         (cvsdatestamp, last_checkin_date, version): Kill unused
2776         variables.
2777
2778 2008-03-12  Jim Meyering  <meyering@redhat.com>
2779
2780         Recognize optional cast of the argument to free.
2781         * build-aux/useless-if-before-free: Update regexps.
2782
2783         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
2784
2785 2008-03-11  Bruno Haible  <bruno@clisp.org>
2786
2787         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
2788         by a single package.
2789         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
2790         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
2791         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
2792         Reported by Sam Steingold <sds@gnu.org>.
2793
2794 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2795
2796         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
2797         repositories.
2798
2799 2008-03-11  Bruno Haible  <bruno@clisp.org>
2800
2801         Avoid conflicts between local macro definitions.
2802         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2803         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
2804
2805 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
2806             Bruno Haible  <bruno@clisp.org>
2807
2808         Make va_copy work with some version of xlc on AIX 5.1.
2809         * lib/stdarg.in.h: New file.
2810         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
2811         On AIX, use a <stdarg.h> file substitute.
2812         * modules/stdarg (Files): Add lib/stdarg.in.h.
2813         (Depends-on): Add include_next.
2814         (Makefile.am): Build a stdarg.h substitute if requested.
2815         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
2816
2817 2008-03-10  Bruno Haible  <bruno@clisp.org>
2818
2819         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
2820         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
2821         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
2822
2823 2008-03-10  Bruno Haible  <bruno@clisp.org>
2824
2825         * modules/stdlib (Depends-on): Add include_next, remove
2826         absolute-header.
2827
2828 2008-03-09  Bruno Haible  <bruno@clisp.org>
2829
2830         * lib/freadahead.h (freadahead): Document more precisely.
2831         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
2832         the sum of both buffer sizes.
2833         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
2834         * NEWS: Document the change.
2835
2836 2008-03-09  Bruno Haible  <bruno@clisp.org>
2837
2838         Extend freadptr to return also the buffer size.
2839         * lib/freadptr.h (freadptr): Add sizep argument.
2840         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
2841         (freadptr): Add sizep argument. Determine buffer size like freadahead
2842         does.
2843         * tests/test-freadptr.c: Don't include freadahead.h.
2844         (main): Adapt for new calling convention of freadptr.
2845         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
2846         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
2847         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
2848         tests/test-freadptr2.sh.
2849         (Depends): Remove freadahead.
2850         (TESTS): Add test-freadptr2.sh.
2851         (check_PROGRAMS): Add test-freadptr2.
2852
2853 2008-03-09  Bruno Haible  <bruno@clisp.org>
2854
2855         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
2856         Report and solution by Simon Josefsson.
2857
2858 2008-03-06  Bruno Haible  <bruno@clisp.org>
2859
2860         Make fflush after ungetc work on BSD platforms.
2861         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
2862         * tests/test-fflush2.c: New file.
2863         * tests/test-fflush2.sh: New file.
2864         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
2865         tests/test-fflush2.c.
2866         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
2867         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
2868
2869 2008-03-06  Eric Blake  <ebb9@byu.net>
2870
2871         Likewise for ftello.
2872         * modules/ftello (Dependencies): Add extensions.
2873         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
2874
2875 2008-03-06  Bruno Haible  <bruno@clisp.org>
2876
2877         * modules/fseeko (Dependencies): Add extensions.
2878         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
2879         Needed on glibc systems.
2880
2881 2008-03-06  Bruno Haible  <bruno@clisp.org>
2882
2883         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
2884         email address.
2885         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2886
2887 2008-03-06  Bruno Haible  <bruno@clisp.org>
2888
2889         * users.txt: Add libgnupdf.
2890
2891 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2892
2893         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
2894         (Header File Substitutes, Function Substitutes,
2895         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
2896         (Build robot for gnulib): Fix typo.
2897
2898 2008-03-06  Bruno Haible  <bruno@clisp.org>
2899
2900         * doc/gnulib-tool.texi (VCS Issues): Small updates.
2901         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2902
2903 2008-03-06  Bruno Haible  <bruno@clisp.org>
2904
2905         * doc/func.texi: New file, extracted from doc/gnulib.texi.
2906         * doc/gnulib.texi: Include it.
2907
2908 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2909
2910         * modules/func (License): Change license to unlimited; there was
2911         no LGPL parts in the module anyway.
2912
2913 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2914
2915         * modules/__func__: Renamed to modules/func.
2916         * modules/__func__-tests: Renamed to modules/func-tests.
2917         * tests/test-__func__.c: Renamed to tests/test-func.c.
2918         * m4/__func__.m4: Renamed to m4/func.m4.
2919         * doc/gnulib.texi (__func__): Section renamed to func.
2920         Suggested by Eric Blake <ebb9@byu.net>.
2921
2922 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2923
2924         * doc/gnulib.texi (__func__): Use C99 terminology when talking
2925         about __func__.  Make example self-contained.  Suggested by Eric
2926         Blake <ebb9@byu.net>.
2927
2928         * tests/test-__func__.c (main): Avoid extraneous () around __func.
2929         Suggested by Eric Blake <ebb9@byu.net>.
2930
2931 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2932
2933         * modules/__func__: New file.
2934         * modules/__func__-tests: New file.
2935         * tests/test-__func__.c: New file.
2936         * m4/__func__.m4: New file.
2937         * doc/gnulib.texi (__func__): Document __func__ module.
2938
2939 2008-03-05  Simon Josefsson  <simon@josefsson.org>
2940
2941         * modules/byteswap (License): Re-license as LGPLv2+.
2942
2943 2008-03-05  Simon Josefsson  <simon@josefsson.org>
2944
2945         * doc/Makefile: Add pdf target.
2946
2947 2008-03-05  Simon Josefsson  <simon@josefsson.org>
2948
2949         * modules/inline (License): Use 'unlimited', since there are only
2950         *.m4 files in this module.
2951
2952 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
2953             Bruno Haible  <bruno@clisp.org>
2954
2955         Add support for HP C 7.1 on OpenVMS 8.3.
2956         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
2957
2958 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
2959
2960         Update VMS specifics.
2961         * lib/getopt.c [VMS]: Remove include of unixlib.h.
2962
2963 2008-03-02  Jim Meyering  <meyering@redhat.com>
2964
2965         Remove the last dependency on the "free" module.
2966         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
2967         Reported by Bob Proulx.
2968
2969         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
2970
2971         Remove useless "if" tests before free.  Deprecate "free" module.
2972         * doc/posix-functions/free.texi: Mention that this
2973         module is no longer useful.
2974         * modules/free (Notice): Say this module is obsolete.
2975         * modules/readutmp (Depends-on): Remove free.
2976         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
2977         * lib/putenv.c (putenv): Likewise.
2978         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
2979         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
2980         * tests/test-c-strcasestr.c (main): Likewise.
2981         * tests/test-c-strstr.c (main): Likewise.
2982         * tests/test-mbscasestr1.c (main): Likewise.
2983         * tests/test-mbscasestr2.c (main): Likewise.
2984         * tests/test-mbsstr1.c (main): Likewise.
2985         * tests/test-mbsstr2.c (main): Likewise.
2986         * tests/test-memmem.c (main): Likewise.
2987         * tests/test-strcasestr.c (main): Likewise.
2988         * tests/test-striconv.c (main): Likewise.
2989         * tests/test-striconveh.c (main): Likewise.
2990         * tests/test-striconveha.c (main): Likewise.
2991         * tests/test-strstr.c (main): Likewise.
2992
2993         * build-aux/git-version-gen: Adjust a comment and the Usage string.
2994
2995         bootstrap: sync from coreutils again
2996         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
2997
2998 2008-03-01  Jim Meyering  <meyering@redhat.com>
2999
3000         bootstrap: sync from coreutils
3001         * build-aux/bootstrap (update_po_files): Copy a .po file into place
3002         also when the target doesn't exist.
3003
3004 2008-03-01  Eric Blake  <ebb9@byu.net>
3005
3006         Fix bugs in last patch.
3007         * lib/memchr2.c (memchr2): Fix typo.
3008         * tests/test-memchr2.c: Test previous bug, and don't use GNU
3009         extension.
3010         Reported by Bruce Korb.
3011
3012         New module 'memchr2'.
3013         * modules/memchr2: New file.
3014         * modules/memchr2-tests: Likewise.
3015         * lib/memchr2.h: Likewise.
3016         * lib/memchr2.c: Likewise, based on memchr.c.
3017         * tests/test-memchr2.c: New test.
3018         * MODULES.html.sh (String handling): Add memchr2.
3019
3020 2008-02-29  Bruno Haible  <bruno@clisp.org>
3021
3022         * modules/freadseek-tests: New file.
3023         * tests/test-freadseek.sh: New file.
3024         * tests/test-freadseek.c: New file.
3025
3026         New module 'freadseek'.
3027         * modules/freadseek: New file.
3028         * lib/freadseek.h: New file.
3029         * lib/freadseek.c: New file.
3030         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
3031
3032 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
3033
3034         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
3035         wydawca.
3036
3037         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
3038         program_invocation_name and program_invocation_short_name are
3039         present.
3040
3041 2008-02-28  Bruno Haible  <bruno@clisp.org>
3042
3043         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
3044         * tests/test-freadptr.sh: Also test non-seekable stdin.
3045
3046 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
3047
3048         * build-aux/bootstrap (source_base, m4_base)
3049         (doc_base, tests_base): New variables.
3050         (gnulib_tool_options): Do not hardcode base directories, use
3051         the above variables instead.
3052
3053 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
3054
3055         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
3056
3057 2008-02-28  Bruno Haible  <bruno@clisp.org>
3058
3059         * modules/freadptr-tests: New file.
3060         * tests/test-freadptr.sh: New file.
3061         * tests/test-freadptr.c: New file.
3062
3063         New module 'freadptr'.
3064         * modules/freadptr: New file.
3065         * lib/freadptr.h: New file.
3066         * lib/freadptr.c: New file.
3067         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
3068
3069 2008-02-26  Karl Berry  <karl@freefriends.org>
3070
3071         Sync from Libtool:
3072         * libltdl/argz.c (argz_add, argz_count): New functions.
3073         * libltdl/argz.in.h: Declare them.
3074         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
3075
3076 2008-02-22  Bruno Haible  <bruno@clisp.org>
3077
3078         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
3079         is a pointer type.  Needed for HP-UX 10.
3080         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
3081         * doc/posix-functions/gmtime_r.texi: Likewise.
3082         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
3083
3084 2008-02-24  Bruno Haible  <bruno@clisp.org>
3085
3086         * modules/environ-tests: New file.
3087         * tests/test-environ.c: New file.
3088
3089         New module 'environ'.
3090         * modules/environ: New file.
3091         * lib/unistd.in.h (environ): New declaration.
3092         * m4/environ.m4: New file.
3093         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
3094         after use.
3095         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
3096         HAVE_DECL_ENVIRON.
3097         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
3098         HAVE_DECL_ENVIRON.
3099         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
3100         wrong claim that 'environ' is missing on some systems.
3101         * modules/execute (Depends-on): Add environ.
3102         * lib/execute.c (environ): Remove fallback declaration.
3103         * modules/pipe (Depends-on): Add environ.
3104         * lib/pipe.c (environ): Remove fallback declaration.
3105         * modules/setenv (Depends-on): Add environ.
3106         * lib/setenv.c (environ): Remove fallback declaration.
3107         * modules/unsetenv (Depends-on): Add environ.
3108         * lib/unsetenv.c (environ): Remove fallback declaration.
3109         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
3110         m4/environ.m4.
3111         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
3112         (gl_PREREQ_UNSETENV): Likewise.
3113
3114 2008-02-24  Bruno Haible  <bruno@clisp.org>
3115
3116         * doc/posix-functions/environ.texi: Document the MacOS X problem.
3117
3118 2008-02-20  Bob Proulx  <bob@proulx.com>
3119
3120         Enable use of older two part flavor 'git describe'.
3121         * build-aux/git-version-gen: If using the older two part flavor of
3122         git version then recreate the third part now present in the
3123         newer three part flavor of git describe.
3124
3125 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
3126
3127         * lib/fts.c (fts_build): Typo correction to comment.
3128
3129 2008-02-17  Bruno Haible  <bruno@clisp.org>
3130
3131         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
3132         generating no-op conflicts.
3133
3134 2008-02-17  Bruno Haible  <bruno@clisp.org>
3135
3136         Speed up by 10%.
3137         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
3138         result_entries, rather than an index-based loop.
3139
3140 2008-02-17  Bruno Haible  <bruno@clisp.org>
3141
3142         Speed up by 25%.
3143         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
3144         'hashcode_cached'.
3145         (entry_create): New function.
3146         (entry_hashcode): Use the cached hashcode if possible.
3147         (read_changelog_file, try_split_merged_entry): Use entry_create.
3148
3149 2008-02-17  Bruno Haible  <bruno@clisp.org>
3150
3151         Speed up from O(n^2) to O(n) for long ChangeLog files.
3152         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
3153         (read_changelog_file): Change implementation of entries_reversed list
3154         to rbtreehash.
3155         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
3156
3157 2008-02-17  Bruno Haible  <bruno@clisp.org>
3158
3159         New option --split-merged-entry.
3160         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
3161         (find_paragraph_end, try_split_merged_entry): New functions.
3162         (long_options): Add option --split-merged-entry.
3163         (usage): Document option --split-merged-entry.
3164         (main): Implement option --split-merged-entry.
3165         Reported by Eric Blake.
3166
3167 2008-02-17  Bruno Haible  <bruno@clisp.org>
3168
3169         * lib/git-merge-changelog.c: Include c-strstr.h.
3170         (main): Support the "git pull --rebase" situation.
3171         * modules/git-merge-changelog (Depends-on): Add c-strstr.
3172         Reported by Eric Blake.
3173
3174 2008-02-16  Eric Blake  <ebb9@byu.net>
3175
3176         Avoid doubling \ in common case of "c-maybe" quoting style.
3177         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
3178         eliding outer quotes.
3179         * lib/quotearg.h: Document this.
3180         * tests/test-quotearg.c (result_strings, inputs, results_g)
3181         (flag_results, locale_results): Test it by adding a new string to
3182         each test group.
3183         (compare_strings): Test new string.
3184
3185 2008-02-13  Eric Blake  <ebb9@byu.net>
3186
3187         Avoid trigraph quoting in default output.
3188         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
3189         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
3190         unless explicitly requested.
3191         * tests/test-quotearg.c (flag_results, main): Add additional tests.
3192
3193 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
3194
3195         Don't rely on signed integer overflowing to negative value.
3196         * lib/getugroups.c (getugroups): Include <limits.h>.
3197         Instead, compare against INT_MAX, and increment only if the test passes.
3198
3199 2008-02-13  Jim Meyering  <meyering@redhat.com>
3200         and Eric Blake  <ebb9@byu.net>
3201
3202         Avoid shadowing warning and compile errors on Linux.
3203         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
3204         forwarding macros on Linux.
3205         (dcgettext): Define a stub, for Linux.
3206         (results_g, main): Avoid warnings.
3207
3208 2008-02-12  Eric Blake  <ebb9@byu.net>
3209
3210         Silence warning in last patch.
3211         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
3212
3213         Quotearg part 4: add tests, fix c-maybe colon quoting.
3214         * lib/quotearg.h: Improve documentation.
3215         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
3216         escapes when adding outer quotes.  When quoting trigraphs, use
3217         valid C notation.  When quoting NUL, omit extra characters if next
3218         character is not digit.  Alter prototype.
3219         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
3220         callers.
3221         * modules/quotearg-tests: New module.
3222         * tests/test-quotearg.c: New test.
3223
3224 2008-02-07  Eric Blake  <ebb9@byu.net>
3225
3226         Quotearg part 3: add flag to control outer quote elision.
3227         * lib/quotearg.h (c_maybe_quoting_style): New style.
3228         (enum quoting_flags): Better documentation of flags.
3229         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
3230         c-maybe style.
3231         (quotearg_buffer_restyled): Handle new flag to elide outer
3232         quotes.
3233
3234         Quotearg part 2: add flag that can control NUL elision.
3235         * lib/quotearg.h (set_quoting_flags): New prototype.
3236         * lib/quotearg.c (struct quoting_options): Add flag field.
3237         (set_quoting_flags): New function.
3238         (quotearg_buffer_restyled): Add flags parameter.
3239         (quotearg_alloc_mem): Set the flag if length cannot be returned.
3240         (quotearg_n_options): Set the flag, since length cannot be
3241         returned.
3242         (quoting_options_from_style): Default flags correctly.
3243
3244         Quotearg part 1: more wrappers, restore quotearg_char state.
3245         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
3246         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
3247         (quotearg_colon_mem): New wrappers.
3248         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
3249         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
3250         functions.
3251         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
3252         (quotearg_colon_mem): New functions.
3253
3254 2008-02-11  Bruno Haible  <bruno@clisp.org>
3255
3256         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
3257         library in the current directory: it does not work with parallel make.
3258         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3259
3260 2008-02-11  Bruno Haible  <bruno@clisp.org>
3261
3262         * .gitattributes: New file.
3263
3264 2008-02-11  Jim Meyering  <meyering@redhat.com>
3265
3266         useless-if-before-free: Fix reversed exit values.
3267         * build-aux/useless-if-before-free: Use correct values
3268         for EXIT_MATCH and EXIT_NO_MATCH.
3269
3270         * build-aux/useless-if-before-free: Close stdout carefully.
3271
3272 2008-02-10  Bruno Haible  <bruno@clisp.org>
3273
3274         New module 'git-merge-changelog'.
3275         * modules/git-merge-changelog: New file.
3276         * lib/git-merge-changelog.c: New file.
3277
3278 2008-02-10  Jim Meyering  <meyering@redhat.com>
3279
3280         useless-if-before-free: New option: --list (-l).
3281
3282         useless-if-before-free: Don't exit immediately upon open failure.
3283         * build-aux/useless-if-before-free: Exit 2 for errors.
3284         Upon failure to open a file, don't exit immediately.
3285         Rather, just warn and continue with any remaining files.
3286
3287 2008-02-10  Bruno Haible  <bruno@clisp.org>
3288
3289         New abstract list operation 'node_set_value'.
3290         * lib/gl_list.h (gl_list_node_set_value): New function.
3291         (struct gl_list_implementation): New field node_set_value.
3292         * lib/gl_list.c (gl_list_node_set_value): New function.
3293         * lib/gl_array_list.c (gl_array_node_set_value): New function.
3294         (gl_array_list_implementation): Update.
3295         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
3296         (gl_carray_list_implementation): Update.
3297         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
3298         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3299         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3300         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
3301         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3302         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3303         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3304         Update.
3305         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3306         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
3307         (gl_sublist_list_implementation): Update.
3308
3309 2008-02-10  Bruno Haible  <bruno@clisp.org>
3310
3311         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
3312         Needed when ELEMENT is #defined to 'some_type *'.
3313
3314 2008-02-10  Jim Meyering  <meyering@redhat.com>
3315
3316         New script and module: useless-if-before-free
3317         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
3318         * build-aux/useless-if-before-free: New file.
3319         * modules/useless-if-before-free: New file.
3320
3321         * build-aux/gitlog-to-changelog: Use committer date, not author date.
3322
3323         xstrtol_error: Fix typo.
3324         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
3325         s/exit_failure/exit_status/.
3326
3327 2008-02-09  Jim Meyering  <meyering@redhat.com>
3328
3329         New script and module: gitlog-to-changelog
3330         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
3331         * modules/gitlog-to-changelog: New file.
3332         * build-aux/gitlog-to-changelog: New file.
3333
3334 2008-02-08  Jim Meyering  <meyering@redhat.com>
3335
3336         Avoid two "parameter unused" warnings.
3337         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
3338         Mark "st" as used.
3339
3340         Use "git COMMAND", not "git-COMMAND".
3341         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
3342         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
3343         * build-aux/git-version-gen: Use "git status", not "git-status".
3344
3345 2008-02-07  Bruno Haible  <bruno@clisp.org>
3346
3347         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
3348         Avoids a crash on Windows Vista.
3349         Reported by Adam Strzelecki <ono@java.pl> via
3350         Simon Josefsson <simon@josefsson.org>.
3351
3352 2008-02-06  Bruno Haible  <bruno@clisp.org>
3353
3354         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
3355         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
3356         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
3357         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
3358         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
3359         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3360         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
3361         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
3362         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3363         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3364         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3365         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3366         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3367         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3368         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3369         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
3370         left-adjust flag.
3371         * tests/test-snprintf-posix.h (test_function): Likewise.
3372         * tests/test-sprintf-posix.h (test_function): Likewise.
3373         * tests/test-vasprintf-posix.c (test_function): Likewise.
3374         * doc/posix-functions/fprintf.texi: Update.
3375         * doc/posix-functions/printf.texi: Update.
3376         * doc/posix-functions/snprintf.texi: Update.
3377         * doc/posix-functions/sprintf.texi: Update.
3378         * doc/posix-functions/vfprintf.texi: Update.
3379         * doc/posix-functions/vprintf.texi: Update.
3380         * doc/posix-functions/vsnprintf.texi: Update.
3381         * doc/posix-functions/vsprintf.texi: Update.
3382         Reported by Peter Fales <psfales@alcatel-lucent.com>.
3383
3384 2008-02-06  Bruno Haible  <bruno@clisp.org>
3385
3386         Fix bug introduced on 2008-01-26.
3387         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
3388
3389 2008-02-06  Bruno Haible  <bruno@clisp.org>
3390
3391         Fix bug introduced on 2007-06-10.
3392         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
3393         !NEED_PRINTF_FLAG_ZERO.
3394
3395 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
3396
3397         getloadavg: use libperfstat on AIX5
3398         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
3399
3400 2008-02-03  Bruno Haible  <bruno@clisp.org>
3401
3402         * lib/diffseq.h: Add comments about required #includes.
3403         Reported by Michael Biggs <gnulib@doubleplum.net>.
3404
3405 2008-02-01  Bruno Haible  <bruno@clisp.org>
3406
3407         * users.txt: Add gnuit.
3408
3409 2008-01-31  Bruno Haible  <bruno@clisp.org>
3410
3411         * lib/md4.c (set_uint32): Mark as inline.
3412         * lib/md5.c (set_uint32): Likewise.
3413         * lib/sha1.c (set_uint32): Likewise.
3414         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
3415         * m4/md5.m4 (gl_MD5): Likewise.
3416         * m4/sha1.m4 (gl_SHA1): Likewise.
3417
3418 2008-01-31  Jim Meyering  <meyering@redhat.com>
3419
3420         Use "sizeof VAR", rather than a literal "4".
3421         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
3422         * lib/md4.c (md4_read_ctx): Likewise.
3423         * lib/sha1.c (sha1_read_ctx): Likewise.
3424
3425 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3426
3427         * tests/test-sha1.c: New file, based on test-md5.c.
3428
3429         * modules/crypto/sha1-tests: New file.
3430
3431 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3432
3433         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
3434
3435 2008-01-31  Jim Meyering  <meyering@redhat.com>
3436
3437         Prefer "sizeof v" over the equivalent "4".
3438         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
3439         * lib/md5.c (set_uint32): Likewise.
3440         * lib/sha1.c (set_uint32): Likewise.
3441
3442 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3443
3444         * lib/sha1.c (set_uint32): Mark function as static.
3445
3446 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3447
3448         md2: clarify comments to say that alignment is not required.
3449         * lib/md2.h: Remove warning about alignment in comment.
3450         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
3451         never been required.
3452
3453 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3454
3455         md4: adapt alignment constraint fix from sha1.
3456         * lib/md4.c (set_uint32): New function, from sha1.c
3457         (md4_read_ctx): Use it.
3458         (md4_finish_ctx): Doc fix.
3459         * lib/md4.h: Doc fix.
3460
3461 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3462
3463         md5: adapt alignment constraint fix from sha1.
3464         * lib/md5.c (set_uint32): New function, from sha1.c
3465         (md5_read_ctx): Use it.
3466         (md5_finish_ctx): Doc fix.
3467         * lib/md5.h: Doc fix.
3468
3469 2008-01-30  Peter Palfrader  <weasel@debian.org>
3470
3471         sha1: remove the result buffer alignment constraint
3472         * lib/sha1.c (set_uint32): New function.
3473         (sha1_read_ctx): Rewrite to remove the result buffer alignment
3474         constraint.
3475         (sha1_finish_ctx): Remove comment warning about alignment constraint.
3476         * lib/sha1.h: Likewise.
3477
3478 2008-01-30  Andreas Schwab  <schwab@suse.de>
3479             Bruno Haible  <bruno@clisp.org>
3480
3481         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
3482         correct definition of LDBL_MIN_EXP.
3483
3484 2008-01-30  Karl Berry  <karl@gnu.org>
3485
3486         * config/srclist-update: try to preserve x bit on updates.
3487         * config/srclistvars.sh: update for karl.
3488
3489 2008-01-29  Jim Meyering  <meyering@redhat.com>
3490
3491         vasnprintf.c: Avoid warning about unused label
3492         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
3493         "overflow" label definition and associated code with the
3494         same cpp condition that guards the sole use of that label.
3495
3496 2008-01-26  Bruno Haible  <bruno@clisp.org>
3497
3498         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
3499         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
3500         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
3501         * lib/isnanl-nolibm.h (isnanl): Likewise.
3502         Reported by Paul Eggert <eggert@cs.ucla.edu>.
3503
3504 2008-01-26  Bruno Haible  <bruno@clisp.org>
3505
3506         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
3507         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
3508
3509 2008-01-26  Bruno Haible  <bruno@clisp.org>
3510
3511         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
3512         GCC >= 4.0 built-in.
3513         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
3514
3515 2008-01-26  Bruno Haible  <bruno@clisp.org>
3516
3517         Rename isnan, applicable to 'double' only, to isnand.
3518         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
3519         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
3520         (configure.ac): Update.
3521         (Include): Replace "isnan.h" with "isnand.h".
3522         * m4/isnand.m4: Renamed from m4/isnan.m4.
3523         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
3524         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
3525         instead of isnan.c.
3526         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
3527         instead of HAVE_ISNAN_IN_LIBC.
3528         (isnand): Renamed from isnan.
3529         * lib/isnand.c: New file.
3530         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
3531         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
3532         (Makefile.am): Update.
3533         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
3534         Include isnand.h instead of isnan.h.
3535         (main): Test isnand instead of isnan.
3536         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
3537         isnan-nolibm.
3538         * modules/frexp (Depends-on): Likewise.
3539         * modules/frexp-tests (Depends-on): Likewise.
3540         * modules/frexp-nolibm (Depends-on): Likewise.
3541         * modules/frexp-nolibm-tests (Depends-on): Likewise.
3542         * modules/isfinite (Depends-on): Likewise.
3543         * modules/round-tests (Depends-on): Likewise.
3544         * modules/signbit (Depends-on): Likewise.
3545         * modules/signbit-tests (Depends-on): Likewise.
3546         * modules/snprintf-posix (Depends-on): Likewise.
3547         * modules/sprintf-posix (Depends-on): Likewise.
3548         * modules/trunc-tests (Depends-on): Likewise.
3549         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3550         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3551         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3552         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3553         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3554         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3555         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3556         * modules/vasnprintf-posix (Depends-on): Likewise.
3557         * modules/vasprintf-posix (Depends-on): Likewise.
3558         * modules/vfprintf-posix (Depends-on): Likewise.
3559         * modules/vsnprintf-posix (Depends-on): Likewise.
3560         * modules/vsprintf-posix (Depends-on): Likewise.
3561         * lib/frexp.c: Include isnand.h instead of isnan.h.
3562         (ISNAN): Set to isnand instead of isnan.
3563         * lib/isfinite.c: Include isnand.h instead of isnan.h.
3564         (gl_isfinited): Use isnand instead of isnan.
3565         * lib/signbitd.c: Include isnand.h instead of isnan.h.
3566         (gl_signbitd): Use isnand instead of isnan.
3567         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
3568         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
3569         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
3570         (main): Use isnand instead of isnan.
3571         * tests/test-round1.c: Include isnand.h.
3572         (main): Use isnand instead of isnan.
3573         * tests/test-round2.c: Include isnand.h instead of isnan.h.
3574         (ISNAN): Set to isnand instead of isnan.
3575         * tests/test-trunc1.c: Include isnand.h.
3576         (main): Use isnand instead of isnan.
3577         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
3578         (equal): Use isnand instead of isnan.
3579         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
3580         isnand-nolibm.
3581         * NEWS: Mention the change.
3582
3583 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
3584             Bruno Haible  <bruno@clisp.org>
3585
3586         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
3587         the GCC builtins for signbits are present and set
3588         REPLACE_SIGNBIT_USING_GCC if so.
3589         * lib/math.in.h (signbit): Define using GCC builtins if
3590         REPLACE_SIGNBIT_USING_GCC is set.
3591         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
3592         REPLACE_SIGNBIT_USING_GCC.
3593         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
3594
3595 2008-01-25  Jim Meyering  <meyering@redhat.com>
3596
3597         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
3598         * lib/poll.c: Include <config.h>, not "config.h".
3599         * tests/test-getaddrinfo.c: Likewise.
3600
3601 2008-01-25  Simon Josefsson  <simon@josefsson.org>
3602
3603         * modules/sockets-tests: New file.
3604
3605 2008-01-24  Simon Josefsson  <simon@josefsson.org>
3606
3607         * modules/sockets: New module, can be used to call WSA_Startup and
3608         WSA_Cleanup when needed.
3609
3610         * lib/sockets.h, lib/sockets.c: New files.
3611
3612         * m4/sockets.m4: New file.
3613
3614         * tests/test-sockets.c: New file.
3615
3616 2008-01-19  Bruno Haible  <bruno@clisp.org>
3617
3618         * doc/posix-headers: Renamed from doc/headers.
3619         * doc/posix-functions: Renamed from doc/functions.
3620         * doc/gnulib.texi: Update.
3621
3622 2008-01-19  Bruno Haible  <bruno@clisp.org>
3623
3624         * doc/glibc-functions/strcasestr.texi: Include contents of
3625         doc/functions/strcasestr.texi, fixing the list of platforms.
3626         * doc/functions/strcasestr.texi: Remove file.
3627
3628 2008-01-19  Bruno Haible  <bruno@clisp.org>
3629
3630         * doc/glibc-functions/memmem.texi: Include contents of
3631         doc/functions/memmem.texi.
3632         * doc/functions/memmem.texi: Remove file.
3633
3634 2008-01-18  Bruno Haible  <bruno@clisp.org>
3635
3636         * doc/glibc-functions/*.texi: New files.
3637         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
3638         to use the new files.
3639
3640 2008-01-17  Bruno Haible  <bruno@clisp.org>
3641
3642         * tests/test-gethostname.c (main): Fix printf statement.
3643
3644 2008-01-17  Simon Josefsson  <simon@josefsson.org>
3645
3646         * modules/gethostname-tests: New file.
3647
3648         * tests/test-gethostname.c: New file.
3649
3650 2008-01-17  Simon Josefsson  <simon@josefsson.org>
3651
3652         * lib/gethostname.c: Include string.h unconditionally, strncpy is
3653         used by the UNAME case.  Reported by Bruno Haible
3654         <bruno@clisp.org>.
3655
3656 2008-01-17  Eric Blake  <ebb9@byu.net>
3657
3658         Convert c-strcasestr to be more efficient.
3659         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
3660         (Depends-on): Add c-strcase, remove malloca, strnlen.
3661         * tests/test-c-strcasestr.c (main): Enhance test.
3662         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
3663
3664 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
3665
3666         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
3667         Use it in creating po/Makevars.
3668
3669 2008-01-15  Simon Josefsson  <simon@josefsson.org>
3670
3671         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
3672         Applications that requires it should initialize libgcrypt
3673         manually.
3674
3675 2008-01-16  Simon Josefsson  <simon@josefsson.org>
3676
3677         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
3678
3679 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
3680
3681         Fix problem with getdate on mingw32 reported by Simon Josefsson
3682         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
3683         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
3684         tzname", when deciding whether to declare tzname.
3685         * lib/strftime.c (tzname): Likewise.
3686
3687 2008-01-15  Bruno Haible  <bruno@clisp.org>
3688
3689         Work around a MacOS X 10.5 bug in frexpl().
3690         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
3691         * doc/functions/frexpl.texi: Document the bug.
3692         Reported by Elias Pipping <pipping@gentoo.org>.
3693
3694 2008-01-14  Eric Blake  <ebb9@byu.net>
3695
3696         Touch up previous patch.
3697         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
3698         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
3699
3700         Convert strcasestr module to use Two-Way algorithm.
3701         * modules/strcasestr-simple: New module, based on the old
3702         strcasestr, but with Two-Way rather than KMP.
3703         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
3704         * lib/string.in.h (rpl_strcasestr): Declare.
3705         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
3706         performance.
3707         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
3708         * modules/string (Makefile.am): Support strcasestr.
3709         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
3710         * modules/strcasestr-tests (Depends-on): Check for alarm.
3711         * tests/test-strcasestr.c: Augment test.
3712         * lib/str-two-way.h: Clean up stray macro.
3713         * NEWS: Document new module.
3714         * MODULES.html.sh (string handling): Likewise.
3715         * doc/functions/strcasestr.texi: New file.
3716         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
3717         here, since it is not a POSIX function.
3718
3719 2008-01-14  Colin Watson  <cjwatson@debian.org>
3720             Bruno Haible  <bruno@clisp.org>
3721
3722         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
3723         works fine; if not, set REPLACE_STRSIGNAL.
3724         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
3725         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3726         REPLACE_STRSIGNAL.
3727         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
3728         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
3729         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
3730
3731 2008-01-14  Bruno Haible  <bruno@clisp.org>
3732
3733         * modules/strsignal (Include): Change to <string.h>.
3734
3735 2008-01-14  Colin Watson  <cjwatson@debian.org>
3736
3737         * modules/argp (Notice): Add a notice recommending to change
3738         XGETTEXT_OPTIONS.
3739         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
3740
3741 2008-01-13  Colin Watson  <cjwatson@debian.org>
3742
3743         * modules/strsignal-tests: New file.
3744         * tests/test-strsignal.c: New file.
3745
3746         * lib/strsignal.c: New file, from glibc with modifications.
3747         * lib/siglist.h: New file, from glibc with modifications.
3748         * lib/string.in.h (strsignal): New declaration.
3749         * m4/strsignal.m4: New file.
3750         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3751         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
3752         * modules/strsignal: New file.
3753         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
3754         HAVE_DECL_STRSIGNAL.
3755
3756 2008-01-13  Bruno Haible  <bruno@clisp.org>
3757
3758         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
3759         locale encoding is not ASCII. Needed for OpenBSD 4.0.
3760         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
3761         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
3762
3763 2008-01-13  Bruno Haible  <bruno@clisp.org>
3764
3765         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
3766         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
3767         * lib/argp.h (__attribute__): Likewise.
3768         * lib/c-stack.c (__attribute__): Likewise.
3769         * lib/error.h (__attribute__): Likewise.
3770         * lib/fts.c (__attribute__): Likewise.
3771         * lib/openat.h (__attribute__): Likewise.
3772         * lib/stdio.in.h (__attribute__): Likewise.
3773         * lib/string.in.h (__attribute__): Likewise.
3774         * lib/utimens.c (__attribute__): Likewise.
3775         * lib/vasnprintf.h (__attribute__): Likewise.
3776         * lib/xalloc.h (__attribute__): Likewise.
3777         * lib/xprintf.h (__attribute__): Likewise.
3778         * lib/xstrtol.h (__attribute__): Likewise.
3779         * lib/xvasprintf.h (__attribute__): Likewise.
3780
3781 2008-01-12  Bruno Haible  <bruno@clisp.org>
3782
3783         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
3784         * doc/glibc-headers/a.out.texi: New file.
3785         * doc/glibc-headers/aliases.texi: New file.
3786         * doc/glibc-headers/alloca.texi: New file.
3787         * doc/glibc-headers/ar.texi: New file.
3788         * doc/glibc-headers/argp.texi: New file.
3789         * doc/glibc-headers/argz.texi: New file.
3790         * doc/glibc-headers/byteswap.texi: New file.
3791         * doc/glibc-headers/crypt.texi: New file.
3792         * doc/glibc-headers/endian.texi: New file.
3793         * doc/glibc-headers/envz.texi: New file.
3794         * doc/glibc-headers/err.texi: New file.
3795         * doc/glibc-headers/error.texi: New file.
3796         * doc/glibc-headers/execinfo.texi: New file.
3797         * doc/glibc-headers/fpu_control.texi: New file.
3798         * doc/glibc-headers/fstab.texi: New file.
3799         * doc/glibc-headers/fts.texi: New file.
3800         * doc/glibc-headers/getopt.texi: New file.
3801         * doc/glibc-headers/ieee754.texi: New file.
3802         * doc/glibc-headers/ifaddrs.texi: New file.
3803         * doc/glibc-headers/libintl.texi: New file.
3804         * doc/glibc-headers/mcheck.texi: New file.
3805         * doc/glibc-headers/mntent.texi: New file.
3806         * doc/glibc-headers/obstack.texi: New file.
3807         * doc/glibc-headers/paths.texi: New file.
3808         * doc/glibc-headers/printf.texi: New file.
3809         * doc/glibc-headers/pty.texi: New file.
3810         * doc/glibc-headers/resolv.texi: New file.
3811         * doc/glibc-headers/shadow.texi: New file.
3812         * doc/glibc-headers/sysexits.texi: New file.
3813         * doc/glibc-headers/ttyent.texi: New file.
3814
3815 2008-01-12  Jim Meyering  <meyering@redhat.com>
3816
3817         announce-gen: emit Gnulib's git-based version string.
3818         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
3819         New option --gnulib-version=V, where V is expected to be
3820         the output of running git describe in the gnulib directory.
3821         (get_tool_versions): Request feedback on xdelta.  I suspect it's
3822         not useful, and plan to stop publishing an xdelta file with each
3823         coreutils release.
3824
3825         * build-aux/announce-gen: Also check for lzma-compressed files.
3826
3827 2008-01-11  Bruno Haible  <bruno@clisp.org>
3828
3829         * tests/test-memmem.c (main): Increase maximum allowed time.
3830         * tests/test-strstr.c (main): Likewise.
3831
3832 2008-01-11  Bruno Haible  <bruno@clisp.org>
3833
3834         * doc/functions/memmem.texi: Add more precisions about platforms.
3835         * doc/functions/strstr.texi: Likewise.
3836
3837 2008-01-10  Eric Blake  <ebb9@byu.net>
3838
3839         * m4/strstr.m4: Delete cruft from copy-n-paste.
3840         Reported by Bruno Haible.
3841
3842 2008-01-10  Bruno Haible  <bruno@clisp.org>
3843
3844         Make c-strstr rely on strstr.
3845         * lib/c-strstr.c: Don't include str-kmp.h.
3846         (c_strstr): Define in terms of strstr.
3847         * modules/c-strstr (Files): Remove lib/str-kmp.h.
3848         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
3849
3850 2008-01-10  Bruno Haible  <bruno@clisp.org>
3851
3852         * doc/gnulib.texi (String Functions in C Locale): New section.
3853         * doc/c-ctype.texi: New file.
3854         * doc/c-strcase.texi: New file.
3855         * doc/c-strcaseeq.texi: New file.
3856         * doc/c-strcasestr.texi: New file.
3857         * doc/c-strstr.texi: New file.
3858         * doc/c-strtod.texi: New file.
3859         * doc/c-strtold.texi: New file.
3860
3861 2008-01-10  Eric Blake  <ebb9@byu.net>
3862
3863         * lib/relocatable.h: Fix a comment.
3864
3865 2008-01-10  Eric Blake  <ebb9@byu.net>
3866
3867         Share two-way algorithm.
3868         * lib/str-two-way.h: New file, merged from...
3869         * lib/memmem.c: ...here...
3870         * lib/strstr.c: ...and here.
3871         * modules/memmem (Files): Use it.
3872         * modules/strstr (Files): Likewise.
3873
3874         Avoid quadratic strstr implementations.
3875         * lib/strstr.c: New file.
3876         * m4/strstr.m4: Likewise.
3877         * modules/strstr: Likewise.
3878         * modules/strstr-tests: Likewise.
3879         * tests/test-strstr.c: Likewise.
3880         * lib/string.in.h (rpl_strstr): Declare.
3881         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
3882         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
3883         * modules/string (Makefile.am): Likewise.
3884         * MODULES.html.sh (string handling): Mention new module.
3885         * doc/functions/strstr.texi (strstr): Document the bug.
3886
3887 2008-01-10  Bruno Haible  <bruno@clisp.org>
3888
3889         * lib/relocatable.h (relocate): State whether result is freshly
3890         allocated or not.
3891         * lib/relocatable.c (relocate): Return a freshly allocated string
3892         instead of a pointer to a privately held string.
3893         Reported by Sylvain Beucler <beuc@gnu.org>.
3894
3895 2008-01-10  Colin Watson  <cjwatson@debian.org>
3896
3897         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
3898         s/S_ISNLK/S_ISLNK/.
3899
3900 2008-01-09  Bruno Haible  <bruno@clisp.org>
3901
3902         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
3903         and other files.
3904         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
3905         if it's only a guess.
3906         * modules/memmem: Simplify by depending on memmem-simple.
3907
3908 2008-01-09  Bruno Haible  <bruno@clisp.org>
3909
3910         Work around OpenBSD 4.0 tdelete() bug.
3911         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
3912         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
3913         macros and don't redefine the enum values.
3914         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
3915         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
3916         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
3917
3918 2008-01-09  Bruno Haible  <bruno@clisp.org>
3919
3920         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
3921         (main): Don't perform the tests if setlocale did not install a UTF-8
3922         locale. Needed on OpenBSD 4.0.
3923         * modules/wcwidth-tests (Depends-on): Add localcharset.
3924
3925 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
3926
3927         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
3928         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
3929         * NEWS: announce this.
3930         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
3931
3932 2008-01-09  Simon Josefsson  <simon@josefsson.org>
3933         and Eric Blake  <ebb9@byu.net>
3934
3935         Add memmem-simple module.
3936         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
3937         (gl_FUNC_MEMMEM): Separate performance from presence checks.
3938         * modules/memmem-simple: New file.
3939         * modules/memmem (Description): Tweak.
3940         * MODULES.html.sh (string handling): Mention new module.
3941         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
3942         addressed by memmem-simple.
3943         * NEWS: Document the difference.
3944
3945 2008-01-09  Eric Blake  <ebb9@byu.net>
3946
3947         Give gcc some memmem optimization hints.
3948         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
3949         (strcasestr): Declare as pure.
3950         * modules/memmem (Maintainer): Claim my implementation.
3951
3952 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3953
3954         Support AIX 6.1 and higher.
3955         * build-aux/config.libpath: Likewise.
3956         * build-aux/config.rpath: Likewise.
3957
3958 2008-01-08  Jim Meyering  <meyering@redhat.com>
3959             Bruno Haible  <bruno@clisp.org>
3960
3961         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
3962         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
3963         Reported by Peter Fales in
3964         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
3965
3966 2008-01-08  Bruno Haible  <bruno@clisp.org>
3967
3968         * modules/unictype/category-of (Depends-on): Add
3969         unictype/category-none.
3970         * modules/unictype/category-and-tests (Depends-on): Add
3971         unictype/category-{L,N,Lu,Nd}.
3972         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
3973         * modules/unictype/category-or-tests (Depends-on): Add
3974         unictype/category-{L,N}.
3975         * modules/unictype/category-name-tests (Depends-on): Add
3976         unictype/category-{Z,Nl}.
3977         Reported by Simon Josefsson.
3978
3979 2008-01-08  Bruno Haible  <bruno@clisp.org>
3980
3981         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
3982         convention better.
3983         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
3984         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
3985         Reported by Peter Miller <millerp@canb.auug.org.au>.
3986
3987 2008-01-08  Eric Blake  <ebb9@byu.net>
3988
3989         Rewrite memmem to guarantee linear complexity without malloc.
3990         * lib/memmem.c (memmem): Use Two-Way rather than
3991         Knuth-Morris-Pratt, to allow O(1) space usage.
3992         (critical_factorization, two_way_short_needle)
3993         (two_way_long_needle): New functions.
3994         (knuth_morris_pratt): Delete.
3995         * modules/memmem (Depends-on): No longer need malloca or stdbool.
3996         Add stdint.
3997         * tests/test-memmem.c (main): Add tests for periodic needle and
3998         sublinear performance.
3999         * doc/functions/memmem.texi (memmem): Document other deficiencies
4000         in cygwin and older glibc.
4001
4002 2008-01-08  Bruno Haible  <bruno@clisp.org>
4003
4004         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
4005         augmentation.
4006
4007 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
4008
4009         Add a configure time option: --disable-acl.
4010         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
4011         AC_ARG_ENABLE(acl).
4012
4013 2008-01-06  Simon Josefsson  <simon@josefsson.org>
4014
4015         * tests/test-localename.c: Don't include obsolete "setenv.h".
4016
4017         * modules/localename-tests (Depends-on): Need unsetenv.
4018
4019 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4020
4021         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
4022
4023 2008-01-06  Colin Watson  <cjwatson@debian.org>
4024
4025         * users.txt: Add man-db.
4026
4027 2008-01-07  Bruno Haible  <bruno@clisp.org>
4028
4029         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
4030         previous section name.
4031
4032 2008-01-07  Bruno Haible  <bruno@clisp.org>
4033
4034         * lib/progname.c (set_program_name): Don't strip off a leading
4035         "lt-" prefix outside a .libs directory.
4036         Suggested by Paul Eggert.
4037
4038 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
4039             Bruno Haible  <bruno@clisp.org>
4040
4041         Improve memory cleanup in 'relocatable' module.
4042         * lib/relocatable.h (compute_curr_prefix): Change return type to
4043         'char *'.
4044         * lib/relocatable.c (compute_curr_prefix): Change return type to
4045         'char *'. Free curr_installdir after use.
4046         (relocate): Free curr_prefix_better after use.
4047         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
4048
4049 2008-01-01  Bruno Haible  <bruno@clisp.org>
4050
4051         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
4052         failure on older glibc systems.
4053         Reported by Peter Fales <psfales@alcatel-lucent.com>.
4054
4055 2008-01-05  Eric Blake  <ebb9@byu.net>
4056
4057         Avoid quadratic system memmem.
4058         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
4059         Reported by Ralf Wildenhues.
4060
4061         Fix memmem test for mingw.
4062         * modules/memmem-tests (configure.ac): Check for alarm.
4063         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
4064         it.
4065         * doc/functions/memmem.texi: New file.
4066         * doc/gnulib.texi (Function Substitutes): Add memmem.
4067         Reported by Bruno Haible.
4068
4069 2008-01-04  Bruno Haible  <bruno@clisp.org>
4070
4071         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
4072         Require gl_HEADER_STRINGS_H_DEFAULTS, not
4073         gl_HEADER_STRING_H_DEFAULTS.
4074
4075 2008-01-04  Eric Blake  <ebb9@byu.net>
4076
4077         Shorten duration of memmem test.
4078         * tests/test-memmem.c (main): Use alarm to declare failure if test
4079         is taking too long.
4080         Reported by Ralf Wildenhues.
4081
4082 2007-12-21  Simon Josefsson  <simon@josefsson.org>
4083
4084         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
4085         string, needed by strerror.
4086
4087 2008-01-03  Colin Watson  <cjwatson@debian.org>
4088             Bruno Haible  <bruno@clisp.org>
4089
4090         * doc/gnulib-tool.texi (Localization): New section.
4091
4092 2008-01-02  Bruno Haible  <bruno@clisp.org>
4093
4094         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
4095         variables to 'unsigned char *' type.
4096         Reported by Paul Eggert.
4097
4098 2008-01-02  Jim Meyering  <jim@meyering.net>
4099
4100         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
4101
4102 2007-12-31  Jim Meyering  <jim@meyering.net>
4103
4104         Avoid use of private FTS type name.
4105         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
4106
4107 2007-12-30  Karl Berry  <karl@gnu.org>
4108
4109         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
4110         work around defect in Texinfo and/or the standalone Info browser.
4111
4112 2007-12-30  Bruno Haible  <bruno@clisp.org>
4113
4114         Unify 5 copies of the KMP code.
4115         * lib/str-kmp.h: New file.
4116         * lib/c-strcasestr.c: Include str-kmp.h.
4117         (knuth_morris_pratt): Remove function.
4118         (c_strcasestr): Update.
4119         * lib/c-strstr.c: Include str-kmp.h.
4120         (knuth_morris_pratt): Remove function.
4121         (c_strcasestr): Update.
4122         * lib/mbscasestr.c: Include str-kmp.h.
4123         (knuth_morris_pratt_unibyte): Remove function.
4124         * lib/mbsstr.c: Include str-kmp.h.
4125         (knuth_morris_pratt_unibyte): Remove function.
4126         * lib/strcasestr.c: Include str-kmp.h.
4127         (knuth_morris_pratt): Remove function.
4128         (strcasestr): Update.
4129         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
4130         * modules/c-strstr (Files): Likewise.
4131         * modules/mbscasestr (Files): Likewise.
4132         * modules/mbsstr (Files): Likewise.
4133         * modules/strcasestr (Files): Likewise.
4134         Suggested by Paul Eggert.
4135
4136 2007-12-30  Bruno Haible  <bruno@clisp.org>
4137
4138         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
4139         defined.
4140
4141 2007-12-30  Bruno Haible  <bruno@clisp.org>
4142
4143         * lib/xmalloca.h: Include xalloc.h.
4144         (xnmalloca): New macro.
4145
4146 2007-12-30  Bruno Haible  <bruno@clisp.org>
4147
4148         * lib/malloca.h (nmalloca): New macro.
4149         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
4150         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
4151         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
4152         knuth_morris_pratt_multibyte): Likewise.
4153         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
4154         knuth_morris_pratt_multibyte): Likewise.
4155         * lib/memmem.c (knuth_morris_pratt): Likewise.
4156         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
4157
4158 2007-12-25  Bruno Haible  <bruno@clisp.org>
4159
4160         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
4161         * lib/glob.c: Don't include openat.h.
4162         (link_exists2_p): Add back the code that deals with the
4163         !GLOB_ALTDIRFUNC case.
4164         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
4165         let it do the filename concatenation.
4166         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
4167         * modules/glob (Depends-on): Remove openat.
4168
4169 2007-12-31  Bruno Haible  <bruno@clisp.org>
4170
4171         * modules/dirfd (License): Change to LGPLv2+.
4172         Approved by Jim Meyering.
4173
4174 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4175
4176         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
4177         when multiplying M by sizeof (size_t).
4178
4179 2007-12-10  Martin Lambers  <marlam@marlam.de>
4180
4181         Override getpagesize on mingw.
4182         * lib/getpagesize.c: New file.
4183         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
4184         * modules/getpagesize (Files): Add lib/getpagesize.c.
4185         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
4186         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4187         REPLACE_GETPAGESIZE.
4188         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
4189
4190 2007-12-25  Bruno Haible  <bruno@clisp.org>
4191
4192         * modules/localcharset (Notice): New field.
4193         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
4194         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
4195
4196 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4197             Bruno Haible  <bruno@clisp.org>
4198
4199         Avoid using the syntax symbol() in formatted documentation.
4200         * MODULES.html.sh (func_module): When replacing symbol() with a
4201         hyperlink, remove the parentheses. Show an error if some remain.
4202         Recognize and render the '...' syntax.
4203         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
4204         Rework. Add paragraph about GCC's inlining.
4205         * doc/alloca.texi: Likewise.
4206         * doc/error.texi: Remove parentheses from symbol reference.
4207         * doc/gnulib-intro.texi: Likewise.
4208         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
4209         * modules/fnmatch (Description): Reword to say "the ... function".
4210         * modules/full-read (Description): Likewise.
4211         * modules/full-write (Description): Likewise.
4212         * modules/safe-read (Description): Likewise.
4213         * modules/safe-write (Description): Likewise.
4214         * modules/strchrnul (Description): Likewise.
4215         * modules/trim (Description): Likewise.
4216         * modules/error (Description): Remove parentheses from symbol
4217         references.
4218         * modules/verror (Description): Likewise.
4219         Reported by Karl Berry.
4220
4221 2007-12-25  Bruno Haible  <bruno@clisp.org>
4222
4223         Fixup after 2007-10-16 commit.
4224         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
4225
4226 2007-12-24  Bruno Haible  <bruno@clisp.org>
4227
4228         Make --enable-relocatable work with DESTDIR.
4229         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
4230         to compute installdir from destprog.
4231         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
4232         also set the RELOC_DESTDIR variable.
4233         Reported by Левашев Иван <octagram@bluebottle.com>.
4234
4235 2007-12-24  Bruno Haible  <bruno@clisp.org>
4236
4237         Fix link error due to xalloc_die().
4238         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
4239         of xreadlink.
4240         * lib/relocwrapper.c: Update comments.
4241         * build-aux/install-reloc: Remove xreadlink.c from file list.
4242         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
4243         xreadlink.c.
4244         Reported by Левашев Иван <octagram@bluebottle.com>.
4245
4246 2007-12-24  Bruno Haible  <bruno@clisp.org>
4247
4248         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
4249         * lib/setenv.h: Remove file.
4250         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
4251         lib/setenv.h.
4252         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
4253         (Depends-on): Add stdlib.
4254         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
4255         gl_FUNC_UNSETENV.
4256         (Include): Replace setenv.h with <stdlib.h>.
4257         * modules/unsetenv: New file.
4258         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
4259         * lib/unsetenv.c: Include <stdlib.h> first.
4260         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
4261         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
4262         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
4263         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
4264         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
4265         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
4266         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
4267         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
4268         * doc/functions/unsetenv.texi: Update.
4269         * modules/xsetenv (Depends-on): Add unsetenv.
4270         * modules/getdate (Depends-on): Likewise.
4271         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
4272         * lib/xsetenv.c: Don't include setenv.h.
4273         * lib/getdate.y: Likewise.
4274         * lib/relocwrapper.c: Likewise.
4275         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
4276         (Depends-on): Add stdlib.
4277         * NEWS: Mention the changes.
4278         Reported by Левашев Иван <octagram@bluebottle.com>.
4279
4280 2007-12-23  Bruno Haible  <bruno@clisp.org>
4281
4282         * lib/memmem.c (memmem): Use lowercase variable names. Tab
4283         indentation.
4284
4285 2007-12-23  Bruno Haible  <bruno@clisp.org>
4286
4287         * lib/c-strcasestr.c: Add more comments.
4288         * lib/c-strstr.c: Likewise.
4289         * lib/mbscasestr.c: Likewise.
4290         * lib/mbsstr.c: Likewise.
4291         * lib/strcasestr.c: Likewise.
4292         * lib/memmem.c: Likewise.
4293
4294 2007-12-23  Bruno Haible  <bruno@clisp.org>
4295
4296         * tests/test-memmem.c: Include <string.h> first.
4297
4298 2007-12-22  Bruno Haible  <bruno@clisp.org>
4299
4300         * gnulib-tool (func_create_testdir): Change $auxdir while generating
4301         the contents of $testsbase.
4302         Reported by Ralf Wildenhues.
4303
4304 2007-12-22  Bruno Haible  <bruno@clisp.org>
4305
4306         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
4307         two variables local_ldadd_before, local_ldadd_last.
4308
4309 2007-12-20  Eric Blake  <ebb9@byu.net>
4310
4311         Work around circular library issue when cross-compiling.
4312         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
4313         that progname.o does not need to pull in rpl_memcmp.
4314
4315 2007-12-19  Eric Blake  <ebb9@byu.net>
4316
4317         Fix memmem to avoid O(n^2) worst-case complexity.
4318         * lib/memmem.c (knuth_morris_pratt): New function.
4319         (memmem): Use it if first few naive iterations fail.
4320         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
4321         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
4322         * modules/memchr (License): Likewise.
4323         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
4324         malloca.
4325         * tests/test-memmem.c: Rewrite, borrowing ideas from
4326         test-mbsstr1.c; the old version wouldn't even compile!
4327         * modules/memmem-tests: New file.
4328         * lib/string.in.h (rpl_memmem): Add declaration.
4329         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
4330         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
4331         REPLACE_MEMMEM.
4332
4333 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4334
4335         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
4336         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
4337         before any system include files, and undef after them all.  This
4338         should fix a problem on VMS reported by John E. Malmberg in
4339         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
4340
4341 2007-12-17  Eric Blake  <ebb9@byu.net>
4342
4343         Revert addition of verify, for BSD/OS.
4344         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
4345         can't handle large files, for the sake of obsolete platforms.
4346         * modules/fseeko (Depends-on): Remove verify.
4347         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
4348         * doc/functions/ftello.texi (ftello): Likewise.
4349         * doc/functions/fgetpos.texi (fgetpos): Likewise.
4350         Reported by Larry Jones.
4351
4352 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
4353
4354         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
4355         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
4356
4357 2007-12-17  Jim Meyering  <meyering@redhat.com>
4358
4359         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
4360         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
4361         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
4362         * modules/getcwd (Depends-on): Add openat.
4363         Reported by Petr Salinger.
4364
4365 2007-12-17  Bruno Haible  <bruno@clisp.org>
4366
4367         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
4368         avoid a segmentation fault of the configure test on x86_64 systems.
4369
4370 2007-12-15  Jim Meyering  <meyering@redhat.com>
4371
4372         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
4373
4374 2007-12-13  Eric Blake  <ebb9@byu.net>
4375
4376         Another fseek test.
4377         * tests/test-fseek.c (main): Also test ungetc handling.
4378         * tests/test-fseeko.c (main): Likewise.
4379         * modules/fseeko (Depends-on): Add verify.
4380         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
4381         large.
4382         Reported by Larry Jones.
4383
4384         Fix fseeko on mingw.
4385         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
4386         seek.
4387
4388         Beef up fseek tests.
4389         * tests/test-fseek.c (main): Also test eof handling.
4390         * tests/test-fseeko.c (main): Likewise.
4391         Reported by Larry Jones.
4392
4393 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
4394
4395         Fix fseeko on BSD-based platforms.
4396         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
4397         successful seek.
4398
4399 2007-12-12  Eric Blake  <ebb9@byu.net>
4400
4401         Allow circular dependency of separate libtests.a
4402         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
4403         when use_libtests.
4404
4405 2007-12-11  Eric Blake  <ebb9@byu.net>
4406
4407         Fix bug with -0.0L in previous patch.
4408         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
4409         * tests/test-isnan.c (main): Also test on zeroes.
4410         * tests/test-isnanf.c (main): Likewise.
4411         * tests/test-isnanl.h (main): Likewise.
4412
4413         Detect pseudo-denormals on x86 even when cross-compiling.
4414         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
4415         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
4416         invalid bit patterns that happen to satisfy ==.
4417
4418         Avoid link failures with separate libtests.a.
4419         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
4420         last, to satisfy circular dependencies.
4421
4422 2007-12-11  Eric Blake  <ebb9@byu.net>
4423         and Bruno Haible  <bruno@clisp.org>
4424
4425         Fix OpenBSD 4.0 <float.h> handling of long double.
4426         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
4427         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
4428         * doc/headers/float.texi (float.h): Document OpenBSD bug.
4429
4430 2007-12-11  Jim Meyering  <meyering@redhat.com>
4431
4432         * users.txt: Add libvirt.
4433
4434         Support versions of autoconf prior to 2.59c.
4435         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
4436         if it is not already defined.
4437
4438 2007-12-09  Bruno Haible  <bruno@clisp.org>
4439
4440         Let 'gnulib-tool --import' collect sources needed for the tests in
4441         tests/ rather than in lib/.
4442         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
4443         argument. If true, add rules to generate libtests.a, and put libtests.a
4444         into $(LDADD). Consider source files in subdirectories and set
4445         uses_subdirs.
4446         (func_emit_initmacro_start, func_emit_initmacro_end,
4447         func_emit_initmacro_done): Pass all arguments explicitly.
4448         (func_import): Determine two module lists main_modules,
4449         testsrelated_modules. Determine use_libtests. Determine two variables
4450         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
4451         instead of just sed_transform_lib_file. Determine two variables
4452         main_files and testsrelated_files. Compute 'files' as the union of
4453         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
4454         func_add_or_update. In the generated gnulib-comp.m4, collect the
4455         object files for tests/ in different variables than those for lib/.
4456         Substitute LIBTESTS_LIBDEPS.
4457         (func_create_testdir): Combine the uses_subdirs results from
4458         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
4459
4460 2007-12-09  Bruno Haible  <bruno@clisp.org>
4461
4462         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
4463         the build-aux directory.
4464
4465 2007-12-09  Bruno Haible  <bruno@clisp.org>
4466
4467         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
4468         introduced on 2006-09-09.
4469
4470 2007-12-07  Jim Meyering  <meyering@redhat.com>
4471
4472         Let these macros work also with autoconf-2.59.
4473         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
4474         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
4475         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
4476
4477 2007-12-06  Jim Meyering  <meyering@redhat.com>
4478
4479         Avoid a configure-time syntax error in gl_FUNC_ACL.
4480         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
4481         function in each branch, before testing the cache variable.
4482
4483 2007-12-04  Eric Blake  <ebb9@byu.net>
4484
4485         Make scripts executable.
4486         * build-aux/config.guess: Add execute permissions.
4487         * build-aux/config.sub: Likewise.
4488         * build-aux/gendocs.sh: Likewise.
4489
4490         Fix frexp on mingw.
4491         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
4492         cross-compiling.
4493         * doc/functions/frexp.texi (frexp): Document the bug.
4494
4495         Make cygwin fseeko check more reliable.
4496         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
4497         version numbers, rather than unrelated feature check.
4498         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
4499         * doc/functions/ftello.texi (ftello): Likewise.
4500         Reported by Bruno Haible.
4501
4502         * m4/strerror.m4: Bump version number.
4503
4504 2007-12-03  Bruno Haible  <bruno@clisp.org>
4505
4506         * doc/functions/mprotect.texi: Mention the mingw problem.
4507
4508 2007-12-03  Eric Blake  <ebb9@byu.net>
4509
4510         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
4511         REPLACE_STRERROR is initialized before this macro.
4512
4513 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4514
4515         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
4516         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
4517         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
4518         put -lsec in even for programs other than 'ls'.  This fixes a problem
4519         for gettext reported by Bruno Haible in
4520         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
4521         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
4522         Add support for Solaris 10.  This isn't efficient, but should get the
4523         job done for now.
4524
4525 2007-12-03  James Youngman  <jay@gnu.org>
4526
4527         * doc/regexprops-generic.texi: change "an close-group" to "a
4528         close-group" and "illegal" to "not allowed".
4529
4530 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4531
4532         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
4533         pr_byname.h. Needed for the rare case when the maintainer has done
4534         "make maintainer-clean" in the source directory and then attempts a
4535         build outside the source directory.
4536         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
4537         scripts_byname.h.
4538
4539 2007-12-02  Martin Lambers <marlam@marlam.de>
4540             Bruno Haible  <bruno@clisp.org>
4541
4542         * lib/getpagesize.h: Remove file.
4543         * lib/unistd.in.h: Include declaration of getpagesize here.
4544         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
4545         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
4546         HAVE_SYS_PARAM_H.
4547         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
4548         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
4549         * modules/getpagesize (Files): Remove lib/getpagesize.h.
4550         (Depends-on): Add unistd.
4551         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4552         (Include): Use <unistd.h> instead of getpagesize.h.
4553         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
4554         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
4555         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
4556         gl_GETPAGESIZE invocation, already handled by module dependency.
4557         * lib/pagealign_alloc.c: Don't include getpagesize.h.
4558
4559 2007-12-02  Bruno Haible  <bruno@clisp.org>
4560
4561         * modules/strings-tests: New file.
4562         * tests/test-strings.c: New file.
4563
4564         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
4565         * lib/strings.in.h: New file.
4566         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
4567         * m4/strings_h.m4: New file.
4568         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
4569         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
4570         * modules/strings: New file.
4571         * modules/string (Makefile.am): Update.
4572         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
4573         Reported by Karl Berry.
4574
4575 2007-12-01  Eric Blake  <ebb9@byu.net>
4576
4577         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
4578         accomodate fix in cygwin 1.5.25.
4579
4580 2007-12-01  Jim Meyering  <meyering@redhat.com>
4581
4582         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
4583         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
4584         that would inhibit utf8-optimization of a regexp containing line-
4585         or buffer-anchors, e.g., `^', `$'.
4586
4587 2007-11-30  Bruno Haible  <bruno@clisp.org>
4588
4589         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
4590         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
4591         glthread_recursive_lock_init.
4592         * lib/lock.c (glthread_recursive_lock_init)
4593         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
4594         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4595
4596 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
4597
4598         New function qset_acl, like set_acl but with syscall semantics.
4599         * lib/acl.h (qset_acl): New decl.
4600         * lib/acl.c (qset_acl): New function.
4601         (set_acl): Use new function.  Use more-consistent diagnostics.
4602
4603 2007-11-28  Jim Meyering  <meyering@redhat.com>
4604
4605         * modules/physmem (License): Change from GPL to LGPLv2+.
4606
4607 2007-11-26  Bruno Haible  <bruno@clisp.org>
4608
4609         * lib/vasnprintf.c (decode_long_double): Don't abort if the
4610         'long double' type has excess precision.
4611         Reported by Jim Meyering in
4612         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
4613
4614 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4615
4616         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
4617         Sync from <http://gnu.org/licenses>.
4618         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
4619         with license text from same location.
4620         * doc/maintain.texi, doc/standards.texi:  Sync from
4621         <http://savannah.gnu.org/projects/gnustandards>.
4622
4623 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
4624         and Jim Meyering  <meyering@redhat.com>
4625
4626         Adjust getdate' grammar to accept a slightly more regular language.
4627         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
4628         Before, the former was rejected.
4629         * lib/getdate.y (digits_to_date_time): New function, factored
4630         out of ...
4631         (number): ...here.  Just call digits_to_date_time.
4632         (hybrid): New non-terminal to handle an <unsigned number,
4633         signed relative offset> sequence consistently.
4634
4635 2007-11-18  Jim Meyering  <meyering@redhat.com>
4636
4637         Pull my changes from coreutils:
4638         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
4639         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
4640         use of $gnulib_tool_option_extras, so that it's separated from the
4641         preceding argument.
4642
4643         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
4644         * build-aux/bootstrap (cp_mark_as_generated): Create any required
4645         parent destination directories before copying a file into place.
4646
4647 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4648
4649         bootstrap: work also with 4-argument variant of AC_INIT
4650         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
4651
4652 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
4653
4654         Port test-getaddrinfo to Solaris.
4655         Problem reported by Bruno Haible in
4656         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
4657         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
4658         explanation of setting 'hints'.
4659         Don't reject an implementation merely because it returns EAI_SERVICE.
4660         (EAI_SERVICE): Define to 0 if not defined.
4661
4662 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4663
4664         The license of gnu-make and posix-shell is now "GPLed build tool".
4665         * modules/gnu-make (License): Likewise.
4666         * modules/posix-shell (License): Likewise.
4667
4668         New module posix-shell, for determining a POSIX shell
4669         or perhaps something that is close enough to a POSIX shell.
4670         * m4/posix-shell.m4: New file.
4671         * modules/posix-shell: New file.
4672
4673         * MODULES.html.sh: Mention new module.
4674
4675         New module gnu-make, for determining whether we're using GNU Make.
4676         * m4/gnu-make.m4: New file.
4677         * modules/gnu-make: New file.
4678         * MODULES.html.sh: Mention new module.
4679
4680 2007-11-14  Jim Meyering  <meyering@redhat.com>
4681
4682         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
4683         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
4684         use this macro to create a function _definition_.
4685         Remove useless "#undef ARGMATCH_DIE".
4686
4687 2007-11-14  Bruno Haible  <bruno@clisp.org>
4688
4689         * lib/config.charset: Update for OpenBSD 4.1.
4690         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
4691
4692 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
4693
4694         Document 64-bit #if problems in stdint.texi.
4695         * doc/headers/stdint.texi (stdint.h): Mention problems with
4696         64-bit-#if, and how to work around them.
4697
4698         Don't insist on 'long long int' support in the preprocessor.  It
4699         breaks too many things.  For example, PRIdMAX still uses a 'long
4700         long int' format with the latest Sun compiler, even though
4701         HAVE_LONG_LONG_INT isn't defined due to that compiler's
4702         preprocessor problem.  This causes the latest coreutils to dump
4703         core on Solaris 10 sparc with the Sun C compiler.
4704         Instead, fix the 2007-10-16 problem in a different way, by evaluating
4705         the troublesome expressions at configure-time, not at #if-time.
4706         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
4707         preprocessor.
4708         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
4709         compile-time C checks, done at 'configure'-time.
4710         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
4711         * modules/inttypes (Makefile): Substitute the new symbols that
4712         gl_INTTYPES_H now generates.
4713         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
4714
4715 2007-11-12  Bruno Haible  <bruno@clisp.org>
4716
4717         Tests for Unicode character classification functions.
4718
4719         * modules/unictype/bidicategory-byname-tests: New file.
4720         * modules/unictype/bidicategory-name-tests: New file.
4721         * modules/unictype/bidicategory-of-tests: New file.
4722         * modules/unictype/bidicategory-test-tests: New file.
4723         * modules/unictype/block-list-tests: New file.
4724         * modules/unictype/block-of-tests: New file.
4725         * modules/unictype/block-test-tests: New file.
4726         * modules/unictype/category-C-tests: New file.
4727         * modules/unictype/category-Cc-tests: New file.
4728         * modules/unictype/category-Cf-tests: New file.
4729         * modules/unictype/category-Cn-tests: New file.
4730         * modules/unictype/category-Co-tests: New file.
4731         * modules/unictype/category-Cs-tests: New file.
4732         * modules/unictype/category-L-tests: New file.
4733         * modules/unictype/category-Ll-tests: New file.
4734         * modules/unictype/category-Lm-tests: New file.
4735         * modules/unictype/category-Lo-tests: New file.
4736         * modules/unictype/category-Lt-tests: New file.
4737         * modules/unictype/category-Lu-tests: New file.
4738         * modules/unictype/category-M-tests: New file.
4739         * modules/unictype/category-Mc-tests: New file.
4740         * modules/unictype/category-Me-tests: New file.
4741         * modules/unictype/category-Mn-tests: New file.
4742         * modules/unictype/category-N-tests: New file.
4743         * modules/unictype/category-Nd-tests: New file.
4744         * modules/unictype/category-Nl-tests: New file.
4745         * modules/unictype/category-No-tests: New file.
4746         * modules/unictype/category-P-tests: New file.
4747         * modules/unictype/category-Pc-tests: New file.
4748         * modules/unictype/category-Pd-tests: New file.
4749         * modules/unictype/category-Pe-tests: New file.
4750         * modules/unictype/category-Pf-tests: New file.
4751         * modules/unictype/category-Pi-tests: New file.
4752         * modules/unictype/category-Po-tests: New file.
4753         * modules/unictype/category-Ps-tests: New file.
4754         * modules/unictype/category-S-tests: New file.
4755         * modules/unictype/category-Sc-tests: New file.
4756         * modules/unictype/category-Sk-tests: New file.
4757         * modules/unictype/category-Sm-tests: New file.
4758         * modules/unictype/category-So-tests: New file.
4759         * modules/unictype/category-Z-tests: New file.
4760         * modules/unictype/category-Zl-tests: New file.
4761         * modules/unictype/category-Zp-tests: New file.
4762         * modules/unictype/category-Zs-tests: New file.
4763         * modules/unictype/category-and-not-tests: New file.
4764         * modules/unictype/category-and-tests: New file.
4765         * modules/unictype/category-byname-tests: New file.
4766         * modules/unictype/category-name-tests: New file.
4767         * modules/unictype/category-none-tests: New file.
4768         * modules/unictype/category-of-tests: New file.
4769         * modules/unictype/category-or-tests: New file.
4770         * modules/unictype/category-test-withtable-tests: New file.
4771         * modules/unictype/combining-class-tests: New file.
4772         * modules/unictype/ctype-alnum-tests: New file.
4773         * modules/unictype/ctype-alpha-tests: New file.
4774         * modules/unictype/ctype-blank-tests: New file.
4775         * modules/unictype/ctype-cntrl-tests: New file.
4776         * modules/unictype/ctype-digit-tests: New file.
4777         * modules/unictype/ctype-graph-tests: New file.
4778         * modules/unictype/ctype-lower-tests: New file.
4779         * modules/unictype/ctype-print-tests: New file.
4780         * modules/unictype/ctype-punct-tests: New file.
4781         * modules/unictype/ctype-space-tests: New file.
4782         * modules/unictype/ctype-upper-tests: New file.
4783         * modules/unictype/ctype-xdigit-tests: New file.
4784         * modules/unictype/decimal-digit-tests: New file.
4785         * modules/unictype/digit-tests: New file.
4786         * modules/unictype/mirror-tests: New file.
4787         * modules/unictype/numeric-tests: New file.
4788         * modules/unictype/property-alphabetic-tests: New file.
4789         * modules/unictype/property-ascii-hex-digit-tests: New file.
4790         * modules/unictype/property-bidi-arabic-digit-tests: New file.
4791         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
4792         * modules/unictype/property-bidi-block-separator-tests: New file.
4793         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
4794         * modules/unictype/property-bidi-common-separator-tests: New file.
4795         * modules/unictype/property-bidi-control-tests: New file.
4796         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
4797         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
4798         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
4799         * modules/unictype/property-bidi-european-digit-tests: New file.
4800         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
4801         * modules/unictype/property-bidi-left-to-right-tests: New file.
4802         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
4803         * modules/unictype/property-bidi-other-neutral-tests: New file.
4804         * modules/unictype/property-bidi-pdf-tests: New file.
4805         * modules/unictype/property-bidi-segment-separator-tests: New file.
4806         * modules/unictype/property-bidi-whitespace-tests: New file.
4807         * modules/unictype/property-byname-tests: New file.
4808         * modules/unictype/property-combining-tests: New file.
4809         * modules/unictype/property-composite-tests: New file.
4810         * modules/unictype/property-currency-symbol-tests: New file.
4811         * modules/unictype/property-dash-tests: New file.
4812         * modules/unictype/property-decimal-digit-tests: New file.
4813         * modules/unictype/property-default-ignorable-code-point-tests: New file.
4814         * modules/unictype/property-deprecated-tests: New file.
4815         * modules/unictype/property-diacritic-tests: New file.
4816         * modules/unictype/property-extender-tests: New file.
4817         * modules/unictype/property-format-control-tests: New file.
4818         * modules/unictype/property-grapheme-base-tests: New file.
4819         * modules/unictype/property-grapheme-extend-tests: New file.
4820         * modules/unictype/property-grapheme-link-tests: New file.
4821         * modules/unictype/property-hex-digit-tests: New file.
4822         * modules/unictype/property-hyphen-tests: New file.
4823         * modules/unictype/property-id-continue-tests: New file.
4824         * modules/unictype/property-id-start-tests: New file.
4825         * modules/unictype/property-ideographic-tests: New file.
4826         * modules/unictype/property-ids-binary-operator-tests: New file.
4827         * modules/unictype/property-ids-trinary-operator-tests: New file.
4828         * modules/unictype/property-ignorable-control-tests: New file.
4829         * modules/unictype/property-iso-control-tests: New file.
4830         * modules/unictype/property-join-control-tests: New file.
4831         * modules/unictype/property-left-of-pair-tests: New file.
4832         * modules/unictype/property-line-separator-tests: New file.
4833         * modules/unictype/property-logical-order-exception-tests: New file.
4834         * modules/unictype/property-lowercase-tests: New file.
4835         * modules/unictype/property-math-tests: New file.
4836         * modules/unictype/property-non-break-tests: New file.
4837         * modules/unictype/property-not-a-character-tests: New file.
4838         * modules/unictype/property-numeric-tests: New file.
4839         * modules/unictype/property-other-alphabetic-tests: New file.
4840         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
4841         * modules/unictype/property-other-grapheme-extend-tests: New file.
4842         * modules/unictype/property-other-id-continue-tests: New file.
4843         * modules/unictype/property-other-id-start-tests: New file.
4844         * modules/unictype/property-other-lowercase-tests: New file.
4845         * modules/unictype/property-other-math-tests: New file.
4846         * modules/unictype/property-other-uppercase-tests: New file.
4847         * modules/unictype/property-paired-punctuation-tests: New file.
4848         * modules/unictype/property-paragraph-separator-tests: New file.
4849         * modules/unictype/property-pattern-syntax-tests: New file.
4850         * modules/unictype/property-pattern-white-space-tests: New file.
4851         * modules/unictype/property-private-use-tests: New file.
4852         * modules/unictype/property-punctuation-tests: New file.
4853         * modules/unictype/property-quotation-mark-tests: New file.
4854         * modules/unictype/property-radical-tests: New file.
4855         * modules/unictype/property-sentence-terminal-tests: New file.
4856         * modules/unictype/property-soft-dotted-tests: New file.
4857         * modules/unictype/property-space-tests: New file.
4858         * modules/unictype/property-terminal-punctuation-tests: New file.
4859         * modules/unictype/property-test-tests: New file.
4860         * modules/unictype/property-titlecase-tests: New file.
4861         * modules/unictype/property-unassigned-code-value-tests: New file.
4862         * modules/unictype/property-unified-ideograph-tests: New file.
4863         * modules/unictype/property-uppercase-tests: New file.
4864         * modules/unictype/property-variation-selector-tests: New file.
4865         * modules/unictype/property-white-space-tests: New file.
4866         * modules/unictype/property-xid-continue-tests: New file.
4867         * modules/unictype/property-xid-start-tests: New file.
4868         * modules/unictype/property-zero-width-tests: New file.
4869         * modules/unictype/scripts-tests: New file.
4870         * modules/unictype/syntax-c-ident-tests: New file.
4871         * modules/unictype/syntax-c-whitespace-tests: New file.
4872         * modules/unictype/syntax-java-ident-tests: New file.
4873         * modules/unictype/syntax-java-whitespace-tests: New file.
4874         * tests/unictype/test-bidi_byname.c: New file.
4875         * tests/unictype/test-bidi_name.c: New file.
4876         * tests/unictype/test-bidi_of.c: New file.
4877         * tests/unictype/test-bidi_test.c: New file.
4878         * tests/unictype/test-block_list.c: New file.
4879         * tests/unictype/test-block_of.c: New file.
4880         * tests/unictype/test-block_test.c: New file.
4881         * tests/unictype/test-categ_and.c: New file.
4882         * tests/unictype/test-categ_and_not.c: New file.
4883         * tests/unictype/test-categ_byname.c: New file.
4884         * tests/unictype/test-categ_name.c: New file.
4885         * tests/unictype/test-categ_none.c: New file.
4886         * tests/unictype/test-categ_of.c: New file.
4887         * tests/unictype/test-categ_or.c: New file.
4888         * tests/unictype/test-categ_test_withtable.c: New file.
4889         * tests/unictype/test-combining.c: New file.
4890         * tests/unictype/test-decdigit.c: New file.
4891         * tests/unictype/test-digit.c: New file.
4892         * tests/unictype/test-mirror.c: New file.
4893         * tests/unictype/test-numeric.c: New file.
4894         * tests/unictype/test-pr_byname.c: New file.
4895         * tests/unictype/test-pr_test.c: New file.
4896         * tests/unictype/test-predicate-part1.h: New file.
4897         * tests/unictype/test-predicate-part2.h: New file.
4898         * tests/unictype/test-scripts.c: New file.
4899         * tests/unictype/test-sy_c_ident.c: New file.
4900         * tests/unictype/test-sy_java_ident.c: New file.
4901
4902         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
4903         for Unicode 5.0.0.
4904         * tests/unictype/test-categ_Cc.c: Likewise.
4905         * tests/unictype/test-categ_Cf.c: Likewise.
4906         * tests/unictype/test-categ_Cn.c: Likewise.
4907         * tests/unictype/test-categ_Co.c: Likewise.
4908         * tests/unictype/test-categ_Cs.c: Likewise.
4909         * tests/unictype/test-categ_L.c: Likewise.
4910         * tests/unictype/test-categ_Ll.c: Likewise.
4911         * tests/unictype/test-categ_Lm.c: Likewise.
4912         * tests/unictype/test-categ_Lo.c: Likewise.
4913         * tests/unictype/test-categ_Lt.c: Likewise.
4914         * tests/unictype/test-categ_Lu.c: Likewise.
4915         * tests/unictype/test-categ_M.c: Likewise.
4916         * tests/unictype/test-categ_Mc.c: Likewise.
4917         * tests/unictype/test-categ_Me.c: Likewise.
4918         * tests/unictype/test-categ_Mn.c: Likewise.
4919         * tests/unictype/test-categ_N.c: Likewise.
4920         * tests/unictype/test-categ_Nd.c: Likewise.
4921         * tests/unictype/test-categ_Nl.c: Likewise.
4922         * tests/unictype/test-categ_No.c: Likewise.
4923         * tests/unictype/test-categ_P.c: Likewise.
4924         * tests/unictype/test-categ_Pc.c: Likewise.
4925         * tests/unictype/test-categ_Pd.c: Likewise.
4926         * tests/unictype/test-categ_Pe.c: Likewise.
4927         * tests/unictype/test-categ_Pf.c: Likewise.
4928         * tests/unictype/test-categ_Pi.c: Likewise.
4929         * tests/unictype/test-categ_Po.c: Likewise.
4930         * tests/unictype/test-categ_Ps.c: Likewise.
4931         * tests/unictype/test-categ_S.c: Likewise.
4932         * tests/unictype/test-categ_Sc.c: Likewise.
4933         * tests/unictype/test-categ_Sk.c: Likewise.
4934         * tests/unictype/test-categ_Sm.c: Likewise.
4935         * tests/unictype/test-categ_So.c: Likewise.
4936         * tests/unictype/test-categ_Z.c: Likewise.
4937         * tests/unictype/test-categ_Zl.c: Likewise.
4938         * tests/unictype/test-categ_Zp.c: Likewise.
4939         * tests/unictype/test-categ_Zs.c: Likewise.
4940         * tests/unictype/test-ctype_alnum.c: Likewise.
4941         * tests/unictype/test-ctype_alpha.c: Likewise.
4942         * tests/unictype/test-ctype_blank.c: Likewise.
4943         * tests/unictype/test-ctype_cntrl.c: Likewise.
4944         * tests/unictype/test-ctype_digit.c: Likewise.
4945         * tests/unictype/test-ctype_graph.c: Likewise.
4946         * tests/unictype/test-ctype_lower.c: Likewise.
4947         * tests/unictype/test-ctype_print.c: Likewise.
4948         * tests/unictype/test-ctype_punct.c: Likewise.
4949         * tests/unictype/test-ctype_space.c: Likewise.
4950         * tests/unictype/test-ctype_upper.c: Likewise.
4951         * tests/unictype/test-ctype_xdigit.c: Likewise.
4952         * tests/unictype/test-decdigit.h: Likewise.
4953         * tests/unictype/test-digit.h: Likewise.
4954         * tests/unictype/test-numeric.h: Likewise.
4955         * tests/unictype/test-pr_alphabetic.c: Likewise.
4956         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
4957         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
4958         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
4959         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
4960         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
4961         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
4962         * tests/unictype/test-pr_bidi_control.c: Likewise.
4963         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
4964         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
4965         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
4966         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
4967         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
4968         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
4969         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
4970         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
4971         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
4972         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
4973         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
4974         * tests/unictype/test-pr_combining.c: Likewise.
4975         * tests/unictype/test-pr_composite.c: Likewise.
4976         * tests/unictype/test-pr_currency_symbol.c: Likewise.
4977         * tests/unictype/test-pr_dash.c: Likewise.
4978         * tests/unictype/test-pr_decimal_digit.c: Likewise.
4979         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
4980         * tests/unictype/test-pr_deprecated.c: Likewise.
4981         * tests/unictype/test-pr_diacritic.c: Likewise.
4982         * tests/unictype/test-pr_extender.c: Likewise.
4983         * tests/unictype/test-pr_format_control.c: Likewise.
4984         * tests/unictype/test-pr_grapheme_base.c: Likewise.
4985         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
4986         * tests/unictype/test-pr_grapheme_link.c: Likewise.
4987         * tests/unictype/test-pr_hex_digit.c: Likewise.
4988         * tests/unictype/test-pr_hyphen.c: Likewise.
4989         * tests/unictype/test-pr_id_continue.c: Likewise.
4990         * tests/unictype/test-pr_id_start.c: Likewise.
4991         * tests/unictype/test-pr_ideographic.c: Likewise.
4992         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
4993         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
4994         * tests/unictype/test-pr_ignorable_control.c: Likewise.
4995         * tests/unictype/test-pr_iso_control.c: Likewise.
4996         * tests/unictype/test-pr_join_control.c: Likewise.
4997         * tests/unictype/test-pr_left_of_pair.c: Likewise.
4998         * tests/unictype/test-pr_line_separator.c: Likewise.
4999         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
5000         * tests/unictype/test-pr_lowercase.c: Likewise.
5001         * tests/unictype/test-pr_math.c: Likewise.
5002         * tests/unictype/test-pr_non_break.c: Likewise.
5003         * tests/unictype/test-pr_not_a_character.c: Likewise.
5004         * tests/unictype/test-pr_numeric.c: Likewise.
5005         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
5006         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
5007         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
5008         * tests/unictype/test-pr_other_id_continue.c: Likewise.
5009         * tests/unictype/test-pr_other_id_start.c: Likewise.
5010         * tests/unictype/test-pr_other_lowercase.c: Likewise.
5011         * tests/unictype/test-pr_other_math.c: Likewise.
5012         * tests/unictype/test-pr_other_uppercase.c: Likewise.
5013         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
5014         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
5015         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
5016         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
5017         * tests/unictype/test-pr_private_use.c: Likewise.
5018         * tests/unictype/test-pr_punctuation.c: Likewise.
5019         * tests/unictype/test-pr_quotation_mark.c: Likewise.
5020         * tests/unictype/test-pr_radical.c: Likewise.
5021         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
5022         * tests/unictype/test-pr_soft_dotted.c: Likewise.
5023         * tests/unictype/test-pr_space.c: Likewise.
5024         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
5025         * tests/unictype/test-pr_titlecase.c: Likewise.
5026         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
5027         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
5028         * tests/unictype/test-pr_uppercase.c: Likewise.
5029         * tests/unictype/test-pr_variation_selector.c: Likewise.
5030         * tests/unictype/test-pr_white_space.c: Likewise.
5031         * tests/unictype/test-pr_xid_continue.c: Likewise.
5032         * tests/unictype/test-pr_xid_start.c: Likewise.
5033         * tests/unictype/test-pr_zero_width.c: Likewise.
5034         * tests/unictype/test-sy_c_whitespace.c: Likewise.
5035         * tests/unictype/test-sy_java_whitespace.c: Likewise.
5036
5037 2007-11-12  Bruno Haible  <bruno@clisp.org>
5038
5039         Unicode character classification functions.
5040         * lib/unictype.h: New file.
5041         * modules/unictype/base: New file.
5042         * modules/unictype/category-L: New file.
5043         * modules/unictype/category-Lu: New file.
5044         * modules/unictype/category-Ll: New file.
5045         * modules/unictype/category-Lt: New file.
5046         * modules/unictype/category-Lm: New file.
5047         * modules/unictype/category-Lo: New file.
5048         * modules/unictype/category-M: New file.
5049         * modules/unictype/category-Mn: New file.
5050         * modules/unictype/category-Mc: New file.
5051         * modules/unictype/category-Me: New file.
5052         * modules/unictype/category-N: New file.
5053         * modules/unictype/category-Nd: New file.
5054         * modules/unictype/category-Nl: New file.
5055         * modules/unictype/category-No: New file.
5056         * modules/unictype/category-P: New file.
5057         * modules/unictype/category-Pc: New file.
5058         * modules/unictype/category-Pd: New file.
5059         * modules/unictype/category-Ps: New file.
5060         * modules/unictype/category-Pe: New file.
5061         * modules/unictype/category-Pi: New file.
5062         * modules/unictype/category-Pf: New file.
5063         * modules/unictype/category-Po: New file.
5064         * modules/unictype/category-S: New file.
5065         * modules/unictype/category-Sm: New file.
5066         * modules/unictype/category-Sc: New file.
5067         * modules/unictype/category-Sk: New file.
5068         * modules/unictype/category-So: New file.
5069         * modules/unictype/category-Z: New file.
5070         * modules/unictype/category-Zs: New file.
5071         * modules/unictype/category-Zl: New file.
5072         * modules/unictype/category-Zp: New file.
5073         * modules/unictype/category-C: New file.
5074         * modules/unictype/category-Cc: New file.
5075         * modules/unictype/category-Cf: New file.
5076         * modules/unictype/category-Cs: New file.
5077         * modules/unictype/category-Co: New file.
5078         * modules/unictype/category-Cn: New file.
5079         * modules/unictype/category-or: New file.
5080         * modules/unictype/category-of: New file.
5081         * modules/unictype/category-test: New file.
5082         * modules/unictype/category-test-withtable: New file.
5083         * modules/unictype/category-byname: New file.
5084         * modules/unictype/category-none: New file.
5085         * modules/unictype/category-and: New file.
5086         * modules/unictype/category-and-not: New file.
5087         * modules/unictype/category-name: New file.
5088         * modules/unictype/combining-class: New file.
5089         * modules/unictype/category-all: New file.
5090         * modules/unictype/bidicategory-all: New file.
5091         * modules/unictype/bidicategory-byname: New file.
5092         * modules/unictype/bidicategory-name: New file.
5093         * modules/unictype/bidicategory-of: New file.
5094         * modules/unictype/bidicategory-test: New file.
5095         * modules/unictype/decimal-digit: New file.
5096         * modules/unictype/digit: New file.
5097         * modules/unictype/numeric: New file.
5098         * modules/unictype/mirror: New file.
5099         * modules/unictype/property-white-space: New file.
5100         * modules/unictype/property-alphabetic: New file.
5101         * modules/unictype/property-other-alphabetic: New file.
5102         * modules/unictype/property-not-a-character: New file.
5103         * modules/unictype/property-default-ignorable-code-point: New file.
5104         * modules/unictype/property-other-default-ignorable-code-point: New
5105         file.
5106         * modules/unictype/property-deprecated: New file.
5107         * modules/unictype/property-logical-order-exception: New file.
5108         * modules/unictype/property-variation-selector: New file.
5109         * modules/unictype/property-private-use: New file.
5110         * modules/unictype/property-unassigned-code-value: New file.
5111         * modules/unictype/property-uppercase: New file.
5112         * modules/unictype/property-other-uppercase: New file.
5113         * modules/unictype/property-lowercase: New file.
5114         * modules/unictype/property-other-lowercase: New file.
5115         * modules/unictype/property-titlecase: New file.
5116         * modules/unictype/property-soft-dotted: New file.
5117         * modules/unictype/property-id-start: New file.
5118         * modules/unictype/property-other-id-start: New file.
5119         * modules/unictype/property-id-continue: New file.
5120         * modules/unictype/property-other-id-continue: New file.
5121         * modules/unictype/property-xid-start: New file.
5122         * modules/unictype/property-xid-continue: New file.
5123         * modules/unictype/property-pattern-white-space: New file.
5124         * modules/unictype/property-pattern-syntax: New file.
5125         * modules/unictype/property-join-control: New file.
5126         * modules/unictype/property-grapheme-base: New file.
5127         * modules/unictype/property-grapheme-extend: New file.
5128         * modules/unictype/property-other-grapheme-extend: New file.
5129         * modules/unictype/property-grapheme-link: New file.
5130         * modules/unictype/property-bidi-control: New file.
5131         * modules/unictype/property-bidi-left-to-right: New file.
5132         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
5133         * modules/unictype/property-bidi-arabic-right-to-left: New file.
5134         * modules/unictype/property-bidi-european-digit: New file.
5135         * modules/unictype/property-bidi-eur-num-separator: New file.
5136         * modules/unictype/property-bidi-eur-num-terminator: New file.
5137         * modules/unictype/property-bidi-arabic-digit: New file.
5138         * modules/unictype/property-bidi-common-separator: New file.
5139         * modules/unictype/property-bidi-block-separator: New file.
5140         * modules/unictype/property-bidi-segment-separator: New file.
5141         * modules/unictype/property-bidi-whitespace: New file.
5142         * modules/unictype/property-bidi-non-spacing-mark: New file.
5143         * modules/unictype/property-bidi-boundary-neutral: New file.
5144         * modules/unictype/property-bidi-pdf: New file.
5145         * modules/unictype/property-bidi-embedding-or-override: New file.
5146         * modules/unictype/property-bidi-other-neutral: New file.
5147         * modules/unictype/property-hex-digit: New file.
5148         * modules/unictype/property-ascii-hex-digit: New file.
5149         * modules/unictype/property-ideographic: New file.
5150         * modules/unictype/property-unified-ideograph: New file.
5151         * modules/unictype/property-radical: New file.
5152         * modules/unictype/property-ids-binary-operator: New file.
5153         * modules/unictype/property-ids-trinary-operator: New file.
5154         * modules/unictype/property-zero-width: New file.
5155         * modules/unictype/property-space: New file.
5156         * modules/unictype/property-non-break: New file.
5157         * modules/unictype/property-iso-control: New file.
5158         * modules/unictype/property-format-control: New file.
5159         * modules/unictype/property-dash: New file.
5160         * modules/unictype/property-hyphen: New file.
5161         * modules/unictype/property-punctuation: New file.
5162         * modules/unictype/property-line-separator: New file.
5163         * modules/unictype/property-paragraph-separator: New file.
5164         * modules/unictype/property-quotation-mark: New file.
5165         * modules/unictype/property-sentence-terminal: New file.
5166         * modules/unictype/property-terminal-punctuation: New file.
5167         * modules/unictype/property-currency-symbol: New file.
5168         * modules/unictype/property-math: New file.
5169         * modules/unictype/property-other-math: New file.
5170         * modules/unictype/property-paired-punctuation: New file.
5171         * modules/unictype/property-left-of-pair: New file.
5172         * modules/unictype/property-combining: New file.
5173         * modules/unictype/property-composite: New file.
5174         * modules/unictype/property-decimal-digit: New file.
5175         * modules/unictype/property-numeric: New file.
5176         * modules/unictype/property-diacritic: New file.
5177         * modules/unictype/property-extender: New file.
5178         * modules/unictype/property-ignorable-control: New file.
5179         * modules/unictype/property-test: New file.
5180         * modules/unictype/property-byname: New file.
5181         * modules/unictype/property-all: New file.
5182         * modules/unictype/scripts: New file.
5183         * modules/unictype/scripts-all: New file.
5184         * modules/unictype/block-of: New file.
5185         * modules/unictype/block-test: New file.
5186         * modules/unictype/block-list: New file.
5187         * modules/unictype/block-all: New file.
5188         * modules/unictype/syntax-c-whitespace: New file.
5189         * modules/unictype/syntax-java-whitespace: New file.
5190         * modules/unictype/syntax-c-ident: New file.
5191         * modules/unictype/syntax-java-ident: New file.
5192         * modules/unictype/ctype-alnum: New file.
5193         * modules/unictype/ctype-alpha: New file.
5194         * modules/unictype/ctype-cntrl: New file.
5195         * modules/unictype/ctype-digit: New file.
5196         * modules/unictype/ctype-graph: New file.
5197         * modules/unictype/ctype-lower: New file.
5198         * modules/unictype/ctype-print: New file.
5199         * modules/unictype/ctype-punct: New file.
5200         * modules/unictype/ctype-space: New file.
5201         * modules/unictype/ctype-upper: New file.
5202         * modules/unictype/ctype-xdigit: New file.
5203         * modules/unictype/ctype-blank: New file.
5204         * lib/unictype/bidi_byname.c: New file.
5205         * lib/unictype/bidi_name.c: New file.
5206         * lib/unictype/bidi_of.c: New file.
5207         * lib/unictype/bidi_test.c: New file.
5208         * lib/unictype/bitmap.h: New file.
5209         * lib/unictype/block_test.c: New file.
5210         * lib/unictype/blocks.c: New file.
5211         * lib/unictype/categ_C.c: New file.
5212         * lib/unictype/categ_Cc.c: New file.
5213         * lib/unictype/categ_Cf.c: New file.
5214         * lib/unictype/categ_Cn.c: New file.
5215         * lib/unictype/categ_Co.c: New file.
5216         * lib/unictype/categ_Cs.c: New file.
5217         * lib/unictype/categ_L.c: New file.
5218         * lib/unictype/categ_Ll.c: New file.
5219         * lib/unictype/categ_Lm.c: New file.
5220         * lib/unictype/categ_Lo.c: New file.
5221         * lib/unictype/categ_Lt.c: New file.
5222         * lib/unictype/categ_Lu.c: New file.
5223         * lib/unictype/categ_M.c: New file.
5224         * lib/unictype/categ_Mc.c: New file.
5225         * lib/unictype/categ_Me.c: New file.
5226         * lib/unictype/categ_Mn.c: New file.
5227         * lib/unictype/categ_N.c: New file.
5228         * lib/unictype/categ_Nd.c: New file.
5229         * lib/unictype/categ_Nl.c: New file.
5230         * lib/unictype/categ_No.c: New file.
5231         * lib/unictype/categ_P.c: New file.
5232         * lib/unictype/categ_Pc.c: New file.
5233         * lib/unictype/categ_Pd.c: New file.
5234         * lib/unictype/categ_Pe.c: New file.
5235         * lib/unictype/categ_Pf.c: New file.
5236         * lib/unictype/categ_Pi.c: New file.
5237         * lib/unictype/categ_Po.c: New file.
5238         * lib/unictype/categ_Ps.c: New file.
5239         * lib/unictype/categ_S.c: New file.
5240         * lib/unictype/categ_Sc.c: New file.
5241         * lib/unictype/categ_Sk.c: New file.
5242         * lib/unictype/categ_Sm.c: New file.
5243         * lib/unictype/categ_So.c: New file.
5244         * lib/unictype/categ_Z.c: New file.
5245         * lib/unictype/categ_Zl.c: New file.
5246         * lib/unictype/categ_Zp.c: New file.
5247         * lib/unictype/categ_Zs.c: New file.
5248         * lib/unictype/categ_and.c: New file.
5249         * lib/unictype/categ_and_not.c: New file.
5250         * lib/unictype/categ_byname.c: New file.
5251         * lib/unictype/categ_name.c: New file.
5252         * lib/unictype/categ_none.c: New file.
5253         * lib/unictype/categ_of.c: New file.
5254         * lib/unictype/categ_or.c: New file.
5255         * lib/unictype/categ_test.c: New file.
5256         * lib/unictype/combining.c: New file.
5257         * lib/unictype/ctype_alnum.c: New file.
5258         * lib/unictype/ctype_alpha.c: New file.
5259         * lib/unictype/ctype_blank.c: New file.
5260         * lib/unictype/ctype_cntrl.c: New file.
5261         * lib/unictype/ctype_digit.c: New file.
5262         * lib/unictype/ctype_graph.c: New file.
5263         * lib/unictype/ctype_lower.c: New file.
5264         * lib/unictype/ctype_print.c: New file.
5265         * lib/unictype/ctype_punct.c: New file.
5266         * lib/unictype/ctype_space.c: New file.
5267         * lib/unictype/ctype_upper.c: New file.
5268         * lib/unictype/ctype_xdigit.c: New file.
5269         * lib/unictype/decdigit.c: New file.
5270         * lib/unictype/digit.c: New file.
5271         * lib/unictype/identsyntaxmap.h: New file.
5272         * lib/unictype/mirror.c: New file.
5273         * lib/unictype/numeric.c: New file.
5274         * lib/unictype/pr_alphabetic.c: New file.
5275         * lib/unictype/pr_ascii_hex_digit.c: New file.
5276         * lib/unictype/pr_bidi_arabic_digit.c: New file.
5277         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
5278         * lib/unictype/pr_bidi_block_separator.c: New file.
5279         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
5280         * lib/unictype/pr_bidi_common_separator.c: New file.
5281         * lib/unictype/pr_bidi_control.c: New file.
5282         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
5283         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
5284         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
5285         * lib/unictype/pr_bidi_european_digit.c: New file.
5286         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
5287         * lib/unictype/pr_bidi_left_to_right.c: New file.
5288         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
5289         * lib/unictype/pr_bidi_other_neutral.c: New file.
5290         * lib/unictype/pr_bidi_pdf.c: New file.
5291         * lib/unictype/pr_bidi_segment_separator.c: New file.
5292         * lib/unictype/pr_bidi_whitespace.c: New file.
5293         * lib/unictype/pr_byname.c: New file.
5294         * lib/unictype/pr_byname.gperf: New file.
5295         * lib/unictype/pr_combining.c: New file.
5296         * lib/unictype/pr_composite.c: New file.
5297         * lib/unictype/pr_currency_symbol.c: New file.
5298         * lib/unictype/pr_dash.c: New file.
5299         * lib/unictype/pr_decimal_digit.c: New file.
5300         * lib/unictype/pr_default_ignorable_code_point.c: New file.
5301         * lib/unictype/pr_deprecated.c: New file.
5302         * lib/unictype/pr_diacritic.c: New file.
5303         * lib/unictype/pr_extender.c: New file.
5304         * lib/unictype/pr_format_control.c: New file.
5305         * lib/unictype/pr_grapheme_base.c: New file.
5306         * lib/unictype/pr_grapheme_extend.c: New file.
5307         * lib/unictype/pr_grapheme_link.c: New file.
5308         * lib/unictype/pr_hex_digit.c: New file.
5309         * lib/unictype/pr_hyphen.c: New file.
5310         * lib/unictype/pr_id_continue.c: New file.
5311         * lib/unictype/pr_id_start.c: New file.
5312         * lib/unictype/pr_ideographic.c: New file.
5313         * lib/unictype/pr_ids_binary_operator.c: New file.
5314         * lib/unictype/pr_ids_trinary_operator.c: New file.
5315         * lib/unictype/pr_ignorable_control.c: New file.
5316         * lib/unictype/pr_iso_control.c: New file.
5317         * lib/unictype/pr_join_control.c: New file.
5318         * lib/unictype/pr_left_of_pair.c: New file.
5319         * lib/unictype/pr_line_separator.c: New file.
5320         * lib/unictype/pr_logical_order_exception.c: New file.
5321         * lib/unictype/pr_lowercase.c: New file.
5322         * lib/unictype/pr_math.c: New file.
5323         * lib/unictype/pr_non_break.c: New file.
5324         * lib/unictype/pr_not_a_character.c: New file.
5325         * lib/unictype/pr_numeric.c: New file.
5326         * lib/unictype/pr_other_alphabetic.c: New file.
5327         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
5328         * lib/unictype/pr_other_grapheme_extend.c: New file.
5329         * lib/unictype/pr_other_id_continue.c: New file.
5330         * lib/unictype/pr_other_id_start.c: New file.
5331         * lib/unictype/pr_other_lowercase.c: New file.
5332         * lib/unictype/pr_other_math.c: New file.
5333         * lib/unictype/pr_other_uppercase.c: New file.
5334         * lib/unictype/pr_paired_punctuation.c: New file.
5335         * lib/unictype/pr_paragraph_separator.c: New file.
5336         * lib/unictype/pr_pattern_syntax.c: New file.
5337         * lib/unictype/pr_pattern_white_space.c: New file.
5338         * lib/unictype/pr_private_use.c: New file.
5339         * lib/unictype/pr_punctuation.c: New file.
5340         * lib/unictype/pr_quotation_mark.c: New file.
5341         * lib/unictype/pr_radical.c: New file.
5342         * lib/unictype/pr_sentence_terminal.c: New file.
5343         * lib/unictype/pr_soft_dotted.c: New file.
5344         * lib/unictype/pr_space.c: New file.
5345         * lib/unictype/pr_terminal_punctuation.c: New file.
5346         * lib/unictype/pr_test.c: New file.
5347         * lib/unictype/pr_titlecase.c: New file.
5348         * lib/unictype/pr_unassigned_code_value.c: New file.
5349         * lib/unictype/pr_unified_ideograph.c: New file.
5350         * lib/unictype/pr_uppercase.c: New file.
5351         * lib/unictype/pr_variation_selector.c: New file.
5352         * lib/unictype/pr_white_space.c: New file.
5353         * lib/unictype/pr_xid_continue.c: New file.
5354         * lib/unictype/pr_xid_start.c: New file.
5355         * lib/unictype/pr_zero_width.c: New file.
5356         * lib/unictype/scripts.c: New file.
5357         * lib/unictype/sy_c_ident.c: New file.
5358         * lib/unictype/sy_c_whitespace.c: New file.
5359         * lib/unictype/sy_java_ident.c: New file.
5360         * lib/unictype/sy_java_whitespace.c: New file.
5361
5362         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
5363         Unicode 5.0.0.
5364         * lib/unictype/blocks.h: Likewise.
5365         * lib/unictype/categ_C.h: Likewise.
5366         * lib/unictype/categ_Cc.h: Likewise.
5367         * lib/unictype/categ_Cf.h: Likewise.
5368         * lib/unictype/categ_Cn.h: Likewise.
5369         * lib/unictype/categ_Co.h: Likewise.
5370         * lib/unictype/categ_Cs.h: Likewise.
5371         * lib/unictype/categ_L.h: Likewise.
5372         * lib/unictype/categ_Ll.h: Likewise.
5373         * lib/unictype/categ_Lm.h: Likewise.
5374         * lib/unictype/categ_Lo.h: Likewise.
5375         * lib/unictype/categ_Lt.h: Likewise.
5376         * lib/unictype/categ_Lu.h: Likewise.
5377         * lib/unictype/categ_M.h: Likewise.
5378         * lib/unictype/categ_Mc.h: Likewise.
5379         * lib/unictype/categ_Me.h: Likewise.
5380         * lib/unictype/categ_Mn.h: Likewise.
5381         * lib/unictype/categ_N.h: Likewise.
5382         * lib/unictype/categ_Nd.h: Likewise.
5383         * lib/unictype/categ_Nl.h: Likewise.
5384         * lib/unictype/categ_No.h: Likewise.
5385         * lib/unictype/categ_P.h: Likewise.
5386         * lib/unictype/categ_Pc.h: Likewise.
5387         * lib/unictype/categ_Pd.h: Likewise.
5388         * lib/unictype/categ_Pe.h: Likewise.
5389         * lib/unictype/categ_Pf.h: Likewise.
5390         * lib/unictype/categ_Pi.h: Likewise.
5391         * lib/unictype/categ_Po.h: Likewise.
5392         * lib/unictype/categ_Ps.h: Likewise.
5393         * lib/unictype/categ_S.h: Likewise.
5394         * lib/unictype/categ_Sc.h: Likewise.
5395         * lib/unictype/categ_Sk.h: Likewise.
5396         * lib/unictype/categ_Sm.h: Likewise.
5397         * lib/unictype/categ_So.h: Likewise.
5398         * lib/unictype/categ_Z.h: Likewise.
5399         * lib/unictype/categ_Zl.h: Likewise.
5400         * lib/unictype/categ_Zp.h: Likewise.
5401         * lib/unictype/categ_Zs.h: Likewise.
5402         * lib/unictype/categ_of.h: Likewise.
5403         * lib/unictype/combining.h: Likewise.
5404         * lib/unictype/ctype_alnum.h: Likewise.
5405         * lib/unictype/ctype_alpha.h: Likewise.
5406         * lib/unictype/ctype_blank.h: Likewise.
5407         * lib/unictype/ctype_cntrl.h: Likewise.
5408         * lib/unictype/ctype_digit.h: Likewise.
5409         * lib/unictype/ctype_graph.h: Likewise.
5410         * lib/unictype/ctype_lower.h: Likewise.
5411         * lib/unictype/ctype_print.h: Likewise.
5412         * lib/unictype/ctype_punct.h: Likewise.
5413         * lib/unictype/ctype_space.h: Likewise.
5414         * lib/unictype/ctype_upper.h: Likewise.
5415         * lib/unictype/ctype_xdigit.h: Likewise.
5416         * lib/unictype/decdigit.h: Likewise.
5417         * lib/unictype/digit.h: Likewise.
5418         * lib/unictype/mirror.h: Likewise.
5419         * lib/unictype/numeric.h: Likewise.
5420         * lib/unictype/pr_alphabetic.h: Likewise.
5421         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
5422         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
5423         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
5424         * lib/unictype/pr_bidi_block_separator.h: Likewise.
5425         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
5426         * lib/unictype/pr_bidi_common_separator.h: Likewise.
5427         * lib/unictype/pr_bidi_control.h: Likewise.
5428         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
5429         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
5430         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
5431         * lib/unictype/pr_bidi_european_digit.h: Likewise.
5432         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
5433         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
5434         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
5435         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
5436         * lib/unictype/pr_bidi_pdf.h: Likewise.
5437         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
5438         * lib/unictype/pr_bidi_whitespace.h: Likewise.
5439         * lib/unictype/pr_combining.h: Likewise.
5440         * lib/unictype/pr_composite.h: Likewise.
5441         * lib/unictype/pr_currency_symbol.h: Likewise.
5442         * lib/unictype/pr_dash.h: Likewise.
5443         * lib/unictype/pr_decimal_digit.h: Likewise.
5444         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
5445         * lib/unictype/pr_deprecated.h: Likewise.
5446         * lib/unictype/pr_diacritic.h: Likewise.
5447         * lib/unictype/pr_extender.h: Likewise.
5448         * lib/unictype/pr_format_control.h: Likewise.
5449         * lib/unictype/pr_grapheme_base.h: Likewise.
5450         * lib/unictype/pr_grapheme_extend.h: Likewise.
5451         * lib/unictype/pr_grapheme_link.h: Likewise.
5452         * lib/unictype/pr_hex_digit.h: Likewise.
5453         * lib/unictype/pr_hyphen.h: Likewise.
5454         * lib/unictype/pr_id_continue.h: Likewise.
5455         * lib/unictype/pr_id_start.h: Likewise.
5456         * lib/unictype/pr_ideographic.h: Likewise.
5457         * lib/unictype/pr_ids_binary_operator.h: Likewise.
5458         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
5459         * lib/unictype/pr_ignorable_control.h: Likewise.
5460         * lib/unictype/pr_iso_control.h: Likewise.
5461         * lib/unictype/pr_join_control.h: Likewise.
5462         * lib/unictype/pr_left_of_pair.h: Likewise.
5463         * lib/unictype/pr_line_separator.h: Likewise.
5464         * lib/unictype/pr_logical_order_exception.h: Likewise.
5465         * lib/unictype/pr_lowercase.h: Likewise.
5466         * lib/unictype/pr_math.h: Likewise.
5467         * lib/unictype/pr_non_break.h: Likewise.
5468         * lib/unictype/pr_not_a_character.h: Likewise.
5469         * lib/unictype/pr_numeric.h: Likewise.
5470         * lib/unictype/pr_other_alphabetic.h: Likewise.
5471         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
5472         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
5473         * lib/unictype/pr_other_id_continue.h: Likewise.
5474         * lib/unictype/pr_other_id_start.h: Likewise.
5475         * lib/unictype/pr_other_lowercase.h: Likewise.
5476         * lib/unictype/pr_other_math.h: Likewise.
5477         * lib/unictype/pr_other_uppercase.h: Likewise.
5478         * lib/unictype/pr_paired_punctuation.h: Likewise.
5479         * lib/unictype/pr_paragraph_separator.h: Likewise.
5480         * lib/unictype/pr_pattern_syntax.h: Likewise.
5481         * lib/unictype/pr_pattern_white_space.h: Likewise.
5482         * lib/unictype/pr_private_use.h: Likewise.
5483         * lib/unictype/pr_punctuation.h: Likewise.
5484         * lib/unictype/pr_quotation_mark.h: Likewise.
5485         * lib/unictype/pr_radical.h: Likewise.
5486         * lib/unictype/pr_sentence_terminal.h: Likewise.
5487         * lib/unictype/pr_soft_dotted.h: Likewise.
5488         * lib/unictype/pr_space.h: Likewise.
5489         * lib/unictype/pr_terminal_punctuation.h: Likewise.
5490         * lib/unictype/pr_titlecase.h: Likewise.
5491         * lib/unictype/pr_unassigned_code_value.h: Likewise.
5492         * lib/unictype/pr_unified_ideograph.h: Likewise.
5493         * lib/unictype/pr_uppercase.h: Likewise.
5494         * lib/unictype/pr_variation_selector.h: Likewise.
5495         * lib/unictype/pr_white_space.h: Likewise.
5496         * lib/unictype/pr_xid_continue.h: Likewise.
5497         * lib/unictype/pr_xid_start.h: Likewise.
5498         * lib/unictype/pr_zero_width.h: Likewise.
5499         * lib/unictype/scripts.h: Likewise.
5500         * lib/unictype/scripts_byname.gperf: Likewise.
5501         * lib/unictype/sy_c_ident.h: Likewise.
5502         * lib/unictype/sy_c_whitespace.h: Likewise.
5503         * lib/unictype/sy_java_ident.h: Likewise.
5504         * lib/unictype/sy_java_whitespace.h: Likewise.
5505
5506         * lib/unictype/Makefile: New file.
5507         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
5508         glibc.
5509         * lib/unictype/3level.h: New file, copied from glibc.
5510         * lib/unictype/3levelbit.h: New file.
5511
5512 2007-11-11  Bruno Haible  <bruno@clisp.org>
5513
5514         * modules/gperf: New file.
5515         * modules/iconv_open (Depends-on): Add it.
5516         (Makefile.am): Remove the GPERF definition.
5517
5518 2007-11-11  Bruno Haible  <bruno@clisp.org>
5519
5520         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
5521         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
5522
5523 2007-11-11  Bruno Haible  <bruno@clisp.org>
5524
5525         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
5526         (usage): Remove function.
5527
5528 2007-11-11  Bruno Haible  <bruno@clisp.org>
5529
5530         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
5531         gl_FUNC_CEILF_LIBS.
5532         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
5533         gl_FUNC_CEIL_LIBS.
5534         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
5535         gl_FUNC_CEILL_LIBS.
5536         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
5537         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
5538         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
5539
5540 2007-11-11  Bruno Haible  <bruno@clisp.org>
5541
5542         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
5543         roundf were declared but do not exist on functions.
5544         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
5545         roundl were declared but do not exist on functions.
5546         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
5547         HAVE_FLOORL_AND_CEILL, respectively.
5548         Needed for Sun C on Solaris 10.
5549
5550 2007-11-11  Bruno Haible  <bruno@clisp.org>
5551
5552         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
5553         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
5554         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
5555         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
5556         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
5557         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
5558         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
5559         HAVE_DECL_ROUNDF.
5560         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
5561         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
5562         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
5563         of HAVE_DECL_ROUND*.
5564         * modules/math (Makefile.am): Update.
5565
5566 2007-11-10  Bruno Haible  <bruno@clisp.org>
5567
5568         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
5569         ptrdiff_t as m4/intl.m4.
5570
5571 2007-11-10  Jim Meyering  <meyering@redhat.com>
5572
5573         Avoid link failure for the argmatch test.
5574         * tests/test-argmatch.c (usage): Define function to avoid a link
5575         failure: argmatch_die requires a usage function.
5576
5577 2007-11-09  Bruno Haible  <bruno@clisp.org>
5578
5579         * doc/functions/snprintf.texi: Mention BeOS deficiency.
5580         * doc/functions/vsnprintf.texi: Likewise.
5581         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
5582         with a size argument < 2.
5583
5584 2007-11-09  Bruno Haible  <bruno@clisp.org>
5585
5586         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
5587         buffer. Fixes an inefficiency introduced on 2007-11-03.
5588
5589 2007-11-09  Bruno Haible  <bruno@clisp.org>
5590
5591         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
5592         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
5593
5594 2007-11-08  Jim Meyering  <meyering@redhat.com>
5595
5596         Change cache variable name prefix "jm_" to "gl_" everywhere.
5597         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
5598         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
5599         * m4/uptime.m4: s/gl_/jm_/
5600
5601 2007-11-07  Bruno Haible  <bruno@clisp.org>
5602
5603         Update to GNU gettext 0.17.
5604         * m4/intl.m4: Update to GNU gettext 0.17.
5605         * m4/po.m4: Likewise.
5606         * modules/gettext (Files): Remove m4/ulonglong.m4.
5607         (configure.ac): Require gettext infrastructure from version 0.17.
5608
5609 2007-11-06  Bruno Haible  <bruno@clisp.org>
5610
5611         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
5612         symbolic values are not defined in a public header.
5613         * lib/freadable.c (freadable) [QNX]: Likewise.
5614         * lib/freadahead.c (freadahead) [QNX]: Likewise.
5615         * lib/freading.c (freading) [QNX]: Likewise.
5616         * lib/fseterr.c (fseterr) [QNX]: Likewise.
5617         * lib/fwritable.c (fwritable) [QNX]: Likewise.
5618         * lib/fwriting.c (fwriting) [QNX]: Likewise.
5619         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
5620         Reported by Alain Magloire.
5621
5622         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
5623
5624 2007-11-05  Bruno Haible  <bruno@clisp.org>
5625
5626         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
5627         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
5628         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
5629         Reported by Eric Blake.
5630
5631 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5632             Bruno Haible  <bruno@clisp.org>
5633
5634         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
5635         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
5636         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
5637         (malloc): Undefine also before including <stdlib.h>.
5638         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
5639         Needed on OSF/1 4.0.
5640
5641 2007-11-05  Jim Meyering  <meyering@redhat.com>
5642
5643         git-version-gen: sync from coreutils.
5644         * build-aux/git-version-gen: Add comments.
5645         Change the first '-' to '.' in the snapshot version string,
5646         e.g., 6.9-377-08144 -> 6.9.377-08144
5647         Remove first parameter.
5648         Don't declare a version "-dirty" merely because a time
5649         stamp has changed.
5650
5651 2007-11-04  Bruno Haible  <bruno@clisp.org>
5652
5653         * lib/lock.h: Protect all macro definitions containing an 'if'
5654         statement through a "do { ... } while (0)".
5655         * lib/tls.h: Likewise.
5656
5657 2007-11-04  Bruno Haible  <bruno@clisp.org>
5658
5659         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
5660
5661 2007-11-04  Bruno Haible  <bruno@clisp.org>
5662
5663         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
5664         * modules/fprintf-posix (Depends-on): Add nocrash.
5665         * modules/snprintf-posix (Depends-on): Likewise.
5666         * modules/sprintf-posix (Depends-on): Likewise.
5667         * modules/vasnprintf-posix (Depends-on): Likewise.
5668         * modules/vasprintf-posix (Depends-on): Likewise.
5669         * modules/vfprintf-posix (Depends-on): Likewise.
5670         * modules/vsnprintf-posix (Depends-on): Likewise.
5671         * modules/vsprintf-posix (Depends-on): Likewise.
5672         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
5673         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
5674         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
5675         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
5676         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
5677         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
5678         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
5679
5680 2007-11-04  Bruno Haible  <bruno@clisp.org>
5681
5682         * modules/nocrash: New file.
5683         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
5684         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
5685
5686 2007-11-04  Bruno Haible  <bruno@clisp.org>
5687
5688         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
5689         precision handling.
5690         * tests/test-vasprintf-posix.c (test_function): Likewise.
5691         * tests/test-snprintf-posix.h (test_function): Likewise.
5692         * tests/test-sprintf-posix.h (test_function): Likewise.
5693
5694         Fix *printf behaviour for large precisions on mingw and BeOS.
5695         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
5696         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
5697         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
5698         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5699         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5700         gl_PRINTF_PRECISION and test its result. Invoke
5701         gl_PREREQ_VASNPRINTF_PRECISION.
5702         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5703         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5704         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5705         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5706         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5707         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5708         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5709         * doc/functions/fprintf.texi: Update.
5710         * doc/functions/printf.texi: Update.
5711         * doc/functions/snprintf.texi: Update.
5712         * doc/functions/sprintf.texi: Update.
5713         * doc/functions/vfprintf.texi: Update.
5714         * doc/functions/vprintf.texi: Update.
5715         * doc/functions/vsnprintf.texi: Update.
5716         * doc/functions/vsprintf.texi: Update.
5717
5718 2007-11-04  Bruno Haible  <bruno@clisp.org>
5719
5720         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
5721
5722 2007-11-04  Bruno Haible  <bruno@clisp.org>
5723
5724         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
5725         Reported by Sylvain Beucler <beuc@gnu.org>.
5726
5727 2007-11-03  Bruno Haible  <bruno@clisp.org>
5728
5729         * tests/test-fprintf-posix2.sh: New file.
5730         * tests/test-fprintf-posix2.c: New file.
5731         * modules/fprintf-posix-tests (Files): Add them.
5732         (TESTS): Add test-fprintf-posix2.sh.
5733         (configure.ac): Check for getrlimit and setrlimit.
5734         (check_PROGRAMS): Add test-fprintf-posix2.
5735
5736         * tests/test-printf-posix2.sh: New file.
5737         * tests/test-printf-posix2.c: New file.
5738         * modules/printf-posix-tests (Files): Add them.
5739         (TESTS): Add test-printf-posix2.sh.
5740         (configure.ac): Check for getrlimit and setrlimit.
5741         (check_PROGRAMS): Add test-printf-posix2.
5742
5743         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
5744         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
5745         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
5746         (decode_double): New function, copied from decode_long_double.
5747         (scale10_round_decimal_decoded): New function, extracted from
5748         scale10_round_decimal_long_double.
5749         (scale10_round_decimal_long_double): Use it.
5750         (scale10_round_decimal_double): New function.
5751         (floorlog10): New function.
5752         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
5753         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
5754         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5755         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5756         gl_PRINTF_ENOMEM and test its result. Invoke
5757         gl_PREREQ_VASNPRINTF_ENOMEM.
5758         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5759         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5760         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5761         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5762         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5763         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5764         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5765         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
5766         * modules/snprintf-posix (Depends-on): Likewise.
5767         * modules/sprintf-posix (Depends-on): Likewise.
5768         * modules/vasnprintf-posix (Depends-on): Likewise.
5769         * modules/vasprintf-posix (Depends-on): Likewise.
5770         * modules/vfprintf-posix (Depends-on): Likewise.
5771         * modules/vsnprintf-posix (Depends-on): Likewise.
5772         * modules/vsprintf-posix (Depends-on): Likewise.
5773         * doc/functions/fprintf.texi: Update.
5774         * doc/functions/printf.texi: Update.
5775         * doc/functions/snprintf.texi: Update.
5776         * doc/functions/sprintf.texi: Update.
5777         * doc/functions/vfprintf.texi: Update.
5778         * doc/functions/vprintf.texi: Update.
5779         * doc/functions/vsnprintf.texi: Update.
5780         * doc/functions/vsprintf.texi: Update.
5781
5782 2007-11-03  Bruno Haible  <bruno@clisp.org>
5783
5784         * modules/frexp-nolibm-tests: New file.
5785
5786         * modules/frexp-nolibm: New file.
5787         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
5788
5789 2007-11-03  Bruno Haible  <bruno@clisp.org>
5790
5791         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
5792         value is C99 compliant.
5793         Needed for OSF/1 5.1.
5794
5795 2007-11-03  Bruno Haible  <bruno@clisp.org>
5796
5797         Fix out-of-memory handling of vasnprintf.
5798         * lib/printf-parse.c: Include <errno.h>.
5799         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
5800         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
5801         is already set.
5802
5803 2007-11-02  Eric Blake  <ebb9@byu.net>
5804
5805         Fix tests on cygwin.
5806         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
5807
5808 2007-11-01  Bruno Haible  <bruno@clisp.org>
5809
5810         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
5811         warning.
5812         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
5813         needed for POSIX compatibility.
5814
5815 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
5816
5817         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
5818         for compatibility with GNU.
5819
5820 2007-11-01  Bruno Haible  <bruno@clisp.org>
5821
5822         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
5823         (putenv): Renamed from rpl_putenv. Change argument type from
5824         'const char *' to 'char *'.
5825         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
5826         of defining putenv in config.h, just set REPLACE_PUTENV.
5827         * modules/putenv (Depends-on): Add stdlib.
5828         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5829         (Include): Use <stdlib.h>.
5830         * lib/stdlib.in.h (putenv): New declaration.
5831         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
5832         REPLACE_PUTENV.
5833         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
5834         REPLACE_PUTENV.
5835         Needed for MacOS X 10.5.0.
5836         Reported by Peter O'Gorman <peter@pogma.com>.
5837
5838 2007-11-01  Jim Meyering  <meyering@redhat.com>
5839
5840         Treat an empty date string exactly like "0".
5841         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
5842         if the remaining date string (to be parsed) is empty, use "0".
5843         Reported by Mischa Molhoek and discussed in this thread:
5844         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
5845
5846 2007-10-31  Bruno Haible  <bruno@clisp.org>
5847
5848         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
5849         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
5850         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
5851         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
5852         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
5853         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
5854
5855 2007-10-31  Bruno Haible  <bruno@clisp.org>
5856
5857         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
5858         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
5859         (AC_TYPE_LONG_LONG_INT): Use it.
5860         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
5861         it as well.
5862         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
5863         to m4/longlong.m4.
5864         * modules/stdint (Files): Remove m4/ulonglong.m4.
5865         * modules/strtoull (Files): Use m4/longlong.m4 instead of
5866         m4/ulonglong.m4.
5867         * modules/strtoumax (Files): Likewise.
5868
5869 2007-10-30  Bruno Haible  <bruno@clisp.org>
5870
5871         * modules/xvasprintf-posix: New file.
5872         Suggested by Eric Blake.
5873
5874 2007-10-30  Bruno Haible  <bruno@clisp.org>
5875
5876         * modules/xprintf-posix-tests: New file.
5877         * tests/test-xprintf-posix.sh: New file.
5878         * tests/test-xprintf-posix.c: New file.
5879         * tests/test-xfprintf-posix.c: New file.
5880
5881         * modules/xprintf-posix: New file.
5882
5883 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5884
5885         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
5886         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
5887         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
5888
5889 2007-10-29  Bruno Haible  <bruno@clisp.org>
5890
5891         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
5892         contain the special marker '_cv_'.
5893         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
5894         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
5895         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
5896         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
5897         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
5898         Reported by Ralf Wildenhues.
5899
5900 2007-10-29  Bruno Haible  <bruno@clisp.org>
5901
5902         * gnulib-tool (func_import): When --lgpl is not specified, set
5903         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
5904         GPLv3.
5905         Reported by Simon Josefsson.
5906
5907 2007-10-28  Bruno Haible  <bruno@clisp.org>
5908
5909         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
5910         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
5911         HAVE_DECL_ISFINITE.
5912         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
5913         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
5914         HAVE_DECL_ISFINITE.
5915
5916 2007-10-28  Bruno Haible  <bruno@clisp.org>
5917
5918         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
5919         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
5920
5921 2007-10-28  Bruno Haible  <bruno@clisp.org>
5922
5923         Fix link errors with Sun C 5.0 on Solaris 10.
5924         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
5925         function is declared but not present in the compiler's libm.
5926         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
5927         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
5928         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
5929         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
5930         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
5931         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
5932         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
5933         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
5934         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
5935         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
5936         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
5937         HAVE_DECL_FLOORL.
5938
5939 2007-10-28  Bruno Haible  <bruno@clisp.org>
5940
5941         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
5942         gl_FUNC_FLOORL. Cache the result.
5943         (gl_FUNC_FLOORL): Use it.
5944         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
5945         gl_FUNC_CEILL. Cache the result.
5946         (gl_FUNC_CEILL): Use it.
5947
5948         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
5949         gl_FUNC_FLOOR. Cache the result.
5950         (gl_FUNC_FLOOR): Use it.
5951         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
5952         gl_FUNC_CEIL. Cache the result.
5953         (gl_FUNC_CEIL): Use it.
5954
5955         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
5956         gl_FUNC_FLOORF. Cache the result.
5957         (gl_FUNC_FLOORF): Use it.
5958         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
5959         gl_FUNC_CEILF. Cache the result.
5960         (gl_FUNC_CEILF): Use it.
5961
5962 2007-10-28  Bruno Haible  <bruno@clisp.org>
5963
5964         * gnulib-tool: Allow specifying the LGPL version number through
5965         --lgpl=2 or --lgpl=3.
5966         (func_usage): Document --lgpl with argument.
5967         Handle --lgpl=... arguments.
5968         (func_import): Recognize also gl_LGPL calls with an argument. When
5969         --lgpl=2 is used and the module's license is just LGPL, report an
5970         error. Set sed_transform_lib_file according to the lgpl variable. In
5971         the generated files, use --lgpl or gl_LGPL invocations with argument,
5972         if necessary.
5973         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
5974         an LGPv2+ license.
5975         * doc/gnulib-tool.texi (Modified imports): Update explanation of
5976         gl_LGPL macro.
5977
5978 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5979             Bruno Haible  <bruno@clisp.org>
5980
5981         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
5982         (u16_uctomb_aux): Likewise.
5983         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
5984         !HAVE_INLINE.
5985         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
5986
5987 2007-10-28  Bruno Haible  <bruno@clisp.org>
5988
5989         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
5990         Invoke AM_GETTEXT_OPTION if it exists.
5991         * modules/vasprintf: Likewise.
5992         * modules/verror: Likewise.
5993         * modules/xprintf: Likewise.
5994         * modules/xvasprintf: Likewise.
5995
5996 2007-10-27  Ben Pfaff  <blp@gnu.org>
5997
5998         * lib/math.in.h: Define isfinite macro and prototypes for
5999         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
6000         implementations.
6001         * m4/math_h.m4: New substitutions for isfinite module.
6002         * lib/isfinite.c: New file.
6003         * m4/isfinite.m4: New file.
6004         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
6005         * modules/isfinite: New file.
6006         * modules/isfinite-tests: New file.
6007         * tests/tests-isfinite.c: New file.
6008         * doc/functions/isfinite.texi: Mention isfinite module.
6009         * MODULES.html.sh: Mention new module.
6010
6011 2007-10-27  Ben Pfaff  <blp@gnu.org>
6012
6013         Ralf Wildenhues reported that Tru64 4.0D declares the round
6014         functions but does not have definitions.
6015         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
6016         cannot be found in any library, set the output variable to
6017         "missing" instead of "".
6018         * m4/round.m4: Also use our substitute if we cannot find round in
6019         any library, even if it is declared.
6020         * m4/roundf.m4: Likewise for roundf.
6021         * m4/roundl.m4: Likewise for roundl.
6022         * lib/math.in.h: Undefine roundf, round, roundl before defining
6023         their replacements, to allow for hypothetical systems where these
6024         may be defined as macros but not available in libraries.
6025
6026 2007-10-27  Bruno Haible  <bruno@clisp.org>
6027
6028         * doc/gnulib.texi: Invoke @firstparagraphindent.
6029         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
6030         changes in gnulib.
6031         (Source changes): New section.
6032
6033 2007-10-26  Bruno Haible  <bruno@clisp.org>
6034
6035         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
6036         borrowed from autoconf.
6037
6038 2007-10-26  Bruno Haible  <bruno@clisp.org>
6039
6040         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
6041         strerror returned the empty string. Needed on HP-UX 11.00.
6042
6043 2007-10-24  Micah Cowan  <micah@cowan.name>
6044
6045         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
6046         * build-aux/bootstrap: Remove support for now-unnecessary option,
6047         --cvs-user, and envvars CVS_USER, CVS_RSH.
6048
6049 2007-10-24  Jim Meyering  <meyering@redhat.com>
6050
6051         Avoid diagnostics from sha1sum when there is no cached checksum.
6052         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
6053         if the po.s1 file hasn't been created yet.
6054
6055         * build-aux/bootstrap: Sync from coreutils:
6056         2007-10-24  Jim Meyering  <meyering@redhat.com>
6057         Get gnulib from the git repository, not from an obsolete cvs one.
6058         * build-aux/bootstrap: Suggestion from Micah Cowan.
6059         2007-10-04  Jim Meyering  <jim@meyering.net>
6060         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
6061         (update_po_files): Work also when there are no .po files in po/.
6062
6063 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6064
6065         * README: Append ".git" to git and cg examples.
6066         Problem reported by Benoit Sigoure.
6067
6068 2007-10-23  Micah Cowan  <micah@cowan.name>
6069
6070         * users.txt: Add wget.
6071
6072 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6073
6074         Fix linking of some unistdio tests on FreeBSD.
6075         * modules/unistdio/u16-vsnprintf-tests
6076         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
6077         * modules/unistdio/u16-vsprintf-tests
6078         (test_u16_vsnprintf1_LDADD): Likewise.
6079         * modules/unistdio/u32-vsnprintf-tests
6080         (test_u32_vsnprintf1_LDADD): Likewise.
6081         * modules/unistdio/u32-vsprintf-tests
6082         (test_u32_vsprintf1_LDADD): Likewise.
6083         * modules/unistdio/u8-vsnprintf-tests
6084         (test_u8_vsnprintf1_LDADD): Likewise.
6085         * modules/unistdio/u8-vsprintf-tests
6086         (test_u8_vsprintf1_LDADD): Likewise.
6087         * modules/unistdio/ulc-vsnprintf-tests
6088         (test_ulc_vsnprintf1_LDADD): Likewise.
6089         * modules/unistdio/ulc-vsprintf-tests
6090         (test_ulc_vsprintf1_LDADD): Likewise.
6091
6092         Fix linking of some uniconv tests on FreeBSD.
6093         * modules/uniconv/u16-conv-from-enc-tests
6094         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
6095         * modules/uniconv/u16-conv-to-enc-tests
6096         (test_u16_conv_to_enc_LDADD): Likewise.
6097         * modules/uniconv/u16-strconv-from-enc-tests
6098         (test_u16_strconv_from_enc_LDADD): Likewise.
6099         * modules/uniconv/u16-strconv-to-enc-tests
6100         (test_u16_strconv_to_enc_LDADD): Likewise.
6101         * modules/uniconv/u32-conv-from-enc-tests
6102         (test_u32_conv_from_enc_LDADD): Likewise.
6103         * modules/uniconv/u32-conv-to-enc-tests
6104         (test_u32_conv_to_enc_LDADD): Likewise.
6105         * modules/uniconv/u32-strconv-from-enc-tests
6106         (test_u32_strconv_from_enc_LDADD): Likewise.
6107         * modules/uniconv/u32-strconv-to-enc-tests
6108         (test_u32_strconv_to_enc_LDADD): Likewise.
6109         * modules/uniconv/u8-conv-from-enc-tests
6110         (test_u8_conv_from_enc_LDADD): Likewise.
6111         * modules/uniconv/u8-conv-to-enc-tests
6112         (test_u8_conv_to_enc_LDADD): Likewise.
6113         * modules/uniconv/u8-strconv-from-enc-tests
6114         (test_u8_strconv_from_enc_LDADD): Likewise.
6115         * modules/uniconv/u8-strconv-to-enc-tests
6116         (test_u8_strconv_to_enc_LDADD): Likewise.
6117
6118 2007-10-22  Bruno Haible  <bruno@clisp.org>
6119
6120         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
6121         size.
6122
6123 2007-10-22  Eric Blake  <ebb9@byu.net>
6124
6125         Tweak x*printf documentation.
6126         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
6127         variable name and comments.
6128         Suggested by Bruno Haible.
6129
6130 2007-10-22  Bruno Haible  <bruno@clisp.org>
6131
6132         * lib/acl.c (copy_acl): Fix file name in comment.
6133
6134 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
6135
6136         Fix Tru64 problem with stdbool.h.
6137         * lib/stdbool.in.h (false, true):
6138         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
6139         Don't declare as an enum in this situation; it runs afoul of Tru64.
6140         Problem reported by Steven M. Schweda in
6141         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
6142
6143 2007-10-22  Eric Blake  <ebb9@byu.net>
6144
6145         Also wrap vf?printf.
6146         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
6147         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
6148         (xvprintf, xvfprintf): New functions.
6149
6150 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6151
6152         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
6153         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
6154
6155         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
6156         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
6157
6158 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
6159
6160         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
6161         by Bruno Haible.
6162
6163 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6164
6165         * lib/getloadavg.c
6166         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
6167         Undef `sys' after including sys/table.h, for Tru64 4.0D.
6168
6169         * tests/test-i-ring.c: Work for C89.
6170
6171 2007-10-22  Bruno Haible  <bruno@clisp.org>
6172
6173         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
6174         -1u, in preprocessor expression, so that we don't test for the bug
6175         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
6176         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
6177
6178 2007-10-22  Eric Blake  <ebb9@byu.net>
6179
6180         * tests/test-yesno.sh: Silence stderr during test.
6181
6182 2007-10-22  Simon Josefsson  <simon@josefsson.org>
6183
6184         * modules/crypto/gc-camellia: New file.
6185
6186         * m4/gc-camellia.m4: New file.
6187
6188         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
6189
6190         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
6191
6192 2007-10-22  Simon Josefsson  <simon@josefsson.org>
6193
6194         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
6195         --help to stdout.  Reported by sms@antinode.org (Steven
6196         M. Schweda).
6197
6198 2007-10-22  Simon Josefsson  <simon@josefsson.org>
6199
6200         * users.txt: Fix link to libksba.
6201
6202 2007-10-21  Ben Pfaff  <blp@gnu.org>
6203
6204         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
6205         round.c roundf implementation that depends on floorf and ceilf to
6206         be tested unconditionally.
6207
6208 2007-10-21  Ben Pfaff  <blp@gnu.org>
6209
6210         * m4/check-libm-func.m4: Removed.
6211         * m4/check-math-lib.m4: New file.
6212         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
6213         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
6214         definition and lack of AC_LIBOBJ([roundf]).
6215         * m4/roundl.m4: Ditto, and similarly for roundl.
6216         * modules/round: Reference new m4 file.
6217         * modules/roundf: Ditto.
6218         * modules/roundl: Ditto.
6219         * tests/test-round2.c (main): Use ROUND instead of round.
6220         Bug report from Bruno Haible.
6221
6222 2007-10-21  Bruno Haible  <bruno@clisp.org>
6223
6224         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
6225         context.
6226
6227 2007-10-21  Bruno Haible  <bruno@clisp.org>
6228
6229         * tests/test-wcwidth.c (main): Allow negative result for some control
6230         characters.
6231
6232         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
6233         Needed on OSF/1 5.1.
6234
6235 2007-10-21  Bruno Haible  <bruno@clisp.org>
6236
6237         * tests/test-floorf1.c: Include isnanf.h.
6238         (main): Use isnanf() instead of isnan().
6239         * tests/test-ceilf1.c: Include isnanf.h.
6240         (main): Use isnanf() instead of isnan().
6241         * tests/test-truncf1.c: Include isnanf.h.
6242         (main): Use isnanf() instead of isnan().
6243         * tests/test-roundf1.c: Include isnanf.h.
6244         (main): Use isnanf() instead of isnan().
6245
6246 2007-10-21  Eric Blake  <ebb9@byu.net>
6247
6248         * users.txt: Update URL for m4.
6249
6250 2007-10-21  Bruno Haible  <bruno@clisp.org>
6251
6252         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
6253
6254 2007-10-21  Bruno Haible  <bruno@clisp.org>
6255
6256         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
6257         Git's management files if the CVS files are not present.
6258
6259 2007-10-20  Bruno Haible  <bruno@clisp.org>
6260
6261         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
6262         gcc-3.4.x.
6263
6264 2007-10-20  Ben Pfaff  <blp@gnu.org>
6265
6266         * lib/math.in.h: Declare round, roundf, roundl if we are providing
6267         implementations.
6268         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
6269         * lib/round.c: New file.
6270         * lib/roundf.c: New file.
6271         * lib/roundl.c: New file.
6272         * m4/round.m4: New file.
6273         * m4/roundf.m4: New file.
6274         * m4/roundl.m4: New file.
6275         * m4/check-libm-func-m4: New file.
6276         * modules/math: Replace round, roundf, roundl related @VARS@ in
6277         math.in.h.
6278         * modules/round: New file.
6279         * modules/round-tests: New file.
6280         * modules/roundf: New file.
6281         * modules/roundf-tests: New file.
6282         * modules/roundl: New file.
6283         * modules/roundl-tests: New file.
6284         * tests/test-round1.c: New file.
6285         * tests/test-round2.c: New file.
6286         * tests/test-roundf1.c: New file.
6287         * tests/test-roundf2.c: New file.
6288         * tests/test-roundl.c: New file.
6289         * doc/functions/round.texi: Mention round module.
6290         * doc/functions/roundf.texi: Mention roundf module.
6291         * doc/functions/roundl.texi: Mention roundl module.
6292         * MODULES.html.sh: Mention new modules.
6293         Thanks to Bruno Haible for suggestions.
6294
6295 2007-10-20  Jim Meyering  <meyering@redhat.com>
6296
6297         * lib/xprintf.c: Include <config.h> unconditionally.
6298
6299         Change xprintf's license to GPL.
6300         * modules/xprintf (License): s/LGPL/GPL/, since this module
6301         depends on modules (exit and exitfail) which are GPL.
6302         Suggestion from Bruno Haible.
6303
6304         xprintf fixes.
6305         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
6306         Use a clearer diagnostic.
6307         Patch from Bruno Haible.
6308
6309 2007-10-20  Bruno Haible  <bruno@clisp.org>
6310
6311         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
6312         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
6313         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6314
6315 2007-10-20  Bruno Haible  <bruno@clisp.org>
6316
6317         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
6318         precision in the comparison result > x - 1 or similar.
6319         * tests/test-ceilf2.c (correct_result_p): Likewise.
6320         * tests/test-truncf2.c (correct_result_p): Likewise.
6321         * tests/test-trunc2.c (correct_result_p): Likewise.
6322         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6323
6324 2007-10-20  Bruno Haible  <bruno@clisp.org>
6325
6326         * modules/ceil: New file.
6327         * m4/ceil.m4: New file.
6328         * doc/functions/ceil.texi: Mention the 'ceil' module.
6329
6330 2007-10-20  Bruno Haible  <bruno@clisp.org>
6331
6332         * modules/floor: New file.
6333         * m4/floor.m4: New file.
6334         * doc/functions/floor.texi: Mention the 'floor' module.
6335
6336 2007-10-20  Bruno Haible  <bruno@clisp.org>
6337
6338         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
6339         of %a.
6340         * modules/floorf-tests (Depends-on): Likewise.
6341         * modules/truncf-tests (Depends-on): Likewise.
6342         * modules/trunc-tests (Depends-on): Likewise.
6343         Reported by Ben Pfaff.
6344
6345 2007-10-19  Jim Meyering  <meyering@redhat.com>
6346
6347         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
6348         Don't bother testing specific errno values.  Just test ferror.
6349
6350         New module: xprintf
6351         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
6352
6353 2007-10-19  Bruno Haible  <bruno@clisp.org>
6354
6355         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
6356         syntax.
6357         * modules/javaexec (Makefile.am): Likewise.
6358         * modules/relocatable-prog (Makefile.am): Likewise.
6359         Suggested by Jim Meyering.
6360
6361 2007-10-18  Bruno Haible  <bruno@clisp.org>
6362
6363         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
6364         Reported by Jim Meyering.
6365
6366 2007-10-18  Eric Blake  <ebb9@byu.net>
6367
6368         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
6369
6370 2007-10-18  Bruno Haible  <bruno@clisp.org>
6371
6372         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
6373         the format string into writable memory. Needed in Fortify conditions.
6374
6375 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
6376             Bruno Haible  <bruno@clisp.org>
6377
6378         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
6379         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
6380         * modules/trim (Depends-on): Add mbchar.
6381         (configure.ac): Add gl_FUNC_MBRTOWC.
6382         (Makefile.am): Augment lib_SOURCES.
6383
6384 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6385
6386         Modify glob.c to use fstatat and dirfd, to simplify it.
6387         Suggested by Eric Blake.
6388         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
6389         Don't include <stdbool.h>; not used.
6390         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
6391         (link_exists_p): Simplify implementation, since we can now assume
6392         dirfd and fstatat.
6393         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
6394
6395 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6396
6397         * gnulib-tool (func_get_dependencies): Fix sed script to
6398         match only tests.
6399
6400 2007-10-17  Bruno Haible  <bruno@clisp.org>
6401
6402         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
6403         allow locale names without encoding suffix.
6404         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
6405         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6406
6407 2007-10-16  Bruno Haible  <bruno@clisp.org>
6408
6409         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
6410         * lib/getgroups.c (getgroups): Likewise.
6411         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
6412
6413 2007-10-16  Bruno Haible  <bruno@clisp.org>
6414
6415         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
6416         * modules/malloc-posix (License): Likewise.
6417         * modules/realloc-posix (License): Likewise.
6418         * modules/calloc-posix (License): Likewise.
6419         * modules/intprops (License): Change from GPL to LGPL, with
6420         Paul Eggert's approval.
6421
6422 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6423
6424         Merge glibc changes into lib/glob.c.
6425
6426         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
6427         2007-10-15 04:59:03 UTC.  Here are the changes:
6428
6429         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
6430
6431         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
6432
6433         * lib/glob.c: Add some branch prediction throughout.
6434
6435         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
6436
6437         [BZ #5103]
6438         * lib/glob.c (glob): Recognize patterns starting \/.
6439
6440         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
6441
6442         [BZ #3996]
6443         * lib/glob.c (attribute_hidden): Define if not defined.
6444         (glob): Unescape dirname, filename or username when needed and not
6445         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
6446         is NULL.  Handle unescaped [ in pattern without closing ].
6447         Don't pass GLOB_CHECK down to recursive glob for directories.
6448         (__glob_pattern_type): New function.
6449         (__glob_pattern_p): Implement using __glob_pattern_type.
6450         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
6451         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
6452         Remove unreachable code.
6453
6454         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
6455
6456         * lib/glob.c (glob_in_dir): Add some comments and asserts to
6457         explain why there are no leaks.
6458
6459         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
6460
6461         [BZ #3253]
6462         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
6463         time, rather allocate increasingly bigger arrays of pointers, if
6464         possible with alloca, if too large with malloc.
6465
6466 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6467
6468         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
6469         Problem reported by H.Merijn Brand in
6470         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
6471         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
6472         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6473
6474 2007-10-15  Bruno Haible  <bruno@clisp.org>
6475
6476         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
6477         with explicit rpl_ prefix.
6478         * lib/fopen.c (fopen): Likewise.
6479         * lib/freopen.c (freopen): Likewise.
6480         * lib/iconv.c (iconv): Likewise.
6481         * lib/iconv_close.c (iconv_close): Likewise.
6482
6483 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6484
6485         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
6486
6487 2007-10-15  Bruno Haible  <bruno@clisp.org>
6488
6489         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
6490         <stddef.h> instead of <stdlib.h> since we only need NULL.
6491         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6492
6493 2007-10-15  Bruno Haible  <bruno@clisp.org>
6494
6495         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
6496         Replace paragraph talking about LIBOBJS.
6497         Reported by Colin Watson <cjwatson@debian.org>.
6498
6499 2007-10-15  Bruno Haible  <bruno@clisp.org>
6500
6501         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
6502         <stdlib.h> before using NULL.
6503
6504 2007-10-15  Simon Josefsson  <simon@josefsson.org>
6505
6506         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
6507         Reported by Albert Chin <china@thewrittenword.com>.
6508
6509 2007-10-14  Bruno Haible  <bruno@clisp.org>
6510
6511         * modules/iconv_open-utf-tests: New file.
6512         * tests/test-iconv-utf.c: New file.
6513
6514         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
6515         * modules/iconv_open-utf: New file.
6516         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
6517         (iconv, iconv_close): New declarations.
6518         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
6519         be defined.
6520         (iconv_open): Add special handling of conversion between UTF-8 and
6521         UTF-{16,32}{BE,LE}.
6522         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
6523         * lib/iconv_close.c: New file.
6524         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
6525         gl_FUNC_ICONV_OPEN.
6526         (gl_FUNC_ICONV_OPEN): Use it.
6527         (gl_FUNC_ICONV_OPEN_UTF): New macro.
6528         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
6529         and REPLACE_ICONV_UTF.
6530         * modules/iconv_open (Depends-on): Add c-strcase.
6531         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
6532         ICONV_CONST.
6533         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
6534
6535 2007-10-13  Albert Chin  <china@thewrittenword.com>
6536             Bruno Haible  <bruno@clisp.org>
6537
6538         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
6539         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
6540
6541 2007-10-13  Bruno Haible  <bruno@clisp.org>
6542
6543         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
6544         defined, use the ISO C99 inline semantics.
6545         * lib/argp.h (ARGP_EI): Likewise.
6546
6547 2007-10-13  Bruno Haible  <bruno@clisp.org>
6548
6549         Handle 'inline' change in gcc 4.3.0.
6550         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
6551         argp_fmtstream_write, argp_fmtstream_set_lmargin,
6552         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
6553         argp_fmtstream_point): Disable 'extern' declaration if the function
6554         definition is going to be provided inline.
6555         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
6556         semantics, not the ISO C99 inline semantics.
6557         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
6558         'extern' declaration if the function definition is going to be provided
6559         inline.
6560         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
6561         the GNU C inline semantics, not the ISO C99 inline semantics. With
6562         GCC 4.2, avoid a warning.
6563
6564 2007-10-13  Bruno Haible  <bruno@clisp.org>
6565
6566         * lib/freading.h (freading): Enable the use of __freading for
6567         glibc >= 2.7.
6568         * lib/freading.c (freading): Likewise.
6569
6570 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6571
6572         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
6573         "warning: C99 inline functions are not supported; using GNU89".
6574
6575 2007-10-12  Bruno Haible  <bruno@clisp.org>
6576
6577         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
6578         of 2.
6579         * tests/test-ceilf2.c: New file.
6580         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
6581
6582         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
6583         * modules/ceilf-tests: Update.
6584
6585 2007-10-12  Bruno Haible  <bruno@clisp.org>
6586
6587         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
6588         of 2.
6589         * tests/test-floorf2.c: New file.
6590         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
6591
6592         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
6593         * modules/floorf-tests: Update.
6594
6595 2007-10-12  Bruno Haible  <bruno@clisp.org>
6596
6597         * tests/test-trunc2.c: New file.
6598         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
6599
6600         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
6601         * modules/trunc-tests: Update.
6602
6603 2007-10-12  Bruno Haible  <bruno@clisp.org>
6604
6605         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
6606         of 2.
6607         * tests/test-truncf2.c: New file.
6608         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
6609
6610         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
6611         * modules/truncf-tests: Update.
6612
6613 2007-10-11  Eric Blake  <ebb9@byu.net>
6614
6615         Don't claim strerror is broken on Interix.
6616         * doc/functions/strerror.texi (strerror): Known broken systems are
6617         now Solaris 8, and not Interix.
6618         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
6619         Interix on cross-compile.
6620         Reported by Martin Koeppe in
6621         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
6622
6623 2007-10-11  Bruno Haible  <bruno@clisp.org>
6624
6625         * modules/i-ring-tests: New file.
6626         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
6627         instead of assert.
6628
6629 2007-10-11  Bruno Haible  <bruno@clisp.org>
6630
6631         * modules/filenamecat-tests: New file.
6632         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
6633         * lib/filenamecat.c: Remove test code.
6634
6635 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6636
6637         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
6638
6639         * lib/strerror.c: Include <string.h> always, to test interface,
6640         and to remove the need for the dummy.
6641         Include intprops.h to compute width instead of doing it ourselves
6642         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
6643         (strerror): Define it to return NULL if there's no system strerror.
6644         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
6645         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
6646         ancient pre-strerror Unix systems well any more.  Saying "unknown
6647         system error" is enough.
6648         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
6649         simpler strerror.c implementation.
6650         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
6651         Simplify the tests to reflect the simpler strerror implementation.
6652         * modules/strerror (Depends-on): Add intprops.
6653
6654 2007-10-09  Eric Blake  <ebb9@byu.net>
6655
6656         Silence test-fpending.
6657         * modules/fpending-tests (Files): Add wrapper script.
6658         * tests/test-fpending.sh: New file.
6659
6660 2007-10-09  Bruno Haible  <bruno@clisp.org>
6661
6662         * MODULES.html.sh (func_module): Don't create a hyperlink for
6663         function names like 'printf_frexp'.
6664         (Misc): Add crc, memxor.
6665         (Characteristics of floating types): New section.
6666         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
6667         isnanf-nolibm, signbit, trunc, truncf, truncl.
6668         (Enhancements for ISO C 99 functions): New subsection Input/output.
6669         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
6670         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
6671         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
6672         (Compatibility checks for POSIX:2001 functions): Add clock-time.
6673         (Enhancements for POSIX:2001 functions): Add chdir-long.
6674         (File system functions): Add areadlink, chdir-safer, read-file.
6675         Remove cycle-check.
6676         (File system as inode set): New section.
6677         (Date and time): Add gethrxtime.
6678         (Multithreading): Add openmp.
6679         (Internationalization functions): Add localename.
6680         (Unicode string functions): Add unistr/u*-mbsnlen.
6681         (Support for maintaining and releasing projects): Add git-version-gen.
6682         (Lone files): Remove directories.
6683
6684 2007-10-08  Ben Pfaff  <blp@gnu.org>
6685
6686         * lib/xmalloca.h: Fix typo in comment.
6687
6688 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6689
6690         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
6691         when avoiding problems with integer overflow.  Use a portable test
6692         instead.
6693
6694 2007-10-08  Simon Josefsson  <simon@josefsson.org>
6695
6696         * modules/dummy (License): Change to LGPLv2+.
6697         * modules/float (License): Likewise
6698         * modules/realloc (License): Likewise
6699         * modules/stdlib (License): Likewise
6700
6701 2007-10-07  Bruno Haible  <bruno@clisp.org>
6702
6703         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
6704         * floor.c (TWO_MANT_DIG): Likewise.
6705         * ceil.c (TWO_MANT_DIG): Likewise.
6706         Reported by Ben Pfaff.
6707
6708 2007-10-07  Bruno Haible  <bruno@clisp.org>
6709
6710         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
6711         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
6712         * lib/frexp.c (FUNC): Likewise.
6713         * lib/printf-frexp.h (printf_frexp): Likewise.
6714         * lib/printf-frexpl.h (printf_frexpl): Likewise.
6715         * lib/printf-frexp.c (FUNC): Likewise.
6716         Suggested by Jim Meyering.
6717
6718 2007-10-07  Jim Meyering  <meyering@redhat.com>
6719
6720         Make xnanosleep's integer overflow test more robust.
6721         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
6722         so that gcc-4.3.0 doesn't optimize away this test for overflow.
6723
6724 2007-10-07  Bruno Haible  <bruno@clisp.org>
6725
6726         * NEWS: Mention the license change.
6727
6728         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
6729         abbreviations in the modules files.
6730
6731         Change copyright notice from GPLv2+ to GPLv3+.
6732         * README: Change copyright notice.
6733         * MODULES.html.sh: Likewise.
6734         * build-aux/bootstrap.conf: Likewise.
6735         * build-aux/config.libpath: Likewise.
6736         * build-aux/csharpcomp.sh.in: Likewise.
6737         * build-aux/csharpexec.sh.in: Likewise.
6738         * build-aux/install-reloc: Likewise.
6739         * build-aux/javacomp.sh.in: Likewise.
6740         * build-aux/javaexec.sh.in: Likewise.
6741         * build-aux/ldd.sh.in: Likewise.
6742         * build-aux/reloc-ldflags: Likewise.
6743         * build-aux/relocatable.sh.in: Likewise.
6744         * build-aux/x-to-1.in: Likewise.
6745         * check-module: Likewise.
6746         * config/srclistvars.sh: Likewise.
6747         * gnulib-tool: Likewise.
6748         * lib/acl-internal.h: Likewise.
6749         * lib/acl.c: Likewise.
6750         * lib/acl.h: Likewise.
6751         * lib/acl_entries.c: Likewise.
6752         * lib/areadlink-with-size.c: Likewise.
6753         * lib/areadlink.c: Likewise.
6754         * lib/areadlink.h: Likewise.
6755         * lib/argmatch.c: Likewise.
6756         * lib/argmatch.h: Likewise.
6757         * lib/argp-ba.c: Likewise.
6758         * lib/argp-eexst.c: Likewise.
6759         * lib/argp-fmtstream.c: Likewise.
6760         * lib/argp-fmtstream.h: Likewise.
6761         * lib/argp-fs-xinl.c: Likewise.
6762         * lib/argp-help.c: Likewise.
6763         * lib/argp-namefrob.h: Likewise.
6764         * lib/argp-parse.c: Likewise.
6765         * lib/argp-pin.c: Likewise.
6766         * lib/argp-pv.c: Likewise.
6767         * lib/argp-pvh.c: Likewise.
6768         * lib/argp-xinl.c: Likewise.
6769         * lib/argp.h: Likewise.
6770         * lib/at-func.c: Likewise.
6771         * lib/atanl.c: Likewise.
6772         * lib/backupfile.c: Likewise.
6773         * lib/backupfile.h: Likewise.
6774         * lib/basename.c: Likewise.
6775         * lib/binary-io.h: Likewise.
6776         * lib/byteswap.in.h: Likewise.
6777         * lib/c-stack.c: Likewise.
6778         * lib/c-stack.h: Likewise.
6779         * lib/c-strcasestr.c: Likewise.
6780         * lib/c-strcasestr.h: Likewise.
6781         * lib/c-strstr.c: Likewise.
6782         * lib/c-strstr.h: Likewise.
6783         * lib/c-strtod.c: Likewise.
6784         * lib/calloc.c: Likewise.
6785         * lib/canon-host.c: Likewise.
6786         * lib/canon-host.h: Likewise.
6787         * lib/canonicalize-lgpl.c: Likewise.
6788         * lib/canonicalize.c: Likewise.
6789         * lib/canonicalize.h: Likewise.
6790         * lib/ceil.c: Likewise.
6791         * lib/ceilf.c: Likewise.
6792         * lib/ceill.c: Likewise.
6793         * lib/chdir-long.c: Likewise.
6794         * lib/chdir-long.h: Likewise.
6795         * lib/chdir-safer.c: Likewise.
6796         * lib/chdir-safer.h: Likewise.
6797         * lib/chown.c: Likewise.
6798         * lib/classpath.c: Likewise.
6799         * lib/classpath.h: Likewise.
6800         * lib/clean-temp.c: Likewise.
6801         * lib/clean-temp.h: Likewise.
6802         * lib/cloexec.c: Likewise.
6803         * lib/close-stream.c: Likewise.
6804         * lib/closein.c: Likewise.
6805         * lib/closein.h: Likewise.
6806         * lib/closeout.c: Likewise.
6807         * lib/closeout.h: Likewise.
6808         * lib/concat-filename.c: Likewise.
6809         * lib/copy-file.c: Likewise.
6810         * lib/copy-file.h: Likewise.
6811         * lib/count-one-bits.h: Likewise.
6812         * lib/crc.c: Likewise.
6813         * lib/crc.h: Likewise.
6814         * lib/creat-safer.c: Likewise.
6815         * lib/csharpcomp.c: Likewise.
6816         * lib/csharpcomp.h: Likewise.
6817         * lib/csharpexec.c: Likewise.
6818         * lib/csharpexec.h: Likewise.
6819         * lib/cycle-check.c: Likewise.
6820         * lib/cycle-check.h: Likewise.
6821         * lib/diacrit.c: Likewise.
6822         * lib/diacrit.h: Likewise.
6823         * lib/diffseq.h: Likewise.
6824         * lib/dirchownmod.c: Likewise.
6825         * lib/dirent.in.h: Likewise.
6826         * lib/dirfd.c: Likewise.
6827         * lib/dirfd.h: Likewise.
6828         * lib/dirname.c: Likewise.
6829         * lib/dirname.h: Likewise.
6830         * lib/dummy.c: Likewise.
6831         * lib/dup-safer.c: Likewise.
6832         * lib/dup2.c: Likewise.
6833         * lib/eealloc.h: Likewise.
6834         * lib/error.c: Likewise.
6835         * lib/error.h: Likewise.
6836         * lib/euidaccess.c: Likewise.
6837         * lib/exclude.c: Likewise.
6838         * lib/exclude.h: Likewise.
6839         * lib/execute.c: Likewise.
6840         * lib/execute.h: Likewise.
6841         * lib/exitfail.c: Likewise.
6842         * lib/exitfail.h: Likewise.
6843         * lib/expl.c: Likewise.
6844         * lib/fatal-signal.c: Likewise.
6845         * lib/fatal-signal.h: Likewise.
6846         * lib/fbufmode.c: Likewise.
6847         * lib/fbufmode.h: Likewise.
6848         * lib/fchdir.c: Likewise.
6849         * lib/fchmodat.c: Likewise.
6850         * lib/fchownat.c: Likewise.
6851         * lib/fcntl--.h: Likewise.
6852         * lib/fcntl-safer.h: Likewise.
6853         * lib/fcntl.in.h: Likewise.
6854         * lib/fd-safer.c: Likewise.
6855         * lib/fflush.c: Likewise.
6856         * lib/file-has-acl.c: Likewise.
6857         * lib/file-set.c: Likewise.
6858         * lib/file-type.c: Likewise.
6859         * lib/file-type.h: Likewise.
6860         * lib/fileblocks.c: Likewise.
6861         * lib/filemode.c: Likewise.
6862         * lib/filemode.h: Likewise.
6863         * lib/filename.h: Likewise.
6864         * lib/filenamecat.c: Likewise.
6865         * lib/filenamecat.h: Likewise.
6866         * lib/findprog.c: Likewise.
6867         * lib/findprog.h: Likewise.
6868         * lib/float.in.h: Likewise.
6869         * lib/floor.c: Likewise.
6870         * lib/floorf.c: Likewise.
6871         * lib/floorl.c: Likewise.
6872         * lib/fopen-safer.c: Likewise.
6873         * lib/fopen.c: Likewise.
6874         * lib/fpending.c: Likewise.
6875         * lib/fpending.h: Likewise.
6876         * lib/fprintf.c: Likewise.
6877         * lib/fprintftime.h: Likewise.
6878         * lib/fpucw.h: Likewise.
6879         * lib/fpurge.c: Likewise.
6880         * lib/fpurge.h: Likewise.
6881         * lib/freadable.c: Likewise.
6882         * lib/freadable.h: Likewise.
6883         * lib/freadahead.c: Likewise.
6884         * lib/freadahead.h: Likewise.
6885         * lib/freading.c: Likewise.
6886         * lib/freading.h: Likewise.
6887         * lib/free.c: Likewise.
6888         * lib/freopen.c: Likewise.
6889         * lib/frexp.c: Likewise.
6890         * lib/frexpl.c: Likewise.
6891         * lib/fseek.c: Likewise.
6892         * lib/fseterr.c: Likewise.
6893         * lib/fseterr.h: Likewise.
6894         * lib/fstatat.c: Likewise.
6895         * lib/fstrcmp.c: Likewise.
6896         * lib/fstrcmp.h: Likewise.
6897         * lib/fsusage.c: Likewise.
6898         * lib/fsusage.h: Likewise.
6899         * lib/ftell.c: Likewise.
6900         * lib/ftello.c: Likewise.
6901         * lib/fts-cycle.c: Likewise.
6902         * lib/fts.c: Likewise.
6903         * lib/fts_.h: Likewise.
6904         * lib/full-read.c: Likewise.
6905         * lib/full-read.h: Likewise.
6906         * lib/full-write.c: Likewise.
6907         * lib/full-write.h: Likewise.
6908         * lib/fwritable.c: Likewise.
6909         * lib/fwritable.h: Likewise.
6910         * lib/fwriteerror.c: Likewise.
6911         * lib/fwriteerror.h: Likewise.
6912         * lib/fwriting.c: Likewise.
6913         * lib/fwriting.h: Likewise.
6914         * lib/gcd.c: Likewise.
6915         * lib/gcd.h: Likewise.
6916         * lib/getcwd.c: Likewise.
6917         * lib/getdate.h: Likewise.
6918         * lib/getdate.y: Likewise.
6919         * lib/getdomainname.c: Likewise.
6920         * lib/getdomainname.h: Likewise.
6921         * lib/getgroups.c: Likewise.
6922         * lib/gethostname.c: Likewise.
6923         * lib/gethrxtime.c: Likewise.
6924         * lib/gethrxtime.h: Likewise.
6925         * lib/getloadavg.c: Likewise.
6926         * lib/getndelim2.c: Likewise.
6927         * lib/getndelim2.h: Likewise.
6928         * lib/getnline.c: Likewise.
6929         * lib/getnline.h: Likewise.
6930         * lib/getopt.c: Likewise.
6931         * lib/getopt.in.h: Likewise.
6932         * lib/getopt1.c: Likewise.
6933         * lib/getopt_int.h: Likewise.
6934         * lib/getpagesize.h: Likewise.
6935         * lib/getsubopt.c: Likewise.
6936         * lib/gettime.c: Likewise.
6937         * lib/getugroups.c: Likewise.
6938         * lib/getugroups.h: Likewise.
6939         * lib/getusershell.c: Likewise.
6940         * lib/gl_anyavltree_list1.h: Likewise.
6941         * lib/gl_anyavltree_list2.h: Likewise.
6942         * lib/gl_anyhash_list1.h: Likewise.
6943         * lib/gl_anyhash_list2.h: Likewise.
6944         * lib/gl_anylinked_list1.h: Likewise.
6945         * lib/gl_anylinked_list2.h: Likewise.
6946         * lib/gl_anyrbtree_list1.h: Likewise.
6947         * lib/gl_anyrbtree_list2.h: Likewise.
6948         * lib/gl_anytree_list1.h: Likewise.
6949         * lib/gl_anytree_list2.h: Likewise.
6950         * lib/gl_anytree_oset.h: Likewise.
6951         * lib/gl_anytreehash_list1.h: Likewise.
6952         * lib/gl_anytreehash_list2.h: Likewise.
6953         * lib/gl_array_list.c: Likewise.
6954         * lib/gl_array_list.h: Likewise.
6955         * lib/gl_array_oset.c: Likewise.
6956         * lib/gl_array_oset.h: Likewise.
6957         * lib/gl_avltree_list.c: Likewise.
6958         * lib/gl_avltree_list.h: Likewise.
6959         * lib/gl_avltree_oset.c: Likewise.
6960         * lib/gl_avltree_oset.h: Likewise.
6961         * lib/gl_avltreehash_list.c: Likewise.
6962         * lib/gl_avltreehash_list.h: Likewise.
6963         * lib/gl_carray_list.c: Likewise.
6964         * lib/gl_carray_list.h: Likewise.
6965         * lib/gl_linked_list.c: Likewise.
6966         * lib/gl_linked_list.h: Likewise.
6967         * lib/gl_linkedhash_list.c: Likewise.
6968         * lib/gl_linkedhash_list.h: Likewise.
6969         * lib/gl_list.c: Likewise.
6970         * lib/gl_list.h: Likewise.
6971         * lib/gl_oset.c: Likewise.
6972         * lib/gl_oset.h: Likewise.
6973         * lib/gl_rbtree_list.c: Likewise.
6974         * lib/gl_rbtree_list.h: Likewise.
6975         * lib/gl_rbtree_oset.c: Likewise.
6976         * lib/gl_rbtree_oset.h: Likewise.
6977         * lib/gl_rbtreehash_list.c: Likewise.
6978         * lib/gl_rbtreehash_list.h: Likewise.
6979         * lib/gl_sublist.c: Likewise.
6980         * lib/gl_sublist.h: Likewise.
6981         * lib/group-member.c: Likewise.
6982         * lib/group-member.h: Likewise.
6983         * lib/hard-locale.c: Likewise.
6984         * lib/hard-locale.h: Likewise.
6985         * lib/hash-pjw.c: Likewise.
6986         * lib/hash-pjw.h: Likewise.
6987         * lib/hash-triple.c: Likewise.
6988         * lib/hash.c: Likewise.
6989         * lib/hash.h: Likewise.
6990         * lib/human.c: Likewise.
6991         * lib/human.h: Likewise.
6992         * lib/i-ring.c: Likewise.
6993         * lib/i-ring.h: Likewise.
6994         * lib/idcache.c: Likewise.
6995         * lib/imaxabs.c: Likewise.
6996         * lib/imaxdiv.c: Likewise.
6997         * lib/inet_pton.c: Likewise.
6998         * lib/inet_pton.h: Likewise.
6999         * lib/intprops.h: Likewise.
7000         * lib/inttostr.c: Likewise.
7001         * lib/inttostr.h: Likewise.
7002         * lib/inttypes.in.h: Likewise.
7003         * lib/isapipe.c: Likewise.
7004         * lib/isdir.c: Likewise.
7005         * lib/isnan.c: Likewise.
7006         * lib/isnan.h: Likewise.
7007         * lib/isnanf.c: Likewise.
7008         * lib/isnanf.h: Likewise.
7009         * lib/isnanl-nolibm.h: Likewise.
7010         * lib/isnanl.c: Likewise.
7011         * lib/isnanl.h: Likewise.
7012         * lib/javacomp.c: Likewise.
7013         * lib/javacomp.h: Likewise.
7014         * lib/javaexec.c: Likewise.
7015         * lib/javaexec.h: Likewise.
7016         * lib/javaversion.c: Likewise.
7017         * lib/javaversion.h: Likewise.
7018         * lib/javaversion.java: Likewise.
7019         * lib/lbrkprop.h: Likewise.
7020         * lib/lchmod.h: Likewise.
7021         * lib/lchown.c: Likewise.
7022         * lib/ldexpl.c: Likewise.
7023         * lib/linebreak.c: Likewise.
7024         * lib/linebreak.h: Likewise.
7025         * lib/linebuffer.c: Likewise.
7026         * lib/linebuffer.h: Likewise.
7027         * lib/locale.in.h: Likewise.
7028         * lib/logl.c: Likewise.
7029         * lib/long-options.c: Likewise.
7030         * lib/long-options.h: Likewise.
7031         * lib/lstat.c: Likewise.
7032         * lib/lstat.h: Likewise.
7033         * lib/math.in.h: Likewise.
7034         * lib/mbchar.c: Likewise.
7035         * lib/mbchar.h: Likewise.
7036         * lib/mbfile.h: Likewise.
7037         * lib/mbiter.h: Likewise.
7038         * lib/mbscasecmp.c: Likewise.
7039         * lib/mbscasestr.c: Likewise.
7040         * lib/mbschr.c: Likewise.
7041         * lib/mbscspn.c: Likewise.
7042         * lib/mbslen.c: Likewise.
7043         * lib/mbsncasecmp.c: Likewise.
7044         * lib/mbsnlen.c: Likewise.
7045         * lib/mbspbrk.c: Likewise.
7046         * lib/mbspcasecmp.c: Likewise.
7047         * lib/mbsrchr.c: Likewise.
7048         * lib/mbssep.c: Likewise.
7049         * lib/mbsspn.c: Likewise.
7050         * lib/mbsstr.c: Likewise.
7051         * lib/mbstok_r.c: Likewise.
7052         * lib/mbswidth.c: Likewise.
7053         * lib/mbswidth.h: Likewise.
7054         * lib/mbuiter.h: Likewise.
7055         * lib/memcasecmp.c: Likewise.
7056         * lib/memcasecmp.h: Likewise.
7057         * lib/memchr.c: Likewise.
7058         * lib/memcmp.c: Likewise.
7059         * lib/memcoll.c: Likewise.
7060         * lib/memcoll.h: Likewise.
7061         * lib/memcpy.c: Likewise.
7062         * lib/memrchr.c: Likewise.
7063         * lib/mkancesdirs.c: Likewise.
7064         * lib/mkdir-p.c: Likewise.
7065         * lib/mkdir-p.h: Likewise.
7066         * lib/mkdir.c: Likewise.
7067         * lib/mkdirat.c: Likewise.
7068         * lib/mkdtemp.c: Likewise.
7069         * lib/mkstemp-safer.c: Likewise.
7070         * lib/mkstemp.c: Likewise.
7071         * lib/modechange.c: Likewise.
7072         * lib/modechange.h: Likewise.
7073         * lib/mountlist.c: Likewise.
7074         * lib/mountlist.h: Likewise.
7075         * lib/mpsort.c: Likewise.
7076         * lib/nanosleep.c: Likewise.
7077         * lib/obstack.c: Likewise.
7078         * lib/obstack.h: Likewise.
7079         * lib/open-safer.c: Likewise.
7080         * lib/open.c: Likewise.
7081         * lib/openat-die.c: Likewise.
7082         * lib/openat-priv.h: Likewise.
7083         * lib/openat-proc.c: Likewise.
7084         * lib/openat.c: Likewise.
7085         * lib/openat.h: Likewise.
7086         * lib/pagealign_alloc.c: Likewise.
7087         * lib/pagealign_alloc.h: Likewise.
7088         * lib/physmem.c: Likewise.
7089         * lib/physmem.h: Likewise.
7090         * lib/pipe-safer.c: Likewise.
7091         * lib/pipe.c: Likewise.
7092         * lib/pipe.h: Likewise.
7093         * lib/posixtm.c: Likewise.
7094         * lib/posixtm.h: Likewise.
7095         * lib/posixver.c: Likewise.
7096         * lib/printf-frexp.c: Likewise.
7097         * lib/printf-frexp.h: Likewise.
7098         * lib/printf-frexpl.c: Likewise.
7099         * lib/printf-frexpl.h: Likewise.
7100         * lib/printf.c: Likewise.
7101         * lib/progname.c: Likewise.
7102         * lib/progname.h: Likewise.
7103         * lib/progreloc.c: Likewise.
7104         * lib/putenv.c: Likewise.
7105         * lib/quote.c: Likewise.
7106         * lib/quote.h: Likewise.
7107         * lib/quotearg.c: Likewise.
7108         * lib/quotearg.h: Likewise.
7109         * lib/raise.c: Likewise.
7110         * lib/readline.c: Likewise.
7111         * lib/readline.h: Likewise.
7112         * lib/readlink.c: Likewise.
7113         * lib/readtokens.c: Likewise.
7114         * lib/readtokens.h: Likewise.
7115         * lib/readtokens0.c: Likewise.
7116         * lib/readtokens0.h: Likewise.
7117         * lib/readutmp.c: Likewise.
7118         * lib/readutmp.h: Likewise.
7119         * lib/realloc.c: Likewise.
7120         * lib/relocwrapper.c: Likewise.
7121         * lib/rename-dest-slash.c: Likewise.
7122         * lib/rename.c: Likewise.
7123         * lib/rmdir.c: Likewise.
7124         * lib/rpmatch.c: Likewise.
7125         * lib/safe-read.c: Likewise.
7126         * lib/safe-read.h: Likewise.
7127         * lib/safe-write.c: Likewise.
7128         * lib/safe-write.h: Likewise.
7129         * lib/same-inode.h: Likewise.
7130         * lib/same.c: Likewise.
7131         * lib/same.h: Likewise.
7132         * lib/save-cwd.c: Likewise.
7133         * lib/save-cwd.h: Likewise.
7134         * lib/savedir.c: Likewise.
7135         * lib/savedir.h: Likewise.
7136         * lib/savewd.c: Likewise.
7137         * lib/savewd.h: Likewise.
7138         * lib/search.in.h: Likewise.
7139         * lib/setenv.c: Likewise.
7140         * lib/setenv.h: Likewise.
7141         * lib/settime.c: Likewise.
7142         * lib/sh-quote.c: Likewise.
7143         * lib/sh-quote.h: Likewise.
7144         * lib/sig2str.c: Likewise.
7145         * lib/sig2str.h: Likewise.
7146         * lib/signal.in.h: Likewise.
7147         * lib/signbitd.c: Likewise.
7148         * lib/signbitf.c: Likewise.
7149         * lib/signbitl.c: Likewise.
7150         * lib/sigprocmask.c: Likewise.
7151         * lib/sincosl.c: Likewise.
7152         * lib/sleep.c: Likewise.
7153         * lib/sprintf.c: Likewise.
7154         * lib/sqrtl.c: Likewise.
7155         * lib/stat-time.h: Likewise.
7156         * lib/stdio--.h: Likewise.
7157         * lib/stdio-safer.h: Likewise.
7158         * lib/stdlib--.h: Likewise.
7159         * lib/stdlib-safer.h: Likewise.
7160         * lib/stdlib.in.h: Likewise.
7161         * lib/stpcpy.c: Likewise.
7162         * lib/stpncpy.c: Likewise.
7163         * lib/strchrnul.c: Likewise.
7164         * lib/strcspn.c: Likewise.
7165         * lib/strerror.c: Likewise.
7166         * lib/strftime.c: Likewise.
7167         * lib/strftime.h: Likewise.
7168         * lib/striconveh.c: Likewise.
7169         * lib/striconveh.h: Likewise.
7170         * lib/striconveha.c: Likewise.
7171         * lib/striconveha.h: Likewise.
7172         * lib/stripslash.c: Likewise.
7173         * lib/strnlen1.c: Likewise.
7174         * lib/strnlen1.h: Likewise.
7175         * lib/strtod.c: Likewise.
7176         * lib/strtoimax.c: Likewise.
7177         * lib/strtok_r.c: Likewise.
7178         * lib/strtol.c: Likewise.
7179         * lib/strtoll.c: Likewise.
7180         * lib/strtoul.c: Likewise.
7181         * lib/strtoull.c: Likewise.
7182         * lib/sysexits.in.h: Likewise.
7183         * lib/tempname.c: Likewise.
7184         * lib/tempname.h: Likewise.
7185         * lib/timespec.h: Likewise.
7186         * lib/tls.c: Likewise.
7187         * lib/tls.h: Likewise.
7188         * lib/tmpdir.c: Likewise.
7189         * lib/tmpdir.h: Likewise.
7190         * lib/tmpfile-safer.c: Likewise.
7191         * lib/tmpfile.c: Likewise.
7192         * lib/trigl.c: Likewise.
7193         * lib/trigl.h: Likewise.
7194         * lib/trim.c: Likewise.
7195         * lib/trim.h: Likewise.
7196         * lib/trunc.c: Likewise.
7197         * lib/truncf.c: Likewise.
7198         * lib/truncl.c: Likewise.
7199         * lib/tsearch.c: Likewise.
7200         * lib/unicodeio.c: Likewise.
7201         * lib/unicodeio.h: Likewise.
7202         * lib/unistd--.h: Likewise.
7203         * lib/unistd-safer.h: Likewise.
7204         * lib/unistdio/ulc-fprintf.c: Likewise.
7205         * lib/unistdio/ulc-vfprintf.c: Likewise.
7206         * lib/unlinkdir.c: Likewise.
7207         * lib/unlinkdir.h: Likewise.
7208         * lib/unlocked-io.h: Likewise.
7209         * lib/unsetenv.c: Likewise.
7210         * lib/userspec.c: Likewise.
7211         * lib/utime.c: Likewise.
7212         * lib/utimecmp.c: Likewise.
7213         * lib/utimecmp.h: Likewise.
7214         * lib/utimens.c: Likewise.
7215         * lib/verify.h: Likewise.
7216         * lib/verror.c: Likewise.
7217         * lib/verror.h: Likewise.
7218         * lib/version-etc-fsf.c: Likewise.
7219         * lib/version-etc.c: Likewise.
7220         * lib/version-etc.h: Likewise.
7221         * lib/vfprintf.c: Likewise.
7222         * lib/vprintf.c: Likewise.
7223         * lib/vsprintf.c: Likewise.
7224         * lib/w32spawn.h: Likewise.
7225         * lib/wait-process.c: Likewise.
7226         * lib/wait-process.h: Likewise.
7227         * lib/wcwidth.c: Likewise.
7228         * lib/write-any-file.c: Likewise.
7229         * lib/xalloc-die.c: Likewise.
7230         * lib/xalloc.h: Likewise.
7231         * lib/xasprintf.c: Likewise.
7232         * lib/xgetcwd.c: Likewise.
7233         * lib/xgetcwd.h: Likewise.
7234         * lib/xgetdomainname.c: Likewise.
7235         * lib/xgetdomainname.h: Likewise.
7236         * lib/xgethostname.c: Likewise.
7237         * lib/xmalloc.c: Likewise.
7238         * lib/xmalloca.c: Likewise.
7239         * lib/xmalloca.h: Likewise.
7240         * lib/xmemcoll.c: Likewise.
7241         * lib/xnanosleep.c: Likewise.
7242         * lib/xreadlink.c: Likewise.
7243         * lib/xreadlink.h: Likewise.
7244         * lib/xsetenv.c: Likewise.
7245         * lib/xsetenv.h: Likewise.
7246         * lib/xstriconv.c: Likewise.
7247         * lib/xstriconv.h: Likewise.
7248         * lib/xstrndup.c: Likewise.
7249         * lib/xstrndup.h: Likewise.
7250         * lib/xstrtod.c: Likewise.
7251         * lib/xstrtod.h: Likewise.
7252         * lib/xstrtol-error.c: Likewise.
7253         * lib/xstrtol.c: Likewise.
7254         * lib/xstrtol.h: Likewise.
7255         * lib/xtime.h: Likewise.
7256         * lib/xvasprintf.c: Likewise.
7257         * lib/xvasprintf.h: Likewise.
7258         * lib/yesno.c: Likewise.
7259         * lib/yesno.h: Likewise.
7260         * posix-modules: Likewise.
7261         * tests/test-alloca-opt.c: Likewise.
7262         * tests/test-arcfour.c: Likewise.
7263         * tests/test-arctwo.c: Likewise.
7264         * tests/test-argmatch.c: Likewise.
7265         * tests/test-argp-2.sh: Likewise.
7266         * tests/test-argp.c: Likewise.
7267         * tests/test-arpa_inet.c: Likewise.
7268         * tests/test-array_list.c: Likewise.
7269         * tests/test-array_oset.c: Likewise.
7270         * tests/test-atexit.c: Likewise.
7271         * tests/test-avltree_list.c: Likewise.
7272         * tests/test-avltree_oset.c: Likewise.
7273         * tests/test-avltreehash_list.c: Likewise.
7274         * tests/test-base64.c: Likewise.
7275         * tests/test-binary-io.c: Likewise.
7276         * tests/test-byteswap.c: Likewise.
7277         * tests/test-c-ctype.c: Likewise.
7278         * tests/test-c-strcasecmp.c: Likewise.
7279         * tests/test-c-strcasestr.c: Likewise.
7280         * tests/test-c-strncasecmp.c: Likewise.
7281         * tests/test-c-strstr.c: Likewise.
7282         * tests/test-canonicalize-lgpl.c: Likewise.
7283         * tests/test-canonicalize.c: Likewise.
7284         * tests/test-carray_list.c: Likewise.
7285         * tests/test-ceilf.c: Likewise.
7286         * tests/test-ceill.c: Likewise.
7287         * tests/test-count-one-bits.c: Likewise.
7288         * tests/test-crc.c: Likewise.
7289         * tests/test-dirname.c: Likewise.
7290         * tests/test-fbufmode.c: Likewise.
7291         * tests/test-fcntl.c: Likewise.
7292         * tests/test-fflush.c: Likewise.
7293         * tests/test-floorf.c: Likewise.
7294         * tests/test-floorl.c: Likewise.
7295         * tests/test-fopen.c: Likewise.
7296         * tests/test-fprintf-posix.c: Likewise.
7297         * tests/test-fprintf-posix.h: Likewise.
7298         * tests/test-fpurge.c: Likewise.
7299         * tests/test-freadable.c: Likewise.
7300         * tests/test-freadahead.c: Likewise.
7301         * tests/test-freading.c: Likewise.
7302         * tests/test-freopen.c: Likewise.
7303         * tests/test-frexp.c: Likewise.
7304         * tests/test-frexpl.c: Likewise.
7305         * tests/test-fseek.c: Likewise.
7306         * tests/test-fseeko.c: Likewise.
7307         * tests/test-fseterr.c: Likewise.
7308         * tests/test-fstrcmp.c: Likewise.
7309         * tests/test-ftell.c: Likewise.
7310         * tests/test-ftello.c: Likewise.
7311         * tests/test-fwritable.c: Likewise.
7312         * tests/test-fwriting.c: Likewise.
7313         * tests/test-getaddrinfo.c: Likewise.
7314         * tests/test-getpass.c: Likewise.
7315         * tests/test-gettimeofday.c: Likewise.
7316         * tests/test-hmac-md5.c: Likewise.
7317         * tests/test-hmac-sha1.c: Likewise.
7318         * tests/test-iconv.c: Likewise.
7319         * tests/test-iconvme.c: Likewise.
7320         * tests/test-inttypes.c: Likewise.
7321         * tests/test-isnan.c: Likewise.
7322         * tests/test-isnanf.c: Likewise.
7323         * tests/test-isnanl-nolibm.c: Likewise.
7324         * tests/test-isnanl.c: Likewise.
7325         * tests/test-isnanl.h: Likewise.
7326         * tests/test-ldexpl.c: Likewise.
7327         * tests/test-linked_list.c: Likewise.
7328         * tests/test-linkedhash_list.c: Likewise.
7329         * tests/test-locale.c: Likewise.
7330         * tests/test-localename.c: Likewise.
7331         * tests/test-lock.c: Likewise.
7332         * tests/test-lseek.c: Likewise.
7333         * tests/test-malloca.c: Likewise.
7334         * tests/test-math.c: Likewise.
7335         * tests/test-mbscasecmp.c: Likewise.
7336         * tests/test-mbscasestr1.c: Likewise.
7337         * tests/test-mbscasestr2.c: Likewise.
7338         * tests/test-mbscasestr3.c: Likewise.
7339         * tests/test-mbscasestr4.c: Likewise.
7340         * tests/test-mbschr.c: Likewise.
7341         * tests/test-mbscspn.c: Likewise.
7342         * tests/test-mbsncasecmp.c: Likewise.
7343         * tests/test-mbspbrk.c: Likewise.
7344         * tests/test-mbspcasecmp.c: Likewise.
7345         * tests/test-mbsrchr.c: Likewise.
7346         * tests/test-mbsspn.c: Likewise.
7347         * tests/test-mbsstr1.c: Likewise.
7348         * tests/test-mbsstr2.c: Likewise.
7349         * tests/test-mbsstr3.c: Likewise.
7350         * tests/test-md5.c: Likewise.
7351         * tests/test-memmem.c: Likewise.
7352         * tests/test-netinet_in.c: Likewise.
7353         * tests/test-open.c: Likewise.
7354         * tests/test-printf-frexp.c: Likewise.
7355         * tests/test-printf-frexpl.c: Likewise.
7356         * tests/test-printf-posix.c: Likewise.
7357         * tests/test-printf-posix.h: Likewise.
7358         * tests/test-rbtree_list.c: Likewise.
7359         * tests/test-rbtree_oset.c: Likewise.
7360         * tests/test-rbtreehash_list.c: Likewise.
7361         * tests/test-read-file.c: Likewise.
7362         * tests/test-rijndael.c: Likewise.
7363         * tests/test-search.c: Likewise.
7364         * tests/test-signbit.c: Likewise.
7365         * tests/test-sleep.c: Likewise.
7366         * tests/test-snprintf-posix.c: Likewise.
7367         * tests/test-snprintf-posix.h: Likewise.
7368         * tests/test-snprintf.c: Likewise.
7369         * tests/test-sprintf-posix.c: Likewise.
7370         * tests/test-sprintf-posix.h: Likewise.
7371         * tests/test-stat-time.c: Likewise.
7372         * tests/test-stdbool.c: Likewise.
7373         * tests/test-stdint.c: Likewise.
7374         * tests/test-stdio.c: Likewise.
7375         * tests/test-stdlib.c: Likewise.
7376         * tests/test-stpncpy.c: Likewise.
7377         * tests/test-strcasestr.c: Likewise.
7378         * tests/test-striconv.c: Likewise.
7379         * tests/test-striconveh.c: Likewise.
7380         * tests/test-striconveha.c: Likewise.
7381         * tests/test-string.c: Likewise.
7382         * tests/test-sys_select.c: Likewise.
7383         * tests/test-sys_socket.c: Likewise.
7384         * tests/test-sys_stat.c: Likewise.
7385         * tests/test-sys_time.c: Likewise.
7386         * tests/test-sysexits.c: Likewise.
7387         * tests/test-time.c: Likewise.
7388         * tests/test-tls.c: Likewise.
7389         * tests/test-trunc.c: Likewise.
7390         * tests/test-truncf.c: Likewise.
7391         * tests/test-truncl.c: Likewise.
7392         * tests/test-unistd.c: Likewise.
7393         * tests/test-vasnprintf-posix.c: Likewise.
7394         * tests/test-vasnprintf-posix2.c: Likewise.
7395         * tests/test-vasnprintf.c: Likewise.
7396         * tests/test-vasprintf-posix.c: Likewise.
7397         * tests/test-vasprintf.c: Likewise.
7398         * tests/test-verify.c: Likewise.
7399         * tests/test-vfprintf-posix.c: Likewise.
7400         * tests/test-vprintf-posix.c: Likewise.
7401         * tests/test-vsnprintf-posix.c: Likewise.
7402         * tests/test-vsnprintf.c: Likewise.
7403         * tests/test-vsprintf-posix.c: Likewise.
7404         * tests/test-wchar.c: Likewise.
7405         * tests/test-wctype.c: Likewise.
7406         * tests/test-wcwidth.c: Likewise.
7407         * tests/test-xstrtol.c: Likewise.
7408         * tests/test-xvasprintf.c: Likewise.
7409         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
7410         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
7411         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
7412         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
7413         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
7414         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
7415         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
7416         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
7417         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
7418         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
7419         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
7420         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
7421         * tests/uniname/test-uninames.c: Likewise.
7422         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
7423         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
7424         * tests/unistdio/test-u16-printf1.h: Likewise.
7425         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
7426         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
7427         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
7428         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
7429         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
7430         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
7431         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
7432         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
7433         * tests/unistdio/test-u32-printf1.h: Likewise.
7434         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
7435         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
7436         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
7437         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
7438         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
7439         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
7440         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
7441         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
7442         * tests/unistdio/test-u8-printf1.h: Likewise.
7443         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
7444         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
7445         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
7446         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
7447         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
7448         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
7449         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
7450         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
7451         * tests/unistdio/test-ulc-printf1.h: Likewise.
7452         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
7453         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
7454         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
7455         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
7456         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
7457         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
7458         * tests/uniwidth/test-u16-strwidth.c: Likewise.
7459         * tests/uniwidth/test-u16-width.c: Likewise.
7460         * tests/uniwidth/test-u32-strwidth.c: Likewise.
7461         * tests/uniwidth/test-u32-width.c: Likewise.
7462         * tests/uniwidth/test-u8-strwidth.c: Likewise.
7463         * tests/uniwidth/test-u8-width.c: Likewise.
7464         * tests/uniwidth/test-uc_width.c: Likewise.
7465         * config/srclist-update: Likewise.
7466         (fixlicense): Update to GPLv3+.
7467
7468         Change copyright notice from LGPLv2.1+ to LGPLv3+.
7469         * tests/test-tsearch.c: Change copyright notice.
7470
7471         Change copyright notice from LGPLv2.0+ to LGPLv3+.
7472         * lib/c-strcaseeq.h: Change copyright notice.
7473         * lib/streq.h: Likewise.
7474         * lib/uniconv.h: Likewise.
7475         * lib/uniconv/u-conv-from-enc.h: Likewise.
7476         * lib/uniconv/u-conv-to-enc.h: Likewise.
7477         * lib/uniconv/u-strconv-from-enc.h: Likewise.
7478         * lib/uniconv/u-strconv-to-enc.h: Likewise.
7479         * lib/uniconv/u16-conv-from-enc.c: Likewise.
7480         * lib/uniconv/u16-conv-to-enc.c: Likewise.
7481         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
7482         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
7483         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
7484         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
7485         * lib/uniconv/u32-conv-from-enc.c: Likewise.
7486         * lib/uniconv/u32-conv-to-enc.c: Likewise.
7487         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
7488         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
7489         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
7490         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
7491         * lib/uniconv/u8-conv-from-enc.c: Likewise.
7492         * lib/uniconv/u8-conv-to-enc.c: Likewise.
7493         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
7494         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
7495         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
7496         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
7497         * lib/uniname.h: Likewise.
7498         * lib/uniname/uniname.c: Likewise.
7499         * lib/unistdio.h: Likewise.
7500         * lib/unistdio/u-asnprintf.h: Likewise.
7501         * lib/unistdio/u-asprintf.h: Likewise.
7502         * lib/unistdio/u-printf-args.c: Likewise.
7503         * lib/unistdio/u-printf-args.h: Likewise.
7504         * lib/unistdio/u-printf-parse.h: Likewise.
7505         * lib/unistdio/u-snprintf.h: Likewise.
7506         * lib/unistdio/u-sprintf.h: Likewise.
7507         * lib/unistdio/u-vasprintf.h: Likewise.
7508         * lib/unistdio/u-vsnprintf.h: Likewise.
7509         * lib/unistdio/u-vsprintf.h: Likewise.
7510         * lib/unistdio/u16-asnprintf.c: Likewise.
7511         * lib/unistdio/u16-asprintf.c: Likewise.
7512         * lib/unistdio/u16-printf-parse.c: Likewise.
7513         * lib/unistdio/u16-snprintf.c: Likewise.
7514         * lib/unistdio/u16-sprintf.c: Likewise.
7515         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
7516         * lib/unistdio/u16-u16-asprintf.c: Likewise.
7517         * lib/unistdio/u16-u16-snprintf.c: Likewise.
7518         * lib/unistdio/u16-u16-sprintf.c: Likewise.
7519         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
7520         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
7521         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
7522         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
7523         * lib/unistdio/u16-vasnprintf.c: Likewise.
7524         * lib/unistdio/u16-vasprintf.c: Likewise.
7525         * lib/unistdio/u16-vsnprintf.c: Likewise.
7526         * lib/unistdio/u16-vsprintf.c: Likewise.
7527         * lib/unistdio/u32-asnprintf.c: Likewise.
7528         * lib/unistdio/u32-asprintf.c: Likewise.
7529         * lib/unistdio/u32-printf-parse.c: Likewise.
7530         * lib/unistdio/u32-snprintf.c: Likewise.
7531         * lib/unistdio/u32-sprintf.c: Likewise.
7532         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
7533         * lib/unistdio/u32-u32-asprintf.c: Likewise.
7534         * lib/unistdio/u32-u32-snprintf.c: Likewise.
7535         * lib/unistdio/u32-u32-sprintf.c: Likewise.
7536         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
7537         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
7538         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
7539         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
7540         * lib/unistdio/u32-vasnprintf.c: Likewise.
7541         * lib/unistdio/u32-vasprintf.c: Likewise.
7542         * lib/unistdio/u32-vsnprintf.c: Likewise.
7543         * lib/unistdio/u32-vsprintf.c: Likewise.
7544         * lib/unistdio/u8-asnprintf.c: Likewise.
7545         * lib/unistdio/u8-asprintf.c: Likewise.
7546         * lib/unistdio/u8-printf-parse.c: Likewise.
7547         * lib/unistdio/u8-snprintf.c: Likewise.
7548         * lib/unistdio/u8-sprintf.c: Likewise.
7549         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
7550         * lib/unistdio/u8-u8-asprintf.c: Likewise.
7551         * lib/unistdio/u8-u8-snprintf.c: Likewise.
7552         * lib/unistdio/u8-u8-sprintf.c: Likewise.
7553         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
7554         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
7555         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
7556         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
7557         * lib/unistdio/u8-vasnprintf.c: Likewise.
7558         * lib/unistdio/u8-vasprintf.c: Likewise.
7559         * lib/unistdio/u8-vsnprintf.c: Likewise.
7560         * lib/unistdio/u8-vsprintf.c: Likewise.
7561         * lib/unistdio/ulc-asnprintf.c: Likewise.
7562         * lib/unistdio/ulc-asprintf.c: Likewise.
7563         * lib/unistdio/ulc-printf-parse.c: Likewise.
7564         * lib/unistdio/ulc-snprintf.c: Likewise.
7565         * lib/unistdio/ulc-sprintf.c: Likewise.
7566         * lib/unistdio/ulc-vasnprintf.c: Likewise.
7567         * lib/unistdio/ulc-vasprintf.c: Likewise.
7568         * lib/unistdio/ulc-vsnprintf.c: Likewise.
7569         * lib/unistdio/ulc-vsprintf.c: Likewise.
7570         * lib/unistr.h: Likewise.
7571         * lib/unistr/u-cpy-alloc.h: Likewise.
7572         * lib/unistr/u-cpy.h: Likewise.
7573         * lib/unistr/u-endswith.h: Likewise.
7574         * lib/unistr/u-move.h: Likewise.
7575         * lib/unistr/u-set.h: Likewise.
7576         * lib/unistr/u-startswith.h: Likewise.
7577         * lib/unistr/u-stpcpy.h: Likewise.
7578         * lib/unistr/u-stpncpy.h: Likewise.
7579         * lib/unistr/u-strcat.h: Likewise.
7580         * lib/unistr/u-strcpy.h: Likewise.
7581         * lib/unistr/u-strcspn.h: Likewise.
7582         * lib/unistr/u-strdup.h: Likewise.
7583         * lib/unistr/u-strlen.h: Likewise.
7584         * lib/unistr/u-strncat.h: Likewise.
7585         * lib/unistr/u-strncpy.h: Likewise.
7586         * lib/unistr/u-strnlen.h: Likewise.
7587         * lib/unistr/u-strpbrk.h: Likewise.
7588         * lib/unistr/u-strspn.h: Likewise.
7589         * lib/unistr/u-strstr.h: Likewise.
7590         * lib/unistr/u-strtok.h: Likewise.
7591         * lib/unistr/u16-check.c: Likewise.
7592         * lib/unistr/u16-chr.c: Likewise.
7593         * lib/unistr/u16-cmp.c: Likewise.
7594         * lib/unistr/u16-cpy-alloc.c: Likewise.
7595         * lib/unistr/u16-cpy.c: Likewise.
7596         * lib/unistr/u16-endswith.c: Likewise.
7597         * lib/unistr/u16-mblen.c: Likewise.
7598         * lib/unistr/u16-mbsnlen.c: Likewise.
7599         * lib/unistr/u16-mbtouc-aux.c: Likewise.
7600         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
7601         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
7602         * lib/unistr/u16-mbtouc.c: Likewise.
7603         * lib/unistr/u16-mbtoucr.c: Likewise.
7604         * lib/unistr/u16-move.c: Likewise.
7605         * lib/unistr/u16-next.c: Likewise.
7606         * lib/unistr/u16-prev.c: Likewise.
7607         * lib/unistr/u16-set.c: Likewise.
7608         * lib/unistr/u16-startswith.c: Likewise.
7609         * lib/unistr/u16-stpcpy.c: Likewise.
7610         * lib/unistr/u16-stpncpy.c: Likewise.
7611         * lib/unistr/u16-strcat.c: Likewise.
7612         * lib/unistr/u16-strchr.c: Likewise.
7613         * lib/unistr/u16-strcmp.c: Likewise.
7614         * lib/unistr/u16-strcpy.c: Likewise.
7615         * lib/unistr/u16-strcspn.c: Likewise.
7616         * lib/unistr/u16-strdup.c: Likewise.
7617         * lib/unistr/u16-strlen.c: Likewise.
7618         * lib/unistr/u16-strmblen.c: Likewise.
7619         * lib/unistr/u16-strmbtouc.c: Likewise.
7620         * lib/unistr/u16-strncat.c: Likewise.
7621         * lib/unistr/u16-strncmp.c: Likewise.
7622         * lib/unistr/u16-strncpy.c: Likewise.
7623         * lib/unistr/u16-strnlen.c: Likewise.
7624         * lib/unistr/u16-strpbrk.c: Likewise.
7625         * lib/unistr/u16-strrchr.c: Likewise.
7626         * lib/unistr/u16-strspn.c: Likewise.
7627         * lib/unistr/u16-strstr.c: Likewise.
7628         * lib/unistr/u16-strtok.c: Likewise.
7629         * lib/unistr/u16-to-u32.c: Likewise.
7630         * lib/unistr/u16-to-u8.c: Likewise.
7631         * lib/unistr/u16-uctomb-aux.c: Likewise.
7632         * lib/unistr/u16-uctomb.c: Likewise.
7633         * lib/unistr/u32-check.c: Likewise.
7634         * lib/unistr/u32-chr.c: Likewise.
7635         * lib/unistr/u32-cmp.c: Likewise.
7636         * lib/unistr/u32-cpy-alloc.c: Likewise.
7637         * lib/unistr/u32-cpy.c: Likewise.
7638         * lib/unistr/u32-endswith.c: Likewise.
7639         * lib/unistr/u32-mblen.c: Likewise.
7640         * lib/unistr/u32-mbsnlen.c: Likewise.
7641         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
7642         * lib/unistr/u32-mbtouc.c: Likewise.
7643         * lib/unistr/u32-mbtoucr.c: Likewise.
7644         * lib/unistr/u32-move.c: Likewise.
7645         * lib/unistr/u32-next.c: Likewise.
7646         * lib/unistr/u32-prev.c: Likewise.
7647         * lib/unistr/u32-set.c: Likewise.
7648         * lib/unistr/u32-startswith.c: Likewise.
7649         * lib/unistr/u32-stpcpy.c: Likewise.
7650         * lib/unistr/u32-stpncpy.c: Likewise.
7651         * lib/unistr/u32-strcat.c: Likewise.
7652         * lib/unistr/u32-strchr.c: Likewise.
7653         * lib/unistr/u32-strcmp.c: Likewise.
7654         * lib/unistr/u32-strcpy.c: Likewise.
7655         * lib/unistr/u32-strcspn.c: Likewise.
7656         * lib/unistr/u32-strdup.c: Likewise.
7657         * lib/unistr/u32-strlen.c: Likewise.
7658         * lib/unistr/u32-strmblen.c: Likewise.
7659         * lib/unistr/u32-strmbtouc.c: Likewise.
7660         * lib/unistr/u32-strncat.c: Likewise.
7661         * lib/unistr/u32-strncmp.c: Likewise.
7662         * lib/unistr/u32-strncpy.c: Likewise.
7663         * lib/unistr/u32-strnlen.c: Likewise.
7664         * lib/unistr/u32-strpbrk.c: Likewise.
7665         * lib/unistr/u32-strrchr.c: Likewise.
7666         * lib/unistr/u32-strspn.c: Likewise.
7667         * lib/unistr/u32-strstr.c: Likewise.
7668         * lib/unistr/u32-strtok.c: Likewise.
7669         * lib/unistr/u32-to-u16.c: Likewise.
7670         * lib/unistr/u32-to-u8.c: Likewise.
7671         * lib/unistr/u32-uctomb.c: Likewise.
7672         * lib/unistr/u8-check.c: Likewise.
7673         * lib/unistr/u8-chr.c: Likewise.
7674         * lib/unistr/u8-cmp.c: Likewise.
7675         * lib/unistr/u8-cpy-alloc.c: Likewise.
7676         * lib/unistr/u8-cpy.c: Likewise.
7677         * lib/unistr/u8-endswith.c: Likewise.
7678         * lib/unistr/u8-mblen.c: Likewise.
7679         * lib/unistr/u8-mbsnlen.c: Likewise.
7680         * lib/unistr/u8-mbtouc-aux.c: Likewise.
7681         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
7682         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
7683         * lib/unistr/u8-mbtouc.c: Likewise.
7684         * lib/unistr/u8-mbtoucr.c: Likewise.
7685         * lib/unistr/u8-move.c: Likewise.
7686         * lib/unistr/u8-next.c: Likewise.
7687         * lib/unistr/u8-prev.c: Likewise.
7688         * lib/unistr/u8-set.c: Likewise.
7689         * lib/unistr/u8-startswith.c: Likewise.
7690         * lib/unistr/u8-stpcpy.c: Likewise.
7691         * lib/unistr/u8-stpncpy.c: Likewise.
7692         * lib/unistr/u8-strcat.c: Likewise.
7693         * lib/unistr/u8-strchr.c: Likewise.
7694         * lib/unistr/u8-strcmp.c: Likewise.
7695         * lib/unistr/u8-strcpy.c: Likewise.
7696         * lib/unistr/u8-strcspn.c: Likewise.
7697         * lib/unistr/u8-strdup.c: Likewise.
7698         * lib/unistr/u8-strlen.c: Likewise.
7699         * lib/unistr/u8-strmblen.c: Likewise.
7700         * lib/unistr/u8-strmbtouc.c: Likewise.
7701         * lib/unistr/u8-strncat.c: Likewise.
7702         * lib/unistr/u8-strncmp.c: Likewise.
7703         * lib/unistr/u8-strncpy.c: Likewise.
7704         * lib/unistr/u8-strnlen.c: Likewise.
7705         * lib/unistr/u8-strpbrk.c: Likewise.
7706         * lib/unistr/u8-strrchr.c: Likewise.
7707         * lib/unistr/u8-strspn.c: Likewise.
7708         * lib/unistr/u8-strstr.c: Likewise.
7709         * lib/unistr/u8-strtok.c: Likewise.
7710         * lib/unistr/u8-to-u16.c: Likewise.
7711         * lib/unistr/u8-to-u32.c: Likewise.
7712         * lib/unistr/u8-uctomb-aux.c: Likewise.
7713         * lib/unistr/u8-uctomb.c: Likewise.
7714         * lib/unitypes.h: Likewise.
7715         * lib/uniwidth.h: Likewise.
7716         * lib/uniwidth/cjk.h: Likewise.
7717         * lib/uniwidth/u16-strwidth.c: Likewise.
7718         * lib/uniwidth/u16-width.c: Likewise.
7719         * lib/uniwidth/u32-strwidth.c: Likewise.
7720         * lib/uniwidth/u32-width.c: Likewise.
7721         * lib/uniwidth/u8-strwidth.c: Likewise.
7722         * lib/uniwidth/u8-width.c: Likewise.
7723         * lib/uniwidth/width.c: Likewise.
7724
7725 2007-10-07  Bruno Haible  <bruno@clisp.org>
7726
7727         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
7728         The file is still under LGPL (see modules/inttypes).
7729
7730 2007-10-06  Bruno Haible  <bruno@clisp.org>
7731
7732         * modules/trunc (Dependencies): Add 'extensions'.
7733         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
7734         Reported by Ben Pfaff <blp@gnu.org>.
7735
7736 2007-10-06  Bruno Haible  <bruno@clisp.org>
7737
7738         * modules/freopen-tests: New file.
7739         * tests/test-freopen.c: New file.
7740
7741         * modules/fopen-tests: New file.
7742         * tests/test-fopen.c: New file.
7743
7744         * modules/fopen: New file.
7745         * lib/fopen.c: New file.
7746         * m4/fopen.m4: New file.
7747         * modules/freopen: New file.
7748         * lib/freopen.c: New file.
7749         * m4/freopen.m4: New file.
7750         * lib/stdio.in.h (fopen, freopen): New declarations.
7751         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
7752         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
7753         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
7754         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
7755         * doc/functions/fopen.texi: Mention the 'fopen' module.
7756         * doc/functions/freopen.texi: Mention the 'freopen' module.
7757
7758 2007-10-06  Bruno Haible  <bruno@clisp.org>
7759
7760         * modules/open-tests: New file.
7761         * tests/test-open.c: New file.
7762
7763         * modules/open: New file.
7764         * lib/open.c: New file.
7765         * m4/open.m4: New file.
7766         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
7767         lib/open.c does.
7768         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
7769         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
7770         macros.
7771         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
7772         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
7773         REPLACE_OPEN.
7774         * doc/functions/open.texi: Mention the 'open' module.
7775
7776 2007-10-04  Bruno Haible  <bruno@clisp.org>
7777
7778         * modules/ceill-tests: New file.
7779         * tests/test-ceill.c: New file.
7780
7781         * modules/ceill: New file.
7782         * lib/ceill.c: Replace entire file.
7783         * m4/ceill.m4: New file.
7784         * lib/math.in.h (ceill): Replace declaration.
7785         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
7786         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
7787         * doc/functions/ceill.texi: Mention the 'ceill' module.
7788         * modules/mathl (Files): Remove lib/ceill.c.
7789         (Depends-on): Add ceill.
7790
7791 2007-10-04  Bruno Haible  <bruno@clisp.org>
7792
7793         * modules/ceilf-tests: New file.
7794         * tests/test-ceilf.c: New file.
7795
7796         * modules/ceilf: New file.
7797         * lib/ceil.c: New file.
7798         * lib/ceilf.c: New file.
7799         * m4/ceilf.m4: New file.
7800         * lib/math.in.h (ceilf): New declaration.
7801         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
7802         HAVE_DECL_CEILF.
7803         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
7804         HAVE_DECL_CEILF.
7805         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
7806
7807 2007-10-04  Bruno Haible  <bruno@clisp.org>
7808
7809         * modules/floorl-tests: New file.
7810         * tests/test-floorl.c: New file.
7811
7812         * modules/floorl: New file.
7813         * lib/floorl.c: Replace entire file.
7814         * m4/floorl.m4: New file.
7815         * lib/math.in.h (floorl): Replace declaration.
7816         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
7817         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
7818         * doc/functions/floorl.texi: Mention the 'floorl' module.
7819         * modules/mathl (Files): Remove lib/floorl.c.
7820         (Depends-on): Add floorl.
7821
7822 2007-10-04  Bruno Haible  <bruno@clisp.org>
7823
7824         * modules/floorf-tests: New file.
7825         * tests/test-floorf.c: New file.
7826
7827         * modules/floorf: New file.
7828         * lib/floor.c: New file.
7829         * lib/floorf.c: New file.
7830         * m4/floorf.m4: New file.
7831         * lib/math.in.h (floorf): New declaration.
7832         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
7833         HAVE_DECL_FLOORF.
7834         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
7835         HAVE_DECL_FLOORF.
7836         * doc/functions/floorf.texi: Mention the 'floorf' module.
7837
7838 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
7839             Bruno Haible  <bruno@clisp.org>
7840
7841         Advertise for the Git server instead of the CVS server.
7842         * doc/gnulib-intro.texi (Steady Development): Mention the Git
7843         repository instead of the CVS one.
7844         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
7845         about all VCS systems generically.
7846         * doc/gnulib.texi (Introduction): Capitalize `Git'.
7847
7848 2007-10-04  Bruno Haible  <bruno@clisp.org>
7849
7850         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
7851         means.
7852         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
7853
7854 2007-10-04  Bruno Haible  <bruno@clisp.org>
7855
7856         * modules/truncl-tests: New file.
7857         * tests/test-truncl.c: New file.
7858
7859         * modules/truncl: New file.
7860         * lib/truncl.c: New file.
7861         * m4/truncl.m4: New file.
7862         * lib/math.in.h (truncl): New declaration.
7863         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
7864         HAVE_DECL_TRUNCL.
7865         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
7866         HAVE_DECL_TRUNCL.
7867         * doc/functions/truncl.texi: Mention the 'truncl' module.
7868
7869 2007-10-04  Bruno Haible  <bruno@clisp.org>
7870
7871         * modules/truncf-tests: New file.
7872         * tests/test-truncf.c: New file.
7873
7874         * modules/truncf: New file.
7875         * lib/trunc.c: Make paramerizable through USE_* macros.
7876         * lib/truncf.c: New file.
7877         * m4/truncf.m4: New file.
7878         * lib/math.in.h (truncf): New declaration.
7879         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
7880         HAVE_DECL_TRUNCF.
7881         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
7882         HAVE_DECL_TRUNCF.
7883         * doc/functions/truncf.texi: Mention the 'truncf' module.
7884
7885 2007-10-03  Bruno Haible  <bruno@clisp.org>
7886
7887         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
7888         augmentation also for tests modules.
7889         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
7890         * modules/atexit-tests (Makefile.am): Likewise.
7891         * modules/binary-io-tests (Makefile.am): Likewise.
7892         * modules/c-strcase-tests (Makefile.am): Likewise.
7893         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
7894         * modules/canonicalize-tests (Makefile.am): Likewise.
7895         * modules/closein-tests (Makefile.am): Likewise.
7896         * modules/fprintf-posix-tests (Makefile.am): Likewise.
7897         * modules/freadahead-tests (Makefile.am): Likewise.
7898         * modules/fseek-tests (Makefile.am): Likewise.
7899         * modules/fseeko-tests (Makefile.am): Likewise.
7900         * modules/ftell-tests (Makefile.am): Likewise.
7901         * modules/ftello-tests (Makefile.am): Likewise.
7902         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
7903         * modules/isnanl-tests (Makefile.am): Likewise.
7904         * modules/lseek-tests (Makefile.am): Likewise.
7905         * modules/mbscasecmp-tests (Makefile.am): Likewise.
7906         * modules/mbscasestr-tests (Makefile.am): Likewise.
7907         * modules/mbschr-tests (Makefile.am): Likewise.
7908         * modules/mbscspn-tests (Makefile.am): Likewise.
7909         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
7910         * modules/mbspbrk-tests (Makefile.am): Likewise.
7911         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
7912         * modules/mbsrchr-tests (Makefile.am): Likewise.
7913         * modules/mbsspn-tests (Makefile.am): Likewise.
7914         * modules/mbsstr-tests (Makefile.am): Likewise.
7915         * modules/printf-posix-tests (Makefile.am): Likewise.
7916         * modules/snprintf-posix-tests (Makefile.am): Likewise.
7917         * modules/sprintf-posix-tests (Makefile.am): Likewise.
7918         * modules/tsearch-tests (Makefile.am): Likewise.
7919         * modules/uniname/uniname-tests (Makefile.am): Likewise.
7920         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
7921         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
7922         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
7923         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
7924         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
7925         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
7926         * modules/vprintf-posix-tests (Makefile.am): Likewise.
7927         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
7928         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
7929         * modules/xstrtoimax-tests (Makefile.am): Likewise.
7930         * modules/xstrtol-tests (Makefile.am): Likewise.
7931         * modules/xstrtoumax-tests (Makefile.am): Likewise.
7932         * modules/yesno-tests (Makefile.am): Likewise.
7933
7934 2007-10-03  Bruno Haible  <bruno@clisp.org>
7935
7936         * modules/trunc-tests: New file.
7937         * tests/test-trunc.c: New file.
7938
7939         * modules/trunc: New file.
7940         * lib/trunc.c: New file.
7941         * m4/trunc.m4: New file.
7942         * lib/math.in.h (trunc): New declaration.
7943         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
7944         HAVE_DECL_TRUNC.
7945         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
7946         HAVE_DECL_TRUNC.
7947         * doc/functions/trunc.texi: Mention the 'trunc' module.
7948
7949 2007-10-03  Bruno Haible  <bruno@clisp.org>
7950
7951         * tests/test-fpending.c: New file, mostly copied
7952         from coreutils/lib/t-fpending.c.
7953         * modules/fpending-tests: New file.
7954
7955 2007-10-03  Bruno Haible  <bruno@clisp.org>
7956
7957         Port the stdio extensions to QNX (untested).
7958         * lib/fseterr.c (fseterr): Add support for QNX.
7959         * lib/fbufmode.c (fbufmode): Likewise.
7960         * lib/freadable.c (freadable): Likewise.
7961         * lib/fwritable.c (fwritable): Likewise.
7962         * lib/freading.c (freading): Likewise.
7963         * lib/fwriting.c (fwriting): Likewise.
7964         * lib/freadahead.c (freadahed): Likewise.
7965         * lib/fpurge.c (fpurge): Likewise.
7966         * lib/fseeko.c (rpl_fseeko): Likewise.
7967
7968 2007-10-03  Bruno Haible  <bruno@clisp.org>
7969             Jim Meyering  <jim@meyering.net>
7970             Eric Blake  <ebb9@byu.net>
7971
7972         * doc/relocatable.texi: Use @command instead of @program.
7973
7974 2007-10-02  Jim Meyering  <jim@meyering.net>
7975
7976         Perform one more "_.h" -> ".in.h" substitution.
7977         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
7978         instead of unistd_.h here, too.
7979
7980 2007-10-01  Bruno Haible  <bruno@clisp.org>
7981
7982         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
7983         Needed for the alloca-opt module.
7984
7985 2007-09-30  Bruno Haible  <bruno@clisp.org>
7986
7987         * lib/alloca.in.h: Renamed from lib/alloca_.h.
7988         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
7989         alloca_.h.
7990         * lib/argz.in.h: Renamed from lib/argz_.h.
7991         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
7992         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
7993         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
7994         byteswap_.h.
7995         * lib/dirent.in.h: Renamed from lib/dirent_.h.
7996         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
7997         dirent_.h.
7998         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
7999         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
8000         fcntl_.h.
8001         * lib/float.in.h: Renamed from lib/float_.h.
8002         * modules/float (Files, Makefile.am): Use float.in.h instead of
8003         float_.h.
8004         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
8005         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
8006         fnmatch_.h.
8007         * lib/getopt.in.h: Renamed from lib/getopt_.h.
8008         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
8009         getopt_.h.
8010         * lib/glob.in.h: Renamed from lib/glob_.h.
8011         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
8012         * lib/iconv.in.h: Renamed from lib/iconv_.h.
8013         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
8014         iconv_.h.
8015         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
8016         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
8017         inttypes_.h.
8018         * lib/locale.in.h: Renamed from lib/locale_.h.
8019         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
8020         locale_.h.
8021         * lib/math.in.h: Renamed from lib/math_.h.
8022         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
8023         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
8024         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
8025         of netinet_in_.h. Add dependency.
8026         * lib/poll.in.h: Renamed from lib/poll_.h.
8027         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
8028         * lib/search.in.h: Renamed from lib/search_.h.
8029         * modules/search (Files, Makefile.am): Use search.in.h instead of
8030         search_.h.
8031         * lib/signal.in.h: Renamed from lib/signal_.h.
8032         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
8033         _signal.h.
8034         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
8035         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
8036         stdbool_.h.
8037         * lib/stdint.in.h: Renamed from lib/stdint_.h.
8038         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
8039         stdint_.h.
8040         * lib/stdio.in.h: Renamed from lib/stdio_.h.
8041         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
8042         stdio_.h.
8043         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
8044         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
8045         stdlib_.h.
8046         * lib/string.in.h: Renamed from lib/string_.h.
8047         * modules/string (Files, Makefile.am): Use string.in.h instead of
8048         string_.h.
8049         * doc/gnulib-tool.texi (Initial import): Update.
8050         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
8051         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
8052         of sys_select_.h. Add dependency.
8053         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
8054         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
8055         of sys_socket_.h.
8056         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
8057         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
8058         sys_stat_.h.
8059         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
8060         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
8061         sys_time_.h.
8062         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
8063         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
8064         sysexits_.h.
8065         * lib/time.in.h: Renamed from lib/time_.h.
8066         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
8067         * lib/unistd.in.h: Renamed from lib/unistd_.h.
8068         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
8069         unistd_.h.
8070         * lib/wchar.in.h: Renamed from lib/wchar_.h.
8071         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
8072         wchar_.h.
8073         * lib/wctype.in.h: Renamed from lib/wctype_.h.
8074         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
8075         wctype_.h.
8076         * build-aux/bootstrap (slurp): Update.
8077         * lib/.cppi-disable: Update.
8078
8079 2007-09-30  Bruno Haible  <bruno@clisp.org>
8080
8081         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
8082         Needed on BeOS.
8083
8084 2007-09-30  Bruno Haible  <bruno@clisp.org>
8085
8086         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
8087
8088 2007-09-29  Bruno Haible  <bruno@clisp.org>
8089
8090         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
8091
8092 2007-09-29  Bruno Haible  <bruno@clisp.org>
8093
8094         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
8095         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
8096         * build-aux/install-reloc: Compile also areadlink.c.
8097         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
8098
8099 2007-09-29  Bruno Haible  <bruno@clisp.org>
8100
8101         * gnulib-tool (func_emit_initmacro_done): Indentation.
8102
8103 2007-09-29  Bruno Haible  <bruno@clisp.org>
8104
8105         * README: Add CVS checkout update instructions.
8106         Info from Bob Proulx <bob@proulx.com>.
8107
8108 2007-09-28  Eric Blake  <ebb9@byu.net>
8109
8110         Provide move-if-change.
8111         * build-aux/move-if-change: New file, based on best practice
8112         rather than any canonical upstream location.
8113
8114 2007-09-28  Jim Meyering  <jim@meyering.net>
8115
8116         Fix canonicalize loop-detection corner case.
8117         Do not attempt to stat the symlink values stored via seen_triple.
8118         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
8119         on linux-2.6.18, (but not 2.6.22).
8120         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
8121         triple_compare.  The former compares dev,ino,filename, while the latter
8122         would actually stat dirname(filename) when dev and ino were equal.
8123         * lib/hash-triple.c: Install <string.h>.
8124         (STREQ): Define.
8125         (triple_compare_ino_str): New function.
8126         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
8127
8128 2007-09-28  Eric Blake  <ebb9@byu.net>
8129
8130         Enforce that AC_REPLACE_FUNCS files exist.
8131         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
8132         override check for typos.
8133
8134         Fix test-closein on Solaris 10.
8135         * tests/test-closein.c (main): Don't assume stdin can be inherited
8136         closed on all systems.
8137         * tests/test-closein.sh: Likewise.
8138         Reported by Piotr Tarnowski.
8139
8140 2007-09-28  Jim Meyering  <jim@meyering.net>
8141
8142         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
8143
8144 2007-09-27  Jim Meyering  <jim@meyering.net>
8145
8146         canonicalize: Avoid a false-positive cycle failure.
8147         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
8148         Sort.  Remove cycle-check.
8149         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
8150         not cycle-check.h.
8151         (seen_triple): New function.
8152         (canonicalize_filename_mode): Use it instead of cycle-check.
8153         * tests/test-canonicalize.c: Add a test for this bug.
8154         * tests/test-canonicalize.sh: Set up and run the test.
8155
8156         New module, file-set, from coreutils.
8157         * modules/file-set: Define it.
8158         * lib/file-set.c, lib/file-set.h: Implement.
8159
8160         New module, hash-triple, from coreutils.
8161         * modules/hash-triple: Define it.
8162         * lib/hash-triple.c, lib/hash-triple.h: Implement.
8163
8164 2007-09-25  Eric Blake  <ebb9@byu.net>
8165
8166         Fix strerror on Interix.
8167         * lib/string_.h (strerror): Declare replacement.
8168         * doc/functions/strerror.texi (strerror): Document the Interix
8169         shortcoming.
8170         * modules/string (Makefile.am): Support new hooks.
8171         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
8172         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
8173         gl_FUNC_STRERROR_SEPARATE.
8174         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
8175         * lib/strerror.c (rpl_strerror): Provide replacement.
8176         * modules/strerror (Depends-on): Add string.
8177         (configure.ac): Detect use of module.
8178         * tests/test-strerror.c: New file.
8179         * modules/strerror-tests: New test module.
8180         * modules/argp (Depends-on): Add strerror.
8181         * modules/error (Depends-on): Likewise.
8182         Reported by Martin Koeppe.
8183
8184 2007-09-24  Bruno Haible  <bruno@clisp.org>
8185
8186         * README: Update git instructions.
8187
8188 2007-09-24  Eric Blake  <ebb9@byu.net>
8189
8190         Revert fpending breakage from 2007-09-08.
8191         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
8192         __fpending.c.
8193
8194 2007-09-24  Jim Meyering  <jim@meyering.net>
8195
8196         filenamecat.c: Add a test.
8197         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
8198         showing how the function works when DIR is the empty string.
8199
8200 2007-09-21  Simon Josefsson  <simon@josefsson.org>
8201
8202         * tests/test-canonicalize.sh: Turn on executable bit.
8203
8204 2007-09-19  Eric Blake  <ebb9@byu.net>
8205
8206         * README: Update CVS instructions.
8207
8208 2007-09-18  Bruno Haible  <bruno@clisp.org>
8209
8210         * modules/areadlink: New file.
8211         * lib/areadlink.h (areadlink): New declaration.
8212         * lib/areadlink.c: New file, based on lib/xreadlink.c.
8213
8214 2007-09-17  Jim Meyering  <jim@meyering.net>
8215
8216         * lib/savewd.c (ESTALE) [!defined]: Define.
8217         Reported to be required on Interix by Martin Koeppe.
8218
8219 2007-09-17  Bruno Haible  <bruno@clisp.org>
8220
8221         * gnulib-tool (func_version): Use $version.
8222
8223 2007-09-16  Bruno Haible  <bruno@clisp.org>
8224
8225         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
8226         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
8227         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
8228         Reported by Greg Schafer <gschafer@zip.com.au>.
8229
8230 2007-09-15  Bruno Haible  <bruno@clisp.org>
8231
8232         * gnulib-tool (sed): Try a little harder to make bash understand the
8233         alias.
8234         Reported by Bruce Korb <bruce.korb@gmail.com>.
8235
8236 2007-09-13  Eric Blake  <ebb9@byu.net>
8237
8238         * ChangeLog: Remove conflict markers.
8239
8240 2007-09-13  Simon Josefsson  <simon@josefsson.org>
8241
8242         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
8243         Reported by Bruno Haible <bruno@clisp.org>.
8244
8245 2007-09-12  Bruno Haible  <bruno@clisp.org>
8246
8247         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
8248         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
8249         is not defined.
8250
8251 2007-09-12  Eric Blake  <ebb9@byu.net>
8252
8253         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
8254         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
8255         Autoconf definition.
8256         * modules/euidaccess (Depends-on): Add extensions, for
8257         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
8258         * modules/fnmatch (Depends-on): Likewise.
8259         * modules/getaddrinfo (Depends-on): Likewise.
8260         * modules/getdelim (Depends-on): Likewise.
8261         * modules/getline (Depends-on): Likewise.
8262         * modules/getsubopt (Depends-on): Likewise.
8263         * modules/gettext (Depends-on): Likewise.
8264         * modules/group-member (Depends-on): Likewise.
8265         * modules/mbchar (Depends-on): Likewise.
8266         * modules/memmem (Depends-on): Likewise.
8267         * modules/mempcpy (Depends-on): Likewise.
8268         * modules/memrchr (Depends-on): Likewise.
8269         * modules/pagealign_alloc (Depends-on): Likewise.
8270         * modules/readutmp (Depends-on): Likewise.
8271         * modules/stpcpy (Depends-on): Likewise.
8272         * modules/stpncpy (Depends-on): Likewise.
8273         * modules/strchrnul (Depends-on): Likewise.
8274         * modules/strndup (Depends-on): Likewise.
8275         * modules/strsep (Depends-on): Likewise.
8276         * modules/strverscmp (Depends-on): Likewise.
8277         * modules/vasprintf (Depends-on): Likewise.
8278         * modules/wcwidth (Depends-on): Likewise.
8279         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
8280         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
8281         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
8282         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
8283         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
8284         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
8285         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
8286         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8287         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
8288         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
8289         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
8290         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
8291         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
8292         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
8293         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
8294         * m4/readutmp.m4 (gl_READUTMP): Likewise.
8295         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8296         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
8297         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
8298         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
8299         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
8300         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
8301         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
8302         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
8303         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
8304         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8305         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
8306         so that lock.m4 can be used in gettext without extensions module.
8307
8308 2007-09-11  Bruno Haible  <bruno@clisp.org>
8309
8310         * m4/isc-posix.m4: Remove file.
8311         Suggested by Eric Blake.
8312
8313 2007-09-11  Eric Blake  <ebb9@byu.net>
8314
8315         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
8316
8317 2007-09-10  Bruno Haible  <bruno@clisp.org>
8318
8319         * posix-modules: Fix typo in error message.
8320         Reported by Matt <mkraai@beckman.com>.
8321
8322 2007-09-09  Bruno Haible  <bruno@clisp.org>
8323
8324         * doc/functions/getdelim.texi: Update list of platforms lacking the
8325         function.
8326         * doc/functions/getline.texi: Likewise.
8327
8328 2007-09-09  Jim Meyering  <jim@meyering.net>
8329
8330         * lib/hash.c (hash_initialize): Detect calloc failure.
8331         Reported by Bruno Haible.
8332
8333 2007-09-09  Bruno Haible  <bruno@clisp.org>
8334
8335         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
8336         malloc or realloc fails.
8337
8338 2007-09-09  Bruno Haible  <bruno@clisp.org>
8339
8340         * modules/getcwd (Depends-on): Add malloc-posix.
8341         * modules/glob (Depends-on): Likewise.
8342         * modules/putenv (Depends-on): Likewise.
8343         * modules/strdup (Depends-on): Likewise.
8344         * modules/getdelim (Depends-on): Add realloc-posix.
8345         * modules/read-file (Depends-on): Likewise.
8346
8347 2007-09-09  Bruno Haible  <bruno@clisp.org>
8348
8349         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
8350         (gl_FUNC_MALLOC_POSIX): Require it.
8351         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
8352         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
8353         * modules/realloc (Files): Add m4/malloc.m4.
8354         * modules/calloc (Files): Likewise.
8355
8356 2007-09-09  Bruno Haible  <bruno@clisp.org>
8357
8358         * modules/malloc-posix: New file.
8359         * modules/malloc (Depends-on): Add malloc-posix.
8360         * lib/malloc.c: Include errno.h.
8361         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
8362         and a POSIX-compatible malloc into a single function. Set ENOMEM
8363         when returning NULL.
8364         * m4/malloc.m4: New file.
8365         * doc/functions/malloc.texi: Mention the malloc-posix module.
8366         * lib/stdlib_.h (malloc): New declaration.
8367         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8368         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
8369         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
8370         and HAVE_MALLOC_POSIX.
8371
8372 2007-09-09  Bruno Haible  <bruno@clisp.org>
8373
8374         * modules/realloc-posix: New file.
8375         * modules/realloc (Depends-on): Add realloc-posix.
8376         * lib/realloc.c: Include errno.h.
8377         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
8378         and a POSIX-compatible realloc into a single function. Set ENOMEM
8379         when returning NULL.
8380         * m4/realloc.m4: New file.
8381         * doc/functions/realloc.texi: Mention the realloc-posix module.
8382         * lib/stdlib_.h (realloc): New declaration.
8383         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8384         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
8385         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
8386         and HAVE_REALLOC_POSIX.
8387
8388 2007-09-09  Bruno Haible  <bruno@clisp.org>
8389
8390         * modules/calloc-posix: New file.
8391         * modules/calloc (Depends-on): Add calloc-posix.
8392         * lib/calloc.c: Include errno.h.
8393         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
8394         and a POSIX-compatible calloc into a single function. Set ENOMEM
8395         when returning NULL.
8396         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
8397         * doc/functions/calloc.texi: Mention the calloc-posix module.
8398         * lib/stdlib_.h (calloc): New declaration.
8399         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8400         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
8401         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
8402         and HAVE_CALLOC_POSIX.
8403
8404 2007-09-09  Bruno Haible  <bruno@clisp.org>
8405
8406         Allow for modules to show an arbitrary notice.
8407         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
8408         * gnulib-tool: New option --extract-notice.
8409         (func_usage): Document it.
8410         (sed_extract_prog): Update.
8411         (func_get_notice): New function.
8412         (func_modules_notice): New function.
8413         (func_import, func_create_testdir): Invoke it.
8414         Suggested by Jim Meyering.
8415
8416 2007-09-09  Bruno Haible  <bruno@clisp.org>
8417
8418         * gnulib-tool: New options --verbose, --quiet.
8419         (func_usage): Document them.
8420         (verbose): New variable.
8421         (func_execute_command): New function.
8422         (func_import): Don't show the module list and the file list if
8423         $verbose < 0.
8424         (func_create_testdir): Likewise. Use func_execute_command.
8425         (func_create_megatestdir): Use func_execute_command.
8426
8427 2007-09-08  Bruno Haible  <bruno@clisp.org>
8428
8429         * gnulib-tool (func_import): Prefer rsync over wget when available,
8430         for fetching the PO files.
8431
8432 2007-09-08  Bruno Haible  <bruno@clisp.org>
8433
8434         * posix-modules: New file. Portions copied from gnulib-tool.
8435         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
8436
8437 2007-09-08  Jim Meyering  <jim@meyering.net>
8438
8439         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
8440         * lib/fpending.h: Rename from __fpending.h.
8441         * lib/fpending.c: Rename from __fpending.c.
8442         Include "fpending.h", not "__fpending.h".
8443         * lib/__fpending.h, lib/__fpending.c: Remove files.
8444         * modules/fpending (Files): Reflect new file names.
8445         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
8446
8447 2007-09-08  Bruno Haible  <bruno@clisp.org>
8448
8449         * m4/inttypes-h.m4: Remove stub file.
8450
8451 2007-09-07  Simon Josefsson  <simon@josefsson.org>
8452
8453         * doc/headers/stdint.texi: Discuss #include_next issue.
8454
8455 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8456
8457         * build-aux/bootstrap: Remove obsolete comment about wget --help.
8458
8459 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8460
8461         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
8462         in variable name.
8463
8464 2007-09-03  Jim Meyering  <jim@meyering.net>
8465
8466         New module: git-version-gen.
8467         * modules/git-version-gen: New file.
8468
8469         Import changes from coreutils for bootstrap script.
8470
8471         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
8472
8473         bootstrap: uses rsync to download the .po files
8474         * build-aux/bootstrap (po_download_command_format): New global.
8475         (download_po_files): Use rsync.
8476         (update_po_files): Don't remove .po files after download,
8477         so future rsync runs can take advantage of the copies.
8478
8479         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
8480
8481         Solve the unnecessary-.po-file-regeneration problem once and for all.
8482         * build-aux/bootstrap (download_po_files): New function, renamed from
8483         get_translations.  Now, downloads, but doesn't update LINGUAS.
8484         (update_po_files): New function.
8485
8486         bootstrap: Ignore more.
8487         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
8488         uniwidth to e.g., lib/.gitignore.
8489         (slurp): Handle the sys_stat_.h -> sys mapping, too.
8490
8491         * build-aux/bootstrap: New setting: vc_ignore.
8492         (insert_sorted_if_absent): Create $file if absent.
8493         Adapt to new, possibly empty, list: $vc_ignore.
8494
8495         bootstrap: generate more ignorable names
8496         * build-aux/bootstrap (slurp): When generating ignorable names,
8497         also map .sin to .sed, .gperf to .c, and .y to .c.
8498
8499 2007-09-03  Jim Meyering  <jim@meyering.net>
8500
8501         * build-aux/git-version-gen: New file, from coreutils.  For details, see
8502         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
8503
8504 2007-09-02  Bruno Haible  <bruno@clisp.org>
8505
8506         Fix mis-recognition of 'mcs' on QNX 6.
8507         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
8508         output contains the string "Mono".
8509         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
8510         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
8511
8512 2007-09-01  Bruno Haible  <bruno@clisp.org>
8513
8514         Fix collision between uniwidth/* and linebreak modules.
8515         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
8516         u32_width): Remove declarations.
8517         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
8518         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
8519         streq3, streq2, streq1, streq0): Remove functions.
8520         (STREQ): Remove macro.
8521         (is_cjk_encoding): Remove function.
8522         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
8523         (uc_width, u8_width, u16_width, u32_width): Remove functions.
8524         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
8525         * NEWS: Document the change.
8526
8527 2007-09-01  Bruno Haible  <bruno@clisp.org>
8528
8529         * lib/streq.h: Add double-inclusion guard.
8530
8531 2007-09-01  Karl Berry  <karl@gnu.org>
8532
8533         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
8534
8535 2007-08-28  Jim Meyering  <jim@meyering.net>
8536
8537         Rename mreadlink_with_size to areadlink_with_size.
8538         * NEWS: Document the change.
8539         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
8540         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
8541         * lib/mreadlink.h: Rename this to...
8542         * lib/areadlink.h: ...this.
8543         * modules/mreadlink-with-size: Rename this to...
8544         * modules/areadlink-with-size: ...this.
8545         * lib/canonicalize.c: Reflect the renaming.
8546         * modules/canonicalize: Likewise.
8547
8548 2007-08-26  Bruno Haible  <bruno@clisp.org>
8549
8550         * gnulib-tool (func_import): When deciding which files to remove,
8551         consider also dangling symbolic links.
8552         Reported by Eric Blake.
8553
8554 2007-08-26  Bruno Haible  <bruno@clisp.org>
8555
8556         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
8557
8558 2007-08-23  Simon Josefsson  <simon@josefsson.org>
8559
8560         * lib/readline.c: Don't include getline.h, the prototype is now
8561         found in stdio.h.
8562
8563 2007-08-23  Jim Meyering  <jim@meyering.net>
8564
8565         Getdelim touchup.
8566         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
8567         around the funlockfile call, since funlockfile never sets errno.
8568         Don't set errno upon failed realloc.
8569
8570 2007-08-22  Eric Blake  <ebb9@byu.net>
8571
8572         Getline touchups.
8573         * lib/getdelim.c (getdelim): Revert regression that required *n to
8574         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
8575         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
8576         getdelim, rather than whether implementation is missing.
8577         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
8578         * lib/stdio_.h (getline): Also declare if replacement is
8579         required.
8580         * doc/functions/getdelim.texi: New file.
8581         * doc/functions/getline.texi: Likewise.
8582         * doc/gnulib.texi (Function Substitutes): Add new files.
8583         Reported by Bruno Haible.
8584
8585 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
8586
8587         * users.txt: Add Guile.
8588
8589 2007-08-22  Eric Blake  <ebb9@byu.net>
8590
8591         * tests/test-getdelim.c (main): Use remove, not unlink.
8592         * tests/test-getline.c (main): Likewise.
8593
8594         Move getline and getdelim into stdio.h, per POSIX 200x.
8595         * modules/getline (Files): Remove getline.h.
8596         (Depends-on): Add stdio.
8597         (configure.ac): Add module indicator.
8598         * modules/getdelim (Files): Remove getdelim.h.
8599         (Depends-on): Add stdio.
8600         (configure.ac): Add module indicator.
8601         * modules/stdio (Makefile.am): Work with new indicators.
8602         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
8603         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
8604         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
8605         * lib/getdelim.h: Delete.
8606         * lib/getline.h: Delete.
8607         * lib/stdio_.h (getdelim, getline): Declare.
8608         * modules/getdelim-tests: New module.
8609         * modules/getline-tests: Likewise.
8610         * tests/test-getdelim.c: New file.
8611         * tests/test-getline.c: Likewise.
8612         * NEWS: Document the change.
8613         * lib/getline.c: Update choice of header.
8614         * lib/csharpcomp.c: Likewise.
8615         * lib/getpass.c: Likewise.
8616         * lib/javacomp.c: Likewise.
8617         * lib/javaversion.c: Likewise.
8618         * lib/yesno.c: Likewise.
8619         * lib/getdelim.c: Likewise.
8620         (getdelim): Set errno on failure, and avoid memory leak.
8621
8622 2007-08-19  Bruno Haible  <bruno@clisp.org>
8623
8624         * modules/closein (Depends-on): Add freadahead.
8625         * lib/closein.c: Include freadahead.h.
8626         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
8627         is zero.
8628
8629 2007-08-19  Bruno Haible  <bruno@clisp.org>
8630
8631         * modules/freadahead-tests: New file.
8632         * tests/test-freadahead.sh: New file.
8633         * tests/test-freadahead.c: New file.
8634
8635         * modules/freadahead: New file.
8636         * lib/freadahead.h: New file.
8637         * lib/freadahead.c: New file.
8638         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
8639         fbufmode, fpurge, freadable, fwritable.
8640
8641 2007-08-19  Eric Blake  <ebb9@byu.net>
8642
8643         Test yesno in combination with closein.
8644         * lib/yesno.c (yesno): Document use of stdin.
8645         * modules/yesno-tests (Files): New module.
8646         * tests/test-yesno.c (main): New file.
8647         * tests/test-yesno.sh: Likewise.
8648
8649 2007-08-19  Bruno Haible  <bruno@clisp.org>
8650
8651         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
8652         * lib/fseeko.c (rpl_fseeko): Likewise.
8653         * lib/fseterr.c (fseterr): Likewise.
8654
8655 2007-08-19  Bruno Haible  <bruno@clisp.org>
8656
8657         * tests/test-lseek.c (main): Disable a test for BeOS.
8658         * doc/functions/lseek.texi: Document the BeOS bug.
8659
8660 2007-08-19  Bruno Haible  <bruno@clisp.org>
8661             Eric Blake  <ebb9@byu.net>
8662
8663         * lib/lseek.c: Include <sys/stat.h>.
8664         (rpl_lseek): Add workaround code also for Unix platforms.
8665         Needed for BeOS.
8666         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
8667         * doc/functions/lseek.texi: Document BeOS definiency.
8668
8669 2007-08-18  Bruno Haible  <bruno@clisp.org>
8670
8671         * modules/fstrcmp-tests: New file.
8672         * tests/test-fstrcmp.c: New file.
8673
8674 2007-08-18  Bruno Haible  <bruno@clisp.org>
8675
8676         * modules/fstrcmp: New file, from GNU gettext with modifications.
8677         * lib/fstrcmp.h: New file, from GNU gettext.
8678         * lib/fstrcmp.c: New file, from GNU gettext.
8679         * MODULES.html.sh (String handling): Add fstrcmp.
8680
8681 2007-08-18  Bruno Haible  <bruno@clisp.org>
8682
8683         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
8684         'bool'.
8685         (diag, compareseq): Remove const from the ctxt argument.
8686         (USE_HEURISTIC): Undefine at the end.
8687
8688 2007-08-18  Jim Meyering  <jim@meyering.net>
8689
8690         New file: lib/idcache.h
8691         * NEWS: Mention the addition.
8692         * modules/idcache (Files): Add lib/idcache.h
8693         * lib/idcache.c: Include "idcache.h".
8694         Don't include <sys/types.h>.
8695         Add a FIXME comment.
8696         Move file-scoped "static" declarations to the top.
8697         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
8698
8699 2007-08-17  Bruno Haible  <bruno@clisp.org>
8700         and Paul Eggert  <eggert@cs.ucla.edu>
8701
8702         * MODULES.html.sh: Add diffseq.
8703         * modules/diffseq: New file.
8704         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
8705         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
8706
8707 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8708
8709         Import changes from coreutils for bootstrap script.
8710
8711         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
8712
8713         * build-aux/bootstrap (slurp): Work even in environments where
8714         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
8715         current code does not slurp files whose names start with ".", and
8716         this looks like it might be a troublesome area.
8717
8718         2007-07-11  Jim Meyering  <jim@meyering.net>
8719
8720         If there's a GPL vN copyright comment, require that N == 3.
8721
8722         2007-07-08  Jim Meyering  <jim@meyering.net>
8723
8724         Run the coreutils-specific code only if tests/Makefile.am.in exists.
8725         * build-aux/bootstrap (mam_template): Move definition out of loop.
8726
8727         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
8728
8729         * build-aux/bootstrap (symlink_to_dir): Rename function from
8730         symlink_to_gnulib.  Add a directory parameter.  Update all
8731         callers.
8732         (cp_mark_as_generated): Also check for -- and link to -- files in
8733         gl/.
8734
8735         2007-07-08  Jim Meyering  <jim@meyering.net>
8736
8737         Adapt to deeper hierarchy in gnulib.
8738         * build-aux/bootstrap (symlink_to_dir): If the destination
8739         directory doesn't exist, create it. This is required at least for
8740         "lib/uniwidth/cjk.h".
8741
8742         2007-05-15  Jim Meyering  <jim@meyering.net>
8743
8744         * build-aux/bootstrap: Now that generated Makefile.am files
8745         are no longer under version control, they must be created at
8746         bootstrap time.
8747
8748 2007-08-14  Ben Pfaff  <blp@gnu.org>
8749
8750         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
8751
8752 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8753
8754         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
8755         given the changes below.
8756         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
8757         even on hosts that have padding bits beyond the supported 64.
8758
8759 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8760
8761         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
8762         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
8763         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
8764         depends on it.
8765         (xstrtol_error): Remove.
8766         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
8767         but with a different signature.
8768         (ATTRIBUTE_NORETURN, __attribute__): New macros.
8769         * lib/xstrtol-error.c: Include exitfail.h.
8770         (xstrtol_fatal): New function, with a different signature from the
8771         old xstrtol_error, so that the caller need not worry about passing
8772         in an exit status, or about storage management of the option argument.
8773         (xstrtol_error): Now a static function.  Redo signature to
8774         implement xstrtol_fatal.  Output the correct number of hyphens in
8775         front of the option so that the caller need not worry about
8776         storage management.
8777         (N_): New macro.
8778         (_): Remove; not used now.
8779         * modules/xstrtol: Depend on getopt.
8780         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
8781         of old STRTOL_FATAL_ERROR macro.
8782         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
8783         of test program.
8784         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
8785         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
8786
8787 2007-08-08  Eric Blake  <ebb9@byu.net>
8788
8789         * lib/xstrtol-error.c: Add missing include.
8790
8791         Move xstrtol messages into gnulib domain, when --pobase is used.
8792         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
8793         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
8794         * modules/xstrtol (Files): Distribute new file.
8795         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
8796         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
8797         * tests/test-xstrtol.c: ...into new file.
8798         * tests/test-xstrtoul.c: Also test xstrtoul.
8799         * tests/test-xstrtoimax.c: Also test xstrtoimax.
8800         * tests/test-xstrtoumax.c: Also test xstrtoumax.
8801         * tests/test-xstrtol.sh: Drive the tests.
8802         * tests/test-xstrtoimax.sh: Likewise.
8803         * tests/test-xstrtoumax.sh: Likewise.
8804         * modules/xstrtol-tests: New module.
8805         * modules/xstrtoimax-tests: Likewise.
8806         * modules/xstrtoumax-tests: Likewise.
8807
8808 2007-08-08  Jim Meyering  <jim@meyering.net>
8809
8810         New function: mfile_name_concat.
8811         * lib/filenamecat.c (mfile_name_concat): New function, just like
8812         file_name_concat, but return NULL upon failure rather than exiting
8813         with a diagnostic.
8814         * lib/filenamecat.h: Declare it.
8815
8816 2007-08-07  Bruno Haible  <bruno@clisp.org>
8817
8818         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
8819         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
8820         warning from gcc.
8821         Reported by Eric Blake.
8822
8823 2007-08-07  Simon Josefsson  <simon@josefsson.org>
8824
8825         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
8826         * modules/crypto/arcfour (License): Likewise.
8827         * modules/crypto/des-tests (License): Likewise.
8828         * modules/crypto/gc-arctwo-tests (License): Likewise.
8829         * modules/crypto/gc-des-tests (License): Likewise.
8830         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
8831         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
8832         * modules/crypto/gc-md2-tests (License): Likewise.
8833         * modules/crypto/gc-md4-tests (License): Likewise.
8834         * modules/crypto/gc-md5-tests (License): Likewise.
8835         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
8836         * modules/crypto/gc-rijndael-tests (License): Likewise.
8837         * modules/crypto/gc-sha1-tests (License): Likewise.
8838         * modules/crypto/gc-tests (License): Likewise.
8839         * modules/crypto/hmac-md5 (License): Likewise.
8840         * modules/crypto/hmac-sha1 (License): Likewise.
8841         * modules/crypto/md2-tests (License): Likewise.
8842         * modules/crypto/md4-tests (License): Likewise.
8843         * modules/crypto/md5 (License): Likewise.
8844         * modules/crypto/rijndael (License): Likewise.
8845         * modules/crypto/sha1 (License): Likewise.
8846         * modules/memxor (License): Likewise.
8847
8848 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
8849         and Bruno Haible  <bruno@clisp.org>
8850
8851         * NEWS: Describe interface changes to human, xstrtol.
8852         * lib/human.h: Include <xstrtol.h>.
8853         (human_options): Return enum strtol_error, not int.  Remove
8854         bool arg; take int * instead.
8855         * lib/human.c: Don't include "gettext.h".
8856         (_): Remove; no longer used.
8857         Don't include <xstrtol.h>, since human.h does it.
8858         (human_options): Adjust to abovementioned interface changes.
8859         Do not report error to stderr; that's now the caller's
8860         responsibility.
8861         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
8862         interface change.
8863         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
8864         Str, Argument_type_string.  All uses changed.  Put " argument"
8865         in diagnostics to make them clearer.  Change wording of suffix
8866         message for clarity.
8867         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
8868         Argument_type_string.
8869         (STRTOL_FATAL_WARN): Remove; no longer used.
8870         * modules/human (Depends-on): Remove gettext-h.
8871
8872 2007-08-06  Simon Josefsson  <simon@josefsson.org>
8873
8874         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
8875
8876 2007-07-31  Bruno Haible  <bruno@clisp.org>
8877
8878         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
8879         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
8880         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
8881
8882 2007-07-31  Bruno Haible  <bruno@clisp.org>
8883
8884         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
8885         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
8886
8887 2007-07-30  Bruno Haible  <bruno@clisp.org>
8888
8889         * modules/base64 (License): Use the synonymous term "LGPLv2+".
8890         * modules/c-ctype (License): Likewise.
8891         * modules/c-strcase (License): Likewise.
8892         * modules/check-version (License): Likewise.
8893         * modules/iconv (License): Likewise.
8894         * modules/iconv_open (License): Likewise.
8895         * modules/read-file (License): Likewise.
8896         * modules/striconv (License): Likewise.
8897         * modules/strverscmp (License): Likewise.
8898         * modules/vasprintf (License): Likewise.
8899         * modules/crypto/des (License): Likewise.
8900         * modules/crypto/gc (License): Likewise.
8901         * modules/crypto/gc-arcfour (License): Likewise.
8902         * modules/crypto/gc-arctwo (License): Likewise.
8903         * modules/crypto/gc-des (License): Likewise.
8904         * modules/crypto/gc-hmac-md5 (License): Likewise.
8905         * modules/crypto/gc-hmac-sha1 (License): Likewise.
8906         * modules/crypto/gc-md2 (License): Likewise.
8907         * modules/crypto/gc-md4 (License): Likewise.
8908         * modules/crypto/gc-md5 (License): Likewise.
8909         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
8910         * modules/crypto/gc-random (License): Likewise.
8911         * modules/crypto/gc-rijndael (License): Likewise.
8912         * modules/crypto/gc-sha1 (License): Likewise.
8913         * modules/crypto/md2 (License): Likewise.
8914         * modules/crypto/md4 (License): Likewise.
8915
8916 2007-07-30  Jim Meyering  <jim@meyering.net>
8917
8918         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
8919         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
8920         it has valid stat data.  This bug would cause du not to count the
8921         sizes of inaccessible directories.
8922         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
8923         in <http://bugzilla.redhat.com/250077>.
8924
8925 2007-07-25  Peter O'Gorman  <peter@pogma.com>
8926             Bruno Haible  <bruno@clisp.org>
8927
8928         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
8929         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
8930         #include_next, gives a diagnostic about it, but reports no error in
8931         the exit code.
8932         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
8933
8934 2007-07-24  Ben Pfaff  <blp@gnu.org>
8935
8936         Improve name: "count-one-bits" is better than "popcount".
8937         * MODULES.html.sh: Update name.
8938         * lib/popcount.h: Renamed lib/count-one-bits.h.
8939         (popcount): Renamed count_one_bits.
8940         (popcountl): Renamed count_one_bits_l.
8941         (popcountll): Renamed count_one_bits_ll.
8942         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
8943         * modules/popcount: Renamed module/count-one-bits.
8944         * modules/popcount-tests: Renamed module/count-one-bits-tests.
8945         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
8946
8947 2007-07-23  Ben Pfaff  <blp@gnu.org>
8948
8949         * lib/popcount.h (popcount32): Reduce size of constants, to allow
8950         better code generation, and add U to large constants to avoid
8951         warnings, in non-GCC case.
8952         Suggested by Bruno Haible.
8953
8954 2007-07-23  Ben Pfaff  <blp@gnu.org>
8955
8956         * lib/popcount.h: Use verify_true instead of if...abort.
8957         * modules/popcount: Depend on verify module.
8958         Suggested by Jim Meyering.
8959
8960 2007-07-23  Bruno Haible  <bruno@clisp.org>
8961
8962         * gnulib-tool (func_import): Create a .cvsignore file also when the
8963         directory is not yet in CVS but the toplevel directory is. When
8964         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
8965         Reported by Karl Berry.
8966
8967 2007-07-22  Ben Pfaff  <blp@gnu.org>
8968
8969         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
8970         case.
8971         Suggested by Eric Blake.
8972
8973 2007-07-22  Ben Pfaff  <blp@gnu.org>
8974
8975         New module: popcount.
8976         * MODULES.html.sh: Add popcount.
8977         * modules/popcount: New file.
8978         * modules/popcount-tests: New file.
8979         * tests/test-popcount.c: New file.
8980         * lib/popcount.h: New file.
8981         * m4/popcount.m4: New file.
8982
8983 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8984
8985         * build-aux/announce-gen: Update to GPLv3.
8986
8987         * build-aux/config.guess: Update from config.
8988
8989 2007-07-21  Bruno Haible  <bruno@clisp.org>
8990
8991         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
8992         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
8993
8994 2007-07-20  Jim Meyering  <jim@meyering.net>
8995
8996         * check-module: Diagnose a self-dependency.
8997
8998 2007-07-19  Bruno Haible  <bruno@clisp.org>
8999
9000         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
9001         empty.
9002         Reported by Eric Blake.
9003
9004 2007-07-18  Bruno Haible  <bruno@clisp.org>
9005
9006         * gnulib-tool: New options --po-base, --po-domain.
9007         (func_usage): Document them.
9008         (pobase, po_domain): New variables.
9009         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
9010         DEFAULT_TEXT_DOMAIN.
9011         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
9012         (func_import): Consider pobase and po_domain. Create a po/ directory.
9013         (func_create_testdir): Set pobase and po_domain to empty.
9014         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
9015         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
9016
9017 2007-07-18  Bruno Haible  <bruno@clisp.org>
9018
9019         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9020         EXTRA_DIST augmentation for files in build-aux/.
9021
9022 2007-07-16  Bruno Haible  <bruno@clisp.org>
9023
9024         * modules/lseek (License): Use the synonymous term "LGPLv2+".
9025         * modules/getdelim (License): Likewise.
9026
9027 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9028
9029         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
9030         * modules/d-type (License): Likewise.
9031         * modules/extensions (License): Likewise.
9032         * modules/fnmatch (License): Likewise.
9033         * modules/fseeko (License): Likewise.
9034         * modules/getaddrinfo (License): Likewise.
9035         * modules/getline (License): Likewise.
9036         * modules/getlogin_r (License): Likewise.
9037         * modules/getpass (License): Likewise.
9038         * modules/gettimeofday (License): Likewise.
9039         * modules/glob (License): Likewise.
9040         * modules/inet_ntop (License): Likewise.
9041         * modules/malloc (License): Likewise.
9042         * modules/malloca (License): Likewise.
9043         * modules/memmem (License): Likewise.
9044         * modules/mempcpy (License): Likewise.
9045         * modules/memset (License): Likewise.
9046         * modules/minmax (License): Likewise.
9047         * modules/mktime (License): Likewise.
9048         * modules/netinet_in (License): Likewise.
9049         * modules/pathmax (License): Likewise.
9050         * modules/poll (License): Likewise.
9051         * modules/regex (License): Likewise.
9052         * modules/snprintf (License): Likewise.
9053         * modules/stdbool (License): Likewise.
9054         * modules/stdint (License): Likewise.
9055         * modules/stdio (License): Likewise.
9056         * modules/strcase (License): Likewise.
9057         * modules/strcasestr (License): Likewise.
9058         * modules/strdup (License): Likewise.
9059         * modules/string (License): Likewise.
9060         * modules/strndup (License): Likewise.
9061         * modules/strnlen (License): Likewise.
9062         * modules/strpbrk (License): Likewise.
9063         * modules/strptime (License): Likewise.
9064         * modules/strsep (License): Likewise.
9065         * modules/sys_select (License): Likewise.
9066         * modules/sys_socket (License): Likewise.
9067         * modules/sys_stat (License): Likewise.
9068         * modules/sys_time (License): Likewise.
9069         * modules/time (License): Likewise.
9070         * modules/time_r (License): Likewise.
9071         * modules/timegm (License): Likewise.
9072         * modules/unistd (License): Likewise.
9073         * modules/vsnprintf (License): Likewise.
9074         * modules/wctype (License): Likewise.
9075
9076 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9077
9078         * modules/argz (License): LGPLv2+.
9079
9080 2007-07-15  Karl Berry  <karl@gnu.org>
9081
9082         * doc/gnulib.texi: revise node structure per new fdl.texi.
9083
9084 2007-07-14  Bruno Haible  <bruno@clisp.org>
9085
9086         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
9087         the output file.
9088         * lib/uniname/uninames.h: Regenerated.
9089
9090 2007-07-14  Karl Berry  <karl@gnu.org>
9091
9092         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
9093         omitting sectioning and index commands.
9094
9095 2007-07-13  Bruno Haible  <bruno@clisp.org>
9096
9097         New gnulib-tool option --more-symlinks.
9098         * gnulib-tool (func_usage): Document --more-symlinks.
9099         (do_copyrights): New variable.
9100         Recognize option --more-symlinks.
9101         (func_import): Don't add a copyright notice transform to
9102         sed_transform_lib_file if do_copyrights is empty.
9103
9104 2007-07-13  Bruno Haible  <bruno@clisp.org>
9105
9106         * lib/vasnprintf.c (decimal_point_char): Define also if
9107         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
9108         && !NEED_PRINTF_DIRECTIVE_A.
9109         Reported by Clemens Koller <clemens.koller@anagramm.de> via
9110         Gary V. Vaughan <gary@gnu.org>.
9111
9112 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
9113
9114         * lib/inttypes_.h: Undo previous change, since it was fixed
9115         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
9116
9117 2007-07-13  Bruno Haible  <bruno@clisp.org>
9118
9119         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
9120         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
9121
9122 2007-07-13  Jim Meyering  <jim@meyering.net>
9123
9124         df: Don't fail for Tru64's "file-on-file mount".
9125         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
9126         so we fall through and use statfs instead.  Details here:
9127         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
9128         Reported by Albert Chin.
9129
9130 2007-07-13  Bruno Haible  <bruno@clisp.org>
9131
9132         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
9133         * modules/configmake (License): Likewise.
9134         * modules/gettext (License): Likewise.
9135         * modules/gettext-h (License): Likewise.
9136         * modules/include_next (License): Likewise.
9137         * modules/link-warning (License): Likewise.
9138         * modules/localcharset (License): Likewise.
9139         * modules/localename (License): Likewise.
9140         * modules/lock (License): Likewise.
9141         * modules/relocatable-lib-lgpl (License): Likewise.
9142         * modules/size_max (License): Likewise.
9143         * modules/vasnprintf (License): Likewise.
9144         * modules/wchar (License): Likewise.
9145         * modules/xsize (License): Likewise.
9146
9147 2007-07-13  Bruno Haible  <bruno@clisp.org>
9148
9149         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
9150         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
9151
9152 2007-07-12  Bruno Haible  <bruno@clisp.org>
9153
9154         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
9155         in the modules files.
9156
9157 2007-07-11  Karl Berry  <karl@gnu.org>
9158
9159         * MODULES.html.sh (func_module): use
9160          sed -e '\|^'"${includefile}"'$|d'
9161          instead of /.../d, to avoid errors on $includefile's containing /.
9162
9163 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9164
9165         * gnulib-tool (func_import): Avoid duplication of --avoid
9166         statements
9167         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
9168         names to `_' in variable names.
9169
9170 2007-07-10  Eric Blake  <ebb9@byu.net>
9171
9172         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
9173         * NEWS: Document this change.
9174
9175 2007-07-08  Bruno Haible  <bruno@clisp.org>
9176
9177         Update to Unicode 5.0.
9178         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
9179         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
9180         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
9181         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
9182         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
9183         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
9184         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
9185         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
9186         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
9187         U+10A3F, U+1D242..U+1D244.
9188         (nonspacing_table_ind): Update.
9189         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
9190         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
9191
9192 2007-07-08  Bruno Haible  <bruno@clisp.org>
9193
9194         Update to Unicode 5.0.
9195         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
9196         code transform. Extend the name index field of unicode_name_to_code and
9197         unicode_code_to_name from 16 to 24 bits.
9198         * lib/uniname/uniname.c (unicode_character_name,
9199         unicode_name_character): Add the range 0x12xxx to the code transform.
9200         * lib/uniname/uninames.h: Regenerated.
9201         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
9202
9203 2007-07-07  Bruno Haible  <bruno@clisp.org>
9204
9205         * modules/wcwidth-tests: New file.
9206         * tests/test-wcwidth.c: New file.
9207
9208         Work around MacOS X wcwidth() bug.
9209         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
9210         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
9211         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
9212         original wcwidth in non-UTF-8 locales.
9213         * modules/wcwidth (Depends-on): Add localcharset, streq,
9214         uniwidth/width.
9215         * doc/functions/wcwidth.texi: Update.
9216
9217 2007-07-07  Bruno Haible  <bruno@clisp.org>
9218
9219         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
9220         (wcwidth): New declaration.
9221         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
9222         macros.
9223         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
9224         here. Prepare for creating <wchar.h> unconditionally.
9225         * modules/wchar (Depends-on): Add link-warning.
9226         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
9227         REPLACE_WCWIDTH, and GL_LINK_WARNING.
9228         * lib/wcwidth.h: Remove file.
9229         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
9230         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
9231         * modules/wcwidth (Files): Remove lib/wcwidth.h.
9232         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
9233         (Include): Replace wcwidth.h with <wchar.h>.
9234         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
9235         * lib/mbchar.h: Don't include wcwidth.h.
9236         * lib/mbswidth.c: Likewise.
9237         * NEWS: Mention the change.
9238
9239 2007-07-07  Bruno Haible  <bruno@clisp.org>
9240
9241         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
9242         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
9243         definition with an external declaration.
9244         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
9245         defined as a function. Remove AC_C_INLINE requirement.
9246         * modules/wcwidth (Files): Add lib/wcwidth.c.
9247         (Makefile.am): Remove redundant statement.
9248
9249 2007-07-07  Bruno Haible  <bruno@clisp.org>
9250
9251         * MODULES.html.sh (Unicode string functions): Add the new modules.
9252
9253         * tests/uniwidth/test-u32-strwidth.c: New file.
9254         * modules/uniwidth/u32-strwidth-tests: New file.
9255
9256         * lib/uniwidth/u32-strwidth.c: New file.
9257         * modules/uniwidth/u32-strwidth: New file.
9258
9259         * tests/uniwidth/test-u16-strwidth.c: New file.
9260         * modules/uniwidth/u16-strwidth-tests: New file.
9261
9262         * lib/uniwidth/u16-strwidth.c: New file.
9263         * modules/uniwidth/u16-strwidth: New file.
9264
9265         * tests/uniwidth/test-u8-strwidth.c: New file.
9266         * modules/uniwidth/u8-strwidth-tests: New file.
9267
9268         * lib/uniwidth/u8-strwidth.c: New file.
9269         * modules/uniwidth/u8-strwidth: New file.
9270
9271         * tests/uniwidth/test-u32-width.c: New file.
9272         * modules/uniwidth/u32-width-tests: New file.
9273
9274         * lib/uniwidth/u32-width.c: New file.
9275         * modules/uniwidth/u32-width: New file.
9276
9277         * tests/uniwidth/test-u16-width.c: New file.
9278         * modules/uniwidth/u16-width-tests: New file.
9279
9280         * lib/uniwidth/u16-width.c: New file.
9281         * modules/uniwidth/u16-width: New file.
9282
9283         * tests/uniwidth/test-u8-width.c: New file.
9284         * modules/uniwidth/u8-width-tests: New file.
9285
9286         * lib/uniwidth/u8-width.c: New file.
9287         * modules/uniwidth/u8-width: New file.
9288
9289         * tests/uniwidth/test-uc_width.c: New file.
9290         * modules/uniwidth/width-tests: New file.
9291
9292         * lib/uniwidth/width.c: New file, from GNU libiconv.
9293         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
9294         * modules/uniwidth/width: New file.
9295
9296         * lib/uniwidth.h: New file, from GNU libiconv.
9297         * modules/uniwidth/base: New file.
9298
9299 2007-07-07  Bruno Haible  <bruno@clisp.org>
9300
9301         * lib/uniname.h: New file, from GNU gettext.
9302         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
9303         * lib/uniname/uninames.h: New file, from GNU gettext.
9304         * lib/uniname/uniname.c: New file, from GNU gettext.
9305         * tests/uniname/test-uninames.sh: New file.
9306         * tests/uniname/test-uninames.c: New file, from GNU gettext.
9307         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
9308         * modules/uniname/base: New file.
9309         * modules/uniname/uniname: New file.
9310         * modules/uniname/uniname-tests: New file.
9311         * MODULES.html.sh (Unicode string functions): Add the new modules.
9312
9313 2007-07-06  Bruno Haible  <bruno@clisp.org>
9314
9315         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
9316
9317 2007-07-06  Bruno Haible  <bruno@clisp.org>
9318
9319         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
9320         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
9321         includes <cygwin/sys_time.h> which includes <sys/select.h> which
9322         include <sys/time.h>.
9323         Reported by Eric Blake.
9324
9325 2007-07-06  Eric Blake  <ebb9@byu.net>
9326
9327         Fix testing canonicalize on cygwin.
9328         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
9329         Revert patch from 2007-06-19.
9330         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
9331         canonicalize module is also in use.
9332         * tests/test-canonicalize.c: New file.
9333         * tests/test-canonicalize.sh: Likewise.
9334         * modules/canonicalize-tests: Likewise.
9335
9336 2007-07-06  Jim Meyering  <jim@meyering.net>
9337
9338         * lib/getugroups.c (getugroups): Detect getgrent failure.
9339         Adjust comment to reflect reality: this function may return -1.
9340
9341 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
9342
9343         * build-aux/bootstrap (TP_URL,get_translations): Update to use
9344         the new TP address.
9345         (usage): Fix typo
9346         (gnulib_mk): New variable.
9347
9348 2007-07-05  Jim Meyering  <jim@meyering.net>
9349
9350         Don't let endgrent clobber errno, no matter how improbable.
9351         * lib/getugroups.c (getugroups): Save and restore errno around
9352         endgrent call.
9353
9354         Close the group DB even when failing with 2^31 or more members.
9355         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
9356
9357 2007-07-04  Jim Meyering  <jim@meyering.net>
9358
9359         * lib/getugroups.h: New file.
9360         * lib/getugroups.c: Include "getugroups.h".
9361         Remove uses of "register" keyword.
9362         Move local variable, "cp", down into scope where used.
9363         Give "username" parameter the "const" attribute.
9364         * modules/getugroups (Files): Add lib/getugroups.h
9365
9366 2007-07-04  Karl Berry  <karl@gnu.org>
9367
9368         * MODULES.html.sh (func_all_modules): Complete rename of
9369         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
9370
9371 2007-07-02  Bruno Haible  <bruno@clisp.org>
9372
9373         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
9374         mode, when inttypes.h comes from gnulib.
9375         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
9376
9377 2007-07-02  Simon Josefsson  <simon@josefsson.org>
9378
9379         * NEWS: Mention lgpl module name change.
9380
9381         * modules/lgpl-2.1: Renamed from lgpl.
9382
9383         * NEWS: Mention gpl module name change.
9384
9385         * modules/gpl-3.0: New file, based on gpl-2.0.
9386
9387         * modules/gpl-2.0: Renamed from gpl.
9388
9389         * modules/gpl: Fix filename, doc/gpl.texi is now found at
9390         doc/gpl-2.0.texi.
9391
9392 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9393
9394         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
9395         #define __STDC_LIMIT_MACROS temporarily while including
9396         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
9397         Problem reported by Joel E. Denny in
9398         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
9399
9400 2007-07-01  Bruno Haible  <bruno@clisp.org>
9401
9402         * lib/unistdio.h: New file.
9403         * lib/unistdio/u-asnprintf.h: New file.
9404         * lib/unistdio/u-asprintf.h: New file.
9405         * lib/unistdio/u-printf-args.c: New file.
9406         * lib/unistdio/u-printf-args.h: New file.
9407         * lib/unistdio/u-printf-parse.h: New file.
9408         * lib/unistdio/u-snprintf.h: New file.
9409         * lib/unistdio/u-sprintf.h: New file.
9410         * lib/unistdio/u-vasprintf.h: New file.
9411         * lib/unistdio/u-vsnprintf.h: New file.
9412         * lib/unistdio/u-vsprintf.h: New file.
9413         * lib/unistdio/ulc-asnprintf.c: New file.
9414         * lib/unistdio/ulc-asprintf.c: New file.
9415         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
9416         * lib/unistdio/ulc-printf-parse.c: New file.
9417         * lib/unistdio/ulc-snprintf.c: New file.
9418         * lib/unistdio/ulc-sprintf.c: New file.
9419         * lib/unistdio/ulc-vasnprintf.c: New file.
9420         * lib/unistdio/ulc-vasprintf.c: New file.
9421         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
9422         * lib/unistdio/ulc-vsnprintf.c: New file.
9423         * lib/unistdio/ulc-vsprintf.c: New file.
9424         * lib/unistdio/u8-asnprintf.c: New file.
9425         * lib/unistdio/u8-asprintf.c: New file.
9426         * lib/unistdio/u8-printf-parse.c: New file.
9427         * lib/unistdio/u8-snprintf.c: New file.
9428         * lib/unistdio/u8-sprintf.c: New file.
9429         * lib/unistdio/u8-vasnprintf.c: New file.
9430         * lib/unistdio/u8-vasprintf.c: New file.
9431         * lib/unistdio/u8-vsnprintf.c: New file.
9432         * lib/unistdio/u8-vsprintf.c: New file.
9433         * lib/unistdio/u8-u8-asnprintf.c: New file.
9434         * lib/unistdio/u8-u8-asprintf.c: New file.
9435         * lib/unistdio/u8-u8-snprintf.c: New file.
9436         * lib/unistdio/u8-u8-sprintf.c: New file.
9437         * lib/unistdio/u8-u8-vasnprintf.c: New file.
9438         * lib/unistdio/u8-u8-vasprintf.c: New file.
9439         * lib/unistdio/u8-u8-vsnprintf.c: New file.
9440         * lib/unistdio/u8-u8-vsprintf.c: New file.
9441         * lib/unistdio/u16-asnprintf.c: New file.
9442         * lib/unistdio/u16-asprintf.c: New file.
9443         * lib/unistdio/u16-printf-parse.c: New file.
9444         * lib/unistdio/u16-snprintf.c: New file.
9445         * lib/unistdio/u16-sprintf.c: New file.
9446         * lib/unistdio/u16-vasnprintf.c: New file.
9447         * lib/unistdio/u16-vasprintf.c: New file.
9448         * lib/unistdio/u16-vsnprintf.c: New file.
9449         * lib/unistdio/u16-vsprintf.c: New file.
9450         * lib/unistdio/u16-u16-asnprintf.c: New file.
9451         * lib/unistdio/u16-u16-asprintf.c: New file.
9452         * lib/unistdio/u16-u16-snprintf.c: New file.
9453         * lib/unistdio/u16-u16-sprintf.c: New file.
9454         * lib/unistdio/u16-u16-vasnprintf.c: New file.
9455         * lib/unistdio/u16-u16-vasprintf.c: New file.
9456         * lib/unistdio/u16-u16-vsnprintf.c: New file.
9457         * lib/unistdio/u16-u16-vsprintf.c: New file.
9458         * lib/unistdio/u32-asnprintf.c: New file.
9459         * lib/unistdio/u32-asprintf.c: New file.
9460         * lib/unistdio/u32-printf-parse.c: New file.
9461         * lib/unistdio/u32-snprintf.c: New file.
9462         * lib/unistdio/u32-sprintf.c: New file.
9463         * lib/unistdio/u32-vasnprintf.c: New file.
9464         * lib/unistdio/u32-vasprintf.c: New file.
9465         * lib/unistdio/u32-vsnprintf.c: New file.
9466         * lib/unistdio/u32-vsprintf.c: New file.
9467         * lib/unistdio/u32-u32-asnprintf.c: New file.
9468         * lib/unistdio/u32-u32-asprintf.c: New file.
9469         * lib/unistdio/u32-u32-snprintf.c: New file.
9470         * lib/unistdio/u32-u32-sprintf.c: New file.
9471         * lib/unistdio/u32-u32-vasnprintf.c: New file.
9472         * lib/unistdio/u32-u32-vasprintf.c: New file.
9473         * lib/unistdio/u32-u32-vsnprintf.c: New file.
9474         * lib/unistdio/u32-u32-vsprintf.c: New file.
9475         * tests/unistdio/test-ulc-asnprintf1.c: New file.
9476         * tests/unistdio/test-ulc-asnprintf1.h: New file.
9477         * tests/unistdio/test-ulc-printf1.h: New file.
9478         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
9479         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
9480         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
9481         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
9482         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
9483         * tests/unistdio/test-ulc-vasprintf1.c: New file.
9484         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
9485         * tests/unistdio/test-ulc-vsprintf1.c: New file.
9486         * tests/unistdio/test-u8-asnprintf1.c: New file.
9487         * tests/unistdio/test-u8-asnprintf1.h: New file.
9488         * tests/unistdio/test-u8-printf1.h: New file.
9489         * tests/unistdio/test-u8-vasnprintf1.c: New file.
9490         * tests/unistdio/test-u8-vasnprintf2.c: New file.
9491         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
9492         * tests/unistdio/test-u8-vasnprintf3.c: New file.
9493         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
9494         * tests/unistdio/test-u8-vasprintf1.c: New file.
9495         * tests/unistdio/test-u8-vsnprintf1.c: New file.
9496         * tests/unistdio/test-u8-vsprintf1.c: New file.
9497         * tests/unistdio/test-u16-asnprintf1.c: New file.
9498         * tests/unistdio/test-u16-asnprintf1.h: New file.
9499         * tests/unistdio/test-u16-printf1.h: New file.
9500         * tests/unistdio/test-u16-vasnprintf1.c: New file.
9501         * tests/unistdio/test-u16-vasnprintf2.c: New file.
9502         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
9503         * tests/unistdio/test-u16-vasnprintf3.c: New file.
9504         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
9505         * tests/unistdio/test-u16-vasprintf1.c: New file.
9506         * tests/unistdio/test-u16-vsnprintf1.c: New file.
9507         * tests/unistdio/test-u16-vsprintf1.c: New file.
9508         * tests/unistdio/test-u32-asnprintf1.c: New file.
9509         * tests/unistdio/test-u32-asnprintf1.h: New file.
9510         * tests/unistdio/test-u32-printf1.h: New file.
9511         * tests/unistdio/test-u32-vasnprintf1.c: New file.
9512         * tests/unistdio/test-u32-vasnprintf2.c: New file.
9513         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
9514         * tests/unistdio/test-u32-vasnprintf3.c: New file.
9515         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
9516         * tests/unistdio/test-u32-vasprintf1.c: New file.
9517         * tests/unistdio/test-u32-vsnprintf1.c: New file.
9518         * tests/unistdio/test-u32-vsprintf1.c: New file.
9519         * modules/unistdio/base: New file.
9520         * modules/unistdio/u-printf-args: New file.
9521         * modules/unistdio/ulc-asnprintf: New file.
9522         * modules/unistdio/ulc-asprintf: New file.
9523         * modules/unistdio/ulc-fprintf: New file.
9524         * modules/unistdio/ulc-printf-parse: New file.
9525         * modules/unistdio/ulc-snprintf: New file.
9526         * modules/unistdio/ulc-sprintf: New file.
9527         * modules/unistdio/ulc-vasnprintf: New file.
9528         * modules/unistdio/ulc-vasprintf: New file.
9529         * modules/unistdio/ulc-vfprintf: New file.
9530         * modules/unistdio/ulc-vsnprintf: New file.
9531         * modules/unistdio/ulc-vsprintf: New file.
9532         * modules/unistdio/u8-asnprintf: New file.
9533         * modules/unistdio/u8-asprintf: New file.
9534         * modules/unistdio/u8-printf-parse: New file.
9535         * modules/unistdio/u8-snprintf: New file.
9536         * modules/unistdio/u8-sprintf: New file.
9537         * modules/unistdio/u8-vasnprintf: New file.
9538         * modules/unistdio/u8-vasprintf: New file.
9539         * modules/unistdio/u8-vsnprintf: New file.
9540         * modules/unistdio/u8-vsprintf: New file.
9541         * modules/unistdio/u8-u8-asnprintf: New file.
9542         * modules/unistdio/u8-u8-asprintf: New file.
9543         * modules/unistdio/u8-u8-snprintf: New file.
9544         * modules/unistdio/u8-u8-sprintf: New file.
9545         * modules/unistdio/u8-u8-vasnprintf: New file.
9546         * modules/unistdio/u8-u8-vasprintf: New file.
9547         * modules/unistdio/u8-u8-vsnprintf: New file.
9548         * modules/unistdio/u8-u8-vsprintf: New file.
9549         * modules/unistdio/u16-asnprintf: New file.
9550         * modules/unistdio/u16-asprintf: New file.
9551         * modules/unistdio/u16-printf-parse: New file.
9552         * modules/unistdio/u16-snprintf: New file.
9553         * modules/unistdio/u16-sprintf: New file.
9554         * modules/unistdio/u16-vasnprintf: New file.
9555         * modules/unistdio/u16-vasprintf: New file.
9556         * modules/unistdio/u16-vsnprintf: New file.
9557         * modules/unistdio/u16-vsprintf: New file.
9558         * modules/unistdio/u16-u16-asnprintf: New file.
9559         * modules/unistdio/u16-u16-asprintf: New file.
9560         * modules/unistdio/u16-u16-snprintf: New file.
9561         * modules/unistdio/u16-u16-sprintf: New file.
9562         * modules/unistdio/u16-u16-vasnprintf: New file.
9563         * modules/unistdio/u16-u16-vasprintf: New file.
9564         * modules/unistdio/u16-u16-vsnprintf: New file.
9565         * modules/unistdio/u16-u16-vsprintf: New file.
9566         * modules/unistdio/u32-asnprintf: New file.
9567         * modules/unistdio/u32-asprintf: New file.
9568         * modules/unistdio/u32-printf-parse: New file.
9569         * modules/unistdio/u32-snprintf: New file.
9570         * modules/unistdio/u32-sprintf: New file.
9571         * modules/unistdio/u32-vasnprintf: New file.
9572         * modules/unistdio/u32-vasprintf: New file.
9573         * modules/unistdio/u32-vsnprintf: New file.
9574         * modules/unistdio/u32-vsprintf: New file.
9575         * modules/unistdio/u32-u32-asnprintf: New file.
9576         * modules/unistdio/u32-u32-asprintf: New file.
9577         * modules/unistdio/u32-u32-snprintf: New file.
9578         * modules/unistdio/u32-u32-sprintf: New file.
9579         * modules/unistdio/u32-u32-vasnprintf: New file.
9580         * modules/unistdio/u32-u32-vasprintf: New file.
9581         * modules/unistdio/u32-u32-vsnprintf: New file.
9582         * modules/unistdio/u32-u32-vsprintf: New file.
9583         * modules/unistdio/ulc-asnprintf-tests: New file.
9584         * modules/unistdio/ulc-vasnprintf-tests: New file.
9585         * modules/unistdio/ulc-vasprintf-tests: New file.
9586         * modules/unistdio/ulc-vsnprintf-tests: New file.
9587         * modules/unistdio/ulc-vsprintf-tests: New file.
9588         * modules/unistdio/u8-asnprintf-tests: New file.
9589         * modules/unistdio/u8-vasnprintf-tests: New file.
9590         * modules/unistdio/u8-vasprintf-tests: New file.
9591         * modules/unistdio/u8-vsnprintf-tests: New file.
9592         * modules/unistdio/u8-vsprintf-tests: New file.
9593         * modules/unistdio/u16-asnprintf-tests: New file.
9594         * modules/unistdio/u16-vasnprintf-tests: New file.
9595         * modules/unistdio/u16-vasprintf-tests: New file.
9596         * modules/unistdio/u16-vsnprintf-tests: New file.
9597         * modules/unistdio/u16-vsprintf-tests: New file.
9598         * modules/unistdio/u32-asnprintf-tests: New file.
9599         * modules/unistdio/u32-vasnprintf-tests: New file.
9600         * modules/unistdio/u32-vasprintf-tests: New file.
9601         * modules/unistdio/u32-vsnprintf-tests: New file.
9602         * modules/unistdio/u32-vsprintf-tests: New file.
9603         * MODULES.html.sh (Unicode string functions): Add the new modules.
9604
9605 2007-07-01  Bruno Haible  <bruno@clisp.org>
9606
9607         * lib/sprintf.c (sprintf): Limit the available length estimation,
9608         to avoid address wraparound.
9609         * lib/vsprintf.c (vsprintf): Likewise.
9610         * modules/sprintf-posix (Dependencies): Add stdint.
9611         * modules/vsprintf-posix (Dependencies): Likewise.
9612
9613 2007-07-01  Bruno Haible  <bruno@clisp.org>
9614
9615         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
9616         Windows PATH as well. Conservative double-quoting. Comments.
9617
9618 2007-07-01  Bruno Haible  <bruno@clisp.org>
9619             Eric Blake  <ebb9@byu.net>
9620             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9621
9622         * gnulib-tool (self_abspathname): Fix algorithm to cope with
9623         empty components in $PATH, denoting '.'.
9624
9625 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9626
9627         * gnulib-tool: Fix indentation.
9628         (func_create_megatestdir): Likewise.
9629         Report by Bruno Haible.
9630
9631 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9632
9633         Sync from Automake.
9634         * build-aux/gnupload: Fix shell portability issues with for loops.
9635         Report by Karl Berry.
9636
9637 2007-06-29  Simon Josefsson  <simon@josefsson.org>
9638
9639         * build-aux/maint.mk (POURL): Use translationproject.org.
9640
9641 2007-06-27  Simon Josefsson  <simon@josefsson.org>
9642             Bruno Haible  <bruno@clisp.org>
9643
9644         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
9645         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
9646         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
9647         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
9648         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
9649
9650 2007-06-27  Bruno Haible  <bruno@clisp.org>
9651
9652         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
9653         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
9654
9655 2007-06-26  Karl Berry  <karl@gnu.org>
9656
9657         * MODULES.html.sh: remove xreadlink-with-size.
9658
9659 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9660
9661         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
9662         method that I hope also handles the double-include problem noted
9663         by Bruno Haible in
9664         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
9665
9666 2007-06-23  Bruno Haible  <bruno@clisp.org>
9667
9668         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9669         Don't let the 'mostlyclean' target fail if the last subdirectory could
9670         not be removed.
9671         Reported by Karl Berry.
9672
9673 2007-06-23  Bruno Haible  <bruno@clisp.org>
9674
9675         * gnulib-tool (echo): Add a speedier workaround for ksh.
9676         * tests/test-echo.sh: Likewise.
9677
9678 2007-06-23  Bruno Haible  <bruno@clisp.org>
9679
9680         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
9681         * tests/test-echo.sh: Likewise.
9682
9683 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9684
9685         * gnulib-tool (IFS): Initialize early, so we don't set it to
9686         empty later.
9687         (self_abspathname): Rewrite algorithm to set it, reindent.
9688         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
9689         (func_create_megatestdir): Merge some sed scripts.
9690
9691 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9692
9693         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
9694         exposed by Sun Studio 11 cc on Solaris 8.
9695
9696 2007-06-22  Bruno Haible  <bruno@clisp.org>
9697
9698         * gnulib-tool (echo): Ensure the echo primitive does not interpret
9699         backslashes.
9700         * tests/test-echo.sh: New file.
9701
9702 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9703
9704         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
9705         simplify `sed_replace_build_aux' scripts, they are portable but
9706         echoing them with `echo' is not.
9707         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
9708
9709 2007-06-21  Karl Berry  <karl@gnu.org>
9710
9711         * config/srclist.txt: guess we can't handle the licenses via
9712         srclist at the moment.
9713
9714 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9715
9716         * MODULES.html.sh: Add include_next.
9717         * modules/include_next: New file.
9718
9719 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9720
9721         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
9722         INCLUDE_NEXT.
9723         (gl_CHECK_NEXT_HEADERS): New macro.
9724         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
9725         the obsolescent gl_ABSOLUTE_HEADER.
9726         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
9727         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
9728         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
9729         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
9730         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
9731         * m4/math_h.m4 (gl_MATH_H): Likewise.
9732         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
9733         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
9734         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
9735         * m4/stdint.m4 (gl_STDINT_H): Likewise.
9736         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
9737         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
9738         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
9739         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
9740         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
9741         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
9742         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
9743         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
9744         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
9745         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
9746         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
9747         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
9748         * m4/inttypes.m4 (gl_INTTYPES_H): Define
9749         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
9750         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
9751         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
9752         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
9753         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
9754         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
9755         * lib/float_.h: Likewise.
9756         * lib/inttypes_.h: Likewise.
9757         * lib/math_.h: Likewise.
9758         * lib/search_.h: Likewise.
9759         * lib/signal_.h: Likewise.
9760         * lib/stdint_.h: Likewise.
9761         * lib/stdio_.h: Likewise.
9762         * lib/stdlib_.h: Likewise.
9763         * lib/string_.h: Likewise.
9764         * lib/sys_stat_.h: Likewise.
9765         * lib/sys_time_.h: Likewise.
9766         * lib/time_.h: Likewise.
9767         * lib/unistd_.h: Likewise.
9768         * lib/wchar_.h: Likewise.
9769         * lib/wctype_.h: Likewise.
9770         * lib/dirent_.h: Likewise.
9771         * lib/iconv_.h: Likewise.
9772         * lib/locale_.h: Likewise.
9773         * lib/netinet_in_.h: Likewise.
9774         * lib/sys_select_.h: Likewise.
9775         * lib/sys_socket_.h: Likewise.
9776         * lib/sysexits_.h: Likewise.
9777         * modules/fcntl (Depends-on): Depend on include_next, not
9778         absolute_header.
9779         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
9780         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
9781         * modules/fchdir: Likewise.
9782         * modules/float: Likewise.
9783         * modules/iconv_open: Likewise.
9784         * modules/inttypes: Likewise.
9785         * modules/locale: Likewise.
9786         * modules/math: Likewise.
9787         * modules/netinet_in: Likewise.
9788         * modules/search: Likewise.
9789         * modules/signal: Likewise.
9790         * modules/stdint: Likewise.
9791         * modules/stdio: Likewise.
9792         * modules/stdlib: Likewise.
9793         * modules/string: Likewise.
9794         * modules/sys_select: Likewise.
9795         * modules/sys_socket: Likewise.
9796         * modules/sys_stat: Likewise.
9797         * modules/sys_time: Likewise.
9798         * modules/sysexits: Likewise.
9799         * modules/time: Likewise.
9800         * modules/unistd: Likewise.
9801         * modules/wchar: Likewise.
9802         * modules/wctype: Likewise.
9803         * modules/sys_stat: Change maintainer to "all".
9804         * modules/unistd: Likewise.
9805
9806 2007-06-20  Karl Berry  <karl@gnu.org>
9807
9808         * config/srclist.txt: track www changes in license files.
9809
9810 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
9811
9812         * build-aux/bootstrap: Remove stray dot.
9813         Make sure build_aux settings are honored when linking
9814         gnulib_extra_files.
9815
9816 2007-06-19  Eric Blake  <ebb9@byu.net>
9817
9818         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
9819         Allow compilation on cygwin.
9820
9821 2007-06-19  Jim Meyering  <jim@meyering.net>
9822
9823         xreadlink-with-size: Remove module.  No longer used.
9824         Ex-callers now use xreadlink or mreadlink-with-size.
9825         * modules/xreadlink-with-size: Remove module.
9826         * lib/xreadlink-with-size.c: Remove file.
9827         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
9828         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
9829         just before the function definition *is* accurate.
9830
9831         Eliminate one way canonicalize_filename_mode could exit.
9832         * lib/canonicalize.c (canonicalize_filename_mode):
9833         Use mreadlink_with_size, not xreadlink_with_size.
9834
9835 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
9836
9837         Detect porting problems to FreeBSD/arm, which has time_t wider than
9838         long int.  Original problem reported for GNU diff by Xin Li in
9839         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
9840         * modules/getdate (Depends-on): Add intprops, verify.
9841         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
9842         is an integer type no wider than long int.
9843
9844 2007-06-18  Jim Meyering  <jim@meyering.net>
9845
9846         New module: mreadlink-with-size.
9847         * MODULES.html.sh: Add mreadlink-with-size.
9848         * modules/mreadlink-with-size: New module
9849         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
9850         not xreadlink-with-size.
9851         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
9852
9853 2007-06-16  Bruno Haible  <bruno@clisp.org>
9854
9855         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
9856         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
9857         Reported by Gary V. Vaughan <gary@gnu.org>.
9858
9859 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
9860
9861         Revamp lchown so that it lives in unistd.h where it belongs.
9862         * lib/lchown.h: Remove.
9863         * lib/dirchownmod.c: Don't include lib/lchown.h.
9864         * lib/fchownat.c: Likewise.
9865         * lib/openat.c: Likewise.
9866         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
9867         does not follow symlinks.
9868         (EOPNOTSUPP): Define if not defined.
9869         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
9870         is defined to 0.
9871         (lchown): New decl.
9872         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
9873         Do not check for lchown decl.
9874         Set REPLACE_LCHOWN.
9875         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
9876         REPLACE_LCHOWN.
9877         * modules/chown: Make it clear it follows symlinks.
9878         * modules/lchown: Make it clear it doesn't follow symlinks.
9879         (Files): Remove lib/lchown.h
9880         (Depends-on): Add unistd.
9881         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
9882         (Include): Include <unistd.h>, not "lchown.h".
9883         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
9884         REPLACE_LCHOWN.
9885
9886 2007-06-15  Jim Meyering  <jim@meyering.net>
9887
9888         Change license (GPL to LGPL) of fsusage and dependents.
9889         * modules/fsusage (License): Change to LGPL.
9890         * modules/full-read (License): Likewise.
9891         * modules/full-write (License): Likewise.
9892         * modules/safe-read (License): Likewise.
9893         * modules/safe-write (License): Likewise.
9894
9895 2007-06-14  Ben Pfaff  <blp@gnu.org>
9896
9897         Missing part of allocsa -> malloca transition.
9898         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
9899         gl_MALLOCA.
9900
9901 2007-06-12  Bruno Haible  <bruno@clisp.org>
9902
9903         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
9904         to ia64, x86_64, i386.
9905         Reported by Eric Blake.
9906
9907 2007-06-12  Bruno Haible  <bruno@clisp.org>
9908
9909         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
9910         cross-compiling to x86_64.
9911
9912 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
9913
9914         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
9915         glitch reported by Ralf Wildenhues in
9916         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
9917
9918         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
9919         Vin Shelton.
9920
9921 2007-06-11  Bruno Haible  <bruno@clisp.org>
9922
9923         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
9924         replacement string.
9925         Reported by Eric Blake.
9926
9927 2007-06-10  Bruno Haible  <bruno@clisp.org>
9928
9929         Prepare vasnprintf code for use with Unicode strings.
9930         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
9931         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
9932         TYPE_U32_STRING.
9933         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
9934         a_u32_string variants.
9935         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
9936         * lib/printf-args.c: Don't include config.h and the specification
9937         header if PRINTF_FETCHARGS is already defined.
9938         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
9939         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
9940         TYPE_U16_STRING, TYPE_U32_STRING.
9941         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
9942         u16_directive, u16_directives, u32_directive, u32_directives): New
9943         types.
9944         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
9945         New declarations.
9946         * lib/printf-parse.c: Don't include config.h and the specification
9947         header if PRINTF_PARSE is already defined. Eliminate the set of
9948         parameters for WIDE_CHAR_VERSION; the user of this file must provide
9949         them now. Include c-ctype.h.
9950         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
9951         directive and CHAR_T_ONLY_ASCII.
9952         * lib/vasnprintf.c: Don't include config.h and the specification header
9953         if VASNPRINTF is already defined.
9954         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
9955         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
9956         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
9957         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
9958         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
9959         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
9960         code accordingly.
9961         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
9962         pad_ourselves also in this case, with the 'c' and 's' directives, and
9963         with a different notion of "width".
9964         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
9965
9966 2007-06-10  Bruno Haible  <bruno@clisp.org>
9967
9968         * modules/unistr/u32-mbsnlen: New file.
9969         * lib/unistr/u32-mbsnlen.c: New file.
9970
9971         * modules/unistr/u16-mbsnlen: New file.
9972         * lib/unistr/u16-mbsnlen.c: New file.
9973
9974         * modules/unistr/u8-mbsnlen: New file.
9975         * lib/unistr/u8-mbsnlen.c: New file.
9976
9977         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
9978         declarations.
9979
9980 2007-06-10  Bruno Haible  <bruno@clisp.org>
9981
9982         * lib/string_.h (mbsnlen): New declaration.
9983         * lib/mbsnlen.c: New file.
9984         * m4/mbsnlen.m4: New file.
9985         * modules/mbsnlen: New file.
9986         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
9987         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
9988         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
9989
9990 2007-06-10  Bruno Haible  <bruno@clisp.org>
9991
9992         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
9993
9994 2007-06-10  Bruno Haible  <bruno@clisp.org>
9995
9996         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
9997         * lib/mbuiter.h: Likewise.
9998
9999 2007-06-10  Bruno Haible  <bruno@clisp.org>
10000
10001         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
10002         declaration.
10003
10004 2007-06-10  Karl Berry  <karl@gnu.org>
10005
10006         * config/srclist.txt: remove gettext entries, Bruno prefers
10007         to update individually.
10008
10009 2007-06-10  Bruno Haible  <bruno@clisp.org>
10010
10011         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
10012         'maxlen'. Ensure only length + width bytes are allocated, not
10013         length + 1 + width.
10014
10015 2007-06-09  Bruno Haible  <bruno@clisp.org>
10016
10017         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
10018         (CHAR_T): Remove macro.
10019         (VASNPRINTF): Update.
10020
10021 2007-06-09  Bruno Haible  <bruno@clisp.org>
10022
10023         * MODULES.html.sh (Unicode string functions): Add the new modules.
10024
10025         * modules/uniconv/u32-conv-to-enc: New file.
10026         * lib/uniconv/u32-conv-to-enc.c: New file.
10027         * modules/uniconv/u32-conv-to-enc-tests: New file.
10028         * tests/uniconv/test-u32-conv-to-enc.c: New file.
10029
10030         * modules/uniconv/u16-conv-to-enc: New file.
10031         * lib/uniconv/u16-conv-to-enc.c: New file.
10032         * lib/uniconv/u-conv-to-enc.h: New file.
10033         * modules/uniconv/u16-conv-to-enc-tests: New file.
10034         * tests/uniconv/test-u16-conv-to-enc.c: New file.
10035
10036         * modules/uniconv/u8-conv-to-enc: New file.
10037         * lib/uniconv/u8-conv-to-enc.c: New file.
10038         * modules/uniconv/u8-conv-to-enc-tests: New file.
10039         * tests/uniconv/test-u8-conv-to-enc.c: New file.
10040
10041         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
10042         u32_conv_to_encoding): New declarations.
10043
10044 2007-06-09  Bruno Haible  <bruno@clisp.org>
10045
10046         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
10047
10048 2007-06-09  Bruno Haible  <bruno@clisp.org>
10049
10050         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
10051         * modules/malloca: Renamed from modules/allocsa, updated.
10052         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
10053         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
10054         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
10055         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
10056         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
10057         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
10058         * modules/xmalloca: Renamed from modules/xallocsa, updated.
10059         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
10060         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
10061         * modules/c-strcasestr (Depends-on): Update.
10062         * lib/c-strcasestr.c: Update.
10063         * modules/c-strstr (Depends-on): Update.
10064         * lib/c-strstr.c: Update.
10065         * modules/canonicalize-lgpl (Depends-on): Update.
10066         * lib/canonicalize-lgpl.c: Update.
10067         * modules/clean-temp (Depends-on): Update.
10068         * lib/clean-temp.c: Update.
10069         * modules/csharpcomp (Depends-on): Update.
10070         * lib/csharpcomp.c: Update.
10071         * modules/csharpexec (Depends-on): Update.
10072         * lib/csharpexec.c: Update.
10073         * modules/javacomp (Depends-on): Update.
10074         * lib/javacomp.c: Update.
10075         * modules/javaexec (Depends-on): Update.
10076         * lib/javaexec.c: Update.
10077         * modules/mbscasestr (Depends-on): Update.
10078         * lib/mbscasestr.c: Update.
10079         * modules/mbsstr (Depends-on): Update.
10080         * lib/mbsstr.c: Update.
10081         * modules/setenv (Depends-on): Update.
10082         * lib/setenv.c: Update.
10083         * modules/strcasestr (Depends-on): Update.
10084         * lib/strcasestr.c: Update.
10085         * modules/striconveha (Depends-on): Update.
10086         * lib/striconveha.c: Update.
10087         * modules/relocatable-prog-wrapper (Files): Update.
10088         * lib/relocwrapper.c: Update.
10089         * build-aux/install-reloc: Update.
10090         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
10091
10092 2007-06-08  Bruno Haible  <bruno@clisp.org>
10093
10094         Port to uClibc.
10095         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
10096         * lib/fpurge.c (fpurge): Likewise.
10097         * lib/freading.c (freading): Likewise.
10098         * lib/fseeko.c (rpl_fseeko): Likewise.
10099         * lib/fseterr.c (fseterr): Likewise.
10100         * lib/fwriting.c (fwriting): Likewise.
10101         * tests/test-fflush.c (main): Avoid a failure on uClibc.
10102
10103 2007-06-08  Bruno Haible  <bruno@clisp.org>
10104
10105         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
10106         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
10107         * modules/gettext (Files): Add m4/intlmacosx.m4.
10108
10109 2007-06-07  Bruno Haible  <bruno@clisp.org>
10110
10111         * modules/localename-tests: New file.
10112         * tests/test-localename.c: New file.
10113
10114         New module 'localename'.
10115         * lib/localename.h: New file.
10116         * lib/localename.c: New file, from GNU gettext.
10117         * m4/localename.m4: New file.
10118         * modules/localename: New file.
10119
10120 2007-06-07  Bruno Haible  <bruno@clisp.org>
10121
10122         Work around the lack of <wchar.h> on some builds of uClibc.
10123         * doc/headers/wchar.texi: Update.
10124         * lib/wchar_.h: Include <wchar.h> only if it exists.
10125         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
10126         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
10127         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
10128         doesn't exist.
10129         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
10130         * modules/mbfile (Depends-on): Add wchar.
10131         * modules/mbiter (Depends-on): Likewise.
10132         * modules/mbuiter (Depends-on): Likewise.
10133         Reported by Simon Josefsson.
10134
10135 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
10136
10137         Work around problem reported by Steven M. Schweda in
10138         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
10139         Tru64 5.1B with the Compaq compiler environment installed declares
10140         an 'isblank' function but does not define it in the C library.
10141         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
10142         * lib/regex_internal.h (isblank): Likewise.
10143         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
10144         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10145
10146 2007-06-05  Bruno Haible  <bruno@clisp.org>
10147
10148         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
10149         ia64.
10150         * modules/printf-safe: New file.
10151         * modules/fprintf-posix (Depends-on): Add printf-safe.
10152         * modules/printf-posix (Depends-on): Likewise.
10153         * modules/snprintf-posix (Depends-on): Likewise.
10154         * modules/sprintf-posix (Depends-on): Likewise.
10155         * modules/vasnprintf-posix (Depends-on): Likewise.
10156         * modules/vasprintf-posix (Depends-on): Likewise.
10157         * modules/vfprintf-posix (Depends-on): Likewise.
10158         * modules/vprintf-posix (Depends-on): Likewise.
10159         * modules/vsnprintf-posix (Depends-on): Likewise.
10160         * modules/vsprintf-posix (Depends-on): Likewise.
10161         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
10162         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
10163         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
10164         "no" on i386, x86_64, ia64.
10165         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
10166         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
10167         on i386, x86_64, ia64.
10168         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
10169         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
10170         on i386, x86_64, ia64.
10171         * tests/test-vasnprintf-posix.c: Include float.h.
10172         (LDBL80_WORDS): New macro.
10173         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
10174         on i386, x86_64, ia64.
10175         * tests/test-vasprintf-posix.c: Include float.h.
10176         (LDBL80_WORDS): New macro.
10177         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
10178         on i386, x86_64, ia64.
10179         * tests/test-snprintf-posix.c: Include float.h.
10180         * tests/test-sprintf-posix.c: Likewise.
10181         * tests/test-vsnprintf-posix.c: Likewise.
10182         * tests/test-vsprintf-posix.c: Likewise.
10183
10184 2007-06-05  Bruno Haible  <bruno@clisp.org>
10185
10186         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
10187         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
10188         non-IEEE numbers on i386, x86_64, ia64.
10189         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
10190         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
10191         * tests/test-isnanl.h: Include float.h.
10192         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
10193
10194 2007-06-05  Bruno Haible  <bruno@clisp.org>
10195
10196         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
10197         also the %a / %A. Handle the %a / %A code before this extra handling.
10198
10199 2007-06-05  Bruno Haible  <bruno@clisp.org>
10200
10201         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
10202         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
10203
10204 2007-06-05  Bruno Haible  <bruno@clisp.org>
10205
10206         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
10207         typo in variable name.
10208
10209 2007-06-05  Eric Blake  <ebb9@byu.net>
10210
10211         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
10212         Reported by Simon Josefsson.
10213
10214 2007-06-04  Bruno Haible  <bruno@clisp.org>
10215
10216         Avoid test failures on some PowerPC platforms.
10217         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
10218         Define differently for PowerPC.
10219         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
10220         Reported by Gary V. Vaughan <gary@gnu.org>.
10221
10222 2007-06-02  Bruno Haible  <bruno@clisp.org>
10223
10224         Fix test-stdint failure on FreeBSD/ia64.
10225         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
10226         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
10227         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
10228         * doc/headers/stdint.texi: Update.
10229
10230 2007-06-01  Bruno Haible  <bruno@clisp.org>
10231
10232         * tests/test-binary-io.c (main): Pass a third argument to open().
10233         Reported by Gary V. Vaughan <gary@gnu.org>.
10234
10235 2007-06-01  Bruno Haible  <bruno@clisp.org>
10236
10237         * doc/functions/frexpl.texi: Update for mingw.
10238
10239 2007-06-01  Bruno Haible  <bruno@clisp.org>
10240
10241         * tests/test-lseek.c (main): Disable test of errno for invalid third
10242         argument.
10243         * doc/functions/lseek.texi: Update.
10244         Reported by Gary V. Vaughan <gary@gnu.org>.
10245
10246 2007-05-28  Bruno Haible  <bruno@clisp.org>
10247
10248         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
10249
10250 2007-05-31  Eric Blake  <ebb9@byu.net>
10251
10252         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
10253         cross compiling.
10254
10255 2007-05-30  Eric Blake  <ebb9@byu.net>
10256         and Bruno Haible  <bruno@clisp.org>
10257
10258         Work around mingw test failures exposed by m4-1.4.9b.
10259         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
10260         * tests/test-unistd.c: Disable uid_t and git_t tests for the
10261         moment.
10262
10263 2007-05-30  Bruno Haible  <bruno@clisp.org>
10264
10265         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
10266         assuming that they are closed. Needed on HP-UX 11.
10267
10268 2007-05-29  Bruno Haible  <bruno@clisp.org>
10269
10270         Fix a problem with #include_next.
10271         * lib/dirent_.h: Split the double-inclusion guard.
10272         * lib/fcntl_.h: Likewise.
10273         * lib/float_.h: Likewise.
10274         * lib/iconv_.h: Likewise.
10275         * lib/inttypes_.h: Likewise.
10276         * lib/locale_.h: Likewise.
10277         * lib/math_.h: Likewise.
10278         * lib/netinet_in_.h: Likewise.
10279         * lib/search_.h: Likewise.
10280         * lib/signal_.h: Likewise.
10281         * lib/stdint_.h: Likewise.
10282         * lib/stdio_.h: Likewise.
10283         * lib/stdlib_.h: Likewise.
10284         * lib/string_.h: Likewise.
10285         * lib/sys_select_.h: Likewise.
10286         * lib/sys_socket_.h: Likewise.
10287         * lib/sys_stat_.h: Likewise.
10288         * lib/sys_time_.h: Likewise.
10289         * lib/sysexits_.h: Likewise.
10290         * lib/time_.h: Likewise.
10291         * lib/unistd_.h: Likewise.
10292         * lib/wchar_.h: Likewise.
10293         * lib/wctype_.h: Likewise.
10294
10295 2007-05-29  Bruno Haible  <bruno@clisp.org>
10296
10297         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
10298         for the moment.
10299
10300 2007-05-29  Bruno Haible  <bruno@clisp.org>
10301
10302         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
10303         invocation.
10304         Reported by Eric Blake.
10305
10306 2007-05-29  Bruno Haible  <bruno@clisp.org>
10307
10308         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
10309         compiling case.
10310
10311 2007-05-29  Eric Blake  <ebb9@byu.net>
10312             Bruno Haible  <bruno@clisp.org>
10313
10314         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
10315         cross compiles.
10316
10317 2007-05-28  Eric Blake  <ebb9@byu.net>
10318
10319         * modules/closein-tests (test_closein_LDADD): Support test on
10320         cygwin with libtool.
10321
10322 2007-05-28  Bruno Haible  <bruno@clisp.org>
10323
10324         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
10325         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
10326         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
10327         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
10328         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
10329         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
10330         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
10331         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
10332         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
10333
10334 2007-05-28  Eric Blake  <ebb9@byu.net>
10335
10336         Unconditionally include <config.h> in unit tests.
10337         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
10338         * tests/test-allocsa.c, tests/test-arcfour.c,
10339         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
10340         tests/test-array_list.c, tests/test-array_oset.c,
10341         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
10342         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
10343         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
10344         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
10345         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
10346         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
10347         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
10348         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
10349         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
10350         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
10351         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
10352         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
10353         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
10354         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
10355         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
10356         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
10357         test-md5.c, test-memmem.c, test-printf-posix.c,
10358         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
10359         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
10360         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
10361         test-strcasestr.c, test-striconv.c, test-striconveh.c,
10362         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
10363         test-vasnprintf-posix2.c, test-vasnprintf.c,
10364         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
10365         test-vfprintf-posix.c, test-vprintf-posix.c,
10366         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
10367         test-xvasprintf.c: Likewise.
10368
10369 2007-05-28  Bruno Haible  <bruno@clisp.org>
10370
10371         * gnulib-tool (func_import): Remember the --with-tests command-line
10372         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
10373         Reported by Eric Blake.
10374
10375 2007-05-28  Bruno Haible  <bruno@clisp.org>
10376
10377         * modules/ftell-tests: New file.
10378         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
10379         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
10380
10381         * lib/ftell.c: New file.
10382         * modules/ftell: New file.
10383         * m4/ftell.m4: New file.
10384         * doc/functions/ftell.texi: Update.
10385         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
10386         REPLACE_FTELL.
10387         * lib/stdio_.h (rpl_ftell): New declaration.
10388         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
10389         REPLACE_FTELL.
10390
10391 2007-05-28  Eric Blake  <ebb9@byu.net>
10392
10393         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
10394
10395 2007-05-28  Bruno Haible  <bruno@clisp.org>
10396
10397         * modules/fseek-tests: New file.
10398         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
10399         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
10400
10401         * lib/fseek.c: New file.
10402         * modules/fseek: New file.
10403         * m4/fseek.m4: New file.
10404         * doc/functions/fseek.texi: Update.
10405         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
10406         REPLACE_FSEEK.
10407         * lib/stdio_.h (rpl_fseek): New declaration.
10408         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
10409         REPLACE_FSEEK.
10410
10411 2007-05-28  Bruno Haible  <bruno@clisp.org>
10412
10413         * lib/stdio_.h (fflush): More comments.
10414
10415 2007-05-28  Bruno Haible  <bruno@clisp.org>
10416
10417         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
10418         runtime test.
10419
10420 2007-05-28  Eric Blake  <ebb9@byu.net>
10421
10422         Improve lseek module.
10423         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
10424         * lib/unistd_.h (lseek): Scale back link warning message.
10425         * tests/test-lseek.c: Beef up test.
10426         * tests/test-lseek.sh: Exercise more facets of lseek.
10427         Reported by Bruno Haible.
10428
10429 2007-05-28  Bruno Haible  <bruno@clisp.org>
10430
10431         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
10432         to define.
10433
10434 2007-05-27  Bruno Haible  <bruno@clisp.org>
10435
10436         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
10437
10438 2007-05-27  Bruno Haible  <bruno@clisp.org>
10439
10440         * modules/openmp: New file.
10441         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
10442         Noah Misch.
10443
10444 2007-05-26  Bruno Haible  <bruno@clisp.org>
10445
10446         * modules/chdir-long (Depends-on): Add fchdir.
10447         * modules/chdir-safer (Depends-on): Likewise.
10448         * modules/fts (Depends-on): Likewise.
10449         * modules/fts-lgpl (Depends-on): Likewise.
10450         * modules/openat (Depends-on): Likewise.
10451         * modules/savewd (Depends-on): Likewise.
10452
10453 2007-05-24  Eric Blake  <ebb9@byu.net>
10454
10455         Fix lseek on mingw.
10456         * modules/lseek: New module.
10457         * m4/lseek.m4: New file.
10458         * lib/lseek.c: New file.
10459         * modules/lseek-tests: New file.
10460         * tests/test-lseek.c: New file.
10461         * tests/test-lseek.sh: New file.
10462         * MODULES.html.sh: Document lseek module.
10463         * modules/fflush (Depends-on): Add lseek, fseeko.
10464         * modules/fseeko (Depends-on): Likewise.
10465         * modules/ftello (Depends-on): Likewise.
10466         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
10467         broken.
10468         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
10469         broken.
10470         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
10471         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
10472         * lib/ftello.c (rpl_ftello): Likewise.
10473         * tests/test-fseeko.c (main): Test this.
10474         * tests/test-fseeko.sh: Likewise.
10475         * tests/test-ftello.c (main): Likewise.
10476         * tests/test-ftello.sh: Likewise.
10477         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
10478         implies replacing fseek.
10479         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
10480         HAVE_FTELLO.
10481         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
10482         * modules/unistd (Makefile.am): Likewise.
10483         * lib/unistd_.h (lseek): Declare a replacement.
10484         * doc/functions/lseek.texi (lseek): Document this fix.
10485         * doc/functions/fseek.texi (fseek): Likewise.
10486         * doc/functions/ftell.texi (ftell): Likewise.
10487
10488 2007-05-24  Bruno Haible  <bruno@clisp.org>
10489
10490         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
10491         in the printed representation of a NaN.
10492         * tests/test-vasprintf-posix.c (test_function): Likewise.
10493         * tests/test-snprintf-posix.h (test_function): Likewise.
10494         * tests/test-sprintf-posix.h (test_function): Likewise.
10495         Reported by Eric Blake.
10496
10497 2007-05-23  Eric Blake  <ebb9@byu.net>
10498
10499         Fix fseeko/ftello on cygwin 1.5.24.
10500         * doc/functions/fseeko.texi (fseeko): Document the fix.
10501         * doc/functions/ftello.texi (ftello): Document the fix.
10502         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
10503         * doc/functions/stdout.text (stdout): New file.
10504         * doc/functions/stderr.text (stderr): New file.
10505         * doc/gnulib.texi (Function Substitutes): Use new files.
10506         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
10507         prior to 1.7.0.
10508         * tests/test-ftello.c (main): Likewise for ftello.
10509         * tests/test-fseeko.sh: New file.
10510         * tests/test-ftello.sh: New file.
10511         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
10512         with seekable stdin.
10513         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
10514         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
10515         (gl_REPLACE_FSEEKO): New macro.
10516         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
10517         * modules/fseeko (Files): Distribute fseeko.c.
10518         * modules/ftello (Files): Distribute ftello.c.
10519         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
10520         mode.
10521         * lib/ftello.c (rpl_ftello): New file.
10522         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
10523         fseeko, ftello.
10524         (gl_STDIN_LARGE_OFFSET): New macro.
10525         * modules/stdio (Makefile.am): Perform the replacement.
10526         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
10527
10528 2007-05-23  Bruno Haible  <bruno@clisp.org>
10529
10530         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
10531         GNULIB_POSIXCHECK is defined.
10532
10533 2007-05-21  Bruno Haible  <bruno@clisp.org>
10534
10535         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
10536         Check also the output for NaN arguments. When cross-compiling, guess
10537         no on IRIX.
10538         * lib/vasnprintf.c: Update comments.
10539         * tests/test-vasnprintf-posix.c (strisnan): New function.
10540         (test_function): Use it.
10541         * tests/test-vasprintf-posix.c (strisnan): New function.
10542         (test_function): Use it.
10543         * tests/test-snprintf-posix.h (strisnan): New function.
10544         (test_function): Use it.
10545         * tests/test-sprintf-posix.h (strisnan): New function.
10546         (test_function): Use it.
10547         Reported by Eric Blake.
10548
10549 2007-05-20  Bruno Haible  <bruno@clisp.org>
10550
10551         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
10552         numbers that fails on BeOS.
10553         * doc/functions/frexpl.texi: Update.
10554
10555 2007-05-20  Jim Meyering  <jim@meyering.net>
10556
10557         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
10558         forced upon us by glibc-2.6.
10559
10560 2007-05-20  Bruno Haible  <bruno@clisp.org>
10561
10562         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
10563         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
10564         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
10565         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
10566         NEED_PRINTF_INFINITE.
10567         (is_infinitel): New function.
10568         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
10569         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
10570         gl_PREREQ_VASNPRINTF_INFINITE.
10571         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
10572         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10573         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
10574         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
10575         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
10576         gl_PREREQ_VASNPRINTF_INFINITE.
10577         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10578         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10579         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10580         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10581         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10582         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10583         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10584         * doc/functions/fprintf.texi: Update.
10585         * doc/functions/printf.texi: Update.
10586         * doc/functions/snprintf.texi: Update.
10587         * doc/functions/sprintf.texi: Update.
10588         * doc/functions/vfprintf.texi: Update.
10589         * doc/functions/vprintf.texi: Update.
10590         * doc/functions/vsnprintf.texi: Update.
10591         * doc/functions/vsprintf.texi: Update.
10592
10593 2007-05-20  Bruno Haible  <bruno@clisp.org>
10594
10595         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
10596         was not found in libc.
10597         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
10598
10599 2007-05-20  Bruno Haible  <bruno@clisp.org>
10600
10601         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
10602         printed as "-nan" instead of "nan".
10603         * tests/test-vasprintf-posix.c (test_function): Likewise.
10604         * tests/test-snprintf-posix.h (test_function): Likewise.
10605         * tests/test-sprintf-posix.h (test_function): Likewise.
10606         Needed for HP-UX 11.
10607
10608 2007-05-20  Jim Meyering  <jim@meyering.net>
10609
10610         Fix buggy test for the fchownat-deref bug.
10611         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
10612         symlink required for the run-test.  Without it, this test would
10613         always declare that fchownat doesn't work, and client code would
10614         unnecessarily use the replacement function with fixed libc.
10615         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
10616         Reported by Greg Schafer.
10617
10618 2007-05-19  Bruno Haible  <bruno@clisp.org>
10619
10620         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
10621         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
10622         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
10623         Needed for IRIX 6.5 and Solaris 2.5.1.
10624
10625 2007-05-19  Bruno Haible  <bruno@clisp.org>
10626
10627         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
10628         (test_function): Skip tests involving -0.0 on platforms where
10629         -0.0 = 0.0.
10630         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
10631         (test_function): Skip tests involving -0.0 on platforms where
10632         -0.0 = 0.0.
10633         * tests/test-snprintf-posix.h (have_minus_zero): New function.
10634         (test_function): Skip tests involving -0.0 on platforms where
10635         -0.0 = 0.0.
10636         * tests/test-sprintf-posix.h (have_minus_zero): New function.
10637         (test_function): Skip tests involving -0.0 on platforms where
10638         -0.0 = 0.0.
10639         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
10640         tests.
10641         * tests/test-printf-posix.h (test_function): Likewise.
10642         * tests/test-printf-posix.output: Remove all -0.0 related results.
10643         Needed for IRIX 6.5.
10644
10645 2007-05-19  Bruno Haible  <bruno@clisp.org>
10646
10647         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
10648         printed as "nan0x7fffffff" instead of "nan".
10649         * tests/test-vasprintf-posix.c (test_function): Likewise.
10650         * tests/test-snprintf-posix.h (test_function): Likewise.
10651         * tests/test-sprintf-posix.h (test_function): Likewise.
10652         * tests/test-fprintf-posix.h (NaN): Remove macro.
10653         (test_function): Remove all NaN related tests.
10654         * tests/test-printf-posix.h (NaN): Remove macro.
10655         (test_function): Remove all NaN related tests.
10656         * tests/test-printf-posix.output: Remove all NaN related results.
10657         Needed for IRIX 6.5.
10658
10659 2007-05-19  Bruno Haible  <bruno@clisp.org>
10660
10661         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
10662         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
10663
10664 2007-05-19  Bruno Haible  <bruno@clisp.org>
10665
10666         * lib/float_.h: New file.
10667         * m4/float_h.m4: New file.
10668         * modules/float: New file.
10669         * modules/isnanl (Dependencies): Add float.
10670         * modules/isnanl-nolibm (Dependencies): Likewise.
10671         * modules/mathl (Dependencies): Likewise.
10672         * modules/printf-frexpl (Dependencies): Likewise.
10673         * modules/signbit (Dependencies): Likewise.
10674         * modules/vasnprintf (Dependencies): Likewise.
10675         * doc/headers/float.texi: Update.
10676
10677 2007-05-19  Jim Meyering  <jim@meyering.net>
10678
10679         * lib/utimens.c (gl_futimens): Rename from futimens,
10680         now that glibc-2.6 declares futimens.
10681         * lib/utimens.h: Likewise.
10682
10683 2007-05-19  Bruno Haible  <bruno@clisp.org>
10684
10685         Avoid test failures on mingw.
10686         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
10687         * tests/test-printf-posix.sh: Likewise.
10688         * tests/test-vfprintf-posix.sh: Likewise.
10689         * tests/test-vprintf-posix.sh: Likewise.
10690
10691 2007-05-19  Bruno Haible  <bruno@clisp.org>
10692
10693         Fix *printf result for NaN, Inf, -0.0 on mingw.
10694         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
10695         * lib/vasnprintf.c: Include math.h and isnan.h.
10696         (is_infinite_or_zero): New function.
10697         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
10698         values in the %f, %F, %e, %E, %g, %G directives.
10699         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
10700         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10701         gl_PRINTF_INFINITE and test its result. Invoke
10702         gl_PREREQ_VASNPRINTF_INFINITE.
10703         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10704         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10705         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10706         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10707         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10708         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10709         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10710         * doc/functions/fprintf.texi: Update.
10711         * doc/functions/printf.texi: Update.
10712         * doc/functions/snprintf.texi: Update.
10713         * doc/functions/sprintf.texi: Update.
10714         * doc/functions/vfprintf.texi: Update.
10715         * doc/functions/vprintf.texi: Update.
10716         * doc/functions/vsnprintf.texi: Update.
10717         * doc/functions/vsprintf.texi: Update.
10718
10719 2007-05-19  Bruno Haible  <bruno@clisp.org>
10720
10721         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
10722         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
10723         Instead of multiplying with 10^k, set extra_zeroes to k.
10724         (scale10_round_long_double): Remove function.
10725
10726 2007-05-18  Bruno Haible  <bruno@clisp.org>
10727
10728         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
10729         introduced on 2007-05-06.
10730
10731 2007-05-18  Bruno Haible  <bruno@clisp.org>
10732
10733         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
10734         %g directives.
10735         * tests/test-vasprintf-posix.c (test_function): Likewise.
10736         * tests/test-snprintf-posix.h (test_function): Likewise.
10737         * tests/test-sprintf-posix.h (test_function): Likewise.
10738
10739 2007-05-18  Bruno Haible  <bruno@clisp.org>
10740
10741         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
10742         (strmatch): New function.
10743         (test_function): Test the %f directive on numbers of various exponents.
10744         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
10745         (strmatch): New function.
10746         (test_function): Test the %f directive on numbers of various exponents.
10747         * tests/test-snprintf-posix.h (strmatch): New function.
10748         (test_function): Test the %f directive on numbers of various exponents.
10749         * tests/test-sprintf-posix.h (strmatch): New function.
10750         (test_function): Test the %f directive on numbers of various exponents.
10751         * tests/test-snprintf-posix.c (SIZEOF): New macro.
10752         * tests/test-sprintf-posix.c (SIZEOF): New macro.
10753         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
10754         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
10755
10756 2007-05-18  Bruno Haible  <bruno@clisp.org>
10757
10758         Add support for 'long double' number output.
10759         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
10760         * lib/vasnprintf.c: Include math.h and float+.h.
10761         (mp_limb_t): New type.
10762         (GMP_LIMB_BITS): New macro.
10763         (mp_twolimb_t): New type.
10764         (GMP_TWOLIMB_BITS): New macro.
10765         (mpn_t): New type.
10766         (multiply, divide, convert_to_decimal, decode_long_double,
10767         scale10_round_long_double, scale10_round_decimal_long_double,
10768         floorlog10l): New functions.
10769         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
10770         for the %f, %F, %e, %E, %g, %G directives.
10771         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
10772         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10773         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
10774         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
10775         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10776         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10777         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10778         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10779         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10780         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10781         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10782         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
10783         * modules/snprintf-posix (Depends-on): Likewise.
10784         * modules/sprintf-posix (Depends-on): Likewise.
10785         * modules/vasnprintf-posix (Depends-on): Likewise.
10786         * modules/vasprintf-posix (Depends-on): Likewise.
10787         * modules/vfprintf-posix (Depends-on): Likewise.
10788         * modules/vsnprintf-posix (Depends-on): Likewise.
10789         * modules/vsprintf-posix (Depends-on): Likewise.
10790         * modules/vasnprintf (Files): Add lib/float+.h.
10791         * doc/functions/fprintf.texi: Update.
10792         * doc/functions/printf.texi: Update.
10793         * doc/functions/snprintf.texi: Update.
10794         * doc/functions/sprintf.texi: Update.
10795         * doc/functions/vfprintf.texi: Update.
10796         * doc/functions/vprintf.texi: Update.
10797         * doc/functions/vsnprintf.texi: Update.
10798         * doc/functions/vsprintf.texi: Update.
10799
10800 2007-05-18  Bruno Haible  <bruno@clisp.org>
10801
10802         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
10803
10804 2007-05-18  Bruno Haible  <bruno@clisp.org>
10805
10806         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
10807         for printing 64-bit integers. Needed for mingw.
10808
10809 2007-05-18  Bruno Haible  <bruno@clisp.org>
10810
10811         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
10812         gl_FUNC_FREXPL_WORKS.
10813         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
10814
10815 2007-05-18  Bruno Haible  <bruno@clisp.org>
10816
10817         * modules/frexpl-nolibm-tests: New file.
10818
10819         * modules/frexpl-nolibm: New file.
10820         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
10821
10822 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
10823
10824         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
10825         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
10826         GCC 4.2, which otherwise issues a lot of warnings.
10827         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
10828         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
10829         Likewise.
10830         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
10831         * modules/iconv_open (iconv.h): Likewise.
10832         * modules/locale (locale.h): Likewise.
10833         * modules/netinet_in (netinet/in.h): Likewise.
10834         * modules/sys_select (sys_select.h): Likewise.
10835         * modules/sys_socket (sys/socket.h): Likewise.
10836         * modules/sys_stat (sys/stat.h): Likewise.
10837         * modules/sysexits (sysexits.h): Likewise.
10838         * modules/unistd (unistd.h): Likewise.
10839
10840 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10841
10842         * modules/closein-tests (Makefile.am): Distribute
10843         `test-closein.sh'.
10844
10845 2007-05-17  Bruno Haible  <bruno@clisp.org>
10846
10847         * tests/test-printf-posix.output: Renamed from
10848         tests/test-fprintf-posix.out.
10849         * modules/fprintf-posix-tests: Update.
10850         * modules/printf-posix-tests: Update.
10851         * modules/vfprintf-posix-tests: Update.
10852         * modules/vprintf-posix-tests: Update.
10853         * tests/test-fprintf-posix.sh: Update.
10854         * tests/test-printf-posix.sh: Update.
10855         * tests/test-vfprintf-posix.sh: Update.
10856         * tests/test-vprintf-posix.sh: Update.
10857         Reported by Ralf Wildenhues.
10858
10859 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
10860
10861         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
10862         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
10863         GCC 4.2, which otherwise issues a lot of warnings.
10864         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
10865         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
10866         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
10867         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
10868         it should no longer be needed.
10869         * lib/string_.h: Likewise.
10870         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
10871         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
10872         * modules/inttypes (inttypes.h): Likewise.
10873         * modules/math (math.h): Likewise.
10874         * modules/search (search.h): Likewise.
10875         * modules/signal (signal.h): Likewise.
10876         * modules/stdint (stdint.h): Likewise.
10877         * modules/stdio (stdio.h): Likewise.
10878         * modules/stdlib (stdlib.h): Likewise.
10879         * modules/string (string.h): Likewise.
10880         * modules/sys_time (sys/time.h): Likewise.
10881         * modules/time (time.h): Likewise.
10882         * modules/wchar (wchar.h): Likewise.
10883         * modules/wctype (wtype.h): Likewise.
10884
10885 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
10886
10887         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
10888
10889 2007-05-13  Bruno Haible  <bruno@clisp.org>
10890
10891         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
10892         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
10893         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
10894         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
10895         (gl_PREREQ_STRTOK_R): Don't require it here.
10896
10897 2007-05-13  Bruno Haible  <bruno@clisp.org>
10898
10899         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
10900         when used in C++ mode.
10901
10902 2007-05-12  Bruno Haible  <bruno@clisp.org>
10903
10904         * lib/linebuffer.h: Tweak doc.
10905         * lib/linebuffer.c: Likewise.
10906
10907 2007-05-12  James Youngman  <jay@gnu.org>
10908
10909         * lib/linebuffer.c (readlinebuffer_delim): New function,
10910         like readlinebuffer, but use a caller-specified delimiter.
10911         (readlinebuffer): Just call readlinebuffer_delim with '\n'
10912         as the delimiter.
10913         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
10914
10915 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10916
10917         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
10918         * modules/openat (Files): Remove openat-die.c.
10919         (Depends-on): Add openat-die.
10920         * modules/openat-die: New module.
10921
10922 2007-05-06  Bruno Haible  <bruno@clisp.org>
10923
10924         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
10925         Update with info about Cygwin.
10926         * doc/functions/fprintf.texi: Update.
10927         * doc/functions/printf.texi: Update.
10928         * doc/functions/snprintf.texi: Update.
10929         * doc/functions/sprintf.texi: Update.
10930         * doc/functions/vfprintf.texi: Update.
10931         * doc/functions/vprintf.texi: Update.
10932         * doc/functions/vsnprintf.texi: Update.
10933         * doc/functions/vsprintf.texi: Update.
10934         Reported by Eric Blake.
10935
10936 2007-05-06  Bruno Haible  <bruno@clisp.org>
10937
10938         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
10939         padding ourselves for the floating-point directives.
10940         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
10941         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
10942         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10943         gl_PRINTF_FLAG_ZERO and test its result. Invoke
10944         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
10945         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10946         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
10947         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10948         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10949         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10950         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10951         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10952         * tests/test-snprintf-posix.h (test_function): Also check the width
10953         and some flags in the %f directive.
10954         * tests/test-sprintf-posix.h (test_function): Likewise.
10955         * tests/test-vasnprintf-posix.c (test_function): Likewise.
10956         * tests/test-vasprintf-posix.c (test_function): Likewise.
10957         * doc/functions/fprintf.texi: Update.
10958         * doc/functions/printf.texi: Update.
10959         * doc/functions/snprintf.texi: Update.
10960         * doc/functions/sprintf.texi: Update.
10961         * doc/functions/vfprintf.texi: Update.
10962         * doc/functions/vprintf.texi: Update.
10963         * doc/functions/vsnprintf.texi: Update.
10964         * doc/functions/vsprintf.texi: Update.
10965
10966 2007-05-06  Bruno Haible  <bruno@clisp.org>
10967
10968         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
10969         pass the ' flag character to sprintf or snprintf.
10970         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
10971         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
10972         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10973         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
10974         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
10975         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10976         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
10977         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10978         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10979         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10980         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10981         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10982         * tests/test-snprintf-posix.h (test_function): Also check the grouping
10983         flag.
10984         * tests/test-sprintf-posix.h (test_function): Likewise.
10985         * tests/test-vasnprintf-posix.c (test_function): Likewise.
10986         * tests/test-vasprintf-posix.c (test_function): Likewise.
10987         * doc/functions/fprintf.texi: Update.
10988         * doc/functions/printf.texi: Update.
10989         * doc/functions/snprintf.texi: Update.
10990         * doc/functions/sprintf.texi: Update.
10991         * doc/functions/vfprintf.texi: Update.
10992         * doc/functions/vprintf.texi: Update.
10993         * doc/functions/vsnprintf.texi: Update.
10994         * doc/functions/vsprintf.texi: Update.
10995
10996 2007-05-01  Bruno Haible  <bruno@clisp.org>
10997
10998         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
10999
11000 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
11001
11002         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
11003         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
11004
11005 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11006
11007         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
11008         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
11009         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
11010
11011 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
11012
11013         * lib/argp-help.c (struct hol_entry): New member `ord'.
11014         (HOL_ENTRY_PTRCMP): Use ord for comparison
11015         (hol_sort): Initialize ord.
11016
11017 2007-05-01  Bruno Haible  <bruno@clisp.org>
11018
11019         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
11020         Reported by Eric Blake.
11021         * doc/gnulib.texi (Function Substitutes): Update.
11022
11023 2007-05-01  Bruno Haible  <bruno@clisp.org>
11024
11025         * doc/functions.texi: Remove file, now redundant through
11026         doc/functions/*.texi.
11027
11028 2007-05-01  Bruno Haible  <bruno@clisp.org>
11029
11030         * modules/argp (Depends-on): Add sleep.
11031
11032 2007-05-01  Bruno Haible  <bruno@clisp.org>
11033
11034         * modules/sleep-tests: New file.
11035         * tests/test-sleep.c: New file.
11036
11037         * modules/sleep: New file.
11038         * lib/sleep.c: New file.
11039         * m4/sleep.m4: New file.
11040         * lib/unistd_.h (sleep): New declaration.
11041         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
11042         HAVE_SLEEP.
11043         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
11044         * doc/functions/sleep.texi: Document the sleep module.
11045
11046 2007-05-01  Bruno Haible  <bruno@clisp.org>
11047
11048         * lib/sigprocmask.h: Remove file.
11049         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
11050         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
11051         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
11052         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
11053         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
11054         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
11055         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
11056         HAVE_SIGSET_T as a shell variable.
11057         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
11058         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
11059         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
11060         (Depends-on): Add signal. Remove verify.
11061         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
11062         (Include): Mention <signal.h> instead of sigprocmask.h.
11063         * NEWS: Mention the change.
11064         * lib/fatal-signal.c: Don't include sigprocmask.h.
11065
11066 2007-05-01  Bruno Haible  <bruno@clisp.org>
11067
11068         * modules/signal: New file.
11069         * lib/signal_.h: New file.
11070         * m4/signal_h.m4: New file.
11071
11072 2007-05-01  Bruno Haible  <bruno@clisp.org>
11073
11074         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
11075         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
11076         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
11077         HAVE_WCTYPE_CTMP_BUG into wctype.h.
11078
11079 2007-05-01  Bruno Haible  <bruno@clisp.org>
11080
11081         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
11082         configure time.
11083         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
11084         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
11085         * modules/sys_stat (Makefile.am): Substitute their values into
11086         sys/stat.h.
11087
11088 2007-05-01  Bruno Haible  <bruno@clisp.org>
11089
11090         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
11091         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
11092         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
11093
11094 2007-05-01  Bruno Haible  <bruno@clisp.org>
11095
11096         * doc/header/assert.texi: Undo last change: don't mention the gnulib
11097         'assert' module here.
11098
11099 2007-05-01  Bruno Haible  <bruno@clisp.org>
11100
11101         * doc/functions/*.texi: New files.
11102         * doc/functions/google-ranking.txt: New file.
11103         * doc/gnulib.texi (Function Substitutes): New chapter.
11104         (ctime, inet_ntoa): Remove sections.
11105         * doc/ctime.texi: Remove file.
11106         * doc/inet_ntoa.texi: Remove file.
11107         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
11108         dependencies.
11109         (%.info): New rule, specifying a --reference-limit.
11110
11111 2007-05-01  Bruno Haible  <bruno@clisp.org>
11112
11113         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
11114
11115 2007-05-01  Bruno Haible  <bruno@clisp.org>
11116
11117         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
11118         the portability of 'mkdir' to mingw systems.
11119
11120 2007-05-01  Bruno Haible  <bruno@clisp.org>
11121
11122         * doc/headers/google-ranking.txt: New file.
11123
11124 2007-04-30  Eric Blake  <ebb9@byu.net>
11125
11126         Prefer fseeko to fseek.
11127         * modules/getpass (Depends-on): Add fseeko.
11128         * lib/getpass.c (getpass): Use fseeko, not fseek.
11129
11130 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
11131
11132         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
11133         assumes the sorting is stable, while most qsort implementations
11134         are not.  Use argument addresses to ensure they never compare as
11135         equal.
11136
11137         * tests/test-argp-2.sh (usage-indent test): Fix output
11138         (func_compare): Restore diff options
11139         * tests/test-argp.c: Restore #include "progname.h"
11140
11141 2007-04-29  Bruno Haible  <bruno@clisp.org>
11142
11143         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
11144         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11145         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
11146         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11147         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
11148         (configure.ac): Define CHECK_SNPRINTF_POSIX.
11149         (TESTS, check_PROGRAMS): Add test-snprintf.
11150         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
11151         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
11152         (TESTS, check_PROGRAMS): Add test-vsnprintf.
11153         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
11154         assertions that fail on HP-UX, OSF/1, or IRIX.
11155         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
11156
11157 2007-04-29  Bruno Haible  <bruno@clisp.org>
11158
11159         * MODULES.html.sh (posix_functions): Remove 'contents'.
11160
11161 2007-04-29  Karl Berry  <karl@gnu.org>
11162
11163         * config/srclist.txt (gendocs_template_min): new entry.
11164
11165 2007-04-29  Bruno Haible  <bruno@clisp.org>
11166
11167         Work around fpurge bug on BSD systems.
11168         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
11169         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
11170         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
11171         fpurge to rpl_fpurge if the system already has this function.
11172         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
11173         the case where the system already has this function. Correct invariants
11174         on BSD systems.
11175         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
11176         BSD systems.
11177
11178 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
11179
11180         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
11181         proposed by Sven Verdoolaege.
11182
11183         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
11184         options.
11185         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
11186         (usage and help tests): Update
11187
11188 2007-04-29  Bruno Haible  <bruno@clisp.org>
11189
11190         * tests/test-fflush.c (main): Use a file of size 17, not 10.
11191         Print more information in case of failure. Disable a test on BeOS.
11192
11193 2007-04-29  Bruno Haible  <bruno@clisp.org>
11194
11195         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
11196         This helps debugging on systems on which no gdb is available.
11197
11198 2007-04-29  Bruno Haible  <bruno@clisp.org>
11199
11200         * lib/freading.h: Improve comments.
11201         * lib/fwriting.h: Likewise.
11202         * tests/test-freading.c (main): Don't check freading immediately after
11203         repositioning. Needed for glibc.
11204
11205 2007-04-29  Bruno Haible  <bruno@clisp.org>
11206
11207         * lib/freading.c (freading): Trivial simplification.
11208
11209 2007-04-28  Bruno Haible  <bruno@clisp.org>
11210
11211         * tests/test-fwriting.c (main): Also test the interaction between
11212         fflush and fwriting.
11213         * modules/fwriting-tests (Depends-on): Add fflush.
11214
11215         * tests/test-freading.c (main): Also test the interaction between
11216         fflush and freading.
11217         * modules/freading-tests (Depends-on): Add fflush.
11218
11219 2007-04-28  Bruno Haible  <bruno@clisp.org>
11220
11221         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
11222         fseeko and ftello.
11223         Suggested by Eric Blake.
11224
11225 2007-04-28  Jim Meyering  <jim@meyering.net>
11226
11227         Avoid false-negative in gl_STDINT_H's C99 conformance test.
11228         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
11229         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
11230
11231 2007-04-27  Eric Blake  <ebb9@byu.net>
11232
11233         * doc/headers/assert.texi (assert.h): Document assert module use.
11234
11235 2007-04-27  Bruno Haible  <bruno@clisp.org>
11236
11237         * doc/headers/*.texi: New files.
11238         * doc/gnulib.texi (Header File Substitutes): New chapter.
11239         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
11240         dependencies.
11241         (standards.info ,standards.html, standards.dvi): Update dependencies.
11242         (mostlyclean, clean): New targets.
11243
11244 2007-04-27  Bruno Haible  <bruno@clisp.org>
11245
11246         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
11247         * modules/sysexits (Files, Makefile.am): Update.
11248
11249         * lib/sys_socket_.h: Renamed from lib/socket_.h.
11250         * modules/sys_socket (Files, Makefile.am): Update.
11251
11252         * lib/sys_stat_.h: Renamed from lib/stat_.h.
11253         * modules/sys_stat (Files, Makefile.am): Update.
11254
11255 2007-04-27  Eric Blake  <ebb9@byu.net>
11256
11257         * lib/freading.h: Improve comments.
11258         * lib/fwriting.h: Likewise.
11259         * lib/fflush.c: Likewise.
11260
11261         Fix closein for mingw.
11262         * modules/closein-tests: Add tests for closein.
11263         * tests/test-closein.c: New file.
11264         * tests/test-closein.sh: Likewise.
11265         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
11266         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
11267
11268 2007-04-27  Bruno Haible  <bruno@clisp.org>
11269
11270         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
11271         version is < 6.
11272         * lib/math_.h [__DECC]: Likewise.
11273         * lib/stdio_.h [__DECC]: Likewise.
11274         * lib/stdlib_.h [__DECC]: Likewise.
11275         * lib/string_.h [__DECC]: Likewise.
11276         * lib/time_.h [__DECC]: Likewise.
11277         * lib/wchar_.h [__DECC]: Likewise.
11278         * lib/wctype_.h [__DECC]: Likewise.
11279
11280 2007-04-27  Bruno Haible  <bruno@clisp.org>
11281
11282         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
11283
11284 2007-04-27  Bruno Haible  <bruno@clisp.org>
11285
11286         * lib/fflush.c: Add comments.
11287         * modules/fpurge-tests (Depends-on): Add fflush.
11288         * modules/freadable-tests (Depends-on): Likewise.
11289         * modules/fwritable-tests (Depends-on): Likewise.
11290
11291 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
11292
11293         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
11294         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
11295         Report by Bruno Haible <bruno@clisp.org>.
11296
11297 2007-04-26  Eric Blake  <ebb9@byu.net>
11298
11299         Fix fflush on mingw.
11300         * modules/fflush (Depends-on): Add freading.
11301         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
11302         but unread data.
11303
11304 2007-04-26  Eric Blake  <ebb9@byu.net>
11305         and Bruno Haible  <bruno@clisp.org>
11306
11307         Implement freading and fwriting.
11308         * lib/freading.c: New file.
11309         * lib/freading.h: Likewise.
11310         * m4/freading.m4: Likewise.
11311         * modules/freading: Likewise.
11312         * modules/freading-tests: Likewise.
11313         * tests/test-freading.c: Likewise.
11314         * lib/fwriting.c: New file.
11315         * lib/fwriting.h: Likewise.
11316         * m4/fwriting.m4: Likewise.
11317         * modules/fwriting: Likewise.
11318         * modules/fwriting-tests: Likewise.
11319         * tests/test-fwriting.c: Likewise.
11320         * MODULES.html.sh (File stream based Input/Output): Mention them.
11321
11322 2007-04-26  Bruno Haible  <bruno@clisp.org>
11323
11324         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
11325         'long' when we assume it.
11326         Suggested by Eric Blake.
11327
11328 2007-04-26  Bruno Haible  <bruno@clisp.org>
11329
11330         Ensure fseeko, ftello are declared on glibc systems.
11331         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
11332         * modules/fseeko (configure.ac-early): Likewise.
11333         * modules/ftello (configure.ac-early): Likewise.
11334         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
11335         AC_FUNC_FSEEKO for this.
11336         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
11337         (gl_CHECK_FSEEKO): Remove macro.
11338
11339 2007-04-26  Bruno Haible  <bruno@clisp.org>
11340
11341         * tests/test-fflush.c (main): Also check the ftell result after
11342         fflush and fseek/fseeko.
11343         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
11344         file descriptor position cache in the stream.
11345         * lib/fseeko.c (rpl_fseeko): Likewise.
11346
11347 2007-04-26  Bruno Haible  <bruno@clisp.org>
11348
11349         * modules/fflush-tests (Depends-on): Add fseeko.
11350
11351 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
11352             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11353
11354         * lib/argz_.h: ensure error_t definition is obtained in same
11355         mechanism system argz.h would have.
11356         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
11357         argz facilities are known bad.  Err on the side of caution if
11358         cross-compiling.
11359
11360 2007-04-25  Eric Blake  <ebb9@byu.net>
11361
11362         * lib/fpurge.c (includes): Use stdlib.h for free.
11363         * tests/test-fflush.c (main): Also test fflush-fseeko.
11364
11365 2007-04-25  Bruno Haible  <bruno@clisp.org>
11366
11367         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
11368         * lib/fseeko.c: New file.
11369         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
11370         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
11371         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
11372         gl_FUNC_FSEEKO.
11373         (gl_FUNC_FSEEKO): Invoke it.
11374         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
11375         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
11376         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
11377
11378 2007-04-25  Bruno Haible  <bruno@clisp.org>
11379
11380         * modules/fflush (Depends-on): Add ftello.
11381
11382 2007-04-25  Bruno Haible  <bruno@clisp.org>
11383
11384         * modules/ftello-tests: New file.
11385         * tests/test-ftello.c: New file.
11386
11387         * modules/ftello: New file.
11388         * m4/ftello.m4: New file.
11389         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
11390         HAVE_FTELLO.
11391         * lib/stdio_.h (ftello): New declaration.
11392         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
11393         HAVE_FTELLO.
11394
11395 2007-04-25  Bruno Haible  <bruno@clisp.org>
11396
11397         * modules/fseeko-tests: New file.
11398         * tests/test-fseeko.c: New file.
11399
11400         * modules/fseeko: New file.
11401         * m4/fseeko.m4: New file.
11402         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
11403         HAVE_FSEEKO.
11404         * lib/stdio_.h (fseeko): New declaration.
11405         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
11406         HAVE_FSEEKO.
11407
11408 2007-04-25  Bruno Haible  <bruno@clisp.org>
11409
11410         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
11411
11412 2007-04-25  Bruno Haible  <bruno@clisp.org>
11413
11414         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
11415         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
11416         * tests/test-unistd.c: Likewise.
11417         * tests/test-fcntl.c: Likewise.
11418
11419 2007-04-23  Eric Blake  <ebb9@byu.net>
11420
11421         * lib/fflush.c: Fix missing include.
11422         Reported by Bruno Haible.
11423
11424 2007-04-23  Bruno Haible  <bruno@clisp.org>
11425
11426         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
11427         Reported by Eric Blake.
11428
11429 2007-04-23  Bruno Haible  <bruno@clisp.org>
11430
11431         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
11432
11433 2007-04-23  Bruno Haible  <bruno@clisp.org>
11434
11435         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
11436
11437 2007-04-23  Bruno Haible  <bruno@clisp.org>
11438
11439         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
11440         Needed on HP-UX 11.
11441
11442 2007-04-16  Eric Blake  <ebb9@byu.net>
11443
11444         Make fflush rely on fpurge.
11445         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
11446         open coding all variants.
11447         * modules/fflush (Depends-on): Add fpurge and unistd.
11448         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
11449         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
11450
11451         Fix --with-tests compilation on cygwin.
11452         * modules/argmatch-tests (Makefile.am): List gnulib library first
11453         in LDADD.
11454         * modules/argp-tests (Makefile.am): Likewise.
11455         * modules/array-list-tests (Makefile.am): Likewise.
11456         * modules/array-oset-tests (Makefile.am): Likewise.
11457         * modules/avltree-list-tests (Makefile.am): Likewise.
11458         * modules/avltree-oset-tests (Makefile.am): Likewise.
11459         * modules/avltreehash-list-tests (Makefile.am): Likewise.
11460         * modules/carray-list-tests (Makefile.am): Likewise.
11461         * modules/dirname-tests (Makefile.am): Likewise.
11462         * modules/frexp-tests (Makefile.am): Likewise.
11463         * modules/isnanl-tests (Makefile.am): Likewise.
11464         * modules/linked-list-tests (Makefile.am): Likewise.
11465         * modules/linkedhash-list-tests (Makefile.am): Likewise.
11466         * modules/lock-tests (Makefile.am): Likewise.
11467         * modules/rbtree-list-tests (Makefile.am): Likewise.
11468         * modules/rbtree-oset-tests (Makefile.am): Likewise.
11469         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
11470         * modules/tls-tests (Makefile.am): Likewise.
11471         * modules/tsearch-tests (Makefile.am): Likewise.
11472         * modules/xvasprintf-tests (Makefile.am): Likewise.
11473
11474         Fix fpurge for cygwin.
11475         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
11476         value.
11477         * modules/fpurge-tests (Depends-on): Clean up trash.
11478
11479 2007-04-16  Simon Josefsson  <simon@josefsson.org>
11480
11481         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
11482
11483         * m4/autobuild.m4: Re-indent.
11484
11485 2007-04-13  Bruno Haible  <bruno@clisp.org>
11486
11487         * modules/fpurge-tests: New file.
11488         * tests/test-fpurge.c: New file.
11489
11490         * modules/fpurge: New file.
11491         * lib/fpurge.h: New file.
11492         * lib/fpurge.c: New file.
11493         * m4/fpurge.m4: New file.
11494
11495 2007-04-13  Bruno Haible  <bruno@clisp.org>
11496
11497         * modules/fbufmode-tests: New file.
11498         * tests/test-fbufmode.c: New file.
11499
11500         * modules/fbufmode: New file.
11501         * lib/fbufmode.h: New file.
11502         * lib/fbufmode.c: New file.
11503         * m4/fbufmode.m4: New file.
11504
11505 2007-04-13  Bruno Haible  <bruno@clisp.org>
11506
11507         * modules/fwritable-tests: New file.
11508         * tests/test-fwritable.c: New file.
11509
11510         * modules/fwritable: New file.
11511         * lib/fwritable.h: New file.
11512         * lib/fwritable.c: New file.
11513         * m4/fwritable.m4: New file.
11514
11515 2007-04-13  Bruno Haible  <bruno@clisp.org>
11516
11517         * modules/freadable-tests: New file.
11518         * tests/test-freadable.c: New file.
11519
11520         * modules/freadable: New file.
11521         * lib/freadable.h: New file.
11522         * lib/freadable.c: New file.
11523         * m4/freadable.m4: New file.
11524
11525 2007-04-13  Bruno Haible  <bruno@clisp.org>
11526
11527         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
11528         MOSTLYCLEANFILES.
11529
11530 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11531
11532         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
11533         gzip bootstrap.conf to avoid dragging in i18n machinery.
11534         (gnulib_tool_option): Use it.
11535
11536 2007-04-13  Bruno Haible  <bruno@clisp.org>
11537
11538         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
11539         %F directives.
11540         * tests/test-vasprintf-posix.c (test_function): Likewise.
11541         * tests/test-snprintf-posix.h (test_function): Likewise.
11542         * tests/test-sprintf-posix.h (test_function): Likewise.
11543         * tests/test-fprintf-posix.h (test_function): Likewise.
11544         * tests/test-printf-posix.h (test_function): Likewise.
11545         * tests/test-fprintf-posix.out: Likewise.
11546
11547 2007-04-13  Bruno Haible  <bruno@clisp.org>
11548
11549         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
11550         * modules/tls-tests (configure.ac): Likewise.
11551         Reported by Arto C. Nirkko <anirkko@insel.ch>.
11552
11553 2007-04-13  Bruno Haible  <bruno@clisp.org>
11554
11555         * lib/tls.c (glthread_tls_get): Fix return type.
11556         Patch by Arto C. Nirkko <anirkko@insel.ch>.
11557
11558 2007-04-12  Eric Blake  <ebb9@byu.net>
11559
11560         * modules/gettime (Depends-on): Remove gettime.
11561         Reported by Dmitry V. Levin.
11562
11563 2007-04-12  Bruno Haible  <bruno@clisp.org>
11564
11565         * modules/fflush (Include): Mention <stdio.h>.
11566         * modules/strtoimax (Include): Mention <inttypes.h>.
11567         * modules/strtoumax (Include): Likewise.
11568
11569 2007-04-12  Eric Blake  <ebb9@byu.net>
11570
11571         * .cvsignore: New file.
11572         * .gitignore: Likewise.
11573
11574 2007-04-12  Bruno Haible  <bruno@clisp.org>
11575
11576         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
11577         not before, since $(LDADD) often contains libgnu.a.
11578         * modules/striconv-tests (test_striconv_LDADD): Likewise.
11579         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
11580         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
11581         Needed on Cygwin.
11582
11583 2007-04-12  Eric Blake  <ebb9@byu.net>
11584
11585         Work around glibc's failure to flush stdin on fclose.
11586         * lib/closein.c (close_stdin): Flush stdin before closing.
11587
11588         Work around glibc's failure to reset seekable stdin on exit.
11589         * modules/closein: New module.
11590         * lib/closein.c: New file.
11591         * lib/closein.h: Likewise.
11592         * m4/closein.m4: Likewise.
11593         * MODULES.html.sh (File stream based Input/Output): Document it.
11594
11595 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11596
11597         * gnulib-tool: Rename generated 'autobuild' script to
11598         'do-autobuild' in --create-megatestdir output.
11599
11600         * doc/gnulib.texi (Build robot for gnulib): Fix.
11601
11602 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11603
11604         * modules/sysexits (Depends-on): Add absolute-header.
11605
11606 2007-04-12  Eric Blake  <ebb9@byu.net>
11607
11608         No need to preserve errno on success.
11609         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
11610         Reported by Bruno Haible.
11611
11612 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11613
11614         * MODULES.html.sh (Support for maintaining and releasing
11615         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
11616
11617 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11618
11619         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
11620
11621 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11622
11623         * modules/autobuild: New module.
11624
11625         * m4/autobuild.m4: New file.
11626
11627 2007-04-11  Bruno Haible  <bruno@clisp.org>
11628
11629         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
11630         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
11631         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
11632         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
11633         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11634         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11635         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11636         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11637         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11638         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11639         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
11640         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11641         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11642         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
11643         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11644         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11645         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
11646         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11647         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11648         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
11649         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11650         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11651         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
11652         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11653         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11654         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
11655         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11656         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11657         Reported by Eric Blake.
11658
11659 2007-04-11  Bruno Haible  <bruno@clisp.org>
11660
11661         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
11662
11663 2007-04-10  Bruno Haible  <bruno@clisp.org>
11664
11665         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
11666         for NaN and Infinity. Needed on FreeBSD 6.1.
11667         * tests/test-vasnprintf-posix.c (test_function): Undo last change
11668         regarding results for "%010a" of Infinity and NaN.
11669         * tests/test-vasprintf-posix.c (test_function): Likewise.
11670         * tests/test-snprintf-posix.h (test_function): Likewise.
11671         * tests/test-sprintf-posix.h (test_function): Likewise.
11672         * tests/test-fprintf-posix.h (test_function): Likewise.
11673         * tests/test-printf-posix.h (test_function): Likewise.
11674         * tests/test-fprintf-posix.out: Likewise.
11675
11676 2007-04-10  Bruno Haible  <bruno@clisp.org>
11677
11678         * modules/locale-tests: New file.
11679         * tests/test-locale.c: New file.
11680
11681         * modules/locale: New file.
11682         * lib/locale_.h: New file.
11683         * m4/locale_h.m4: New file.
11684
11685 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
11686             Bruno Haible  <bruno@clisp.org>
11687
11688         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
11689         be determined, test for availability of the copysignf, copysign,
11690         copysignl functions.
11691         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
11692         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
11693         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
11694
11695 2007-04-09  Eric Blake  <ebb9@byu.net>
11696
11697         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
11698         * modules/stdio (Makefile.am): Support fflush.
11699         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11700         * modules/fflush: New file.
11701         * lib/fflush.c: Likewise.
11702         * m4/fflush.m4: Likewise.
11703         * modules/fflush-tests: New test.
11704         * tests/test-fflush.c: Likewise.
11705         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
11706
11707 2007-04-06  Bruno Haible  <bruno@clisp.org>
11708
11709         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
11710         (VASNPRINTF): Use signbit for faster determination whether to print a
11711         minus sign.
11712         * modules/vasnprintf (Files): Remove lib/float+.h.
11713         * modules/fprintf-posix (Depends-on): Add signbit.
11714         * modules/snprintf-posix (Depends-on): Likewise.
11715         * modules/sprintf-posix (Depends-on): Likewise.
11716         * modules/vasnprintf-posix (Depends-on): Likewise.
11717         * modules/vasprintf-posix (Depends-on): Likewise.
11718         * modules/vfprintf-posix (Depends-on): Likewise.
11719         * modules/vsnprintf-posix (Depends-on): Likewise.
11720         * modules/vsprintf-posix (Depends-on): Likewise.
11721
11722 2007-04-06  Bruno Haible  <bruno@clisp.org>
11723
11724         * tests/test-frexp.c (main): Test also the sign bit of zero results.
11725         * tests/test-frexpl.c (main): Likewise.
11726         * tests/test-ldexpl.c (main): Likewise.
11727         * modules/frexp-tests (Depends-on): Add signbit.
11728         * modules/frexpl-tests (Depdends-on): Likewise.
11729         * modules/ldexpl-tests (Depdends-on): Likewise.
11730
11731 2007-04-06  Bruno Haible  <bruno@clisp.org>
11732
11733         * modules/signbit-tests: New file.
11734         * tests/test-signbit.c: New file.
11735
11736         * modules/signbit: New file.
11737         * lib/signbitf.c: New file.
11738         * lib/signbitd.c: New file.
11739         * lib/signbitl.c: New file.
11740         * m4/signbit.m4: New file.
11741         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
11742         (signbit): New macro.
11743         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
11744         REPLACE_SIGNBIT.
11745         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
11746         REPLACE_FREXPL into math.h.
11747
11748 2007-04-06  Bruno Haible  <bruno@clisp.org>
11749
11750         * modules/isnanf-nolibm-tests: New file.
11751         * tests/test-isnanf.c: New file.
11752
11753         * modules/isnanf-nolibm: New file.
11754         * lib/isnanf.h: New file.
11755         * lib/isnanf.c: New file.
11756         * lib/isnan.c: Consider the USE_FLOAT macro.
11757         * m4/isnanf.m4: New file.
11758
11759 2007-04-06  Bruno Haible  <bruno@clisp.org>
11760
11761         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
11762         (Link): New section.
11763
11764         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
11765
11766 2007-04-06  Bruno Haible  <bruno@clisp.org>
11767
11768         Assume the 'long double' type.
11769         * m4/longdouble.m4: Remove file.
11770         * config/srclist.txt: Don't mention longdouble.m4.
11771         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
11772         * lib/float+.h: Likewise.
11773         * lib/frexp.c: Likewise.
11774         * lib/printf-args.h: Likewise.
11775         * lib/printf-args.c: Likewise.
11776         * lib/printf-frexp.c: Likewise.
11777         * lib/printf-parse.c: Likewise.
11778         * lib/vasnprintf.c: Likewise.
11779         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
11780         * m4/intl.m4: Likewise.
11781         * m4/isnanl.m4: Likewise.
11782         * m4/printf.m4: Likewise.
11783         * m4/printf-frexpl.m4: Likewise.
11784         * m4/vasnprintf.m4: Likewise.
11785         * modules/allocsa (Files): Remove m4/longdouble.m4.
11786         * modules/gettext (Files): Likewise.
11787         * modules/relocatable-prog-wrapper (Files): Likewise.
11788         * modules/vasnprintf (Files): Likewise.
11789         * modules/isnanl (Files): Likewise.
11790         (Include): Simplify.
11791         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
11792         (Include): Simplify.
11793         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
11794         (Include): Simplify.
11795         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
11796         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11797         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
11798         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11799         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
11800         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11801         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
11802         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11803         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
11804         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11805         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
11806         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11807         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
11808         * tests/test-isnanl.c: Likewise.
11809         * tests/test-snprintf-posix.h: Likewise.
11810         * tests/test-sprintf-posix.h: Likewise.
11811         * tests/test-vasnprintf-posix.c: Likewise.
11812         * tests/test-vasnprintf-posix2.c: Likewise.
11813         * tests/test-vasprintf-posix.c: Likewise.
11814
11815 2007-04-06  Bruno Haible  <bruno@clisp.org>
11816
11817         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
11818         * lib/math_.h [__DECC]: Include the overridden include file through
11819         #include_next, outside the double-inclusion guard.
11820         * lib/stdio_.h [__DECC]: Likewise.
11821         * lib/stdlib_.h [__DECC]: Likewise.
11822         * lib/string_.h [__DECC]: Likewise.
11823         * lib/time_.h [__DECC]: Likewise.
11824         * lib/wchar_.h [__DECC]: Likewise.
11825         * lib/wctype_.h [__DECC]: Likewise.
11826         * lib/inttypes_.h [__DECC]: Likewise.
11827         Reported by Albert Chin <china@thewrittenword.com> in
11828         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
11829
11830 2007-04-04  Eric Blake  <ebb9@byu.net>
11831
11832         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
11833         1.5.x.
11834
11835 2007-04-04  Bruno Haible  <bruno@clisp.org>
11836
11837         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
11838         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
11839
11840 2007-04-04  Bruno Haible  <bruno@clisp.org>
11841
11842         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
11843         results for "%010a" of Infinity and NaN.
11844         * tests/test-vasprintf-posix.c (test_function): Likewise.
11845         * tests/test-snprintf-posix.h (test_function): Likewise.
11846         * tests/test-sprintf-posix.h (test_function): Likewise.
11847         * tests/test-fprintf-posix.h (test_function): Remove these tests.
11848         * tests/test-printf-posix.h (test_function): Likewise.
11849         * tests/test-fprintf-posix.out: Update.
11850         Needed for FreeBSD 6.1.
11851
11852 2007-04-04  Bruno Haible  <bruno@clisp.org>
11853
11854         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
11855         directly used by the gnulib modules nor by gnulib-tool.
11856
11857 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
11858
11859         * DEPENDENCIES: Give overall description of version dependency
11860         desirability.  Use more-typical names for apps.
11861         Add shell, coreutils, diffutils, grep, tar, gzip.
11862
11863 2007-04-04  Simon Josefsson  <simon@josefsson.org>
11864
11865         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
11866
11867 2007-04-04  Karl Berry  <karl@gnu.org>
11868
11869         * MODULES.html.sh (func_module): missing '.
11870
11871 2007-04-03  Bruno Haible  <bruno@clisp.org>
11872
11873         * modules/argmatch-tests (Makefile.am): New variable
11874         test_argmatch_LDADD.
11875         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
11876         * modules/array-list-tests (Makefile.am): New variable
11877         test_array_list_LDADD.
11878         * modules/array-oset-tests (Makefile.am): New variable
11879         test_array_oset_LDADD.
11880         * modules/avltree-list-tests (Makefile.am): New variable
11881         test_avltree_list_LDADD.
11882         * modules/avltree-oset-tests (Makefile.am): New variable
11883         test_avltree_oset_LDADD.
11884         * modules/avltreehash-list-tests (Makefile.am): New variable
11885         test_avltreehash_list_LDADD.
11886         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
11887         test_canonicalize_lgpl_LDADD.
11888         * modules/carray-list-tests (Makefile.am): New variable
11889         test_carray_list_LDADD.
11890         * modules/dirname-tests (Makefile.am): New variable
11891         test_dirname_LDADD.
11892         * modules/linked-list-tests (Makefile.am): New variable
11893         test_linked_list_LDADD.
11894         * modules/linkedhash-list-tests (Makefile.am): New variable
11895         test_linkedhash_list_LDADD.
11896         * modules/rbtree-list-tests (Makefile.am): New variable
11897         test_rbtree_list_LDADD.
11898         * modules/rbtree-oset-tests (Makefile.am): New variable
11899         test_rbtree_oset_LDADD.
11900         * modules/rbtreehash-list-tests (Makefile.am): New variable
11901         test_rbtreehash_list_LDADD.
11902         * modules/xvasprintf-tests (Makefile.am): New variable
11903         test_xvasprintf_LDADD.
11904         Reported by Eric Blake.
11905
11906 2007-04-03  Eric Blake  <ebb9@byu.net>
11907
11908         * DEPENDENCIES: Weaken m4 requirements.
11909
11910 2007-04-03  Bruno Haible  <bruno@clisp.org>
11911
11912         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
11913         * modules/isnanl-tests (configure.ac): Likewise.
11914
11915 2007-04-03  Ben Pfaff  <blp@gnu.org>
11916
11917         * modules/iconv_open: Add $(srcdir)/ to source directory
11918         references in Makefile fragments that call gperf, to fix VPATH
11919         builds.
11920
11921 2007-04-03  Bruno Haible  <bruno@clisp.org>
11922
11923         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
11924         * lib/ldexpl.c: Undo last change.
11925
11926 2007-04-03  Bruno Haible  <bruno@clisp.org>
11927
11928         * modules/printf-frexpl (Depends-on): Undo last change.
11929         (Files): Add m4/ldexpl.m4.
11930
11931 2007-04-03  Bruno Haible  <bruno@clisp.org>
11932
11933         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
11934         * modules/isnanl (Link): New section.
11935
11936         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
11937         * modules/frexp (Link): New section.
11938
11939         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
11940         * modules/frexpl (Link): New section.
11941
11942         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
11943         * modules/ldexpl (Link): New section.
11944
11945 2007-04-03  Bruno Haible  <bruno@clisp.org>
11946
11947         * modules/TEMPLATE-EXTENDED: New file.
11948         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
11949
11950 2007-04-03  Bruno Haible  <bruno@clisp.org>
11951
11952         * DEPENDENCIES: New file.
11953         Suggested by Simon Josefsson.
11954
11955 2007-04-03  Bruno Haible  <bruno@clisp.org>
11956
11957         * doc/gnulib.texi: Escape @.
11958
11959 2007-04-03  James Youngman  <jay@gnu.org>
11960         and Paul Eggert  <eggert@cs.ucla.edu>
11961
11962         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
11963         birthtime on all systems that have birthtime, not just those which
11964         use st_birthtimensec rather than st_birthtim.  Putting zero in
11965         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
11966         that the birth time is not available for files on an NFS mount.
11967
11968 2007-04-03  Simon Josefsson  <simon@josefsson.org>
11969
11970         * modules/memxor: Move back from crypto/, suggested by Bruno.
11971         * modules/crypto/hmac-sha1: Fix memxor dependency.
11972
11973         * modules/crypto/gc: Moved from ../.
11974
11975 2007-04-02  Eric Blake  <ebb9@byu.net>
11976
11977         * lib/ldexpl.c (includes): Avoid libm.
11978
11979         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
11980
11981 2007-04-02  Bruno Haible  <bruno@clisp.org>
11982
11983         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
11984         on IRIX.
11985
11986 2007-04-02  Bruno Haible  <bruno@clisp.org>
11987
11988         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
11989         x86 or x86_64 platforms running MacOS X.
11990         Reported by Ryan Schmidt <@ryandesign.com>.
11991
11992 2007-04-02  Bruno Haible  <bruno@clisp.org>
11993
11994         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
11995         i386.
11996
11997 2007-04-01  Simon Josefsson  <simon@josefsson.org>
11998
11999         * modules/crypto/arcfour: Moved from ../.
12000         * modules/crypto/arcfour-tests: Moved from ../.
12001         * modules/crypto/arctwo: Moved from ../.
12002         * modules/crypto/arctwo-tests: Moved from ../.
12003         * modules/crypto/des: Moved from ../.
12004         * modules/crypto/des-tests: Moved from ../.
12005         * modules/crypto/gc-arcfour: Moved from ../.
12006         * modules/crypto/gc-arcfour-tests: Moved from ../.
12007         * modules/crypto/gc-arctwo: Moved from ../.
12008         * modules/crypto/gc-arctwo-tests: Moved from ../.
12009         * modules/crypto/gc-des: Moved from ../.
12010         * modules/crypto/gc-des-tests: Moved from ../.
12011         * modules/crypto/gc-hmac-md5: Moved from ../.
12012         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
12013         * modules/crypto/gc-hmac-sha1: Moved from ../.
12014         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
12015         * modules/crypto/gc-md2: Moved from ../.
12016         * modules/crypto/gc-md2-tests: Moved from ../.
12017         * modules/crypto/gc-md4: Moved from ../.
12018         * modules/crypto/gc-md4-tests: Moved from ../.
12019         * modules/crypto/gc-md5: Moved from ../.
12020         * modules/crypto/gc-md5-tests: Moved from ../.
12021         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
12022         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
12023         * modules/crypto/gc-random: Moved from ../.
12024         * modules/crypto/gc-rijndael: Moved from ../.
12025         * modules/crypto/gc-rijndael-tests: Moved from ../.
12026         * modules/crypto/gc-sha1: Moved from ../.
12027         * modules/crypto/gc-sha1-tests: Moved from ../.
12028         * modules/crypto/gc-tests: Moved from ../.
12029         * modules/crypto/hmac-md5: Moved from ../.
12030         * modules/crypto/hmac-md5-tests: Moved from ../.
12031         * modules/crypto/hmac-sha1: Moved from ../.
12032         * modules/crypto/hmac-sha1-tests: Moved from ../.
12033         * modules/crypto/md2: Moved from ../.
12034         * modules/crypto/md2-tests: Moved from ../.
12035         * modules/crypto/md4: Moved from ../.
12036         * modules/crypto/md4-tests: Moved from ../.
12037         * modules/crypto/md5: Moved from ../.
12038         * modules/crypto/md5-tests: Moved from ../.
12039         * modules/crypto/memxor: Moved from ../.
12040         * modules/crypto/rijndael: Moved from ../.
12041         * modules/crypto/rijndael-tests: Moved from ../.
12042         * modules/crypto/sha1: Moved from ../.
12043
12044 2007-03-30  James Youngman  <jay@gnu.org>
12045
12046         * tests/test-stat-time.c (prepare_test): use chmod() rather than
12047         rename() to change the ctime of a file (because ctime is unaffected
12048         by rename on jfs2 on AIX 5.1).
12049         (main): Start by doing cleanup, in case a previous run failed leaving
12050         test files behind.
12051
12052 2007-03-31  Bruno Haible  <bruno@clisp.org>
12053
12054         Support old proprietary implementations of iconv.
12055         * modules/iconv_open: New file.
12056         * lib/iconv_.h: New file.
12057         * m4/iconv_h.m4: New file.
12058         * lib/iconv_open.c: New file.
12059         * lib/iconv_open-aix.gperf: New file.
12060         * lib/iconv_open-hpux.gperf: New file.
12061         * lib/iconv_open-irix.gperf: New file.
12062         * lib/iconv_open-osf.gperf: New file.
12063         * m4/iconv_open.m4: New file.
12064         * modules/linebreak (Depends-on): Add iconv_open.
12065         * modules/striconv (Depends-on): Likewise.
12066         * modules/striconveh (Depends-on): Likewise.
12067         * modules/unicodeio (Depends-on): Likewise.
12068         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
12069         (iconv_t)(-1).
12070         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
12071         conversion if cd is (iconv_t)(-1).
12072         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
12073         is not possible.
12074
12075 2007-03-31  Bruno Haible  <bruno@clisp.org>
12076
12077         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
12078         work on Solaris either. Protect also second use of "autodetect_jp".
12079
12080 2007-03-31  Bruno Haible  <bruno@clisp.org>
12081
12082         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
12083         the function is not present.
12084
12085 2007-03-31  Bruno Haible  <bruno@clisp.org>
12086
12087         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
12088         the function is not present.
12089
12090 2007-03-31  Bruno Haible  <bruno@clisp.org>
12091
12092         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
12093         a bug in HP-UX iconv_open().
12094
12095 2007-03-31  Bruno Haible  <bruno@clisp.org>
12096
12097         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
12098         (Mathematics <math.h>): New section, add fpieee.
12099         (Input/output <stdio.h>): Add fseterr.
12100         (Mathematics <math.h>): New section, add printf-frexp.
12101         (Container data structures): Add sublist.
12102         (Core language properties): Add fpucw, inline.
12103         (Functions for greatest-width integer types <inttypes.h>): Add
12104         imaxabs, imaxdiv, inttypes.
12105         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
12106         isnanl-nolibm, ldexp.
12107         (Mathematics <math.h>): New section, add printf-frexpl.
12108         (Support for systems lacking POSIX:2001): Add fprintf-posix,
12109         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
12110         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
12111         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
12112         (Unicode string functions): Add unistr/u*-mbtoucr.
12113         (Java): Add javacomp-script, javaexec-script.
12114         (C#): Add csharpcomp-script, csharpexec-script.
12115         (Support for building libraries and executables): Add havelib,
12116         relocatable-*.
12117         (Support for maintaining and releasing projects): Renamed from
12118         'Support for maintaining and release projects'. Add announce-gen.
12119
12120 2007-03-31  Bruno Haible  <bruno@clisp.org>
12121
12122         * README: Talk primarily about git.
12123         (git and CVS): Renamed from CVS.
12124         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
12125         gnulib is available through git.
12126         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
12127
12128 2007-03-30  Bruno Haible  <bruno@clisp.org>
12129
12130         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
12131         * lib/poll_.h: Likewise.
12132         * lib/stat_.h: Likewise.
12133         * lib/sys_time_.h: Likewise.
12134         * lib/sysexit_.h: Likewise.
12135         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
12136         * lib/stdbool_.h: Likewise.
12137         * lib/byteswap_.h: Add double-inclusion guard.
12138
12139 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
12140
12141         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
12142
12143 2007-03-30  Karl Berry  <karl@gnu.org>
12144
12145         * config/srclist-update: double space after USA in the license
12146         substitution, since that's how it's usually (?) written.
12147
12148 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
12149
12150         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
12151         reported by Bruno Haible.
12152
12153 2007-03-29  Bruno Haible  <bruno@clisp.org>
12154
12155         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
12156         a bug in AIX iconv().
12157
12158 2007-03-29  Bruno Haible  <bruno@clisp.org>
12159
12160         * modules/ldexpl-tests: New file.
12161         * tests/test-ldexpl.c: New file.
12162
12163 2007-03-29  Bruno Haible  <bruno@clisp.org>
12164
12165         * lib/ldexpl.c: Include fpucw.h.
12166         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
12167         multiplication.
12168         * modules/ldexpl (Depends-on): Add fpucw.
12169
12170 2007-03-29  Bruno Haible  <bruno@clisp.org>
12171
12172         * modules/ldexpl: New file.
12173         * m4/ldexpl.m4: New file.
12174         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
12175         set.
12176         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
12177         REPLACE_LDEXPL.
12178         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
12179         REPLACE_LDEXPL.
12180         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
12181         gl_FUNC_LDEXPL_WORKS.
12182         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
12183         * modules/mathl (Files): Remove lib/ldexpl.c.
12184         (Depends-on): Add ldexpl.
12185
12186 2007-03-29  Bruno Haible  <bruno@clisp.org>
12187
12188         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
12189
12190 2007-03-29  Bruno Haible  <bruno@clisp.org>
12191
12192         * tests/test-striconveh.c (main): Don't assume that a direct conversion
12193         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
12194         and possibly also HP-UX.
12195         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
12196         work on AIX, IRIX, HP-UX, OSF/1.
12197         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
12198         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12199         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12200         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12201         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
12202         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12203
12204 2007-03-29  Bruno Haible  <bruno@clisp.org>
12205
12206         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
12207
12208 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
12209
12210         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
12211         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
12212
12213 2007-03-29  Eric Blake  <ebb9@byu.net>
12214
12215         * lib/acl-internal.h: Remove redundant include.
12216         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
12217         Cygwin when a file is locked.
12218
12219 2007-03-29  Bruno Haible  <bruno@clisp.org>
12220
12221         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
12222         file.
12223         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
12224
12225 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
12226
12227         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
12228         try to remove a parent directory if the child couldn't be removed
12229         (except for the first rmdir, which could fail because the child
12230         doesn't exist).  Problem reported by Jeff Blaine in
12231         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
12232
12233 2007-03-28  Bruno Haible  <bruno@clisp.org>
12234
12235         * lib/striconveh.c (utf8conv_carefully): New function.
12236         (mem_cd_iconveh_internal): Invoke it.
12237
12238 2007-03-28  Bruno Haible  <bruno@clisp.org>
12239
12240         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
12241         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
12242         input.
12243         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
12244         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
12245         unistr/u8-uctomb.
12246
12247 2007-03-28  Bruno Haible  <bruno@clisp.org>
12248
12249         * modules/unistr/u8-mbtoucr: New file.
12250         * lib/unistr/u8-mbtoucr.c: New file.
12251         * modules/unistr/u16-mbtoucr: New file.
12252         * lib/unistr/u16-mbtoucr.c: New file.
12253         * modules/unistr/u16-mbtoucr: New file.
12254         * lib/unistr/u16-mbtoucr.c: New file.
12255         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
12256
12257 2007-03-27  Simon Josefsson  <simon@josefsson.org>
12258             Bruno Haible  <bruno@clisp.org>
12259
12260         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
12261         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
12262         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
12263
12264         * m4/stdio_h.m4: Add stubs for vasprintf too.
12265
12266         * modules/stdio: Support vasprintf in sed command.
12267
12268         * modules/vasprintf: Depend on stdio for prototypes.  Remove
12269         vasprintf.h.  Add stdio module indicator.
12270
12271         * lib/stdio_.h: Declare asprintf and vasprintf, based on
12272         vasprintf.h.
12273
12274         * lib/vasprintf.h: File removed.
12275
12276         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
12277         * lib/vasprintf.c: Ditto.
12278         * lib/xvasprintf.c: Ditto.
12279         * tests/test-vasprintf-posix.c: Ditto.
12280         * tests/test-vasprintf.c: Ditto.
12281
12282 2007-03-27  Bruno Haible  <bruno@clisp.org>
12283
12284         Make vasnprintf multithread-safe.
12285         * lib/vasnprintf.c (decimal_point_char): New function.
12286         (VASNPRINTF): Use it.
12287         Suggested by Simon Josefsson.
12288
12289 2007-03-27  Eric Blake  <ebb9@byu.net>
12290
12291         Support sub-second birthtime on cygwin.
12292         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
12293         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
12294         (get_stat_birthtime): Also work with st_birthtim.
12295
12296 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
12297
12298         * lib/stat-time.h (USE_BIRTHTIME): Remove.
12299         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
12300         (get_stat_birthtime_ns): Do not try to use "spare" fields.
12301         (get_stat_birthtime_ns): Simplify compile-time tests.
12302         (get_stat_birthtime): Change the API to look like
12303         get_stat_mtime etc., except return a negative tv_nsec on error.
12304         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
12305         Don't check for "spare" fields.
12306         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
12307         or for struct stat.st_birthtime, as these tests aren't used.
12308         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
12309
12310 2007-03-27  Bruno Haible  <bruno@clisp.org>
12311
12312         * lib/stat-time.h: Include <sys/stat.h>.
12313
12314 2007-03-27  James Youngman  <jay@gnu.org>
12315
12316         * lib/stat-time.h (get_stat_birthtime): New function for
12317           retrieving st_birthtime as provided by UFS2 (hence *BSD).
12318         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
12319           and its variants.
12320         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
12321         * modules/stat-time-test: New file.
12322         * tests/test-stat-time.c: New test, devised by Bruno Haible.
12323
12324 2007-03-26  Bruno Haible  <bruno@clisp.org>
12325
12326         Better support of signalling NaNs.
12327         * lib/atanl.c: Include isnanl.h.
12328         (atanl): Perform test for NaN at the beginning of the function and
12329         through a call to isnanl.
12330         * lib/cosl.c: Include isnanl.h.
12331         (cosl): Perform test for NaN at the beginning of the function and
12332         through a call to isnanl.
12333         * lib/ldexpl.c: Include isnanl.h.
12334         (ldexpl): Perform test for NaN through a call to isnanl.
12335         * lib/logl.c: Include isnanl.h.
12336         (logl): Perform test for NaN at the beginning of the function and
12337         through a call to isnanl.
12338         * lib/sinl.c: Include isnanl.h.
12339         (sinl): Perform test for NaN at the beginning of the function and
12340         through a call to isnanl.
12341         * lib/sqrtl.c: Include isnanl.h.
12342         (sqrtl): Perform test for NaN at the beginning of the function and
12343         through a call to isnanl.
12344         * lib/tanl.c: Include isnanl.h.
12345         (tanl): Perform test for NaN at the beginning of the function and
12346         through a call to isnanl.
12347         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
12348         * modules/mathl (Depends-on): Add isnanl.
12349
12350 2007-03-26  Eric Blake  <ebb9@byu.net>
12351
12352         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
12353         regression in logic sense of previous patch.
12354
12355 2007-03-26  Bruno Haible  <bruno@clisp.org>
12356
12357         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
12358         unportable shell command "if ! ...".
12359         Reported by Ralf Wildenhues.
12360
12361 2007-03-25  Bruno Haible  <bruno@clisp.org>
12362
12363         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
12364         <sysexits.h> file, and only add EX_CONFIG.
12365         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
12366         absolute file name and whether it is sufficient. Substitute also
12367         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
12368         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
12369         ABSOLUTE_SYSEXITS_H into sysexits.h.
12370
12371 2007-03-25  Bruno Haible  <bruno@clisp.org>
12372
12373         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
12374         hints is NULL.
12375
12376 2007-03-25  Bruno Haible  <bruno@clisp.org>
12377
12378         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
12379         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
12380
12381 2007-03-25  Bruno Haible  <bruno@clisp.org>
12382
12383         * lib/vasnprintf.c: Include langinfo.h.
12384         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
12385         multithread-safe.
12386         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
12387         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
12388         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12389         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12390         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12391         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12392         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12393         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
12394         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12395         Reported by Simon Josefsson.
12396
12397 2007-03-25  Bruno Haible  <bruno@clisp.org>
12398
12399         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
12400         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
12401         * modules/vasnprintf (Depends-on): Add stdint.
12402
12403 2007-03-25  Bruno Haible  <bruno@clisp.org>
12404
12405         * modules/fpieee: New file.
12406         * m4/fpieee.m4: New file.
12407         * modules/isnan-nolibm (Depends-on): Add fpieee.
12408         * modules/isnanl-nolibm (Depends-on): Add fpieee.
12409         * modules/isnanl (Depends-on): Add fpieee.
12410
12411 2007-03-25  Bruno Haible  <bruno@clisp.org>
12412
12413         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
12414
12415 2007-03-25  Bruno Haible  <bruno@clisp.org>
12416
12417         Avoid test failures on IRIX 6.5.
12418         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
12419         (main): Use it.
12420         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
12421         macros.
12422         (main): Use them.
12423
12424 2007-03-25  Bruno Haible  <bruno@clisp.org>
12425
12426         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
12427         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
12428         exists but doesn't work.
12429         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
12430         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
12431         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
12432         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
12433
12434 2007-03-25  Bruno Haible  <bruno@clisp.org>
12435
12436         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
12437         returns inf. Needed on IRIX 6.5.
12438
12439 2007-03-25  Bruno Haible  <bruno@clisp.org>
12440
12441         * tests/test-frexpl.c: Include isnanl-nolibm.h.
12442         (main): Use isnanl instead of x != x idiom.
12443         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
12444
12445         * tests/test-frexp.c: Include isnan.h.
12446         (main): Use isnan instead of x != x idiom.
12447         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
12448
12449 2007-03-25  Bruno Haible  <bruno@clisp.org>
12450
12451         * tests/test-frexp.c (NaN): New function/macro.
12452         (main): Use it instead of 0.0 / 0.0.
12453         * tests/test-isnan.c (NaN): New function/macro.
12454         (main): Use it instead of 0.0 / 0.0.
12455         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
12456         (test_function): Use it instead of 0.0 / 0.0.
12457         * tests/test-vasprintf-posix.c (NaN): New function/macro.
12458         (test_function): Use it instead of 0.0 / 0.0.
12459         * tests/test-snprintf-posix.h (NaN): New function/macro.
12460         (test_function): Use it instead of 0.0 / 0.0.
12461         * tests/test-sprintf-posix.h (NaN): New function/macro.
12462         (test_function): Use it instead of 0.0 / 0.0.
12463         * tests/test-fprintf-posix.h (NaN): New function/macro.
12464         (test_function): Use it instead of 0.0 / 0.0.
12465         * tests/test-printf-posix.h (NaN): New function/macro.
12466         (test_function): Use it instead of 0.0 / 0.0.
12467
12468         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
12469
12470 2007-03-25  Bruno Haible  <bruno@clisp.org>
12471
12472         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
12473
12474 2007-03-25  Bruno Haible  <bruno@clisp.org>
12475
12476         * lib/regexec.c (merge_state_with_log): Make static.
12477
12478 2007-03-25  Bruno Haible  <bruno@clisp.org>
12479
12480         * lib/trigl.c (kernel_rem_pio2): Make static.
12481
12482 2007-03-25  Bruno Haible  <bruno@clisp.org>
12483
12484         * lib/sincosl.c (sincosl_table): Make static.
12485
12486 2007-03-25  Bruno Haible  <bruno@clisp.org>
12487
12488         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
12489         if the compiler does not support C99.
12490
12491 2007-03-25  Bruno Haible  <bruno@clisp.org>
12492
12493         * modules/time (Makefile.am): Ensure all rule action lines start with a
12494         tab.
12495
12496 2007-03-24  Bruno Haible  <bruno@clisp.org>
12497
12498         * modules/tsearch-tests: New file.
12499         * tests/test-tsearch.sh: New file.
12500         * tests/test-tsearch.c: New file, mostly copied from glibc.
12501
12502         * modules/search-tests: New file.
12503         * tests/test-search.c: New file.
12504
12505         * modules/search: New file.
12506         * lib/search_.h: New file, incorporating lib/tsearch.h.
12507         * m4/search_h.m4: New file.
12508         * lib/tsearch.h: Remove file.
12509         * lib/tsearch.c: Include search.h instead of tsearch.h.
12510         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
12511         HAVE_TSEARCH.
12512         * modules/tsearch (Files): Remove lib/tsearch.h.
12513         (Depends-on): Add search.
12514         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
12515         (Include): Change tsearch.h into search.h.
12516
12517 2007-03-24  Bruno Haible  <bruno@clisp.org>
12518
12519         * modules/fpucw: New file.
12520         * lib/fpucw.h: New file.
12521         * lib/frexp.c: Include fpucw.h.
12522         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
12523         (FUNC): Use them.
12524         * lib/printf-frexp.c: Include fpucw.h.
12525         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
12526         (FUNC): Use them.
12527         * lib/vasnprintf.c: Include fpucw.h.
12528         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
12529         'long double' calculations.
12530         * tests/test-frexpl.c: Include fpucw.h.
12531         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
12532         * tests/test-printf-frexpl.c: Include fpucw.h.
12533         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
12534         * modules/frexpl (Depends-on): Add fpucw.
12535         * modules/printf-frexpl (Depends-on): Likewise.
12536         * modules/fprintf-posix (Depends-on): Likewise.
12537         * modules/snprintf-posix (Depends-on): Likewise.
12538         * modules/sprintf-posix (Depends-on): Likewise.
12539         * modules/vasnprintf-posix (Depends-on): Likewise.
12540         * modules/vasprintf-posix (Depends-on): Likewise.
12541         * modules/vfprintf-posix (Depends-on): Likewise.
12542         * modules/vsnprintf-posix (Depends-on): Likewise.
12543         * modules/vsprintf-posix (Depends-on): Likewise.
12544         * modules/frexpl-tests (Depends-on): Likewise.
12545         * modules/printf-frexpl-tests (Depends-on): Likewise.
12546
12547 2007-03-24  Bruno Haible  <bruno@clisp.org>
12548
12549         * lib/float+.h: New file.
12550         * lib/isnan.c: Include float+.h.
12551         (SIZE): New macro.
12552         (FUNC): Compare only SIZE bytes of the value.
12553         * lib/vasnprintf.c: Include float+.h.
12554         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
12555         SIZEOF_LDBL or SIZEOF_DBL bytes.
12556         * modules/isnan-nolibm (Files): Add lib/float+.h.
12557         * modules/isnanl-nolibm (Files): Add lib/float+.h.
12558         * modules/isnanl (Files): Add lib/float+.h.
12559         * modules/vasnprintf (Files): Add lib/float+.h.
12560
12561 2007-03-24  Bruno Haible  <bruno@clisp.org>
12562
12563         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
12564         include isnanl-nolibm.h.
12565
12566 2007-03-24  Bruno Haible  <bruno@clisp.org>
12567
12568         * tests/test-read-file.c (main): Don't produce spurious output for
12569         expected situations. Make the test fail if it encountered unexpected
12570         results.
12571
12572 2007-03-24  Bruno Haible  <bruno@clisp.org>
12573
12574         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
12575         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
12576
12577 2007-03-24  Bruno Haible  <bruno@clisp.org>
12578
12579         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
12580
12581 2007-03-24  Bruno Haible  <bruno@clisp.org>
12582
12583         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
12584         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
12585
12586         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
12587         * modules/utf8-ucs4: Turn into a symbolic link to module
12588         unistr/u8-mbtouc.
12589
12590         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
12591         utf8-ucs4-unsafe.
12592         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
12593         unistr/u8-mbtouc-unsafe.
12594
12595         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
12596         * modules/utf16-ucs4: Turn into a symbolic link to module
12597         unistr/u16-mbtouc.
12598
12599         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
12600         utf16-ucs4-unsafe.
12601         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
12602         unistr/u16-mbtouc-unsafe.
12603
12604         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
12605         * modules/ucs4-utf8: Turn into a symbolic link to module
12606         unistr/u8-ubtomb.
12607
12608         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
12609         * modules/ucs4-utf16: Turn into a symbolic link to module
12610         unistr/u16-ubtomb.
12611
12612 2007-03-24  Bruno Haible  <bruno@clisp.org>
12613
12614         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
12615         Enable the function only if HAVE_INLINE.
12616         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
12617         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
12618         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
12619         Enable the function only if HAVE_INLINE.
12620         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
12621         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
12622         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
12623         Enable the function only if HAVE_INLINE.
12624         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
12625         Enable the function only if HAVE_INLINE.
12626         * modules/utf8-ucs4: Update.
12627         * modules/utf8-ucs4-unsafe: Update.
12628         * modules/utf16-ucs4: Update.
12629         * modules/utf16-ucs4-unsafe: Update.
12630         * modules/ucs4-utf8: Update.
12631         * modules/ucs4-utf16: Update.
12632
12633 2007-03-24  Bruno Haible  <bruno@clisp.org>
12634
12635         * lib/utf8-ucs4.h: Remove file.
12636         * lib/utf8-ucs4-unsafe.h: Remove file.
12637         * lib/utf16-ucs4.h: Remove file.
12638         * lib/utf16-ucs4-unsafe.h: Remove file.
12639         * lib/ucs4-utf8.h: Remove file.
12640         * lib/ucs4-utf16.h: Remove file.
12641         * lib/unistr.h: Include their previous contents.
12642         * m4/utf-ucs4.m4: Remove file.
12643         * m4/ucs4-utf.m4: Remove file.
12644         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
12645         (Depends-on): Add unistr/base.
12646         (configure.ac): Remove gl_UTF_UCS4.
12647         (Makefile.am): Update.
12648         (Include): Change to unistr.h.
12649         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
12650         (Depends-on): Add unistr/base.
12651         (configure.ac): Remove gl_UTF_UCS4.
12652         (Makefile.am): Update.
12653         (Include): Change to unistr.h.
12654         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
12655         (Depends-on): Add unistr/base.
12656         (configure.ac): Remove gl_UTF_UCS4.
12657         (Makefile.am): Update.
12658         (Include): Change to unistr.h.
12659         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
12660         (Depends-on): Add unistr/base.
12661         (configure.ac): Remove gl_UTF_UCS4.
12662         (Makefile.am): Update.
12663         (Include): Change to unistr.h.
12664         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
12665         (Depends-on): Add unistr/base.
12666         (configure.ac): Remove gl_UCS4_UTF.
12667         (Makefile.am): Update.
12668         (Include): Change to unistr.h.
12669         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
12670         (Depends-on): Add unistr/base.
12671         (configure.ac): Remove gl_UCS4_UTF.
12672         (Makefile.am): Update.
12673         (Include): Change to unistr.h.
12674         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
12675         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
12676         utf8-ucs4-unsafe.h.
12677         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
12678         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
12679         utf16-ucs4-unsafe.h.
12680         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
12681         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
12682         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
12683         * lib/unistr/u8-strchr.c: Likewise.
12684         * lib/unistr/u8-strrchr.c: Likewise.
12685         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
12686         * lib/unistr/u16-strchr.c: Likewise.
12687         * lib/unistr/u16-strrchr.c: Likewise.
12688         * lib/striconveh.c: Update.
12689         * lib/linebreak.c: Update.
12690
12691 2007-03-24  Bruno Haible  <bruno@clisp.org>
12692
12693         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
12694         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
12695
12696 2007-03-22  Bruno Haible  <bruno@clisp.org>
12697
12698         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
12699
12700 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
12701
12702         * MODULES.html.sh (File system functions): New module write-any-file.
12703         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
12704         * m4/write-any-file.m4: New files.
12705
12706 2007-03-23  Eric Blake  <ebb9@byu.net>
12707
12708         * gnulib-tool: Rearrange space-tab sequences, since some editors
12709         like to eat them.
12710
12711 2007-03-23  Eric Blake  <ebb9@byu.net>
12712
12713         * lib/version-etc.c (version_etc_va): Update license wording to
12714         be more concise.  Recommended by Richard Stallman.
12715
12716 2007-03-22  Bruno Haible  <bruno@clisp.org>
12717
12718         * lib/poll.c (MSG_PEEK): New fallback definition.
12719
12720 2007-03-22  Bruno Haible  <bruno@clisp.org>
12721
12722         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
12723         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
12724         (main): Update.
12725         Fixes a compilation error on BeOS.
12726
12727 2007-03-22  Bruno Haible  <bruno@clisp.org>
12728
12729         * modules/frexpl-tests: New file.
12730         * tests/test-frexpl.c: New file.
12731
12732         * modules/frexpl: New file.
12733         * m4/frexpl.m4: New file.
12734         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
12735         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
12736         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
12737         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
12738         (Depends-on): Add frexpl. Remove isnanl-nolibm.
12739         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
12740
12741 2007-03-22  Bruno Haible  <bruno@clisp.org>
12742
12743         * lib/frexpl.c: Share code with lib/frexp.c.
12744         * modules/mathl (Files): Add lib/frexp.c.
12745         (Depends-on): Add isnanl-nolibm.
12746
12747 2007-03-22  Bruno Haible  <bruno@clisp.org>
12748
12749         * modules/printf-frexp (Files): Add m4/frexp.m4.
12750         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
12751         only if the found frexp function actually works.
12752
12753 2007-03-22  Bruno Haible  <bruno@clisp.org>
12754
12755         * lib/frexp.c: Remove older implementation that uses divisions.
12756
12757 2007-03-21  Bruno Haible  <bruno@clisp.org>
12758
12759         * modules/frexp-tests: New file.
12760         * tests/test-frexp.c: New file.
12761
12762         * modules/frexp: New file.
12763         * lib/frexp.c: New file.
12764         * m4/frexp.m4: New file.
12765         * lib/math_.h (frexp): New declaration.
12766         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
12767         REPLACE_FREXP.
12768         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
12769
12770 2007-03-21  Bruno Haible  <bruno@clisp.org>
12771
12772         * modules/isnanl-tests: New file.
12773         * tests/test-isnanl.c: New file.
12774
12775         * modules/isnanl: New file.
12776         * lib/isnanl.h: New file.
12777         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
12778         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
12779         gl_FUNC_ISNANL_WORKS.
12780         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
12781         New macros.
12782
12783 2007-03-21  Bruno Haible  <bruno@clisp.org>
12784
12785         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
12786         lib/isnanl.h.
12787         (Include): Update.
12788         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
12789         * lib/vasnprintf.c: Update.
12790         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
12791         tests/test-isnanl.h, remove tests/test-isnanl.c.
12792         (Makefile.am): Update.
12793         * tests/test-isnanl-nolibm.c: New file.
12794         * tests/test-isnanl.h: New file.
12795         * tests/test-isnanl.c: Remove file.
12796
12797 2007-03-21  Jim Meyering  <jim@meyering.net>
12798
12799         When trying to open ".", treat ESTALE like EACCES.
12800         * lib/savewd.c (savewd_save): Resort to forking not just upon
12801         failure with EACCES, but also when errno is ESTALE.
12802
12803 2007-03-20  Bruno Haible  <bruno@clisp.org>
12804
12805         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
12806         Needed on AIX 5.1. Reported by Matthew Woehlke.
12807
12808 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12809
12810         Suggestions by Bruno Haible:
12811         * lib/acl-internal.h: Include "gettext.h" rather than rolling
12812         our own.
12813         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
12814         * modules/acl (Depends-on): Add gettext.
12815
12816 2007-03-19  Bruno Haible  <bruno@clisp.org>
12817
12818         * modules/iconvme: Remove file.
12819         * lib/iconvme.h: Remove file.
12820         * lib/iconvme.c: Remove file.
12821         * m4/iconvme.m4: Remove file.
12822
12823 2007-03-19  Bruno Haible  <bruno@clisp.org>
12824
12825         * doc/relocatable-maint.texi: Break long shell script line.
12826         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
12827
12828 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12829
12830         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
12831         handle file_has_acl.
12832         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
12833         * lib/acl.c: Move header inclusions and related macro defns into
12834         lib/acl-internal.h.
12835         (S_ISLNK): Remove defn, since that's now done for us.
12836         (file_has_acl): Move to lib/file-has-acl.c.
12837         Call acl_trivial if available.  This is the crucial part of the fix.
12838         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
12839         shared within the library.  Rewrite a bit, partly to make it compatible
12840         with the GNU coding style.
12841         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
12842         Remove unnecessary double-quotes.
12843         Don't test for acl_to_text; the build will catch that.
12844         Replace acl_entries if it doesn't exist and it is needed.
12845         Check for -lsec and acl_trivial (as used on Solaris 10).
12846         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
12847         lib/file-has-acl.c.
12848         (Depends-on): Add sys_stat, for S_ISLNK.
12849
12850 2007-03-19  Ben Pfaff  <blp@gnu.org>
12851
12852         * doc/gnulib.texi: Fix typos.
12853         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
12854
12855 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12856
12857         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
12858         If size is zero here, buf must be zero.
12859
12860 2007-03-19  Simon Josefsson  <simon@josefsson.org>
12861
12862         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
12863         <bruno@clisp.org>.
12864
12865 2007-03-18  Bruno Haible  <bruno@clisp.org>
12866
12867         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
12868         Suggested by Eric Blake.
12869
12870 2007-03-18  Ben Pfaff  <blp@gnu.org>
12871
12872         * doc/relocatable.texi: Recommend using as prefix a directory
12873         that does not exist and will never be created.  Based on
12874         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
12875         and others.
12876
12877 2007-03-17  Bruno Haible  <bruno@clisp.org>
12878
12879         * lib/fchownat.c: Include lchown.h.
12880
12881 2007-03-17  Bruno Haible  <bruno@clisp.org>
12882
12883         Fix endless loop when the given allocated size was > INT_MAX.
12884         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
12885         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
12886         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
12887         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
12888         * lib/sprintf.c (sprintf): Likewise.
12889
12890 2007-03-17  Bruno Haible  <bruno@clisp.org>
12891
12892         * tests/test-argp-2.sh (func_compare): Output a context diff.
12893
12894 2007-03-17  Bruno Haible  <bruno@clisp.org>
12895
12896         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
12897         locale's decimal-point character.
12898
12899 2007-03-17  Bruno Haible  <bruno@clisp.org>
12900
12901         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
12902         before comparing it. Needed because on some platforms (e.g. x86) a
12903         'long double' occupies less bytes than sizeof (long double).
12904
12905 2007-03-17  Bruno Haible  <bruno@clisp.org>
12906
12907         * tests/test-crc.c (main): Make printf statements 64-bit clean.
12908         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
12909         * tests/test-getaddrinfo.c (simple): Likewise.
12910         * tests/test-read-file.c (main): Likewise.
12911
12912 2007-03-17  Bruno Haible  <bruno@clisp.org>
12913
12914         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
12915
12916 2007-03-17  Bruno Haible  <bruno@clisp.org>
12917
12918         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
12919         unused variable.
12920
12921 2007-03-17  Bruno Haible  <bruno@clisp.org>
12922
12923         * tests/test-c-strcasecmp.c: Include c-strcase.h.
12924         * tests/test-c-strncasecmp.c: Likewise.
12925
12926 2007-03-17  Bruno Haible  <bruno@clisp.org>
12927
12928         * modules/stdlib (Depends-on): Add unistd.
12929         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
12930         Needed for MacOS X 10.3.
12931
12932 2007-03-17  Bruno Haible  <bruno@clisp.org>
12933
12934         * lib/unistr/u-strdup.h: Include <stdlib.h>.
12935
12936 2007-03-17  Bruno Haible  <bruno@clisp.org>
12937
12938         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
12939
12940 2007-03-17  Bruno Haible  <bruno@clisp.org>
12941
12942         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
12943         to reflect files copied from gnulib (with or without modifications).
12944         Suggested by Jim Meyering.
12945
12946 2007-03-17  Eric Blake  <ebb9@byu.net>
12947
12948         * NEWS: Document stdlib change from 2007-02-18.
12949
12950 2007-03-17  Jim Meyering  <jim@meyering.net>
12951
12952         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
12953         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
12954         someone uses a name containing shell meta-characters.
12955         Reported by Alfred M. Szmidt.
12956
12957         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
12958
12959 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
12960
12961         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
12962         and copy gettext configuration files only if configure.ac contains
12963         a use of AM_GNU_GETTEXT_VERSION.
12964
12965 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
12966
12967         * build-aux/bootstrap (gnulib_name): New variable.
12968         (gnulib_tool_options): Use it.
12969
12970 2007-03-13  Simon Josefsson  <simon@josefsson.org>
12971
12972         * tests/test-des.c: Use new namespace.
12973
12974 2007-03-15  Bruno Haible  <bruno@clisp.org>
12975
12976         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
12977         Reported by James Youngman <jay@gnu.org>.
12978
12979 2007-03-15  Bruno Haible  <bruno@clisp.org>
12980
12981         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
12982         declared prototype. Needed with cc on OSF/1 5.1.
12983
12984 2007-03-15  Bruno Haible  <bruno@clisp.org>
12985
12986         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
12987         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
12988         (struct gl_list_implementation): Add dispose_fn argument to the
12989         'create_empty', 'create' methods.
12990         (struct gl_list_impl_base): Add field 'dispose_fn'.
12991         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
12992         argument.
12993         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
12994         dispose_fn argument.
12995         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
12996         dispose_fn on the dropped values.
12997         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
12998         dispose_fn argument.
12999         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
13000         dropped values.
13001         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
13002         (gl_tree_remove_node): Call dispose_fn on the dropped value.
13003         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
13004         (gl_tree_remove_node): Call dispose_fn on the dropped value.
13005         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
13006         argument.
13007         (gl_tree_list_free): Call dispose_fn on the dropped values.
13008         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
13009         the dropped values.
13010         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
13011         Add dispose_fn argument.
13012         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
13013         Call dispose_fn on the dropped values.
13014         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
13015         Add dispose_fn argument.
13016         (gl_sublist_create): Initialize the 'dispose_fn' field.
13017         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
13018         * tests/test-array_list.c (main): Update.
13019         * tests/test-carray_list.c (main): Update.
13020         * tests/test-avltree_list.c (main): Update.
13021         * tests/test-rbtree_list.c (main): Update.
13022         * tests/test-avltreehash_list.c (main): Update.
13023         * tests/test-rbtreehash_list.c (main): Update.
13024         * tests/test-linked_list.c (main): Update.
13025         * tests/test-linkedhash_list.c (main): Update.
13026         * tests/test-array_oset.c (main): Update.
13027
13028 2007-03-15  Bruno Haible  <bruno@clisp.org>
13029
13030         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
13031         (gl_oset_create_empty): Add dispose_fn argument.
13032         (struct gl_oset_implementation): Add dispose_fn argument to
13033         'create_empty' method.
13034         (struct gl_oset_impl_base): Add dispose_fn field.
13035         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
13036         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
13037         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
13038         values.
13039         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
13040         (gl_tree_oset_free): Call dispose_fn on the dropped values.
13041         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
13042         dropped value.
13043         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
13044         dropped value.
13045         * tests/test-array_oset.c (main): Update.
13046         * tests/test-avltree_oset.c (main): Update.
13047         * tests/test-rbtree_oset.c (main): Update.
13048         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
13049
13050 2007-03-13  Bruno Haible  <bruno@clisp.org>
13051
13052         * tests/test-stdbool.c (i): Update after last patch.
13053
13054 2007-03-12  Bruno Haible  <bruno@clisp.org>
13055
13056         * lib/quotearg.c: Include <wctype.h> early, before the definition of
13057         the iswprint macro. Needed on Solaris 2.5.1.
13058
13059 2007-03-12  Bruno Haible  <bruno@clisp.org>
13060
13061         * tests/test-printf-frexp.c (main): Declare x as volatile.
13062
13063 2007-03-12  Simon Josefsson  <simon@josefsson.org>
13064
13065         * doc/gnulib.texi (Build robot for gnulib): New section.
13066
13067 2007-03-12  Jim Meyering  <jim@meyering.net>
13068
13069         * build-aux/bootstrap: New file.
13070         * build-aux/bootstrap.conf: New file, from coreutils.
13071
13072 2007-03-11  Bruno Haible  <bruno@clisp.org>
13073
13074         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
13075
13076 2007-03-12  Simon Josefsson  <simon@josefsson.org>
13077
13078         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
13079         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
13080         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
13081
13082 2007-03-11  Bruno Haible  <bruno@clisp.org>
13083
13084         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
13085         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
13086
13087 2007-03-11  Bruno Haible  <bruno@clisp.org>
13088
13089         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
13090         formula. Needed for SunPRO C 5.0.
13091
13092 2007-03-11  Bruno Haible  <bruno@clisp.org>
13093
13094         * modules/long-options (Depends-on): Add getopt.
13095
13096 2007-03-11  Bruno Haible  <bruno@clisp.org>
13097
13098         * modules/modechange (Depends-on): Add stdbool.
13099
13100 2007-03-11  Bruno Haible  <bruno@clisp.org>
13101
13102         * modules/i-ring (Depends-on): Add stdbool.
13103
13104 2007-03-11  Bruno Haible  <bruno@clisp.org>
13105
13106         * modules/gc-des (Depends-on): Add stdbool.
13107
13108 2007-03-11  Bruno Haible  <bruno@clisp.org>
13109
13110         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
13111
13112 2007-03-11  Bruno Haible  <bruno@clisp.org>
13113
13114         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
13115
13116 2007-03-11  Bruno Haible  <bruno@clisp.org>
13117
13118         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
13119
13120 2007-03-11  Bruno Haible  <bruno@clisp.org>
13121
13122         * lib/vasnprintf.c (sprintf): Undefine.
13123
13124 2007-03-11  Bruno Haible  <bruno@clisp.org>
13125
13126         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
13127         initializers in SunPRO C and Compaq C compilers.
13128
13129 2007-03-11  Bruno Haible  <bruno@clisp.org>
13130
13131         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
13132         decrementing code ANSI C compliant.
13133
13134 2007-03-11  Bruno Haible  <bruno@clisp.org>
13135
13136         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
13137         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
13138
13139 2007-03-11  Bruno Haible  <bruno@clisp.org>
13140
13141         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
13142         <stdbool.h> substitute doesn't pass.
13143
13144 2007-03-11  Bruno Haible  <bruno@clisp.org>
13145
13146         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
13147
13148 2007-03-11  Bruno Haible  <bruno@clisp.org>
13149
13150         * gnulib-tool (func_create_megatestdir): Create also an autobuild
13151         script, for submission to autobuild.josefsson.org.
13152
13153 2007-03-10  Bruno Haible  <bruno@clisp.org>
13154
13155         * modules/canonicalize-lgpl-tests: New file.
13156         * tests/test-canonicalize-lgpl.sh: New file.
13157         * tests/test-canonicalize-lgpl.c: New file.
13158
13159         * modules/c-strcase-tests: New file.
13160         * tests/test-c-strcase.sh: New file.
13161         * tests/test-c-strcasecmp.c: New file.
13162         * tests/test-c-strncasecmp.c: New file.
13163
13164         * modules/atexit-tests: New file.
13165         * tests/test-atexit.sh: New file.
13166         * tests/test-atexit.c: New file.
13167
13168 2007-03-10  Bruno Haible  <bruno@clisp.org>
13169
13170         * tests/test-binary-io.sh: Use temporary filenames that are not so
13171         likely to clash with those of other tests (in a parallel make).
13172         * tests/test-binary-io.c: Likewise.
13173
13174 2007-03-10  Bruno Haible  <bruno@clisp.org>
13175
13176         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
13177         fallback; use #error instead.
13178         Suggested by Simon Josefsson.
13179
13180 2007-03-10  Bruno Haible  <bruno@clisp.org>
13181
13182         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
13183         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
13184         first and the last.
13185
13186 2007-03-10  Bruno Haible  <bruno@clisp.org>
13187
13188         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
13189
13190 2007-03-10  Bruno Haible  <bruno@clisp.org>
13191
13192         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
13193         "make distcheck".
13194         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
13195         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
13196         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
13197
13198 2007-03-10  Bruno Haible  <bruno@clisp.org>
13199
13200         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
13201         variable.
13202         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
13203         variable.
13204
13205 2007-03-09  Eric Blake  <ebb9@byu.net>
13206         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
13207
13208         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
13209         types are not being provided by gnulib.
13210         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
13211         types are supported.
13212
13213 2007-03-10  Bruno Haible  <bruno@clisp.org>
13214
13215         * lib/stdio_.h (__attribute__): New macro.
13216         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
13217         vsprintf): Specify __attribute__ __format__ for GCC.
13218         Suggested by Eric Blake.
13219
13220 2007-03-09  Bruno Haible  <bruno@clisp.org>
13221
13222         * modules/printf-posix-tests: New file.
13223         * tests/test-printf-posix.sh: New file.
13224         * tests/test-printf-posix.c: New file.
13225
13226         * modules/printf-posix: New file.
13227         * lib/printf.c: New file.
13228         * m4/printf-posix-rpl.m4: New file.
13229         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
13230         REPLACE_PRINTF.
13231         * lib/stdio_.h (printf): New declaration.
13232         (format, __format__, ____printf____, ____scanf____, ____strftime____,
13233         ____strfmon____): New macros.
13234         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
13235         REPLACE_PRINTF.
13236
13237 2007-03-09  Bruno Haible  <bruno@clisp.org>
13238
13239         * tests/test-vasnprintf-posix2.sh: New file.
13240         * tests/test-vasnprintf-posix2.c: New file.
13241         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
13242         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
13243         (Makefile.am): Activate test-vasnprintf-posix2.sh.
13244
13245         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
13246         a locale dependent decimal point, rather than always '.'.
13247
13248 2007-03-09  Eric Blake  <ebb9@byu.net>
13249
13250         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
13251         spite of platforms like Tandem/NSK that define it to -1.
13252
13253 2007-03-08  Bruno Haible  <bruno@clisp.org>
13254
13255         * modules/vprintf-posix-tests: New file.
13256         * tests/test-vprintf-posix.sh: New file.
13257         * tests/test-vprintf-posix.c: New file.
13258         * tests/test-printf-posix.h: New file.
13259
13260         * modules/vprintf-posix: New file.
13261         * lib/vprintf.c: New file.
13262         * m4/vprintf-posix.m4: New file.
13263         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
13264         REPLACE_VPRINTF.
13265         * lib/stdio_.h (vprintf): New declaration.
13266         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
13267         REPLACE_VPRINTF.
13268
13269 2007-03-08  Bruno Haible  <bruno@clisp.org>
13270
13271         * modules/fprintf-posix-tests: New file.
13272         * tests/test-fprintf-posix.sh: New file.
13273         * tests/test-fprintf-posix.c: New file.
13274
13275         * modules/fprintf-posix: New file.
13276         * lib/fprintf.c: New file.
13277         * m4/fprintf-posix.m4: New file.
13278         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
13279         REPLACE_FPRINTF.
13280         * lib/stdio_.h (fprintf): New declaration.
13281         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
13282         REPLACE_FPRINTF.
13283
13284 2007-03-08  Bruno Haible  <bruno@clisp.org>
13285
13286         * modules/vfprintf-posix-tests: New file.
13287         * tests/test-vfprintf-posix.sh: New file.
13288         * tests/test-vfprintf-posix.c: New file.
13289         * tests/test-fprintf-posix.h: New file.
13290         * tests/test-fprintf-posix.out: New file.
13291
13292         * modules/vfprintf-posix: New file.
13293         * lib/vfprintf.c: New file.
13294         * m4/vfprintf-posix.m4: New file.
13295         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
13296         REPLACE_VFPRINTF.
13297         * lib/stdio_.h (vfprintf): New declaration.
13298         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
13299         REPLACE_VFPRINTF.
13300
13301 2007-03-08  Bruno Haible  <bruno@clisp.org>
13302
13303         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
13304
13305 2007-03-08  Bruno Haible  <bruno@clisp.org>
13306
13307         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
13308         instead of 'expr' invocations.
13309         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13310         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13311         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13312         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13313         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13314         Suggested by Paul Eggert.
13315
13316 2007-03-08  Bruno Haible  <bruno@clisp.org>
13317
13318         * modules/fseterr-tests: New file.
13319         * tests/test-fseterr.c: New file.
13320
13321         * modules/fseterr: New file.
13322         * lib/fseterr.h: New file.
13323         * lib/fseterr.c: New file.
13324
13325 2007-03-08  Bruno Haible  <bruno@clisp.org>
13326
13327         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
13328         * lib/getopt_.h: Likewise.
13329         * lib/mbswidth.h: Likewise.
13330         * lib/setenv.h: Likewise.
13331         * lib/vasnprintf.h: Likewise.
13332         * lib/vasprintf.h: Likewise.
13333         * lib/verror.h: Likewise.
13334         * lib/xsetenv.h: Likewise.
13335         * lib/xvasprintf.h: Likewise.
13336
13337 2007-03-08  Jim Meyering  <jim@meyering.net>
13338
13339         * users.txt: Add parted.
13340
13341         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
13342
13343 2007-03-07  Bruno Haible  <bruno@clisp.org>
13344
13345         * m4/printf.m4: Make the shell script snippets copy&pastable.
13346
13347 2007-03-02  Bruno Haible  <bruno@clisp.org>
13348
13349         * lib/netinet_in_.h: New file.
13350         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
13351         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
13352         * modules/netinet_in (Files): Add lib/netinet_in_.h.
13353         (Depends-on): Add absolute-header.
13354         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
13355         into netinet/in.h.
13356
13357 2007-03-03  Bruno Haible  <bruno@clisp.org>
13358
13359         * lib/sys_select_.h: New file.
13360         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
13361         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
13362         * modules/sys_select (Files): Add lib/sys_select_.h.
13363         (Depends-on): Add absolute-header.
13364         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
13365         into sys/select.h.
13366
13367 2007-03-02  Bruno Haible  <bruno@clisp.org>
13368
13369         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
13370         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
13371         values.
13372         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
13373         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
13374         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
13375         * modules/sys_socket (Depends-on): Add absolute-header.
13376         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
13377         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
13378         (Include): Remove requirement of inclusion of <sys/types.h>.
13379
13380 2007-03-02  Bruno Haible  <bruno@clisp.org>
13381
13382         * lib/byteswap_.h (bswap_32): Fix formula.
13383
13384 2007-03-06  Bruno Haible  <bruno@clisp.org>
13385
13386         * modules/sprintf-posix-tests: New file.
13387         * tests/test-sprintf-posix.c: New file.
13388
13389         * modules/sprintf-posix: New file.
13390         * lib/sprintf.c: New file.
13391         * m4/sprintf-posix.m4: New file.
13392         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
13393         REPLACE_SPRINTF.
13394         * lib/stdio_.h (sprintf): New declaration.
13395         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
13396         REPLACE_SPRINTF.
13397
13398 2007-03-06  Bruno Haible  <bruno@clisp.org>
13399
13400         * modules/vsprintf-posix-tests: New file.
13401         * tests/test-vsprintf-posix.c: New file.
13402         * tests/test-sprintf-posix.h: New file.
13403
13404         * modules/vsprintf-posix: New file.
13405         * lib/vsprintf.c: New file.
13406         * m4/vsprintf-posix.m4: New file.
13407         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
13408         REPLACE_VSPRINTF.
13409         * lib/stdio_.h (vsprintf): New declaration.
13410         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
13411         REPLACE_VSPRINTF.
13412
13413 2007-03-06  Bruno Haible  <bruno@clisp.org>
13414
13415         * modules/vsnprintf (Depend-on): Remove minmax.
13416
13417 2007-03-06  Bruno Haible  <bruno@clisp.org>
13418
13419         * modules/snprintf-posix-tests: New file.
13420         * tests/test-snprintf-posix.c: New file.
13421
13422         * modules/snprintf-posix: New file.
13423         * m4/snprintf-posix.m4: New file.
13424         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
13425         gl_FUNC_SNPRINTF.
13426         (gl_FUNC_SNPRINTF): Invoke it.
13427         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
13428         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
13429         is set.
13430         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
13431
13432 2007-03-06  Bruno Haible  <bruno@clisp.org>
13433
13434         * modules/vsnprintf-posix-tests: New file.
13435         * tests/test-vsnprintf-posix.c: New file.
13436         * tests/test-snprintf-posix.h: New file.
13437
13438         * modules/vsnprintf-posix: New file.
13439         * m4/vsnprintf-posix.m4: New file.
13440         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
13441         gl_FUNC_VSNPRINTF.
13442         (gl_FUNC_VSNPRINTF): Invoke it.
13443         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
13444         * lib/stdio_.h (vsnprintf): Define as a replacement if
13445         REPLACE_VSNPRINTF is set.
13446         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
13447
13448 2007-03-06  Bruno Haible  <bruno@clisp.org>
13449
13450         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
13451         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
13452
13453 2007-03-06  Bruno Haible  <bruno@clisp.org>
13454
13455         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
13456         (asinl): Declare also if HAVE_DECL_ASINL is set.
13457         (atanl): Declare also if HAVE_DECL_ATANL is set.
13458         (ceill): Declare also if HAVE_DECL_CEILL is set.
13459         (cosl): Declare also if HAVE_DECL_COSL is set.
13460         (expl): Declare also if HAVE_DECL_EXPL is set.
13461         (floorl): Declare also if HAVE_DECL_FLOORL is set.
13462         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
13463         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
13464         (logl): Declare also if HAVE_DECL_LOGL is set.
13465         (sinl): Declare also if HAVE_DECL_SINL is set.
13466         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
13467         (tanl): Declare also if HAVE_DECL_TANL is set.
13468         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
13469         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
13470         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
13471         declaration of frexpl, ldexpl.
13472         * modules/printf-frexpl (Depends-on): Add math.
13473         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
13474
13475 2007-03-05  Bruno Haible  <bruno@clisp.org>
13476
13477         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
13478         frexpl and ldexpl are declared.
13479         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
13480
13481 2007-03-05  Bruno Haible  <bruno@clisp.org>
13482
13483         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
13484         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
13485
13486 2007-03-05  Bruno Haible  <bruno@clisp.org>
13487
13488         * lib/stdio_.h: Include <stddef.h>.
13489
13490 2007-03-05  Bruno Haible  <bruno@clisp.org>
13491
13492         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
13493
13494 2007-03-05  Bruno Haible  <bruno@clisp.org>
13495
13496         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
13497         NetBSD 4, from Ralf Wildenhues.
13498
13499 2007-03-04  Bruno Haible  <bruno@clisp.org>
13500
13501         * lib/vasprintf.h: Update #if logic for the case when the functions
13502         exist but are overridden.
13503
13504 2007-03-04  Bruno Haible  <bruno@clisp.org>
13505
13506         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
13507         implementations: glibc-2.4 and MacOS X 10.3.
13508         * tests/test-vasnprintf-posix.c (test_function): Test also the case
13509         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
13510         * tests/test-vasprintf-posix.c (test_function): Likewise.
13511
13512 2007-03-04  Bruno Haible  <bruno@clisp.org>
13513
13514         * modules/vasprintf-posix-tests: New file.
13515         * tests/test-vasprintf-posix.c: New file.
13516
13517         * modules/vasprintf-posix: New file.
13518         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
13519         defined.
13520         * m4/vasprintf-posix.m4: New file.
13521         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
13522         gl_FUNC_VASPRINTF.
13523         (gl_FUNC_VASPRINTF): Invoke it.
13524         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
13525         here.
13526         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
13527
13528 2007-03-04  Bruno Haible  <bruno@clisp.org>
13529
13530         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
13531         REPLACE_GETTIMEOFDAY.
13532         * modules/sys_time (Makefile.am): Likewise.
13533         * m4/sys_time_h.m4: Likewise.
13534         * m4/gettimeofday.m4: Likewise.
13535
13536 2007-03-04  Bruno Haible  <bruno@clisp.org>
13537
13538         * modules/vasnprintf-posix-tests: New file.
13539         * tests/test-vasnprintf-posix.c: New file.
13540
13541         * modules/vasnprintf-posix: New file.
13542         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
13543         printf-frexpl.h.
13544         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
13545         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
13546         REPLACE_VASNPRINTF is defined.
13547         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
13548         gl_FUNC_VASNPRINTF.
13549         (gl_FUNC_VASNPRINTF): Invoke it.
13550         * m4/vasnprintf-posix.m4: New file.
13551         * m4/printf.m4: New file.
13552
13553 2007-03-04  Bruno Haible  <bruno@clisp.org>
13554
13555         Compile progreloc.c only if --enable-relocatable is specified.
13556         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
13557         if --enable-relocatable was specified.
13558         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
13559         lib_SOURCES.
13560
13561 2007-03-04  Jim Meyering  <jim@meyering.net>
13562
13563         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
13564         Use it consistently, rather than enumerating errno constants.
13565
13566 2007-03-04  Bruno Haible  <bruno@clisp.org>
13567
13568         * modules/xvasprintf-tests: New file.
13569         * tests/test-xvasprintf.c: New file.
13570
13571         * modules/vasprintf-tests: New file.
13572         * tests/test-vasprintf.c: New file.
13573
13574         * modules/vasnprintf-tests: New file.
13575         * tests/test-vasnprintf.c: New file.
13576
13577         * modules/vsnprintf-tests: New file.
13578         * tests/test-vsnprintf.c: New file.
13579
13580         * modules/snprintf-tests: New file.
13581         * tests/test-snprintf.c: New file.
13582
13583 2007-03-04  Bruno Haible  <bruno@clisp.org>
13584
13585         Compile relocatable.c only if --enable-relocatable is specified.
13586         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
13587         gl_RELOCATABLE_LIBRARY.
13588         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
13589         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
13590         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
13591         gl_RELOCATABLE_LIBRARY.
13592         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
13593         (Makefile.am): Remove lib_SOURCES.
13594         * modules/relocatable-lib-lgpl (configure.ac): Invoke
13595         gl_RELOCATABLE_LIBRARY.
13596         (Makefile.am): Remove lib_SOURCES.
13597         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
13598         always.
13599         * modules/relocatable-prog-wrapper (configure.ac): Invoke
13600         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
13601
13602 2007-03-04  Bruno Haible  <bruno@clisp.org>
13603
13604         * modules/argmatch-tests: New file.
13605         * tests/test-argmatch.c: New file.
13606
13607         * tests/test-allocsa.c (main): Halve the number of loop runs.
13608
13609         * modules/alloca-opt-tests: New file.
13610         * tests/test-alloca-opt.c: New file.
13611
13612 2007-03-04  Jim Meyering  <jim@meyering.net>
13613
13614         Work around difference between Linux ACLs and Solaris 10 ZFS.
13615         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
13616         for EINVAL.
13617
13618 2007-03-03  Bruno Haible  <bruno@clisp.org>
13619
13620         * modules/relocatable-prog (Depends-on): Add back progreloc's
13621         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
13622
13623 2007-03-03  Bruno Haible  <bruno@clisp.org>
13624
13625         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
13626         * modules/relocatable-lib: New file.
13627
13628 2007-03-03  Bruno Haible  <bruno@clisp.org>
13629
13630         * modules/relocatable-prog: Renamed from modules/relocatable.
13631         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
13632
13633 2007-03-03  Bruno Haible  <bruno@clisp.org>
13634
13635         * modules/relocatable-script (Files): Add doc/relocatable.texi,
13636         m4/relocatable-lib.m4.
13637         (Depends-on): Remove 'relocatable'.
13638         (configure.ac): Add gl_RELOCATABLE_NOP.
13639
13640 2007-03-03  Bruno Haible  <bruno@clisp.org>
13641
13642         * modules/relocatable-prog-wrapper: New file.
13643         * modules/relocatable (Depends-on): Add it. Remove all other
13644         dependencies except progname.
13645         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
13646
13647         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
13648         (gl_FUNC_STRERROR): Nop.
13649         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
13650
13651         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
13652         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
13653
13654         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
13655         (gl_FUNC_READLINK): Update.
13656
13657         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
13658
13659 2007-03-03  Bruno Haible  <bruno@clisp.org>
13660
13661         * lib/xreadlink.c: Include <unistd.h> unconditionally.
13662         * modules/xreadlink (Depends-on): Add unistd.
13663         * modules/xreadlink-with-size (Depends-on): Likewise.
13664
13665 2007-03-03  Bruno Haible  <bruno@clisp.org>
13666
13667         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
13668         extracted from gt_FUNC_SETENV.
13669         (gt_FUNC_SETENV): Remove macro.
13670         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
13671         remove gt_FUNC_SETENV.
13672
13673 2007-03-03  Bruno Haible  <bruno@clisp.org>
13674
13675         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
13676         ENABLE_RELOCATABLE here.
13677         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
13678
13679 2007-03-03  Bruno Haible  <bruno@clisp.org>
13680
13681         * modules/rbtreehash-list-tests (Depends-on): Add progname.
13682         * tests/test-rbtreehash_list.c: Include progname.h.
13683         (main): Call set_program_name.
13684
13685         * modules/rbtree-oset-tests (Depends-on): Add progname.
13686         * tests/test-rbtree_oset.c: Include progname.h.
13687         (main): Call set_program_name.
13688
13689         * modules/rbtree-list-tests (Depends-on): Add progname.
13690         * tests/test-rbtree_list.c: Include progname.h.
13691         (main): Call set_program_name.
13692
13693         * modules/linked-list-tests (Depends-on): Add progname.
13694         * tests/test-linked_list.c: Include progname.h.
13695         (main): Call set_program_name.
13696
13697 2007-03-03  Bruno Haible  <bruno@clisp.org>
13698
13699         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
13700         All uses of __restrict changed to _Restrict_.
13701         * lib/glob_.h (__restrict): Remove macro.
13702
13703 2007-03-02  Bruno Haible  <bruno@clisp.org>
13704
13705         * modules/gettext (configure.ac): Require gettext infrastructure
13706         from version 0.16.1.
13707
13708 2007-03-02  Bruno Haible  <bruno@clisp.org>
13709
13710         * modules/linkedhash-list-tests (Depends-on): Add progname.
13711         * tests/test-linkedhash_list.c: Include progname.h.
13712         (main): Call set_program_name.
13713
13714         * modules/carray-list-tests (Depends-on): Add progname.
13715         * tests/test-carray_list.c: Include progname.h.
13716         (main): Call set_program_name.
13717
13718         * modules/avltreehash-list-tests (Depends-on): Add progname.
13719         * tests/test-avltreehash_list.c: Include progname.h.
13720         (main): Call set_program_name.
13721
13722         * modules/avltree-oset-tests (Depends-on): Add progname.
13723         * tests/test-avltree_oset.c: Include progname.h.
13724         (main): Call set_program_name.
13725
13726         * modules/avltree-list-tests (Depends-on): Add progname.
13727         * tests/test-avltree_list.c: Include progname.h.
13728         (main): Call set_program_name.
13729
13730         * modules/array-oset-tests (Depends-on): Add progname.
13731         * tests/test-array_oset.c: Include progname.h.
13732         (main): Call set_program_name.
13733
13734         * modules/array-list-tests (Depends-on): Add progname.
13735         * tests/test-array_list.c: Include progname.h.
13736         (main): Call set_program_name.
13737
13738         * modules/argp-tests (Depends-on): Add progname.
13739         * tests/test-argp.c: Include argp.h first. Include progname.h.
13740         (main): Call set_program_name.
13741
13742 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
13743
13744         * doc/gnulib-tool.texi (Initial import): Reword description of
13745         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
13746         limited effect even if defined after the first system include.
13747
13748 2007-03-01  Bruno Haible  <bruno@clisp.org>
13749
13750         * build-aux/config.libpath: Update to libtool-1.5.22.
13751         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13752
13753 2007-03-01  Bruno Haible  <bruno@clisp.org>
13754
13755         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
13756         foo_CFLAGS.
13757         Reported by Ralf Wildenhues.
13758
13759 2007-03-01  Bruno Haible  <bruno@clisp.org>
13760
13761         * build-aux/install-reloc: Remove object files left over by some
13762         compilers.
13763         Reported by Ralf Wildenhues.
13764
13765 2007-03-01  Bruno Haible  <bruno@clisp.org>
13766
13767         * build-aux/install-reloc: Break long lines.
13768
13769 2007-03-01  Bruno Haible  <bruno@clisp.org>
13770
13771         * doc/relocatable.texi: Document that it may not work on OpenBSD.
13772         Reported by Ralf Wildenhues.
13773
13774 2007-03-01  Bruno Haible  <bruno@clisp.org>
13775
13776         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
13777         include ordering constraints.
13778
13779 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13780
13781         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
13782         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
13783         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
13784         as another example.
13785         * lib/time_.h: Fix misspelling.
13786         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
13787         Require gl_HEADER_TIME_H_DEFAULTS.
13788         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
13789         * m4/time_r.m4 (gl_TIME_R): Likewise.
13790         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
13791
13792 2007-03-01  Bruno Haible  <bruno@clisp.org>
13793
13794         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
13795         * m4/utimens.m4 (gl_UTIMENS): Likewise.
13796
13797 2007-03-01  Jim Meyering  <jim@meyering.net>
13798
13799         * modules/xreadlink (Maintainer): Add my name.
13800         * modules/xreadlink-with-size (Depends-on): Alphabetize.
13801
13802 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
13803             Bruno Haible  <bruno@clisp.org>
13804
13805         * build-aux/install-reloc: Compile also c-ctype.c.
13806         * build-aux/relocatable.sh.in: New file.
13807         * doc/relocatable.texi: New file.
13808         * doc/relocatable-maint.texi: New file.
13809         * doc/gnulib.texi: Include relocatable-maint.texi.
13810         * lib/progreloc.c: Include unistd.h unconditionally.
13811         * lib/relocwrapper.c: Include unistd.h unconditionally.
13812         Include c-ctype.h.
13813         (add_dotbin): Use c_tolower.
13814         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
13815         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
13816         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
13817         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
13818         to m4/relocatable-lib.m4.
13819         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
13820         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
13821         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
13822         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
13823         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
13824         * modules/relocatable: New file.
13825         * modules/relocatable-lib: New file.
13826         * modules/relocatable-script: New file.
13827
13828 2007-02-28  Bruno Haible  <bruno@clisp.org>
13829
13830         Import --enable-relocatable infrastructure.
13831         * build-aux/config.libpath: New file, from GNU gettext.
13832         * build-aux/install-reloc: New file, from GNU gettext.
13833         * build-aux/reloc-ldflags: New file, from GNU gettext.
13834         * lib/relocatable.h: New file, from GNU gettext.
13835         * lib/relocatable.c: New file, from GNU gettext.
13836         * lib/relocwrapper.c: New file, from GNU gettext.
13837         * m4/relocatable.m4: New file, from GNU gettext.
13838
13839 2007-02-28  Bruno Haible  <bruno@clisp.org>
13840
13841         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
13842
13843         * modules/xreadlink: New file, from GNU gettext with modifications.
13844         * lib/xreadlink.c: New file, from GNU gettext.
13845         * lib/xreadlink.h: Add comments.
13846         (xreadlink): New declaration.
13847
13848         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
13849         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
13850         lib/xreadlink-with-size.c.
13851         (configure.ac): Remove gl_XREADLINK invocation.
13852         (Makefile.am): Augment lib_SOURCES.
13853         * m4/xreadlink.m4: Remove file.
13854         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
13855         (xreadlink_with_size): Renamed from xreadink.
13856         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
13857         * modules/canonicalize (Depends-on): Replace xreadlink with
13858         xreadlink-with-size.
13859         * lib/canonicalize.c (canonicalize_filename_mode): Update.
13860
13861 2007-02-25  Jim Meyering  <jim@meyering.net>
13862
13863         * build-aux/announce-gen: When complaining about excess arguments,
13864         list them.
13865
13866 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13867
13868         * README: Document signed integer overflow situation more
13869         accurately.
13870
13871 2007-02-25  Bruno Haible  <bruno@clisp.org>
13872
13873         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
13874         'a' or 'A' conversion.
13875
13876 2007-02-25  Bruno Haible  <bruno@clisp.org>
13877
13878         * modules/filename: Renamed from modules/pathname.
13879         (Files): Replace lib/pathname.h with lib/filename.h. Replace
13880         lib/concatpath.c with lib/concat-filename.c.
13881         (Makefile.am): Update.
13882         (Include): Replace pathname.h with filename.h.
13883         * lib/filename.h: Renamed from lib/pathname.h.
13884         (concatenated_filename): Renamed from concatenated_pathname.
13885         * lib/concat-filename.c: Renamed from lib/concatpath.c.
13886         (concatenated_filename): Renamed from concatenated_pathname.
13887         * lib/findprog.c: Include filename.h instead of pathname.h.
13888         (find_in_path): Update.
13889         * lib/javacomp.c: Include filename.h instead of pathname.h.
13890         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
13891         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
13892         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
13893         is_oldgcj_14_13_usable, is_javac_usable): Update.
13894         * lib/javaexec.c: Include filename.h instead of pathname.h.
13895         (execute_java_class): Update.
13896         * modules/findprog: Update.
13897         * modules/javacomp: Update.
13898         * modules/javaexec: Update.
13899         * MODULES.html.sh (File system functions): Add 'filename', remove
13900         'pathname'.
13901
13902 2007-02-25  Bruno Haible  <bruno@clisp.org>
13903
13904         * modules/printf-frexpl-tests: New file.
13905         * tests/test-printf-frexpl.c: New file.
13906
13907         * modules/printf-frexpl: New file.
13908         * lib/printf-frexpl.h: New file.
13909         * lib/printf-frexpl.c: New file.
13910         * m4/printf-frexpl.m4: New file.
13911
13912 2007-02-25  Bruno Haible  <bruno@clisp.org>
13913
13914         * modules/printf-frexp-tests: New file.
13915         * tests/test-printf-frexp.c: New file.
13916
13917         * modules/printf-frexp: New file.
13918         * lib/printf-frexp.h: New file.
13919         * lib/printf-frexp.c: New file.
13920         * m4/printf-frexp.m4: New file.
13921
13922 2007-02-25  Bruno Haible  <bruno@clisp.org>
13923
13924         Assume automake >= 1.10 for the tests.
13925         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
13926         * modules/arctwo-tests: Likewise.
13927         * modules/argp-tests: Likewise.
13928         * modules/avltree-list-tests: Likewise.
13929         * modules/avltree-oset-tests: Likewise.
13930         * modules/avltreehash-list-tests: Likewise.
13931         * modules/carray-list-tests: Likewise.
13932         * modules/crc-tests: Likewise.
13933         * modules/des-tests: Likewise.
13934         * modules/gc-arcfour-tests: Likewise.
13935         * modules/gc-arctwo-tests: Likewise.
13936         * modules/gc-des-tests: Likewise.
13937         * modules/gc-hmac-md5-tests: Likewise.
13938         * modules/gc-hmac-sha1-tests: Likewise.
13939         * modules/gc-md2-tests: Likewise.
13940         * modules/gc-md4-tests: Likewise.
13941         * modules/gc-md5-tests: Likewise.
13942         * modules/gc-pbkdf2-sha1-tests: Likewise.
13943         * modules/gc-rijndael-tests: Likewise.
13944         * modules/gc-sha1-tests: Likewise.
13945         * modules/gc-tests: Likewise.
13946         * modules/getaddrinfo-tests: Likewise.
13947         * modules/hmac-md5-tests: Likewise.
13948         * modules/hmac-sha1-tests: Likewise.
13949         * modules/linked-list-tests: Likewise.
13950         * modules/linkedhash-list-tests: Likewise.
13951         * modules/lock-tests: Likewise.
13952         * modules/md2-tests: Likewise.
13953         * modules/md4-tests: Likewise.
13954         * modules/md5-tests: Likewise.
13955         * modules/rbtree-list-tests: Likewise.
13956         * modules/rbtree-oset-tests: Likewise.
13957         * modules/rbtreehash-list-tests: Likewise.
13958         * modules/read-file-tests: Likewise.
13959         * modules/rijndael-tests: Likewise.
13960         * modules/stdint-tests: Likewise.
13961         * modules/tls-tests: Likewise.
13962
13963 2007-02-24  Bruno Haible  <bruno@clisp.org>
13964
13965         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
13966         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
13967         function; instead check whether isnan with a double argument links.
13968         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
13969         function; instead check whether isnan with a 'long double' argument
13970         links.
13971         Reported by Eric Blake <ebb9@byu.net>.
13972
13973 2007-02-24  Bruno Haible  <bruno@clisp.org>
13974
13975         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
13976         defined.
13977         * lib/isnanl.c: Remove all code. Just include isnan.c.
13978         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
13979
13980 2007-02-25  Jim Meyering  <jim@meyering.net>
13981
13982         Avoid conflicting types for 'unsetenv' on FreeBSD.
13983         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
13984         conflicting with FreeBSD's (5.0 and 6.1) function declaration
13985         in stdlib.h.
13986
13987 2007-02-24  Bruno Haible  <bruno@clisp.org>
13988
13989         * modules/isnanl-nolibm-tests: New file.
13990         * tests/test-isnanl.c: New file.
13991
13992         * modules/isnanl-nolibm: New file.
13993         * lib/isnanl.h: New file.
13994         * lib/isnanl.c: New file.
13995         * m4/isnanl.m4: New file.
13996
13997 2007-02-24  Bruno Haible  <bruno@clisp.org>
13998
13999         * modules/isnan-nolibm-tests: New file.
14000         * tests/test-isnan.c: New file.
14001
14002         * modules/isnan-nolibm: New file.
14003         * lib/isnan.h: New file.
14004         * lib/isnan.c: New file.
14005         * m4/isnan.m4: New file.
14006
14007 2007-02-24  Bruno Haible  <bruno@clisp.org>
14008
14009         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
14010         assume that an exponent fits in 20 bits.
14011
14012 2007-02-24  Jim Meyering  <jim@meyering.net>
14013
14014         * m4/regex.m4: Update the description of the configure-time option,
14015         --without-included-regex, to state accurately what the defaults are,
14016         and perhaps to give people an idea why using this option is risky.
14017
14018 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14019
14020         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
14021         loops on small arguments.  This attempts to avoid the problem
14022         Bruno Haible reported for AIX 4.3.2 in
14023         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
14024
14025 2007-02-23  Bruno Haible  <bruno@clisp.org>
14026
14027         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
14028         Needed for help2man.
14029
14030 2007-02-23  Karl Berry  <karl@gnu.org>
14031
14032         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
14033         exists, foo.h should be cvs-ignored, not committed.
14034
14035 2007-02-23  Eric Blake  <ebb9@byu.net>
14036
14037         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
14038         * lib/stat-time.h (includes): Likewise.
14039         * lib/utimecmp.c (includes): Likewise.
14040         * lib/utimens.h (includes): Likewise.
14041         * lib/getdate.y (includes): Also include "timespec.h" for use
14042         internal to the module.
14043         * modules/utimens (Depends-on): Revert yesterday's patch.
14044         * modules/nanosleep (Depends-on): Add missing dependency.
14045
14046 2007-02-22  Bruno Haible  <bruno@clisp.org>
14047
14048         * lib/glob.c: Don't include getlogin_r.h.
14049
14050 2007-02-22  Jim Meyering  <jim@meyering.net>
14051
14052         * modules/utimens (Depends-on): Add timespec, required for
14053         utimens.h's inclusion of timespec.h.
14054
14055 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
14056
14057         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
14058         long unreadable paths in GNU/Linux.  Problem reported by Andreas
14059         Schwab in
14060         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
14061         I'll try to think of a better way to fix the Solaris problem.
14062
14063         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
14064         like glibc; on Solaris 10, it fails with errno == EINVAL.
14065         POSIX says the behavior is unspecified if the first argument is NULL,
14066         so play it safe and never pass NULL to the system getcwd.
14067
14068 2007-02-21  Jim Meyering  <jim@meyering.net>
14069
14070         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
14071         of gettimeofday.  It would conflict with the one now always
14072         provided via sys_time_.h.  Reported by Matthew Woehlke, as
14073         an IRIX 6.5 build failure.
14074
14075 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14076
14077         Minor fixups to port to Solaris 10 with Sun C 5.8.
14078         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
14079         * modules/getcwd (Depends-on): Add dirfd.
14080         * lib/putenv.c (putenv): #undef it.
14081         (rpl_putenv): New decl.
14082         (malloc, free): Include <stdlib.h> rather than prototyping separately.
14083
14084 2007-02-20  Bruno Haible  <bruno@clisp.org>
14085
14086         * modules/stdio-tests: New file.
14087         * tests/test-stdio.c: New file.
14088
14089         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
14090         (Depends-on): Add stdio.
14091         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
14092         (Include): Use <stdio.h> instead of vsnprintf.h.
14093         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
14094         HAVE_DECL_VSNPRINTF.
14095         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
14096
14097         * modules/snprintf (Files): Remove lib/snprintf.h.
14098         (Depends-on): Add stdio.
14099         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
14100         (Include): Use <stdio.h> instead of snprintf.h.
14101         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
14102         HAVE_DECL_SNPRINTF.
14103         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
14104         * lib/getaddrinfo.c: Likewise.
14105
14106         * modules/stdio: New file.
14107         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
14108         * lib/snprintf.h: Remove file.
14109         * lib/vsnprintf.h: Remove file.
14110         * lib/.cppi-disable: Remove snprintf.h.
14111         * m4/stdio_h.m4: New file.
14112         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
14113
14114 2007-02-20  Jim Meyering  <jim@meyering.net>
14115
14116         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
14117         used by e.g., mingw.  From Bruno Haible.
14118
14119 2007-02-19  Bruno Haible  <bruno@clisp.org>
14120
14121         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
14122         warnings.
14123         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14124
14125 2007-02-19  Bruno Haible  <bruno@clisp.org>
14126
14127         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
14128         from mingw users.
14129
14130 2007-02-19  Bruno Haible  <bruno@clisp.org>
14131
14132         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
14133         warnings.
14134         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
14135
14136 2007-02-19  Jim Meyering  <jim@meyering.net>
14137
14138         Don't use FD after a successful "fdopendir (fd)".
14139         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
14140         Reset it by calling dirfd on the just-obtained DIR*.
14141
14142         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
14143         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
14144
14145 2007-02-18  Bruno Haible  <bruno@clisp.org>
14146
14147         * lib/readlink.c: Include <unistd.h>.
14148         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
14149         HAVE_READLINK.
14150         * modules/readlink (Depends-on): Add unistd.
14151         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14152         (Include): Add <unistd.h>.
14153
14154         * lib/getlogin_r.h: Remove file.
14155         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
14156         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
14157         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
14158         HAVE_DECL_GETLOGIN_R.
14159         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
14160         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14161         (Include): Use <unistd.h> instead of getlogin_r.h.
14162
14163         * lib/getcwd.h: Remove file.
14164         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
14165         * lib/xgetcwd.c: Likewise.
14166         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
14167         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
14168         * modules/getcwd (Files): Remove lib/getcwd.h.
14169         (Depends-on): Add unistd.
14170         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14171         (Include): Use <unistd.h> instad of getcwd.h.
14172
14173         * lib/ftruncate.c: Include <unistd.h> first.
14174         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
14175         Set HAVE_FTRUNCATE.
14176         * modules/ftruncate (Depends-on): Add unistd.
14177         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14178
14179         * lib/fchdir.c: Include <unistd.h> first.
14180         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
14181         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
14182         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
14183         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14184         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
14185
14186         * lib/dup2.c: Include <unistd.h> first.
14187         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
14188         HAVE_DUP2.
14189         * modules/dup2 (Depends-on): Add unistd.
14190         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14191
14192         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
14193         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
14194         REPLACE_CHOWN. Don't define chown as a macro here.
14195         * modules/chown (Depends-on): Add unistd.
14196         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14197
14198         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
14199         Add definition for GL_LINK_WARNING.
14200         (chown, dup2): New declarations.
14201         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
14202         link warning.
14203         (ftruncate): New declaration.
14204         (getcwd): New declaration, taken from old getcwd.h.
14205         (getlogin_r): New declaration, taken from old getlogin_r.h.
14206         (readlink): New declaration.
14207         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
14208         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
14209         (gl_PREREQ_UNISTD): Remove macro.
14210         (gl_UNISTD_MODULE_INDICATOR): New macro.
14211         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
14212         many new variables. Don't set UNISTD_H.
14213         * modules/unistd (Description): Change.
14214         (Depends-on): Add link-warning.
14215         (configure.ac): Update.
14216         (Makefile.am): Create unistd.h always. Substitute many new variables
14217         into it.
14218
14219 2007-02-18  Bruno Haible  <bruno@clisp.org>
14220
14221         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
14222         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
14223         HAVE_GETSUBOPT.
14224         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
14225         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
14226         * lib/getsubopt.h: Remove file.
14227         * modules/getsubopt (Files): Remove lib/getsubopt.h.
14228         (Depends-on): Add stdlib.
14229         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14230         (Includes): Use <stdlib.h> instead of getsubopt.h.
14231         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
14232         Set HAVE_GETSUBOPT.
14233         * lib/getsubopt.c: Don't include getsubopt.h.
14234
14235 2007-02-18  Bruno Haible  <bruno@clisp.org>
14236
14237         * modules/fchdir (Depends-on): Add dup2.
14238
14239 2007-02-18  Bruno Haible  <bruno@clisp.org>
14240
14241         * lib/stdlib_.h: Handle glibc's special invocation convention
14242         specially.
14243
14244 2007-02-18  Bruno Haible  <bruno@clisp.org>
14245
14246         * modules/stdlib-tests: New file.
14247         * tests/test-stdlib.c: New file.
14248
14249         * modules/mkstemp (Files): Remove lib/mkstemp.h.
14250         (Depends-on): Add stdlib.
14251         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14252         (Includes): Use <stdlib.h> instead of mkstemp.h.
14253         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
14254         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
14255         * lib/mkstemp.c: Don't include mkstemp.h.
14256         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
14257         * lib/stdlib--.h: Don't include mkstemp.h.
14258
14259         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
14260         (Depends-on): Add stdlib.
14261         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14262         (Includes): Use <stdlib.h> instead of mkdtemp.h.
14263         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
14264         HAVE_MKDTEMP.
14265         * lib/mkdtemp.c: Don't include mkdtemp.h.
14266         * lib/clean-temp.c: Don't include mkdtemp.h.
14267
14268         * modules/exit (Files): Remove lib/exit.h.
14269         (Depends-on): Add stdlib.
14270         (Makefile.am): Remove lib_SOURCES.
14271         (Include): Use <stdlib.h> instead of exit.h.
14272         * lib/argmatch.c: Don't include exit.h.
14273         * lib/execute.c: Likewise.
14274         * lib/pagealign_alloc.c: Likewise.
14275         * lib/pipe.c: Likewise.
14276         * lib/wait-process.c: Likewise.
14277         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
14278         * lib/exitfail.c: Likewise.
14279         * lib/savewd.c: Likewise.
14280         * lib/xsetenv.c: Likewise.
14281
14282         * modules/stdlib: New file.
14283         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
14284         and extra comments about mkstemp().
14285         * lib/exit.h: Remove file.
14286         * lib/mkdtemp.h: Remove file.
14287         * lib/mkstemp.h: Remove file.
14288         * m4/stdlib_h.m4: New file.
14289         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
14290
14291 2007-02-18  Bruno Haible  <bruno@clisp.org>
14292
14293         * modules/math-tests: New file.
14294         * tests/test-math.c: New file.
14295
14296         * modules/math: New file.
14297         * modules/mathl (Files): Remove lib/mathl.h.
14298         (Depends-on): Add math.
14299         (Makefile.am): Don't mention mathl.h.
14300         (Include): Use <math.h> instead of mathl.h.
14301         * lib/math_.h: New file.
14302         * lib/mathl.h: Remove file.
14303         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
14304         mathl.h.
14305         * lib/asinl.c: Likewise.
14306         * lib/atanl.c: Likewise.
14307         * lib/ceill.c: Likewise.
14308         * lib/cosl.c: Likewise.
14309         * lib/expl.c: Likewise.
14310         * lib/floorl.c: Likewise.
14311         * lib/frexpl.c: Likewise.
14312         * lib/ldexpl.c: Likewise.
14313         * lib/logl.c: Likewise.
14314         * lib/sincosl.c: Likewise.
14315         * lib/sinl.c: Likewise.
14316         * lib/sqrtl.c: Likewise.
14317         * lib/tanl.c: Likewise.
14318         * lib/trigl.c: Likewise.
14319         * m4/math_h.m4: New file.
14320         * MODULES.html.sh (Mathematics): Add math.
14321
14322 2007-02-17  Bruno Haible  <bruno@clisp.org>
14323
14324         * modules/wctype-tests: New file.
14325         * tests/test-wctype.c: New file.
14326
14327         * modules/wchar-tests: New file.
14328         * tests/test-wchar.c: New file.
14329
14330         * modules/unistd-tests: New file.
14331         * tests/test-unistd.c: New file.
14332
14333         * modules/time-tests: New file.
14334         * tests/test-time.c: New file.
14335
14336         * modules/sysexits-tests: New file.
14337         * tests/test-sysexits.c: New file.
14338
14339         * modules/sys_time-tests: New file.
14340         * tests/test-sys_time.c: New file.
14341
14342         * modules/sys_stat-tests: New file.
14343         * tests/test-sys_stat.c: New file.
14344
14345         * modules/sys_socket-tests: New file.
14346         * tests/test-sys_socket.c: New file.
14347
14348         * modules/sys_select-tests: New file.
14349         * tests/test-sys_select.c: New file.
14350
14351         * modules/string-tests: New file.
14352         * tests/test-string.c: New file.
14353
14354         * modules/stdbool-tests: New file.
14355         * tests/test-stdbool.c: New file.
14356
14357         * modules/netinet_in-tests: New file.
14358         * tests/test-netinet_in.c: New file.
14359
14360         * modules/inttypes-tests: New file.
14361         * tests/test-inttypes.c: New file.
14362
14363         * modules/fcntl-tests: New file.
14364         * tests/test-fcntl.c: New file.
14365
14366         * modules/byteswap-tests: New file.
14367         * tests/test-byteswap.c: New file.
14368
14369         * modules/arpa_inet-tests: New file.
14370         * tests/test-arpa_inet.c: New file.
14371
14372 2007-02-17  Bruno Haible  <bruno@clisp.org>
14373
14374         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
14375         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
14376         if the corresponding module is not enabled. Emit link warnings if
14377         the function is used nevertheless.
14378         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
14379         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
14380         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
14381         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
14382         * modules/inttypes (Depends-on): Add link-warning.
14383         (Makefile.am): Copy the contents of build-aux/link-warning.h into
14384         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
14385         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
14386         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
14387         * modules/imaxdiv (configure.ac): Likewise.
14388         * modules/strtoimax (configure.ac): Likewise.
14389         * modules/strtoumax (configure.ac): Likewise.
14390
14391 2007-02-17  Bruno Haible  <bruno@clisp.org>
14392
14393         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
14394         gl_STRING_MODULE_INDICATOR_DEFAULTS.
14395         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
14396         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
14397
14398 2007-02-17  Bruno Haible  <bruno@clisp.org>
14399
14400         * modules/link-warning: New file.
14401         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
14402         * lib/string_.h (GL_LINK_WARNING): Remove definition.
14403         * modules/string (Depends-on): Add link-warning.
14404         (Makefile.am): Copy the contents of build-aux/link-warning.h into
14405         string.h.
14406         * MODULES.html.sh (Support for building libraries and executables): Add
14407         link-warning.
14408
14409 2007-02-17  Bruno Haible  <bruno@clisp.org>
14410
14411         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
14412         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
14413         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
14414         long lines.
14415
14416 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
14417             Bruno Haible  <bruno@clisp.org>
14418
14419         * modules/tmpfile: New file.
14420         * lib/tmpfile.c: New file.
14421         * m4/tmpfile.m4: New file.
14422         * MODULES.html.sh (func_all_modules): New section "Input/output".
14423
14424 2007-02-15  Bruno Haible  <bruno@clisp.org>
14425
14426         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
14427         (supports_delete_on_close): New function.
14428         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
14429
14430 2007-02-14  Bruno Haible  <bruno@clisp.org>
14431
14432         * modules/mbspcasecmp-tests: New file.
14433         * tests/test-mbspcasecmp.sh: New file.
14434         * tests/test-mbspcasecmp.c: New file.
14435
14436         New module mbspcasecmp.
14437         * modules/mbspcasecmp: New file.
14438         * lib/mbspcasecmp.c: New file.
14439         * lib/string_.h (strncasecmp): Change warning message.
14440         (mbspcasecmp): New declaration.
14441         * m4/mbspcasecmp.m4: New file.
14442         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14443         GNULIB_MBSPCASECMP.
14444         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
14445         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
14446
14447 2007-02-14  Bruno Haible  <bruno@clisp.org>
14448
14449         * modules/mbsncasecmp-tests: New file.
14450         * tests/test-mbsncasecmp.sh: New file.
14451         * tests/test-mbsncasecmp.c: New file.
14452
14453         New module mbsncasecmp.
14454         * modules/mbsncasecmp: New file.
14455         * lib/mbsncasecmp.c: New file.
14456         * lib/string_.h (mbsncasecmp): New declaration.
14457         * m4/mbsncasecmp.m4: New file.
14458         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14459         GNULIB_MBSNCASECMP.
14460         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
14461         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
14462
14463 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14464
14465         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
14466         Verify that it doesn't overlap with our flags.
14467         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
14468         do not have the desired effect in multibyte locales; instead, use
14469         mbscasecmp.
14470         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
14471         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
14472         we don't require GNU fnmatch ourselves (if our users require it, they
14473         should do so explicitly).
14474
14475         Fix regex code so it doesn't rely on strcasecmp.
14476         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
14477         Otherwise, include gnulib's langinfo.h.
14478         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
14479         undesirable behavior in non-C locales.  Instead, rely on localecharset.
14480         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
14481         * modules/regex (FILES): Remove m4/codeset.m4.
14482         (Depends-on): Add localcharset.  Remove strcase.
14483
14484 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14485
14486         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
14487         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
14488
14489 2007-02-13  Bruno Haible  <bruno@clisp.org>
14490
14491         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
14492         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14493
14494 2007-02-12  Bruno Haible  <bruno@clisp.org>
14495
14496         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
14497         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
14498         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
14499         time warning rather than a link error.
14500
14501 2007-02-12  Bruno Haible  <bruno@clisp.org>
14502
14503         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
14504         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
14505         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14506
14507 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
14508
14509         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
14510         args, not 2.
14511
14512 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
14513
14514         New module 'time', so that apps can include <time.h> as per
14515         POSIX and GNU instead of separate include files like time_r.h
14516         and timegm.h.  This implementation tries out a simpler approach
14517         for replacing decls in standard include files (as compared to
14518         the string module), somewhat as an experiment.
14519
14520         * config/srclist.txt: Comment out mktime.c for now.
14521         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
14522         since it doesn't apply any more.  Use generic wording instead.
14523         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
14524         'time'.
14525         * lib/time_.h, m4/time_h.m4, modules/time: New files.
14526         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
14527         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
14528         Don't include <sys/types.h>; no longer needed since we assume C89.
14529         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
14530         * lib/strftime.c: Likewise.
14531         * lib/time_r.c: Likewise.
14532         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
14533         * lib/nanosleep.c: Include <time.h> first, to check interface.
14534         * lib/strptime.c: Likewise.
14535         * lib/time_r.c: Likewise.
14536         * lib/timegm.c: Likewise.
14537         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
14538         needed.
14539         * lib/timegm.c: Don't include timegm.h; no longer needed.
14540         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
14541         time.h now handles any problems in that area.
14542         (struct timespec, nanosleep): Remove; time.h now arranges for these.
14543         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
14544         that time.h defines struct timespec.
14545         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
14546         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
14547         handles that.
14548         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
14549         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
14550         needed.  Set REPLACE_LOCALTIME.
14551         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
14552         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
14553         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
14554         nanosleep; time_h.m4 now does that.  Don't require
14555         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
14556         module handles this now.
14557         * modules/getdate (Depends-on): Remove timespec.  Add time.
14558         * modules/nanosleep (Depends-on): Likewise.
14559         * modules/stat-time (Depends-on): Likewise.
14560         * modules/nanosleep (Include): Include time.h, not timespec.h.
14561         * modules/strptime (Files): Remove lib/strptime.h.
14562         (Depends-on): Add extensions, time.
14563         (Include): Include time.h, not strptime.h.
14564         * modules/time_r (Files): Remove lib/time_r.h.
14565         (Depends-on): Add time.
14566         (Include): Include time.h, not time_r.h.
14567         * modules/timegm: Likewise.
14568         * modules/timespec (Description): Now does timespec-related decls
14569         of our own, instead of struct timespec itself.
14570         (Depends-on): Add time; remove extensions.
14571         (Maintainer): Add self.
14572         * modules/utimecmp (Depends-on): Add time; remove timespec.
14573         * modules/utimens (Depends-on): Likewise.
14574         * modules/xnanosleep (Depends-on): Likewise.
14575
14576 2007-02-11  Bruno Haible  <bruno@clisp.org>
14577
14578         * lib/c-strstr.c: Include allocsa.h.
14579         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14580         * lib/c-strcasestr.c: Include allocsa.h.
14581         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14582         * lib/strcasestr.c: Include allocsa.h.
14583         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14584         * lib/mbsstr.c: Include allocsa.h.
14585         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
14586         allocsa/freesa instead of malloc/free.
14587         * lib/mbscasestr.c: Include allocsa.h.
14588         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
14589         allocsa/freesa instead of malloc/free.
14590         * modules/c-strstr (Depends-on): Add allocsa.
14591         * modules/c-strcasestr (Depends-on): Likewise.
14592         * modules/strcasestr (Depends-on): Likewise.
14593         * modules/mbsstr (Depends-on): Likewise.
14594         * modules/mbscasestr (Depends-on): Likewise.
14595
14596 2007-02-11  Bruno Haible  <bruno@clisp.org>
14597
14598         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
14599
14600         * modules/mbsspn-tests: New file.
14601         * tests/test-mbsspn.sh: New file.
14602         * tests/test-mbsspn.c: New file.
14603
14604 2007-02-11  Bruno Haible  <bruno@clisp.org>
14605
14606         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
14607
14608         * modules/mbspbrk-tests: New file.
14609         * tests/test-mbspbrk.sh: New file.
14610         * tests/test-mbspbrk.c: New file.
14611
14612 2007-02-11  Bruno Haible  <bruno@clisp.org>
14613
14614         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
14615         unneeded cast.
14616
14617         * modules/mbscspn-tests: New file.
14618         * tests/test-mbscspn.sh: New file.
14619         * tests/test-mbscspn.c: New file.
14620
14621 2007-02-11  Bruno Haible  <bruno@clisp.org>
14622
14623         * modules/mbscasecmp-tests: New file.
14624         * tests/test-mbscasecmp.sh: New file.
14625         * tests/test-mbscasecmp.c: New file.
14626
14627 2007-02-11  Bruno Haible  <bruno@clisp.org>
14628
14629         Ensure O(n) worst-case complexity of mbscasestr.
14630         * lib/mbscasestr.c: Include stdbool.h.
14631         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
14632         functions.
14633         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
14634         the bookkeeping indicates that it's worth it.
14635         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
14636
14637         * modules/mbscasestr-tests: New file.
14638         * tests/test-mbscasestr1.c: New file.
14639         * tests/test-mbscasestr2.sh: New file.
14640         * tests/test-mbscasestr2.c: New file.
14641         * tests/test-mbscasestr3.sh: New file.
14642         * tests/test-mbscasestr3.c: New file.
14643         * tests/test-mbscasestr4.sh: New file.
14644         * tests/test-mbscasestr4.c: New file.
14645         * m4/locale-tr.m4: New file.
14646
14647 2007-02-11  Bruno Haible  <bruno@clisp.org>
14648
14649         Ensure O(n) worst-case complexity of mbsstr.
14650         * lib/mbsstr.c: Include stdbool.h.
14651         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
14652         functions.
14653         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
14654         bookkeeping indicates that it's worth it.
14655         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
14656
14657         * modules/mbsstr-tests: New file.
14658         * tests/test-mbsstr1.c: New file.
14659         * tests/test-mbsstr2.sh: New file.
14660         * tests/test-mbsstr2.c: New file.
14661         * tests/test-mbsstr3.sh: New file.
14662         * tests/test-mbsstr3.c: New file.
14663         * m4/locale-fr.m4: New file.
14664
14665 2007-02-11  Bruno Haible  <bruno@clisp.org>
14666
14667         * lib/mbsrchr.c (mbsrchr): Fix bug.
14668
14669         * modules/mbsrchr-tests: New file.
14670         * tests/test-mbsrchr.sh: New file.
14671         * tests/test-mbsrchr.c: New file.
14672
14673 2007-02-11  Bruno Haible  <bruno@clisp.org>
14674
14675         * lib/mbschr.c (mbschr): Fix bug.
14676
14677         * modules/mbschr-tests: New file.
14678         * tests/test-mbschr.sh: New file.
14679         * tests/test-mbschr.c: New file.
14680         * m4/locale-zh.m4: New file.
14681
14682 2007-02-11  Bruno Haible  <bruno@clisp.org>
14683
14684         Support for copying multibyte string iterators.
14685         * lib/mbiter.h: Include <string.h>.
14686         (mbiter_multi_copy): New function.
14687         (mbi_copy): New macro.
14688         * lib/mbuiter.h: Include <string.h>.
14689         (mbuiter_multi_copy): New function.
14690         (mbui_copy): New macro.
14691
14692 2007-02-11  Bruno Haible  <bruno@clisp.org>
14693
14694         New module mbslen.
14695         * modules/mbslen: New file.
14696         * lib/mbslen.c: New file.
14697         * lib/string_.h (mbslen): New declaration.
14698         * m4/mbslen.m4: New file.
14699         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14700         GNULIB_MBSLEN.
14701         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
14702         * MODULES.html.sh (Internationalization functions): Add mbslen.
14703
14704 2007-02-11  Bruno Haible  <bruno@clisp.org>
14705
14706         Ensure O(n) worst-case complexity of strcasestr substitute.
14707         * lib/strcasestr.c: Include stdbool.h.
14708         (knuth_morris_pratt): New function.
14709         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
14710         bookkeeping indicates that it's worth it.
14711         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
14712
14713         * modules/strcasestr-tests: New file.
14714         * tests/test-strcasestr.c: New file.
14715
14716 2007-02-11  Bruno Haible  <bruno@clisp.org>
14717
14718         Ensure O(n) worst-case complexity of c_strcasestr.
14719         * lib/c-strcasestr.c: Include stdbool.h, string.h.
14720         (knuth_morris_pratt): New function.
14721         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
14722         the bookkeeping indicates that it's worth it.
14723         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
14724
14725         * modules/c-strcasestr-tests: New file.
14726         * tests/test-c-strcasestr.c: New file.
14727
14728 2007-02-11  Bruno Haible  <bruno@clisp.org>
14729
14730         Ensure O(n) worst-case complexity of c_strstr.
14731         * lib/c-strstr.c: Include stdbool.h, string.h.
14732         (knuth_morris_pratt): New function.
14733         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
14734         bookkeeping indicates that it's worth it.
14735         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
14736
14737         * lib/c-strstr.c: Complete rewrite for maintainability.
14738
14739         * modules/c-strstr-tests: New file.
14740         * tests/test-c-strstr.c: New file.
14741
14742 2007-02-11  Bruno Haible  <bruno@clisp.org>
14743
14744         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
14745         5.2.1 and earlier, whereby \055 was treated just like the range
14746         delimiter '-'.
14747         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
14748
14749 2007-02-08  Bruno Haible  <bruno@clisp.org>
14750
14751         * modules/regex (Depends-on): Add stdbool.
14752         Reported by Dalibor Topic <robilad@kaffe.org>.
14753
14754 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
14755
14756         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
14757         Prefer returning from main to exiting from it.
14758         Remove unnecessary parens after sizeof.
14759
14760 2007-02-05  Bruno Haible  <bruno@clisp.org>
14761
14762         New module mbssep.
14763         * modules/mbssep: New file.
14764         * lib/mbssep.c: New file.
14765         * lib/string_.h (strsep): Add a conditional link warning.
14766         (mbssep): New declaration.
14767         * m4/mbssep.m4: New file.
14768         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14769         GNULIB_MBSSEP.
14770         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
14771         * MODULES.html.sh (Internationalization functions): Add mbssep.
14772
14773 2007-02-05  Bruno Haible  <bruno@clisp.org>
14774
14775         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
14776         Optimize search in case of 1 delimiter.
14777
14778 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
14779
14780         * lib/acl.h: Include sys/types.h before sys/acl.h.
14781
14782 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
14783
14784         Merge upstream fix for glibc bugzilla #3957:
14785
14786         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
14787
14788         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
14789         bit for RE_HAT_LISTS_NOT_NEWLINE.
14790         (build_charclass_op): Remove bogus comment.
14791
14792 2007-02-05  Simon Josefsson  <simon@josefsson.org>
14793
14794         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
14795
14796 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
14797
14798         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
14799         * lib/memmem.c [!defined _LIBC]: Include config.h.
14800
14801 2007-02-04  Bruno Haible  <bruno@clisp.org>
14802
14803         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
14804         warning message.
14805
14806 2007-02-04  Bruno Haible  <bruno@clisp.org>
14807
14808         New module mbstok_r.
14809         * modules/mbstok_r: New file.
14810         * lib/mbstok_r.c: New file.
14811         * lib/string_.h (strtok_r): Change argument names to match the
14812         comments. Add a conditional link warning.
14813         (mbstok_r): New declaration.
14814         * m4/mbstok_r.m4: New file.
14815         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14816         GNULIB_MBSTOK_R.
14817         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
14818         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
14819
14820 2007-02-04  Bruno Haible  <bruno@clisp.org>
14821
14822         New module mbsspn.
14823         * modules/mbsspn: New file.
14824         * lib/mbsspn.c: New file.
14825         * lib/string_.h (strspn): Add a conditional link warning.
14826         (mbsspn): New declaration.
14827         * m4/mbsspn.m4: New file.
14828         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14829         GNULIB_MBSSPN.
14830         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
14831         * MODULES.html.sh (Internationalization functions): Add mbsspn.
14832
14833 2007-02-04  Bruno Haible  <bruno@clisp.org>
14834
14835         New module mbspbrk.
14836         * modules/mbspbrk: New file.
14837         * lib/mbspbrk.c: New file.
14838         * lib/string_.h (strpbrk): Add a conditional link warning.
14839         (mbspbrk): New declaration.
14840         * m4/mbspbrk.m4: New file.
14841         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14842         GNULIB_MBSPBRK.
14843         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
14844         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
14845
14846 2007-02-04  Bruno Haible  <bruno@clisp.org>
14847
14848         New module mbscspn.
14849         * modules/mbscspn: New file.
14850         * lib/mbscspn.c: New file.
14851         * lib/string_.h (strcspn): Add a conditional link warning.
14852         (mbscspn): New declaration.
14853         * m4/mbscspn.m4: New file.
14854         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14855         GNULIB_MBSCSPN.
14856         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
14857         * MODULES.html.sh (Internationalization functions): Add mbscspn.
14858
14859 2007-02-04  Bruno Haible  <bruno@clisp.org>
14860
14861         New module mbscasestr, reduced goal of strcasestr.
14862         * modules/mbscasestr: New file.
14863         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
14864         (mbscasestr): Renamed from strcasestr.
14865         * lib/strcasestr.c: Don't include mbuiter.h.
14866         (strcasestr): Remove support for multibyte locales.
14867         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
14868         Change the conditional link warning.
14869         (mbscasestr): New declaration.
14870         * m4/mbscasestr.m4: New file.
14871         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
14872         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
14873         REPLACE_STRCASESTR.
14874         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
14875         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14876         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
14877         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
14878         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
14879         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
14880         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
14881         (Depends-on): Remove mbuiter.
14882         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
14883
14884 2007-02-04  Bruno Haible  <bruno@clisp.org>
14885
14886         Simplify handling of strncasecmp.
14887         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
14888         the conditional link warning.
14889         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14890         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
14891         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
14892         * modules/strcase (configure.ac): Don't invoke
14893         gl_STRING_MODULE_INDICATOR.
14894         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
14895
14896 2007-02-04  Bruno Haible  <bruno@clisp.org>
14897
14898         New module mbscasecmp, reduced goal of strcasecmp.
14899         * modules/mbscasecmp: New file.
14900         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
14901         (mbscasecmp): Renamed from strcasecmp.
14902         * lib/strcasecmp.c: Don't include mbuiter.h.
14903         (strcasecmp): Remove support for multibyte locales.
14904         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
14905         Change the conditional link warning.
14906         (mbscasecmp): New declaration.
14907         * m4/mbscasecmp.m4: New file.
14908         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
14909         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
14910         REPLACE_STRCASECMP.
14911         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
14912         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14913         GNULIB_MBSCASECMP.
14914         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
14915         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
14916         * modules/strcase (Files): Remove m4/mbrtowc.m4.
14917         (Depends-on): Remove mbuiter.
14918         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
14919
14920 2007-02-04  Bruno Haible  <bruno@clisp.org>
14921
14922         New module mbsstr. Remove module strstr.
14923         * modules/mbsstr: New file.
14924         * modules/strstr: Remove file.
14925         * lib/mbsstr.c: Renamed from lib/strstr.c.
14926         (mbsstr): Renamed from strstr.
14927         * lib/string_.h (strstr): Remove declaration. Change the conditional
14928         link warning.
14929         (mbsstr): New declaration.
14930         * m4/mbsstr.m4: New file.
14931         * m4/strstr.m4: Remove file.
14932         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
14933         REPLACE_STRSTR.
14934         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
14935         Don't initialize GNULIB_STRSTR.
14936         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
14937         substitute GNULIB_STRSTR and REPLACE_STRSTR.
14938         * MODULES.html.sh (Internationalization functions): Add mbsstr.
14939         (Support for systems lacking ANSI C 89): Remove strstr.
14940
14941 2007-02-04  Bruno Haible  <bruno@clisp.org>
14942
14943         New module mbsrchr.
14944         * modules/mbsrchr: New file.
14945         * lib/mbsrchr.c: New file.
14946         * lib/string_.h (strrchr): Add a conditional link warning.
14947         (mbsrchr): New declaration.
14948         * m4/mbsrchr.m4: New file.
14949         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14950         GNULIB_MBSRCHR.
14951         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
14952         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
14953
14954 2007-02-04  Bruno Haible  <bruno@clisp.org>
14955
14956         New module mbschr.
14957         * modules/mbschr: New file.
14958         * lib/mbschr.c: New file.
14959         * lib/string_.h (strchr): Add a conditional link warning.
14960         (mbschr): New declaration.
14961         * m4/mbschr.m4: New file.
14962         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14963         GNULIB_MBSCHR.
14964         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
14965         * MODULES.html.sh (Internationalization functions): Add mbschr.
14966
14967 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
14968
14969         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
14970
14971         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
14972
14973 2007-02-04  Bruno Haible  <bruno@clisp.org>
14974
14975         New module description section 'configure.ac-early'.
14976         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
14977         (func_get_autoconf_early_snippet): New function.
14978         (func_import, func_create_testdir): Use it. Remove special cases for
14979         modules 'extensions' and 'lock'.
14980         * modules/extensions (configure.ac-early): Require
14981         gl_USE_SYSTEM_EXTENSIONS.
14982         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
14983
14984 2007-02-04  Bruno Haible  <bruno@clisp.org>
14985
14986         Make use of gcj-4.3's -fsource and -ftarget option.
14987         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
14988         and if so try the options -fsource and -ftarget.
14989         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
14990         source_version, ftarget_option, target_version arguments.
14991         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
14992         (is_envjavac_oldgcj_14_14_usable): Renamed from
14993         is_envjavac_gcj_14_14_usable.
14994         (is_envjavac_oldgcj_14_13_usable): Renamed from
14995         is_envjavac_gcj_14_13_usable.
14996         (is_gcj_present): Update.
14997         (is_gcj_43, is_gcj43_usable): New functions.
14998         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
14999         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
15000         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
15001         try the options -fsource and -ftarget.
15002
15003 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15004
15005         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
15006         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
15007         larger value.
15008
15009 2007-02-03  Jim Meyering  <jim@meyering.net>
15010
15011         Give tools a better chance to allocate space for very large buffers.
15012         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
15013
15014         Make pwd and readlink work also when run with an unreadable parent dir
15015         on systems with openat support.
15016         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
15017         provided getcwd function, even when we have openat support.
15018         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
15019
15020 2007-02-02  Bruno Haible  <bruno@clisp.org>
15021
15022         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
15023         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
15024         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
15025         portability problems if one of these functions is only used on specific
15026         platforms.
15027         Reported by Paul Eggert.
15028
15029 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
15030
15031         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
15032         is causing more trouble than it's curing.
15033         * lib/regex_internal.h (__mempcpy): Remove.
15034         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
15035         (and make the code a tad smaller to boot).
15036         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
15037
15038 2007-02-02  Jim Meyering  <jim@meyering.net>
15039
15040         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
15041         section, not in the Makefile.am: one.
15042
15043 2007-02-02  Eric Blake  <ebb9@byu.net>
15044
15045         * lib/strchrnul.c: Always include config.h first.
15046
15047         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
15048         gnulib strstr is not necessary here.
15049
15050 2007-02-02  Simon Josefsson  <simon@josefsson.org>
15051
15052         * m4/socklen.m4: Fix typo.
15053
15054 2007-02-02  Eric Blake  <ebb9@byu.net>
15055
15056         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
15057         * modules/netinet_in (Makefile.am): Likewise.
15058
15059 2007-02-01  Bruno Haible  <bruno@clisp.org>
15060
15061         * lib/string_.h (GL_LINK_WARNING): New macro.
15062         (strcasecmp, strstr, strcasestr): If provided by the system,
15063         conditionally define as a macro that leads to a warning instead of to
15064         an error.
15065         (strncasecmp): Conditionally define as a macro that leads to a warning.
15066
15067 2007-02-01  Karl Berry  <karl@gnu.org>
15068
15069         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
15070
15071 2007-02-01  Bruno Haible  <bruno@clisp.org>
15072
15073         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
15074         renamings.
15075
15076 2007-02-01  Eric Blake  <ebb9@byu.net>
15077
15078         * modules/regex (Depends-on): Revert dependence on mempcpy.
15079         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
15080         module's definition of mempcpy.
15081         Reported by Paul Eggert.
15082
15083 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15084
15085         * lib/string_.h: If the gnulib module XYZ is not present, undefine
15086         the symbol XYZ before redefining it.  This fixes a problem with
15087         programs that don't use XYZ, when compiled on systems that define
15088         XYZ to something else.
15089
15090 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
15091
15092         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
15093         occurs when "mkdir -m foo" creates a setgid directory that is (1)
15094         writeable to group or other and (2) is intended to have a special
15095         mode bit that is set or cleared.  In such a case, the directory
15096         should be neither group- nor other-writeable until the special
15097         mode bits are right.
15098
15099 2007-01-31  Eric Blake  <ebb9@byu.net>
15100
15101         * modules/mountlist (Depends-on): Add strstr.
15102
15103         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
15104         bug.
15105         * modules/string (Makefile.am): Remove redundant replacement.
15106         * modules/regex (Depends-on): Add mempcpy.
15107
15108 2007-01-31  Bruno Haible  <bruno@clisp.org>
15109
15110         New module description field 'Link'.
15111         * gnulib-tool (func_usage): Document --extract-link-directive.
15112         (sed_extract_prog): Recognize 'Link' directive.
15113         (func_get_link_directive): New function.
15114         (func_import): Show summary of link directives.
15115         Handle --extract-link-directive option.
15116         * modules/acl (Link): New section.
15117         * modules/clock-time (Link): New section.
15118         * modules/euidaccess (Link): New section.
15119         * modules/gettext (Link): New section.
15120         * modules/iconv (Link): New section.
15121         * modules/lock (Link): New section.
15122         * modules/nanosleep (Link): New section.
15123         * modules/readline (Link): New section.
15124
15125 2007-01-27  Bruno Haible  <bruno@clisp.org>
15126
15127         Enforce the use of gnulib modules for unportable <string.h> functions.
15128         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
15129         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
15130         (gl_HEADER_STRING_H_BODY): Require it.
15131         * lib/string_.h: If the gnulib module XYZ is not present, redefine
15132         the symbol XYZ to one that gives a link error.
15133         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
15134         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
15135         * modules/mempcpy (configure.ac): Likewise.
15136         * modules/memrchr (configure.ac): Likewise.
15137         * modules/stpcpy (configure.ac): Likewise.
15138         * modules/stpncpy (configure.ac): Likewise.
15139         * modules/strcase (configure.ac): Likewise.
15140         * modules/strcasestr (configure.ac): Likewise.
15141         * modules/strchrnul (configure.ac): Likewise.
15142         * modules/strdup (configure.ac): Likewise.
15143         * modules/strndup (configure.ac): Likewise.
15144         * modules/strnlen (configure.ac): Likewise.
15145         * modules/strpbrk (configure.ac): Likewise.
15146         * modules/strsep (configure.ac): Likewise.
15147         * modules/strstr (configure.ac): Likewise.
15148         * modules/strtok_r (configure.ac): Likewise.
15149
15150 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
15151
15152         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
15153
15154 2007-01-30  Jim Meyering  <jim@meyering.net>
15155
15156         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
15157
15158 2007-01-29  Bruno Haible  <bruno@clisp.org>
15159
15160         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
15161         * lib/execute.c: Likewise.
15162         * lib/pipe.c: Likewise.
15163         * lib/printf-args.h: Likewise.
15164         * lib/printf-args.c: Likewise.
15165         * lib/printf-parse.c: Likewise.
15166         * lib/vasnprintf.c: Likewise.
15167
15168 2007-01-29  Eric Blake  <ebb9@byu.net>
15169
15170         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
15171         declaration.
15172
15173 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
15174
15175         * lib/strptime.h (strptime): Use 'restrict' for args where
15176         POSIX requires this.
15177         * lib/strptime.c (strptime): Likewise.
15178         Change license notice from LGPL to GPL, since gnulib-tool will
15179         change this as needed.
15180         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
15181         defined.
15182         Include "strptime.h" first, to check interface.
15183         Do not #undef _LIBC and _NL_CURRENT.
15184         Do not include <stdlib.h>; no longer needed.
15185         Include "time_r.h" and declare ptime_locale_status
15186         only if _LIBC is not defined.
15187         (__P): Remove unused macro.
15188         (match_string): Bring back glibc version, but use it only if _LIBC
15189         is defined.
15190         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
15191         Remove unnecessary assertion and abort() call.
15192         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
15193         * m4/strptime.m4: Fix serial number comment.
15194         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
15195         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
15196         (Depends-on): Add time_r.
15197
15198 2007-01-29  Bruno Haible  <bruno@clisp.org>
15199
15200         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15201         strptime.
15202         * modules/strptime (Depends-on): Add stdbool.
15203         * lib/strptime.h: Include <time.h> always. Add comments.
15204
15205 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15206
15207         * modules/strptime: New file.
15208         * lib/strptime.h: New file.
15209         * lib/strptime.c: New file.
15210         * m4/strptime.m4: New file.
15211
15212 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15213
15214         * MODULES.html.sh: New module mpsort.
15215         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
15216
15217         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
15218         a circularity problem with HP-UX ia64 reported by Bob Proulx in
15219         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
15220         All uses changed.
15221         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
15222         All uses changed.
15223         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
15224         to _Restrict_.
15225         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
15226         the parameter matches the prototype.
15227
15228 2007-01-28  Jim Meyering  <jim@meyering.net>
15229
15230         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
15231         sys/time.h here, reverting that part of the previous patch:
15232         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
15233
15234 2007-01-28  Bruno Haible  <bruno@clisp.org>
15235
15236         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
15237         value of $(SYS_TIME_H).
15238         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
15239         remove it conditionally, too. [added by Jim Meyering]
15240         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
15241         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
15242         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
15243         GETTIMEOFDAY_REPLACEMENT to 1.
15244
15245 2007-01-28  Bruno Haible  <bruno@clisp.org>
15246
15247         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
15248         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
15249         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
15250         Set UNISTD_H instead of UNISTD_H2.
15251         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
15252
15253 2007-01-28  Bruno Haible  <bruno@clisp.org>
15254
15255         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
15256         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
15257
15258 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15259
15260         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
15261         (func_create_testdir): Ensure C locale for `grep' and `tr'
15262         character ranges.
15263         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
15264         ACLOCAL_AMFLAGS parsing state machine.
15265
15266 2007-01-27  Bruno Haible  <bruno@clisp.org>
15267
15268         * modules/unistr/base: Update.
15269
15270 2007-01-27  Bruno Haible  <bruno@clisp.org>
15271
15272         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
15273         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
15274         * modules/unistr/u32-mbtouc-unsafe: Renamed from
15275         modules/unistr/u32-mbtouc.
15276         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
15277         * lib/unistr.h: Update.
15278         * lib/linebreak.c: Update.
15279         * modules/unistr/u32-mbtouc: Renamed from
15280         modules/unistr/u32-mbtouc-safe.
15281         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
15282         * lib/unistr.h: Update.
15283         * lib/unistr/u32-to-u8.c: Update.
15284         * lib/unistr/u32-to-u16.c: Update.
15285
15286 2007-01-27  Bruno Haible  <bruno@clisp.org>
15287
15288         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
15289         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
15290         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
15291         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
15292         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
15293         * modules/unistr/u16-mbtouc-unsafe: Renamed from
15294         modules/unistr/u16-mbtouc.
15295         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
15296         * lib/unistr.h: Update.
15297         * lib/linebreak.c: Update.
15298         * modules/linebreak: Update.
15299         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
15300         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
15301         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
15302         * modules/unistr/u16-mbtouc: Renamed from
15303         modules/unistr/u16-mbtouc-safe.
15304         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
15305         * lib/unistr.h: Update.
15306         * lib/unistr/u16-to-u8.c: Update.
15307         * modules/unistr/u16-to-u8: Update.
15308         * lib/unistr/u16-to-u32.c: Update.
15309         * modules/unistr/u16-to-u32: Update.
15310
15311 2007-01-27  Bruno Haible  <bruno@clisp.org>
15312
15313         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
15314         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
15315         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
15316         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
15317         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
15318         * modules/unistr/u8-mbtouc-unsafe: Renamed from
15319         modules/unistr/u8-mbtouc.
15320         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
15321         * lib/unistr.h: Update.
15322         * lib/striconveh.c: Update.
15323         * modules/striconveh: Update.
15324         * lib/linebreak.c: Update.
15325         * modules/linebreak: Update.
15326         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
15327         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
15328         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
15329         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
15330         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
15331         * lib/unistr.h: Update.
15332         * lib/striconveh.c: Update.
15333         * modules/striconveh: Update.
15334         * lib/unistr/u8-to-u16.c: Update.
15335         * modules/unistr/u8-to-u16: Update.
15336         * lib/unistr/u8-to-u32.c: Update.
15337         * modules/unistr/u8-to-u32: Update.
15338
15339 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15340
15341         Sync from Libtool.
15342         * lib/argz.c: Do not include strings.h nor memory.h, include
15343         string.h unconditionally.  Patch by Simon Josefsson.
15344
15345 2007-01-27  Bruno Haible  <bruno@clisp.org>
15346
15347         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
15348         from gl_HEADER_STRING_H_BODY.
15349         (gl_HEADER_STRING_H_BODY): Require it.
15350         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
15351         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
15352         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
15353         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
15354         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
15355         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
15356         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
15357         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
15358         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
15359         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
15360         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
15361         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
15362         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
15363         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
15364         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15365
15366 2007-01-27  Bruno Haible  <bruno@clisp.org>
15367
15368         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
15369         check_PROGRAMS into noinst_PROGRAMS.
15370         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
15371         check_PROGRAMS in this case.
15372         (func_import): Set for_test to false.
15373         (func_create_testdir): Set for_test to true.
15374
15375 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
15376             Bruno Haible  <bruno@clisp.org>
15377
15378         * modules/strcasestr (Files): Remove lib/strcasestr.h.
15379         (Depends-on): Add string.
15380         (Includes): Use <string.h> instead of strcasestr.h.
15381         * modules/string (Makefile.am): Also substitute the value of
15382         REPLACE_STRCASESTR.
15383         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
15384         assume strcasestr is declared in <string.h> not <strings.h>. Also
15385         set REPLACE_STRCASESTR.
15386         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
15387         REPLACE_STRCASESTR.
15388         * lib/strcasestr.h: Remove file.
15389         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
15390         * lib/string_.h (strcasestr): New declaration.
15391
15392 2007-01-27  Bruno Haible  <bruno@clisp.org>
15393
15394         * lib/string_.h: Use 'extern'.
15395
15396 2007-01-27  Jim Meyering  <jim@meyering.net>
15397
15398         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
15399         of set-but-not-used local, "q".
15400
15401         * lib/mempcpy.c: Include <config.h> before <string.h>.
15402         This fixes a compilation error on HP-UX, due to the system's
15403         "restrict"-using mempcpy prototype.
15404
15405 2007-01-26  Bruno Haible  <bruno@clisp.org>
15406
15407         Small optimization.
15408         * lib/javacomp.c: Include c-strstr.h.
15409          (is_envjavac_gcj): Use c_strstr instead of strstr.
15410         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
15411
15412 2007-01-26  Bruno Haible  <bruno@clisp.org>
15413
15414         * MODULES.html.sh (Unicode string functions): Add the new modules.
15415
15416         * modules/uniconv/u32-strconv-to-locale: New file.
15417         * lib/uniconv/u32-strconv-to-locale.c: New file.
15418
15419         * modules/uniconv/u16-strconv-to-locale: New file.
15420         * lib/uniconv/u16-strconv-to-locale.c: New file.
15421
15422         * modules/uniconv/u8-strconv-to-locale: New file.
15423         * lib/uniconv/u8-strconv-to-locale.c: New file.
15424
15425         * modules/uniconv/u32-strconv-from-locale: New file.
15426         * lib/uniconv/u32-strconv-from-locale.c: New file.
15427
15428         * modules/uniconv/u16-strconv-from-locale: New file.
15429         * lib/uniconv/u16-strconv-from-locale.c: New file.
15430
15431         * modules/uniconv/u8-strconv-from-locale: New file.
15432         * lib/uniconv/u8-strconv-from-locale.c: New file.
15433
15434         * modules/uniconv/u32-strconv-to-enc: New file.
15435         * lib/uniconv/u32-strconv-to-enc.c: New file.
15436         * modules/uniconv/u32-strconv-to-enc-tests: New file.
15437         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
15438
15439         * modules/uniconv/u16-strconv-to-enc: New file.
15440         * lib/uniconv/u16-strconv-to-enc.c: New file.
15441         * lib/uniconv/u-strconv-to-enc.h: New file.
15442         * modules/uniconv/u16-strconv-to-enc-tests: New file.
15443         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
15444
15445         * modules/uniconv/u8-strconv-to-enc: New file.
15446         * lib/uniconv/u8-strconv-to-enc.c: New file.
15447         * modules/uniconv/u8-strconv-to-enc-tests: New file.
15448         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
15449
15450         * modules/uniconv/u32-strconv-from-enc: New file.
15451         * lib/uniconv/u32-strconv-from-enc.c: New file.
15452         * modules/uniconv/u32-strconv-from-enc-tests: New file.
15453         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
15454
15455         * modules/uniconv/u16-strconv-from-enc: New file.
15456         * lib/uniconv/u16-strconv-from-enc.c: New file.
15457         * modules/uniconv/u16-strconv-from-enc-tests: New file.
15458         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
15459
15460         * modules/uniconv/u8-strconv-from-enc: New file.
15461         * lib/uniconv/u8-strconv-from-enc.c: New file.
15462         * lib/uniconv/u-strconv-from-enc.h: New file.
15463         * modules/uniconv/u8-strconv-from-enc-tests: New file.
15464         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
15465
15466         * modules/uniconv/u32-conv-from-enc: New file.
15467         * lib/uniconv/u32-conv-from-enc.c: New file.
15468         * modules/uniconv/u32-conv-from-enc-tests: New file.
15469         * tests/uniconv/test-u32-conv-from-enc.c: New file.
15470
15471         * modules/uniconv/u16-conv-from-enc: New file.
15472         * lib/uniconv/u16-conv-from-enc.c: New file.
15473         * lib/uniconv/u-conv-from-enc.h: New file.
15474         * modules/uniconv/u16-conv-from-enc-tests: New file.
15475         * tests/uniconv/test-u16-conv-from-enc.c: New file.
15476
15477         * modules/uniconv/u8-conv-from-enc: New file.
15478         * lib/uniconv/u8-conv-from-enc.c: New file.
15479         * modules/uniconv/u8-conv-from-enc-tests: New file.
15480         * tests/uniconv/test-u8-conv-from-enc.c: New file.
15481
15482         * modules/uniconv/base: New file.
15483         * lib/uniconv.h: New file.
15484
15485 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15486
15487         * doc/gnulib-tool.texi (Initial import): Update to match current
15488         behavior with strdup module.
15489         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
15490         * lib/memmem.h: Remove; all uses removed.  This is now done
15491         by <string.h>.
15492         * lib/mempcpy.h: Likewise.
15493         * lib/memrchr.h: Likewise.
15494         * lib/stpcpy.h: Likewise.
15495         * lib/stpncpy.h: Likewise.
15496         * lib/strcase.h: Likewise.
15497         * lib/strchrnul.h: Likewise.
15498         * lib/strdup.h: Likewise.
15499         * lib/strndup.h: Likewise.
15500         * lib/strnlen.h: Likewise.
15501         * lib/strpbrk.h: Likewise.
15502         * lib/strsep.h: Likewise.
15503         * lib/strstr.h: Likewise.
15504         * lib/strtok_r.h: Likewise.
15505         * lib/string_.h: New file.
15506         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
15507         Rely on <string.h> instead.
15508         * lib/canon-host.c: Likewise.
15509         * lib/chdir-long.c: Likewise.
15510         * lib/concatpath.c: Likewise.
15511         * lib/exclude.c: Likewise.
15512         * lib/fchdir.c: Likewise.
15513         * lib/getaddrinfo.c: Likewise.
15514         * lib/getcwd.c: Likewise.
15515         * lib/getsubopt.c: Likewise.
15516         * lib/glob.c: Likewise.
15517         * lib/hard-locale.c: Likewise.
15518         * lib/iconvme.c: Likewise.
15519         * lib/javacomp.c: Likewise.
15520         * lib/mempcpy.c: Likewise.
15521         * lib/memrchr.c: Likewise.
15522         * lib/regex_internal.h: Likewise.
15523         * lib/stpncpy.c: Likewise.
15524         * lib/strcasecmp.c: Likewise.
15525         * lib/strchrnul.c: Likewise.
15526         * lib/strdup.c: Likewise.
15527         * lib/striconv.c: Likewise.
15528         * lib/striconveh.c: Likewise.
15529         * lib/striconveha.c: Likewise.
15530         * lib/strncasecmp.c: Likewise.
15531         * lib/strndup.c: Likewise.
15532         * lib/strnlen.c: Likewise.
15533         * lib/strsep.c: Likewise.
15534         * lib/strstr.c: Likewise.
15535         * lib/strtok_r.c: Likewise.
15536         * lib/userspec.c: Likewise.
15537         * lib/w32spawn.h: Likewise.
15538         * lib/xstrndup.c: Likewise.
15539         * lib/mountlist.c (strstr): Remove decl.
15540         * m4/string_h.m4: New file.
15541         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
15542         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
15543         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
15544         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
15545         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
15546         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
15547         Set REPLACE_STRCASECMP if necessary.
15548         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
15549         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
15550         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
15551         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
15552         HAVE_DECL_STRDUP if necessary.
15553         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
15554         since gl_FUNC_STRNDUP does that now.
15555         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
15556         Check for decl here...
15557         (gl_PREREQ_STRNLEN): ... not here.
15558         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
15559         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
15560         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
15561         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
15562         necessary.
15563         * modules/string: New file.
15564         * modules/memmem (Files): Remove special-purpose include file.
15565         (Depends-on): Add string.
15566         (Include): Include <string.h>, not the removed file.
15567         * modules/mempcpy: Likewise.
15568         * modules/memrchr: Likewise.
15569         * modules/stpcpy: Likewise.
15570         * modules/stpncpy: Likewise.
15571         * modules/strcase: Likewise.
15572         * modules/strchrnul: Likewise.
15573         * modules/strdup: Likewise.
15574         * modules/strndup: Likewise.
15575         * modules/strnlen: Likewise.
15576         * modules/strpbrk: Likewise.
15577         * modules/strsep: Likewise.
15578         * modules/strstr: Likewise.
15579         * modules/strtok_r: Likewise.
15580         * tests/test-dirname.c: Don't include "strdup.h", since
15581         <string.h> now suffices.
15582         * tests/test-memmem.c: Don't include "memmem.h", since
15583         <string.h> now suffices.
15584
15585 2007-01-25  Bruno Haible  <bruno@clisp.org>
15586
15587         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
15588         *resultp is 0.
15589
15590         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
15591         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
15592         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
15593         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
15594
15595         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
15596         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
15597         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
15598         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
15599         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
15600         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
15601
15602 2007-01-24  Bruno Haible  <bruno@clisp.org>
15603
15604         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
15605         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
15606         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
15607         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
15608         gl_FUNC_FTS_CORE.
15609         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
15610         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
15611         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
15612         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
15613         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
15614         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
15615         gl_FUNC_FCHOWNAT.
15616         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
15617         gl_FUNC_STRFTIME.
15618         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
15619         Reported by Ralf Wildenhues.
15620
15621 2007-01-24  Bruno Haible  <bruno@clisp.org>
15622
15623         Drop AC_REQUIRE calls that are redundant with the module dependencies.
15624         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
15625         gl_GETADDRINFO.
15626         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
15627         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
15628         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
15629
15630 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
15631
15632         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
15633         Don't use 'exit'; just return from 'main'.
15634         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
15635
15636         * lib/fnmatch_.h: Readjust white space and comments to match
15637         glibc, to avoid spurious diffs.
15638
15639 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15640
15641         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
15642         2004-12-01 change by Jakub Jelinek, since this code won't compile
15643         if !LIBC.  Problem reported by Bob Proulx.
15644
15645 2007-01-23  Bruno Haible  <bruno@clisp.org>
15646
15647         * lib/striconveh.c: Include c-strcaseeq.h.
15648         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
15649         * modules/striconveh (Depends-on): Add c-strcaseeq.
15650
15651 2007-01-23  Bruno Haible  <bruno@clisp.org>
15652
15653         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
15654
15655         * modules/c-strcaseeq: New file.
15656         * lib/c-strcaseeq.h: New file.
15657
15658         * modules/streq: New file.
15659         * lib/streq.h: New file.
15660
15661 2007-01-23  Bruno Haible  <bruno@clisp.org>
15662
15663         * modules/striconveha-tests: New file.
15664         * tests/test-striconveha.c: New file.
15665
15666         * lib/striconveha.h: Include <stdbool.h>.
15667         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
15668         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
15669         (mem_iconveha_notranslit): Renamed from mem_iconveha.
15670         (mem_iconveha): New function.
15671         (str_iconveha_notranslit): Renamed from str_iconveha.
15672         (str_iconveha): New function.
15673         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
15674         c-strcase.
15675
15676 2007-01-23  Bruno Haible  <bruno@clisp.org>
15677
15678         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
15679         encodings without forgiving before trying any encoding with handler.
15680         (str_iconveha): Try all encodings without forgiving before trying any
15681         encoding with handler.
15682
15683 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15684
15685         Import the following changes from libc.
15686
15687         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15688
15689         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
15690
15691         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15692
15693         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
15694         normal_bracket label.
15695
15696         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
15697
15698         [BZ #361]
15699         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
15700         to normal_bracket after fetching the next character.
15701
15702 2007-01-22  Bruno Haible  <bruno@clisp.org>
15703
15704         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
15705         argument.
15706         * lib/striconveh.c (iconv_carefully_1): New function.
15707         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
15708         argument.
15709         (str_cd_iconveh): Update.
15710         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
15711         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
15712         * tests/test-striconveh.c (MAGIC): New macro.
15713         (new_offsets): New function.
15714         (main): Test call with and without offsets.
15715
15716 2007-01-22  Bruno Haible  <bruno@clisp.org>
15717
15718         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
15719         * modules/sys_select (Makefile.am): Likewise.
15720         * modules/sys_socket (Makefile.am): Likewise.
15721         * modules/sys_time (Makefile.am): Likewise.
15722
15723 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15724
15725         * modules/gettimeofday (License): Change from GPL to LGPL, since
15726         gettimeofday is a library function.
15727
15728 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15729
15730         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
15731
15732 2007-01-21  Bruno Haible  <bruno@clisp.org>
15733
15734         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
15735
15736 2007-01-21  Bruno Haible  <bruno@clisp.org>
15737
15738         * modules/striconveha: New file.
15739         * lib/striconveha.h: New file.
15740         * lib/striconveha.c: New file.
15741         * MODULES.html.sh (Internationalization functions): Add striconveha.
15742         * lib/striconv.c (str_iconv): Optimize the case of an empty input
15743         string.
15744         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
15745
15746 2007-01-21  Bruno Haible  <bruno@clisp.org>
15747
15748         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
15749         * lib/striconveh.c (str_iconveh): Likewise.
15750
15751 2007-01-21  Bruno Haible  <bruno@clisp.org>
15752
15753         * lib/striconveh.h (mem_iconveh): New declaration.
15754         * lib/striconveh.c (mem_iconveh): New function.
15755         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
15756
15757 2007-01-21  Bruno Haible  <bruno@clisp.org>
15758
15759         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
15760
15761         * lib/striconveh.h (mem_cd_iconveh): Change specification.
15762         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
15763         original result buffer.
15764         (str_cd_iconveh): Update.
15765         * tests/test-striconveh.c (main): Update.
15766
15767         * lib/striconv.h (mem_cd_iconv): Change specification.
15768         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
15769         result buffer.
15770         (str_cd_iconv): Update.
15771         * tests/test-striconv.c (main): Update.
15772
15773 2007-01-21  Bruno Haible  <bruno@clisp.org>
15774
15775         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
15776
15777 2007-01-20  Jim Meyering  <jim@meyering.net>
15778
15779         * lib/userspec.c (parse_with_separator): If a user or group string
15780         starts with "+", skip the corresponding name-to-ID look-up, since
15781         such a look-up must fail: user and group names may not include "+".
15782
15783 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15784
15785         * lib/poll.c: Include sys/time.h and time.h unconditionally,
15786         since we now assume the sys_time module.
15787         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
15788         check for sys/time.h; no longer needed.
15789         * modules/poll (Depends-on): Depend on sys_time.
15790
15791 2007-01-18  Bruno Haible  <bruno@clisp.org>
15792
15793         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
15794         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
15795
15796         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
15797         gettimeofday.
15798
15799         * tests/test-gettimeofday.c: Include <time.h>.
15800         (dummy): Remove variable.
15801
15802         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
15803         gl_HEADER_SYS_TIME_H.
15804         (gl_HEADER_SYS_TIME_H): New macro.
15805
15806         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
15807         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15808         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
15809         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
15810         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15811         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
15812         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
15813         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15814         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
15815         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
15816         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15817
15818         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
15819         last change; it caused a compilation error when cross-compiling to
15820         Cygwin.
15821
15822 2007-01-18  Jim Meyering  <jim@meyering.net>
15823
15824         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
15825         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
15826         than the race-prone "test -d sys || mkdir sys".
15827         (configure.ac): Use AC_PROG_MKDIR_P.
15828         * modules/sys_select: Likewise.
15829         * modules/sys_socket: Likewise.
15830         * modules/sys_time: Likewise.
15831
15832 2007-01-18  Eric Blake  <ebb9@byu.net>
15833
15834         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
15835         replace gettimeofday.
15836         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
15837         name, to avoid infinite recursion.
15838
15839 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
15840
15841         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
15842         module sys_time.
15843         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
15844         assume timespec.h defines struct timeval.
15845         * lib/settime.c: Likewise.
15846         * lib/utimens.c: Likewise.
15847         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
15848         since we now assume the gettimeofday module.
15849         * lib/tempname.c (__gen_tempname): Likewise.
15850         * lib/gettimeofday.h: Remove.
15851         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
15852         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
15853         Include <time.h>, for 'time()'.
15854         (localtime_buffer_addr): Also use this workaround if
15855         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
15856         to simplify the uses.  All uses changed.
15857         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
15858         that #undef is inside {}, and 'const' follows type name consistently.
15859         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
15860         (gettimeofday): Do not use the maximum possible value for
15861         tv->tv_usec, since that might break usages other than ls.c.
15862         Instead, we'll leave ls.c alone.  This undoes today's patch
15863         by Bruno.  Add a compile-time warning for 1s-clock resolution;
15864         we've never observed the problem but might as well keep the
15865         canary.
15866         * lib/nanosleep.c: Include timespec.h first, for interface check.
15867         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
15868         now assume the sys_time module.
15869         * lib/tempname.c: Likewise.
15870         * lib/timespec.h: Likewise.
15871         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
15872         needed.
15873         * lib/strftime.c: Likewise.
15874         * lib/timespec.h: Likewise.
15875         * lib/posixtm.c: Include posixtm.h first, for interface check.
15876         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
15877         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
15878         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
15879         * lib/sys_time_.h: New file.
15880         * lib/timespec.h (struct timespec): Use long int, not long.
15881         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
15882         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
15883         Remove obsolescent call to AC_HEADER_TIME.
15884         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
15885         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15886         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
15887         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
15888         Likewise.
15889         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
15890         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
15891         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
15892         into the sys_time module.  Check for gettimeofday just once.
15893         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
15894         for gettimeofday signature to just check the signature.  Merely
15895         compile it, since linking doesn't test signature.  Improve test for
15896         whether gettimeofday.o is actually needed.
15897         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
15898         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
15899         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
15900         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15901         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
15902         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
15903         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
15904         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
15905         than worrying about sys/time.h.
15906         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
15907         Don't bother worrying about TIME_WITH_SYS_TIME.
15908         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
15909         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
15910         * m4/sys_time_h.m4: New file.
15911         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
15912         Don't include sys/time.h.  Return from main rather than exiting.
15913         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
15914         all uses changed.
15915         * modules/gethrxtime (Depends-on): Add sys_time.
15916         * modules/gettime (Depends-on): Likewise.
15917         * modules/gettimeofday (Depends-on): Likewise.
15918         * modules/nanosleep (Depends-on): Likewise.
15919         * modules/settime (Depends-on): Likewise.
15920         * modules/tempname (Depends-on): Likewise.
15921         * modules/utimens (Depends-on): Likewise.
15922         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
15923         (Include:) Change back to <sys/time.h>.
15924         (Maintainer:) Add self.
15925         * modules/sys_time: New file.
15926         * modules/tempname (Depends-on): Add gettimeofday.
15927         * tests/test-gettimeofday.c: Include <sys/time.h>
15928         rather than gettimeofday.h.
15929
15930 2007-01-17  Bruno Haible  <bruno@clisp.org>
15931
15932         * gnulib-tool (func_get_license): Revert last patch. Instead, let
15933         the license default to GPL.
15934         (func_create_testdir): Don't complain if a module is LGPL and its
15935         tests module depends on GPLed modules.
15936
15937 2007-01-17  Bruno Haible  <bruno@clisp.org>
15938
15939         * lib/gettimeofday.c (gettimeofday): Add code for the case
15940         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
15941         maximum possible value for tv->tv_usec, rather than the minimum one.
15942
15943 2005-10-08  Martin Lambers  <marlam@marlam.de>
15944 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
15945 2007-01-16  Bruno Haible  <bruno@clisp.org>
15946
15947         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
15948         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
15949         gl_FUNC_GETTIMEOFDAY.
15950         (Include): Add gettimeofday.h.
15951         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
15952         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
15953         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
15954         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
15955         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
15956         * lib/gettimeofday.h: New file.
15957         * lib/gettimeofday.c: Include <sys/timeb.h>.
15958         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
15959         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15960         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
15961         fall back on time().
15962
15963         * tests/test-gettimeofday.c: New file.
15964         * modules/gettimeofday-tests: New file.
15965
15966 2007-01-16  Eric Blake  <ebb9@byu.net>
15967
15968         * modules/fnmatch (Depends-on): Depend on wchar.
15969         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
15970         * m4/fnmatch.m4: Likewise.
15971         * modules/mbchar (Makefile.am): Assume <wchar.h>.
15972         * m4/mbchar.m4: Likewise.
15973         * modules/mbswidth (Depends-on): Depend on wchar.
15974         * lib/mbswidth.c: Assume <wchar.h>.
15975         * m4/mbswidth.m4: Likewise.
15976         * modules/quotearg (Depends-on): Depend on wchar.
15977         * lib/quotearg.c: Assume <wchar.h>.
15978         * m4/quotearg.m4: Likewise.
15979         * modules/regex (Depends-on): Depend on wchar.
15980         * lib/regex_internal.h: Assume <wchar.h>.
15981         * m4/regex.m4: Likewise.
15982         * modules/stdint (Depends-on): Depend on wchar.
15983         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
15984         * m4/stdint.m4: Likewise.
15985         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
15986         * modules/strftime (Depends-on): Depend on wchar.
15987         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
15988         * modules/strtol (Depends-on): Depend on wchar.
15989         * lib/strtol.c: Assume <wchar.h>.
15990         * modules/wcwidth (Depends-on): Depend on wchar.
15991         * lib/wcwidth.h: Assume <wchar.h>.
15992         * m4/wcwidth.m4: Likewise.
15993
15994 2007-01-16  Bruno Haible  <bruno@clisp.org>
15995
15996         * modules/csharpexec-script: New, created from...
15997         * modules/csharpexec: ... this.
15998
15999 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
16000
16001         * modules/javaexec-script: New, created from...
16002         * modules/javaexec: ... this.
16003
16004 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16005
16006         * modules/poll (Dependencies): Add sys_select.
16007
16008 2007-01-15  Jim Meyering  <jim@meyering.net>
16009
16010         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
16011         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
16012         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
16013         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
16014
16015 2007-01-15  Bruno Haible  <bruno@clisp.org>
16016
16017         * modules/striconveh: New file.
16018         * lib/striconveh.h: New file.
16019         * lib/striconveh.c: New file.
16020         * MODULES.html.sh (Internationalization functions): Add striconveh.
16021
16022         * modules/striconveh-tests: New file.
16023         * tests/test-striconveh.c: New file.
16024
16025 2007-01-15  Bruno Haible  <bruno@clisp.org>
16026
16027         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
16028         not from GNU libiconv or GNU libc.
16029
16030 2007-01-15  Bruno Haible  <bruno@clisp.org>
16031
16032         * doc/gnulib-intro.texi (Copyright): Explain the different license
16033         terms for module descriptions, autoconf macros, tests, documentation.
16034
16035 2007-01-14  Bruno Haible  <bruno@clisp.org>
16036
16037         * modules/striconv-tests: New file.
16038         * tests/test-striconv.c: New file.
16039
16040 2007-01-14  Bruno Haible  <bruno@clisp.org>
16041
16042         * modules/iconv-tests: New file.
16043         * tests/test-iconv.c: New file.
16044
16045 2007-01-14  Bruno Haible  <bruno@clisp.org>
16046
16047         * gnulib-tool (func_get_license): For test modules, use the license of
16048         the main module.
16049
16050 2007-01-14  Bruno Haible  <bruno@clisp.org>
16051
16052         * modules/iconv (Include): Clarify that <iconv.h> can only be included
16053         if iconv is found to exist.
16054
16055 2007-01-14  Bruno Haible  <bruno@clisp.org>
16056
16057         * modules/c-ctype-tests: New file.
16058         * tests/test-c-ctype.c: New file.
16059
16060 2007-01-14  Bruno Haible  <bruno@clisp.org>
16061
16062         * modules/binary-io-tests: New file.
16063         * tests/test-binary-io.sh: New file.
16064         * tests/test-binary-io.c: New file.
16065
16066 2007-01-14  Bruno Haible  <bruno@clisp.org>
16067
16068         * modules/array-oset-tests: New file.
16069         * tests/test-array_oset.c: New file.
16070
16071 2007-01-14  Bruno Haible  <bruno@clisp.org>
16072
16073         * modules/array-list-tests: New file.
16074         * tests/test-array_list.c: New file.
16075
16076 2007-01-14  Bruno Haible  <bruno@clisp.org>
16077
16078         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
16079         and make.
16080         Reported by Simon Josefsson in
16081         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
16082
16083 2007-01-14  Bruno Haible  <bruno@clisp.org>
16084
16085         * modules/allocsa-tests: New file.
16086         * tests/test-allocsa.c: New file.
16087
16088 2007-01-14  Bruno Haible  <bruno@clisp.org>
16089
16090         * modules/fchdir (Depends-on): Add absolute-header.
16091         * modules/unistd (Depends-on): Likewise.
16092
16093 2006-12-30  Bruno Haible  <bruno@clisp.org>
16094
16095         * modules/fchdir: New file.
16096         * modules/unistd (Files): Add lib/unistd_.h.
16097         (Makefile.am): Generate unistd.h from unistd_.h.
16098         * lib/fchdir.c: New file.
16099         * lib/dirent_.h: New file.
16100         * lib/unistd_.h: New file.
16101         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
16102         * m4/fchdir.m4: New file.
16103         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
16104         (gl_HEADER_UNISTD): Invoke it.
16105         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
16106         function.
16107         * lib/backupfile.c (opendir, closedir): Undefine.
16108         * lib/chown.c (open, close): Undefine.
16109         * lib/clean-temp.c (open, close): Undefine.
16110         * lib/copy-file.c (open, close): Undefine.
16111         * lib/execute.c (open, close): Undefine.
16112         * lib/fsusage.c (open, close): Undefine.
16113         * lib/gc-gnulib.c (open, close): Undefine.
16114         * lib/getcwd.c (opendir, closedir): Undefine.
16115         * lib/glob.c (opendir, closedir): Undefine.
16116         * lib/javacomp.c (open, close): Undefine.
16117         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
16118         * lib/openat-proc.c (open, close): Undefine.
16119         * lib/pagealign_alloc.c (open, close): Undefine.
16120         * lib/pipe.c (open, close): Undefine.
16121         * lib/progreloc.c (open, close): Undefine.
16122         * lib/savedir.c (opendir, closedir): Undefine.
16123         * lib/utime.c (open, close): Undefine.
16124         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
16125
16126 2007-01-10  Bruno Haible  <bruno@clisp.org>
16127
16128         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
16129
16130 2007-01-12  Eric Blake  <ebb9@byu.net>
16131
16132         Provide a robust <wchar.h>.  Further simplifications are now
16133         possible in other modules, but not included here.
16134         * modules/wchar: New module.
16135         * m4/wchar.m4: New file.
16136         * lib/wchar_.h: Likewise.
16137         * modules/mbchar (Depends-on): Depend on wchar, as the first use
16138         of the new module.
16139         * MODULES.html.sh (Extended multibyte and wide character utilities):
16140         New section.
16141
16142 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
16143
16144         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
16145         to a reasonable default for memory allocation.
16146         (xreadlink): Don't allocate a huge buffer, to work around a buggy
16147         file system that reports garbage st_size values for symlinks.
16148         Problem reported by Liyang Hu.
16149
16150 2007-01-11  Simon Josefsson  <simon@josefsson.org>
16151
16152         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
16153         Emacs .#* auto-save files).
16154
16155 2007-01-11  Bruno Haible  <bruno@clisp.org>
16156
16157         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
16158         directory.
16159
16160 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16161
16162         Use @...@ consistently in lib/wctype_.h.
16163         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
16164         on it being set to 1 or 0.
16165         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
16166         go back to AC_SUBSTing it.
16167         * modules/wctype (Makefile.am): Undo previous change.
16168
16169 2007-01-10  Eric Blake  <ebb9@byu.net>
16170
16171         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
16172         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
16173         * modules/wctype (Makefile.am): Likewise.
16174         Reported by Chris McGuire.
16175
16176 2007-01-10  Jim Meyering  <jim@meyering.net>
16177
16178         fts.c: a small readability/maintainability improvement
16179         * lib/fts.c (fts_read): Make this code slightly more readable and
16180         maintainable by hoisting the "sp->fts_cur = p" assignments to
16181         immediately follow the statements that set P.  Derived from
16182         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
16183
16184 2007-01-10  Eric Blake  <ebb9@byu.net>
16185
16186         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
16187         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
16188         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
16189         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
16190         Reported by Chris McGuire.
16191
16192 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16193
16194         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
16195         in sed script.
16196
16197 2007-01-09  Bruno Haible  <bruno@clisp.org>
16198
16199         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
16200         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
16201         variables.
16202         (func_module): Use them.
16203
16204 2007-01-09  Bruno Haible  <bruno@clisp.org>
16205
16206         * modules/unistr/base: New file.
16207         * lib/unistr.h: New file.
16208
16209         * modules/unistr/u8-to-u16: New file.
16210         * lib/unistr/u8-to-u16.c: New file.
16211
16212         * modules/unistr/u8-to-u32: New file.
16213         * lib/unistr/u8-to-u32.c: New file.
16214
16215         * modules/unistr/u16-to-u8: New file.
16216         * lib/unistr/u16-to-u8.c: New file.
16217
16218         * modules/unistr/u16-to-u32: New file.
16219         * lib/unistr/u16-to-u32.c: New file.
16220
16221         * modules/unistr/u32-to-u8: New file.
16222         * lib/unistr/u32-to-u8.c: New file.
16223
16224         * modules/unistr/u32-to-u16: New file.
16225         * lib/unistr/u32-to-u16.c: New file.
16226
16227         * modules/unistr/u8-check: New file.
16228         * modules/unistr/u16-check: New file.
16229         * modules/unistr/u32-check: New file.
16230         * lib/unistr/u8-check.c: New file.
16231         * lib/unistr/u16-check.c: New file.
16232         * lib/unistr/u32-check.c: New file.
16233
16234         * modules/unistr/u8-chr: New file.
16235         * modules/unistr/u16-chr: New file.
16236         * modules/unistr/u32-chr: New file.
16237         * lib/unistr/u8-chr.c: New file.
16238         * lib/unistr/u16-chr.c: New file.
16239         * lib/unistr/u32-chr.c: New file.
16240
16241         * modules/unistr/u8-cmp: New file.
16242         * modules/unistr/u16-cmp: New file.
16243         * modules/unistr/u32-cmp: New file.
16244         * lib/unistr/u8-cmp.c: New file.
16245         * lib/unistr/u16-cmp.c: New file.
16246         * lib/unistr/u32-cmp.c: New file.
16247
16248         * modules/unistr/u8-cpy: New file.
16249         * modules/unistr/u16-cpy: New file.
16250         * modules/unistr/u32-cpy: New file.
16251         * lib/unistr/u8-cpy.c: New file.
16252         * lib/unistr/u16-cpy.c: New file.
16253         * lib/unistr/u32-cpy.c: New file.
16254         * lib/unistr/u-cpy.h: New file.
16255
16256         * modules/unistr/u8-cpy-alloc: New file.
16257         * modules/unistr/u16-cpy-alloc: New file.
16258         * modules/unistr/u32-cpy-alloc: New file.
16259         * lib/unistr/u8-cpy-alloc.c: New file.
16260         * lib/unistr/u16-cpy-alloc.c: New file.
16261         * lib/unistr/u32-cpy-alloc.c: New file.
16262         * lib/unistr/u-cpy-alloc.h: New file.
16263
16264         * modules/unistr/u8-endswith: New file.
16265         * modules/unistr/u16-endswith: New file.
16266         * modules/unistr/u32-endswith: New file.
16267         * lib/unistr/u8-endswith.c: New file.
16268         * lib/unistr/u16-endswith.c: New file.
16269         * lib/unistr/u32-endswith.c: New file.
16270         * lib/unistr/u-endswith.h: New file.
16271
16272         * modules/unistr/u8-mblen: New file.
16273         * modules/unistr/u16-mblen: New file.
16274         * modules/unistr/u32-mblen: New file.
16275         * lib/unistr/u8-mblen.c: New file.
16276         * lib/unistr/u16-mblen.c: New file.
16277         * lib/unistr/u32-mblen.c: New file.
16278
16279         * modules/unistr/u8-mbtouc: New file.
16280         * modules/unistr/u16-mbtouc: New file.
16281         * modules/unistr/u32-mbtouc: New file.
16282         * lib/unistr/u8-mbtouc.c: New file.
16283         * lib/unistr/u16-mbtouc.c: New file.
16284         * lib/unistr/u32-mbtouc.c: New file.
16285
16286         * modules/unistr/u8-mbtouc-safe: New file.
16287         * modules/unistr/u16-mbtouc-safe: New file.
16288         * modules/unistr/u32-mbtouc-safe: New file.
16289         * lib/unistr/u8-mbtouc-safe.c: New file.
16290         * lib/unistr/u16-mbtouc-safe.c: New file.
16291         * lib/unistr/u32-mbtouc-safe.c: New file.
16292
16293         * modules/unistr/u8-move: New file.
16294         * modules/unistr/u16-move: New file.
16295         * modules/unistr/u32-move: New file.
16296         * lib/unistr/u8-move.c: New file.
16297         * lib/unistr/u16-move.c: New file.
16298         * lib/unistr/u32-move.c: New file.
16299         * lib/unistr/u-move.h: New file.
16300
16301         * modules/unistr/u8-next: New file.
16302         * modules/unistr/u16-next: New file.
16303         * modules/unistr/u32-next: New file.
16304         * lib/unistr/u8-next.c: New file.
16305         * lib/unistr/u16-next.c: New file.
16306         * lib/unistr/u32-next.c: New file.
16307
16308         * modules/unistr/u8-prev: New file.
16309         * modules/unistr/u16-prev: New file.
16310         * modules/unistr/u32-prev: New file.
16311         * lib/unistr/u8-prev.c: New file.
16312         * lib/unistr/u16-prev.c: New file.
16313         * lib/unistr/u32-prev.c: New file.
16314
16315         * modules/unistr/u8-set: New file.
16316         * modules/unistr/u16-set: New file.
16317         * modules/unistr/u32-set: New file.
16318         * lib/unistr/u8-set.c: New file.
16319         * lib/unistr/u16-set.c: New file.
16320         * lib/unistr/u32-set.c: New file.
16321         * lib/unistr/u-set.h: New file.
16322
16323         * modules/unistr/u8-startswith: New file.
16324         * modules/unistr/u16-startswith: New file.
16325         * modules/unistr/u32-startswith: New file.
16326         * lib/unistr/u8-startswith.c: New file.
16327         * lib/unistr/u16-startswith.c: New file.
16328         * lib/unistr/u32-startswith.c: New file.
16329         * lib/unistr/u-startswith.h: New file.
16330
16331         * modules/unistr/u8-stpcpy: New file.
16332         * modules/unistr/u16-stpcpy: New file.
16333         * modules/unistr/u32-stpcpy: New file.
16334         * lib/unistr/u8-stpcpy.c: New file.
16335         * lib/unistr/u16-stpcpy.c: New file.
16336         * lib/unistr/u32-stpcpy.c: New file.
16337         * lib/unistr/u-stpcpy.h: New file.
16338
16339         * modules/unistr/u8-stpncpy: New file.
16340         * modules/unistr/u16-stpncpy: New file.
16341         * modules/unistr/u32-stpncpy: New file.
16342         * lib/unistr/u8-stpncpy.c: New file.
16343         * lib/unistr/u16-stpncpy.c: New file.
16344         * lib/unistr/u32-stpncpy.c: New file.
16345         * lib/unistr/u-stpncpy.h: New file.
16346
16347         * modules/unistr/u8-strcat: New file.
16348         * modules/unistr/u16-strcat: New file.
16349         * modules/unistr/u32-strcat: New file.
16350         * lib/unistr/u8-strcat.c: New file.
16351         * lib/unistr/u16-strcat.c: New file.
16352         * lib/unistr/u32-strcat.c: New file.
16353         * lib/unistr/u-strcat.h: New file.
16354
16355         * modules/unistr/u8-strchr: New file.
16356         * modules/unistr/u16-strchr: New file.
16357         * modules/unistr/u32-strchr: New file.
16358         * lib/unistr/u8-strchr.c: New file.
16359         * lib/unistr/u16-strchr.c: New file.
16360         * lib/unistr/u32-strchr.c: New file.
16361
16362         * modules/unistr/u8-strcmp: New file.
16363         * modules/unistr/u16-strcmp: New file.
16364         * modules/unistr/u32-strcmp: New file.
16365         * lib/unistr/u8-strcmp.c: New file.
16366         * lib/unistr/u16-strcmp.c: New file.
16367         * lib/unistr/u32-strcmp.c: New file.
16368
16369         * modules/unistr/u8-strcpy: New file.
16370         * modules/unistr/u16-strcpy: New file.
16371         * modules/unistr/u32-strcpy: New file.
16372         * lib/unistr/u8-strcpy.c: New file.
16373         * lib/unistr/u16-strcpy.c: New file.
16374         * lib/unistr/u32-strcpy.c: New file.
16375         * lib/unistr/u-strcpy.h: New file.
16376
16377         * modules/unistr/u8-strcspn: New file.
16378         * modules/unistr/u16-strcspn: New file.
16379         * modules/unistr/u32-strcspn: New file.
16380         * lib/unistr/u8-strcspn.c: New file.
16381         * lib/unistr/u16-strcspn.c: New file.
16382         * lib/unistr/u32-strcspn.c: New file.
16383         * lib/unistr/u-strcspn.h: New file.
16384
16385         * modules/unistr/u8-strdup: New file.
16386         * modules/unistr/u16-strdup: New file.
16387         * modules/unistr/u32-strdup: New file.
16388         * lib/unistr/u8-strdup.c: New file.
16389         * lib/unistr/u16-strdup.c: New file.
16390         * lib/unistr/u32-strdup.c: New file.
16391         * lib/unistr/u-strdup.h: New file.
16392
16393         * modules/unistr/u8-strlen: New file.
16394         * modules/unistr/u16-strlen: New file.
16395         * modules/unistr/u32-strlen: New file.
16396         * lib/unistr/u8-strlen.c: New file.
16397         * lib/unistr/u16-strlen.c: New file.
16398         * lib/unistr/u32-strlen.c: New file.
16399         * lib/unistr/u-strlen.h: New file.
16400
16401         * modules/unistr/u8-strmblen: New file.
16402         * modules/unistr/u16-strmblen: New file.
16403         * modules/unistr/u32-strmblen: New file.
16404         * lib/unistr/u8-strmblen.c: New file.
16405         * lib/unistr/u16-strmblen.c: New file.
16406         * lib/unistr/u32-strmblen.c: New file.
16407
16408         * modules/unistr/u8-strmbtouc: New file.
16409         * modules/unistr/u16-strmbtouc: New file.
16410         * modules/unistr/u32-strmbtouc: New file.
16411         * lib/unistr/u8-strmbtouc.c: New file.
16412         * lib/unistr/u16-strmbtouc.c: New file.
16413         * lib/unistr/u32-strmbtouc.c: New file.
16414
16415         * modules/unistr/u8-strncat: New file.
16416         * modules/unistr/u16-strncat: New file.
16417         * modules/unistr/u32-strncat: New file.
16418         * lib/unistr/u8-strncat.c: New file.
16419         * lib/unistr/u16-strncat.c: New file.
16420         * lib/unistr/u32-strncat.c: New file.
16421         * lib/unistr/u-strncat.h: New file.
16422
16423         * modules/unistr/u8-strncmp: New file.
16424         * modules/unistr/u16-strncmp: New file.
16425         * modules/unistr/u32-strncmp: New file.
16426         * lib/unistr/u8-strncmp.c: New file.
16427         * lib/unistr/u16-strncmp.c: New file.
16428         * lib/unistr/u32-strncmp.c: New file.
16429
16430         * modules/unistr/u8-strncpy: New file.
16431         * modules/unistr/u16-strncpy: New file.
16432         * modules/unistr/u32-strncpy: New file.
16433         * lib/unistr/u8-strncpy.c: New file.
16434         * lib/unistr/u16-strncpy.c: New file.
16435         * lib/unistr/u32-strncpy.c: New file.
16436         * lib/unistr/u-strncpy.h: New file.
16437
16438         * modules/unistr/u8-strnlen: New file.
16439         * modules/unistr/u16-strnlen: New file.
16440         * modules/unistr/u32-strnlen: New file.
16441         * lib/unistr/u8-strnlen.c: New file.
16442         * lib/unistr/u16-strnlen.c: New file.
16443         * lib/unistr/u32-strnlen.c: New file.
16444         * lib/unistr/u-strnlen.h: New file.
16445
16446         * modules/unistr/u8-strpbrk: New file.
16447         * modules/unistr/u16-strpbrk: New file.
16448         * modules/unistr/u32-strpbrk: New file.
16449         * lib/unistr/u8-strpbrk.c: New file.
16450         * lib/unistr/u16-strpbrk.c: New file.
16451         * lib/unistr/u32-strpbrk.c: New file.
16452         * lib/unistr/u-strpbrk.h: New file.
16453
16454         * modules/unistr/u8-strrchr: New file.
16455         * modules/unistr/u16-strrchr: New file.
16456         * modules/unistr/u32-strrchr: New file.
16457         * lib/unistr/u8-strrchr.c: New file.
16458         * lib/unistr/u16-strrchr.c: New file.
16459         * lib/unistr/u32-strrchr.c: New file.
16460
16461         * modules/unistr/u8-strspn: New file.
16462         * modules/unistr/u16-strspn: New file.
16463         * modules/unistr/u32-strspn: New file.
16464         * lib/unistr/u8-strspn.c: New file.
16465         * lib/unistr/u16-strspn.c: New file.
16466         * lib/unistr/u32-strspn.c: New file.
16467         * lib/unistr/u-strspn.h: New file.
16468
16469         * modules/unistr/u8-strstr: New file.
16470         * modules/unistr/u16-strstr: New file.
16471         * modules/unistr/u32-strstr: New file.
16472         * lib/unistr/u8-strstr.c: New file.
16473         * lib/unistr/u16-strstr.c: New file.
16474         * lib/unistr/u32-strstr.c: New file.
16475         * lib/unistr/u-strstr.h: New file.
16476
16477         * modules/unistr/u8-strtok: New file.
16478         * modules/unistr/u16-strtok: New file.
16479         * modules/unistr/u32-strtok: New file.
16480         * lib/unistr/u8-strtok.c: New file.
16481         * lib/unistr/u16-strtok.c: New file.
16482         * lib/unistr/u32-strtok.c: New file.
16483         * lib/unistr/u-strtok.h: New file.
16484
16485         * modules/unistr/u8-uctomb: New file.
16486         * modules/unistr/u16-uctomb: New file.
16487         * modules/unistr/u32-uctomb: New file.
16488         * lib/unistr/u8-uctomb.c: New file.
16489         * lib/unistr/u16-uctomb.c: New file.
16490         * lib/unistr/u32-uctomb.c: New file.
16491
16492         * MODULES.html.sh (Unicode string functions): Add the new modules.
16493
16494 2007-01-08  Bruno Haible  <bruno@clisp.org>
16495
16496         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
16497         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
16498         subdirectories.
16499
16500 2007-01-08  Karl Berry  <karl@gnu.org>
16501
16502         * doc/error.texi: mention that main() fns must set program_name
16503         when progname is used.
16504
16505 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
16506
16507         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
16508         WCTYPE_H is empty, for the benefit of builds from non-distclean
16509         directories.  Problem reported by Eric Blake in
16510         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
16511
16512 2007-01-08  Bruno Haible  <bruno@clisp.org>
16513
16514         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
16515         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
16516         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
16517         PROVIDE_CANONICALIZE_FILENAME_MODE.
16518         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
16519
16520 2007-01-08  Bruno Haible  <bruno@clisp.org>
16521
16522         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
16523         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
16524         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
16525         * lib/fts.c: Likewise.
16526         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
16527
16528 2006-12-25  Bruno Haible  <bruno@clisp.org>
16529
16530         * modules/utf8-ucs4-safe: New file.
16531         * lib/utf8-ucs4-safe.h: New file.
16532         * lib/unistr/utf8-ucs4-safe.c: New file.
16533
16534         * modules/utf16-ucs4-safe: New file.
16535         * lib/utf16-ucs4-safe.h: New file.
16536         * lib/unistr/utf16-ucs4-safe.c: New file.
16537
16538         * MODULES.html.sh (Unicode string functions): Add the new modules.
16539
16540 2007-01-08  Bruno Haible  <bruno@clisp.org>
16541
16542         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
16543         (Depends-on): Add unitypes.
16544         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
16545         (u8_mbtouc_aux): Move out to separate file.
16546         (u8_mbtouc): Use ucs4_t, uint8_t types.
16547         * lib/unistr/utf8-ucs4.c: New file.
16548
16549         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
16550         (Depends-on): Add unitypes.
16551         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
16552         (u16_mbtouc_aux): Move out to separate file.
16553         (u16_mbtouc): Use ucs4_t, uint16_t types.
16554         * lib/unistr/utf16-ucs4.c: New file.
16555
16556         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
16557         (Depends-on): Add unitypes.
16558         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
16559         (u8_uctomb_aux): Move out to separate file.
16560         (u8_uctomb): Use ucs4_t, uint8_t types.
16561         * lib/unistr/ucs4-utf8.c: New file.
16562
16563         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
16564         (Depends-on): Add unitypes.
16565         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
16566         (u16_uctomb_aux): Move out to separate file.
16567         (u16_uctomb): Use ucs4_t, uint16_t types.
16568         * lib/unistr/ucs4-utf16.c: New file.
16569
16570 2006-12-25  Bruno Haible  <bruno@clisp.org>
16571
16572         * modules/unitypes: New file.
16573         * lib/unitypes.h: New file.
16574         * MODULES.html.sh (func_all_modules): New section "Unicode string
16575         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
16576         this section. Add unitypes.
16577
16578 2007-01-08  Bruno Haible  <bruno@clisp.org>
16579
16580         Avoid variable names that conflict with those from libtool.
16581         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
16582         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
16583         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
16584         library_names_spec to acl_library_names_spec, hardcode_* to
16585         acl_hardcode_*.
16586         Reported by Ralf Wildenhues.
16587
16588 2007-01-08  Bruno Haible  <bruno@clisp.org>
16589
16590         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
16591         definition.
16592         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
16593         definition.
16594         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
16595         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
16596         definition.
16597         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
16598         definition.
16599         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
16600         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
16601         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
16602         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
16603         definition.
16604         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
16605         definition.
16606         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
16607         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
16608         GC_USE_<algorithm>.
16609         * lib/gc-libgcrypt.c: Likewise.
16610         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
16611         * modules/gc-arctwo (configure.ac): Likewise.
16612         * modules/gc-des (configure.ac): Likewise.
16613         * modules/gc-hmac-md5 (configure.ac): Likewise.
16614         * modules/gc-hmac-sha1 (configure.ac): Likewise.
16615         * modules/gc-md2 (configure.ac): Likewise.
16616         * modules/gc-md4 (configure.ac): Likewise.
16617         * modules/gc-md5 (configure.ac): Likewise.
16618         * modules/gc-random (configure.ac): Likewise.
16619         * modules/gc-rijndael (configure.ac): Likewise.
16620         * modules/gc-sha1 (configure.ac): Likewise.
16621
16622 2007-01-08  Bruno Haible  <bruno@clisp.org>
16623
16624         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
16625         macro definition.
16626         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
16627         definition.
16628         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
16629         definition.
16630         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
16631         * modules/fcntl-safer (configure.ac): Likewise.
16632         * modules/fopen-safer (configure.ac): Likewise.
16633         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
16634         GNULIB_FWRITEERROR macro definition.
16635
16636 2007-01-08  Bruno Haible  <bruno@clisp.org>
16637
16638         * m4/gnulib-common.m4: New file.
16639         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
16640         (func_get_filelist): Add m4/gnulib-common.m4.
16641
16642 2007-01-08  Bruno Haible  <bruno@clisp.org>
16643
16644         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
16645         command.
16646
16647 2007-01-08  Jim Meyering  <jim@meyering.net>
16648
16649         Use a more robust test for a "can't happen" condition.
16650         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
16651         narrowed the st_size value.  Presuming the "can't happen" condition
16652         is true, that narrowing could conceivably convert an invalid st_size
16653         value into a valid one.  Instead, use a change based on Matthew
16654         Woehlke's original patch.
16655
16656         Slight readability improvement: use an assert-like macro
16657         in place of literal "abort ()" uses.
16658         * lib/fts.c (fts_assert): Define.
16659         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
16660         Use this macro instead of a bare 'abort'.
16661
16662 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
16663
16664         Don't worry about using IRIX 5.3's wctype.h broken definitions;
16665         simply work around them.
16666         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
16667         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
16668         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
16669         declaring.
16670         Don't bother to define as macros, since the standard doesn't require it.
16671         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
16672         longer worry about IRIX 5.3.
16673         (HAVE_WCTYPE_CTMP_BUG): Remove.
16674
16675 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16676
16677         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
16678         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
16679         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
16680         Problems reported by Georg Schwarz for IRIX 5.3.
16681
16682         * gnulib-tool (autoconf_minversion): Take the maximum version number
16683         found, not the minimum.  Problem reported by James Youngman.
16684
16685 2007-01-03  Karl Berry  <karl@gnu.org>
16686
16687         * doc/error.texi: new file, explaining interaction with progname.
16688         * doc/gnulib.texi: include it.  Update copyright.
16689
16690 2007-01-03  Simon Josefsson  <simon@josefsson.org>
16691
16692         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
16693         AC_CANONICAL_HOST, to improve autobuild outputs.
16694
16695 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
16696             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
16697
16698         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
16699         sockets, server sockets, and other file descriptors.  Count errors
16700         to compute the return value.  Reorder the code a bit to be easier
16701         to follow.  Don't set event bits that were not requested (except
16702         POLLERR and POLLHUP).
16703
16704 2007-01-01  Bruno Haible  <bruno@clisp.org>
16705
16706         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
16707
16708 2007-01-03  Jim Meyering  <jim@meyering.net>
16709
16710         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
16711
16712 2007-01-02  Bruno Haible  <bruno@clisp.org>
16713
16714         * modules/settime (Include): Require timespec.h.
16715         * modules/nanosleep (Include): Likewise.
16716
16717 2007-01-01  Bruno Haible  <bruno@clisp.org>
16718
16719         * gnulib-tool (func_emit_copyright_notice): Bump year.
16720         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
16721
16722 2007-01-01  Bruno Haible  <bruno@clisp.org>
16723
16724         Improve support for OpenBSD.
16725         * build-aux/config.rpath (libname_spec): Export.
16726         (library_names_spec): New variable. Export.
16727         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
16728         library_names_spec from the config.rpath output. Locate shared library
16729         through the name pattern in library_names_spec.
16730
16731 2007-01-01  Eric Blake  <ebb9@byu.net>
16732
16733         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
16734
16735 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
16736
16737         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
16738         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
16739         assume the C locale, and avoid an "eval" that could cause trouble.
16740         Problem with SORT reported by Bob Proulx.
16741
16742         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
16743         Define.  Trivial patch from Henning Nielsen Lund, originally
16744         sent to bug-grep@gnu.org today.
16745
16746 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
16747
16748         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
16749         struct stat.  Problem reported by Henning Nielsen Lund.
16750         * lib/acl.c: Include acl.h first, to check interface.  Don't
16751         bother to include sys/types.h and sys/stat.h again.
16752
16753 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16754
16755         Import the following change from libc; problem reported by
16756         Sven Verdoolaege.
16757
16758         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
16759
16760         [BZ #1373]
16761         * lib/argp.h: Remove __NTH for __argp_usage inline function.
16762
16763 2006-12-28  Jim Meyering  <jim@meyering.net>
16764
16765         * build-aux/announce-gen: Do not assume that the package
16766         builds any of tar.gz, tar.bz2, and .xdelta files.
16767         Suggestion from Simon Josefsson.
16768
16769 2006-12-28  Simon Josefsson  <simon@josefsson.org>
16770
16771         * modules/announce-gen: New file.
16772
16773 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
16774
16775         * lib/mbchar.h: Just include <wctype.h>; the wctype module
16776         handles its gotchas now.
16777         * lib/mbswidth.c: Likewise.
16778         * lib/wcwidth.h: Likewise.
16779         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
16780         and iswcntrl; the wctype module does this stuff now.
16781         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
16782         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
16783         * modules/mbchar (Depends-on): Add wctype.
16784         * modules/mbswidth (Depends-on): Likewise.
16785         * modules/wcwidth (Depends-on): Likewise.
16786
16787 2006-12-27  Eric Blake  <ebb9@byu.net>
16788
16789         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
16790         module uses more than what <wctype.h> is required to provide.
16791
16792 2006-12-26  Eric Blake  <ebb9@byu.net>
16793
16794         * gnulib-tool (sed_extract_prog): Avoid space-tab.
16795
16796 2006-12-26  Eric Blake  <ebb9@byu.net>
16797
16798         * modules/absolute-header: New module.
16799         * modules/fcntl (Depends-on): Depend on it.
16800         * modules/inttypes (Depends-on): Likewise.
16801         * modules/stdint (Depends-on): Likewise.
16802         * modules/sys_stat (Depends-on): Likewise.
16803         * modules/wctype (Depends-on): Likewise.
16804         * MODULES.html.sh (Support for building libraries and
16805         executables): Document it.
16806
16807 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
16808
16809         * gnulib-tool (SED): Remove, undoing previous change.
16810         The problem was that it broke coreutils on Solaris, because
16811         "sed --posix" leaked into a makefile.
16812         (sed): New alias, if 'alias' and GNU sed.
16813
16814 2006-12-24  Jim Meyering  <jim@meyering.net>
16815
16816         Work around an fchownat bug in glibc-2.4:
16817         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
16818         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
16819         in spite of the -P option.
16820         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
16821         New macros.
16822         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
16823         * modules/openat (Files): Add lib/fchownat.c.
16824         * lib/openat.c (fchownat): Don't define here.  Move to...
16825         * lib/fchownat.c: ...this new file.
16826
16827 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16828
16829         Fix bug reported by Bruno Haible in
16830         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
16831         where quotearg.c didn't compile on Mac OS X 10.2 because it
16832         lacks <wchar.h> and wint_t.
16833         * lib/wctype_.h (__wctype_wint_t): New type.
16834         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
16835         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
16836         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
16837         Arg is now of type __wctype_wint_t, not wint_t.
16838         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
16839         substitute HAVE_WINT_T.
16840         * modules/wctype (Files): Add m4/wint_t.m4.
16841         (wctype.h): Substitute HAVE_WINT_T.
16842
16843 2006-12-23  Bruno Haible  <bruno@clisp.org>
16844
16845         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
16846
16847 2006-12-23  Bruno Haible  <bruno@clisp.org>
16848
16849         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
16850         S_ISLNK.
16851         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
16852         mingw.
16853
16854 2006-12-22  Bruno Haible  <bruno@clisp.org>
16855
16856         * lib/copy-file.c: Include acl.h.
16857         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
16858         Close the file descriptors only after being done with copy_acl.
16859         * modules/copy-file (Depends-on): Add acl.
16860
16861 2006-12-22  Bruno Haible  <bruno@clisp.org>
16862
16863         * gnulib-tool (SED): New variable.
16864         Use $SED instead of sed everywhere.
16865
16866 2006-12-22  Bruno Haible  <bruno@clisp.org>
16867
16868         * modules/no-c++: New file.
16869         * m4/no-c++.m4: New file.
16870         * MODULES.html.sh (Support for building libraries and executables):
16871         Add no-c++.
16872
16873 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
16874
16875         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
16876         Include <limits.h>, and use its INT_MAX to rewrite the
16877         j loop so that it does not overflow 'int'.  Problem reported by
16878         Ralf Wildenhues in
16879         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
16880         Play it safe by shifting left by 1 rather than multiplying by 2,
16881         as GCC is less likely to optimize this away when the value
16882         is signed (when it assumes overflow leads to undefined behavior).
16883         Also, don't assume time_t uses two's complement.
16884
16885 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
16886
16887         * MODULES.html.sh: New module wctype.
16888         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
16889         * lib/fnmatch.c: Don't bother to include <wchar.h> before
16890         <wctype.h>, since the new wctype module should fix this.
16891         * lib/quotearg.c: Include <wctype.h> unconditionally, since
16892         the wctype module should arrange for it.
16893         * lib/regex_internal.h: Likewise.
16894         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
16895         since the wctype module should handle this now.
16896         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
16897         * modules/fnmatch (Depends-on): Add wctype.
16898         * modules/quotearg (Depends-on): Likewise.
16899         * modules/regex (Depends-on): Likewise.
16900
16901 2006-12-19  Bruno Haible  <bruno@clisp.org>
16902
16903         * lib/strdup.h [C++]: Wrap definitions in extern "C".
16904         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
16905
16906 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16907
16908         * modules/savewd (Depends-on): Fix dependency on fcntl.
16909
16910 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
16911
16912         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
16913         conforms to C99, rather than relying on the user's environment
16914         setting of STDINT_H.
16915
16916 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
16917         and Eric Blake  <ebb9@byu.net>
16918
16919         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
16920         This is more consistent with the other defines here.
16921         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
16922         Port to z/OS.  Problem reported by Paul Gilmartin.
16923         Change local vars to use gl_ prefix rather than ac_.
16924         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
16925         with other defines.
16926         * modules/double-slash-root: New module.
16927         * modules/dirname (Files): Remove m4/double-slash-root.m4.
16928         (Depends-on): Add double-slash-root.
16929         * MODULES.html.sh (File system functions): Mention new module.
16930
16931 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
16932
16933         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
16934         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
16935         This is for the benefit of gzip, which doesn't do i18n.
16936
16937 2006-12-12  Jim Meyering  <jim@meyering.net>
16938
16939         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
16940         Reported by Andreas Schwab <schwab@suse.de>.
16941
16942 2006-12-12  Bruno Haible  <bruno@clisp.org>
16943
16944         Merge these changes.
16945         2006-09-05  Bruno Haible  <bruno@clisp.org>
16946         * lib/iconvme.c (iconv_string): No need to save and restore errno when
16947         iconv_alloc succeeded.
16948         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
16949         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
16950         test for " && dest " at the end - dest is always != NULL there. Call
16951         iconv with 4xNULL arguments initially, to reset the state. Call iconv
16952         with 2xNULL arguments, also to flush the state storage. Handle the
16953         IRIX iconv behaviour. Realloc the final result, to throw away unused
16954         memory.
16955
16956 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
16957
16958         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
16959         and fchmodat unconditionally, since glibc 2.4 has them.
16960         Problem reported by Arkadiusz Miskiewicz.
16961
16962 2006-12-10  Bruno Haible  <bruno@clisp.org>
16963
16964         * gnulib-tool (func_import): Show the include files only for those
16965         modules that are copied and specified.
16966         Reported by Karl Berry.
16967
16968 2006-12-08  Jim Meyering  <jim@meyering.net>
16969
16970         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
16971         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
16972
16973         * build-aux/announce-gen: Add two new options, both optional:
16974         --bootstrap-tools=TOOL_LIST
16975               a comma-separated list of tools, e.g.,
16976               autoconf,automake,bison,gnulib
16977         --gnulib-snapshot-date=DATE
16978               if gnulib is in the bootstrap tool list,
16979               then report this as the snapshot date.
16980               If not specified, use the current date/time.
16981               If you specify a date here, be sure it's UTC.
16982
16983 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16984
16985         * tests/test-argp-2.sh: Fix test to match actual output.
16986         (func_compare): Fix sed script to be portable.
16987
16988 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
16989
16990         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
16991         workaround for this case.  It is not autoconfigured now; offhand
16992         it's hard to see how to autoconfigure it.
16993
16994 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
16995
16996         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
16997         a directory that is about to be chowned.  Such a directory's
16998         initial file permissions should permit the owner only and this
16999         should not be changed until after the chown, since the group and
17000         other bits would be incorrect if they granted permission before
17001         the chown.
17002
17003         Fix porting problem for iswctype reported by Georg Schwarz in:
17004         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
17005         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
17006         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
17007         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
17008         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
17009
17010 2006-12-03  Jim Meyering  <jim@meyering.net>
17011
17012         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
17013         p->fts_statp may not yet be defined.
17014         (fts_read): Instead, set it in the caller, once p->fts_statp is
17015         sure to be defined, and corresponds to a top-level directory.
17016         This bug made du -x fail.  Here's the coreutils test case:
17017         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
17018         Reported by Mike Frysinger.
17019
17020 2006-12-01  Jim Meyering  <jim@meyering.net>
17021
17022         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
17023         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
17024         Reported by Simon Josefsson.
17025
17026 2006-11-30  Jim Meyering  <jim@meyering.net>
17027
17028         * m4/warning.m4: Use the all-permissive copyright notice
17029         recommended by RMS (rather than LGPL).
17030         * m4/vararrays.m4: Likewise.
17031         * m4/flexmember.m4: Likewise.
17032
17033 2006-11-29  Bruno Haible  <bruno@clisp.org>
17034
17035         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
17036         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
17037         using +=.
17038         Reported by Simon Josefsson <simon@josefsson.org>.
17039
17040 2006-11-28  James Youngman <jay@gnu.org>
17041
17042         * README: Advise users that they might find the bug-gnulib@gnu.org
17043         and autotools-announce@gnu.org mailing lists useful.
17044
17045 2006-11-28  Bruno Haible  <bruno@clisp.org>
17046
17047         * m4/ptrdiff_max.m4: Remove file.
17048
17049 2006-11-21  Bruno Haible  <bruno@clisp.org>
17050
17051         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
17052         _AC_COMPUTE_INT.
17053         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17054         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
17055         _AC_COMPUTE_INT.
17056         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17057         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
17058         _AC_COMPUTE_INT.
17059         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17060
17061 2006-11-28  Jim Meyering  <jim@meyering.net>
17062
17063         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
17064         warning from "gcc -Wshadow" about shadowing the builtin.
17065
17066 2006-11-27  Bruno Haible  <bruno@clisp.org>
17067
17068         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
17069         _AC_COMPUTE_INT.
17070         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17071
17072 2006-11-27  Bruno Haible  <bruno@clisp.org>
17073             Paul Eggert  <eggert@cs.ucla.edu>
17074
17075         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
17076
17077 2006-11-26  Bruno Haible  <bruno@clisp.org>
17078
17079         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
17080         noinst_LTLIBRARIES.
17081
17082 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
17083             Bruno Haible  <bruno@clisp.org>
17084
17085         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
17086         if compiling with "gcc -ansi".
17087
17088 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
17089
17090         Fix some incompatibilities with gcc -ansi -pedantic.
17091         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
17092         if compiling pedantically with GCC, unless it's C99 or later.
17093         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
17094         it mishandles gcc -ansi -pedantic as well.
17095         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
17096         if gcc -pedantic.
17097         * lib/regexec.c (check_node_accept_bytes): Don't use auto
17098         initializers for struct if -pedantic, unless it's C99 or later.
17099
17100 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
17101
17102         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
17103         Don't close an fd more than once. Identical atimes indicate
17104         success, not failure.
17105
17106 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
17107
17108         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
17109
17110 2006-11-23  Jim Meyering  <jim@meyering.net>
17111
17112         * build-aux/announce-gen: New file.  From coreutils.
17113
17114 2006-11-22  Jim Meyering  <jim@meyering.net>
17115
17116         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
17117         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
17118         (fts_read): Use a temporary to narrow the overused st_size member
17119         before using it in a switch statement.  Reported by Matthew Woehlke.
17120
17121         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
17122         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
17123
17124 2006-11-20  Bruno Haible  <bruno@clisp.org>
17125
17126         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
17127         changequote instead of pairs of brackets.
17128         Reported by Andreas Schwab <schwab@suse.de>.
17129
17130 2006-11-21  Jim Meyering  <jim@meyering.net>
17131
17132         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
17133         so as to remain compatible with older compilers.
17134         Patch from Michael Deutschmann.
17135
17136 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
17137
17138         * MODULES.html.sh (File system functions): Add openat.
17139
17140         * lib/openat.h (rpl_fstatat): New macro, if
17141         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
17142         (fstatat): Define to rpl_fstatat under the same conditions,
17143         unless COMPILING_FSTATAT.
17144         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
17145         seems to have the bug.
17146         * lib/fstatat.c: New file.
17147         * modules/openat (Files): Add it.
17148
17149 2006-11-20  Bruno Haible  <bruno@clisp.org>
17150
17151         * Makefile: New file.
17152
17153 2006-11-20  Jim Meyering  <jim@meyering.net>
17154
17155         The beginnings of syntax-related checks for gnulib.
17156         * lib/Makefile: New file.
17157         * lib/t-idcache: New script.  Ensure that the two halves of
17158         idcache.c stay in sync.
17159
17160         * lib/idcache.c: Adjust comments in user- and group- portions to
17161         be more accurate, and to be consistent with one another.
17162
17163 2006-11-20  Jim Meyering  <jim@meyering.net>
17164
17165         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
17166         continue using the flexible array member (thus, this module performs
17167         half as many malloc calls), with the addition that...
17168         (getgroup, getuser): Consistently record a non-match via an empty
17169         "name" string, and map an empty string match to a NULL return value.
17170         * modules/idcache (Depends-on): Re-add flexmember.
17171
17172         * lib/idcache.c (getuser): Remove all uses of the register keyword.
17173         (getuidbyname, getgroup, getgidbyname): Likewise.
17174
17175         Use cleaner syntax: NULL rather than 0.
17176         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
17177
17178 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
17179
17180         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
17181         It mishandled the case where the group was missing.
17182         Problem reported by Greg Schafer.
17183         * modules/idcache: Likewise.
17184
17185 2006-11-18  Jim Meyering  <jim@meyering.net>
17186
17187         * check-module (%exempt_header): Add exception for some
17188         conditionally-included headers.
17189
17190         * modules/i-ring (Depends-on): Add verify.
17191         (License): Change to LGPL.
17192
17193 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17194
17195         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
17196         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
17197         and inttostr.h.  Use snprintf rather than uinttostr, so that
17198         LGPLed code doesn't depend on GPLed.
17199
17200 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17201
17202         * modules/inline (License): Change from GPL to LGPL.
17203
17204 2006-11-17  Jim Meyering  <jim@meyering.net>
17205
17206         * modules/d-type (License): Switch to LGPL.
17207
17208 2006-11-15  Bruno Haible  <bruno@clisp.org>
17209
17210         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
17211
17212 2006-11-15  Eric Blake  <ebb9@byu.net>
17213
17214         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
17215         the module dependency.
17216
17217 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17218             Bruno Haible  <bruno@clisp.org>
17219
17220         * gnulib-tool (func_create_testdir): Add license consistency check.
17221
17222 2006-11-15  Eric Blake  <ebb9@byu.net>
17223
17224         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
17225         random "(cached)" in configure output.
17226
17227 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17228
17229         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
17230         test for conforming inttypes.h is both announced and cached.
17231
17232         * MODULES.html.sh (seen_modules, seen_files): New variables.
17233         (func_module): Rewrite to use a few less gnulib-tool and sed
17234         invocations.  Avoid a couple of quadratic algorithms for ...
17235         (missed_modules, missed_files): ... these, with ...
17236         (func_append, func_tmpdir): ... these new functions, from
17237         gnulib-tool.  Analogously, install traps for cleanup.
17238
17239         * tests/test-gc.c (main): Remove unused variables.
17240         * tests/test-read-file.c: Include stdlib.h, for 'free'.
17241
17242 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
17243
17244         * modules/inttostr (License): Change to LGPL.
17245
17246 2006-11-14  Eric Blake  <ebb9@byu.net>
17247
17248         * modules/tempname (License): Change to LGPL.
17249
17250 2006-11-14  Eric Blake  <ebb9@byu.net>
17251
17252         * doc/functions.texi (Function Portability): *printf functions on
17253         Cygwin now understand all POSIX size specifiers.
17254
17255 2006-11-14  Bruno Haible  <bruno@clisp.org>
17256
17257         * modules/c-ctype (License): Change to LGPL.
17258
17259 2006-11-12  Bruno Haible  <bruno@clisp.org>
17260
17261         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
17262         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
17263         for GNOME libraries, for which the include files are installed in
17264         subdirectories of $prefix/include.
17265
17266 2006-11-12  Bruno Haible  <bruno@clisp.org>
17267
17268         * m4/lib-link.m4: Require at least autoconf-2.54.
17269         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
17270         name to underscores for the --with option.
17271
17272 2006-11-13  Bruno Haible  <bruno@clisp.org>
17273
17274         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
17275         the tests directory.
17276         Reported by Ralf Wildenhues.
17277
17278 2006-11-13  Bruno Haible  <bruno@clisp.org>
17279
17280         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
17281         (func_emit_initmacro_end): Undo the override here.
17282         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
17283         Works around the famous automake error in coreutils.
17284
17285 2006-11-13  Eric Blake  <ebb9@byu.net>
17286
17287         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
17288         element, not its node.
17289
17290 2006-11-12  Bruno Haible  <bruno@clisp.org>
17291
17292         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
17293         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
17294
17295 2006-11-12  Bruno Haible  <bruno@clisp.org>
17296
17297         * gnulib-tool: New option --local-symlink.
17298         (func_usage): Document it.
17299         (lsymbolic): New variable.
17300         (func_import, func_create_testdir): If --symlink was not specified,
17301         test whether --local-symlink was specified and the file comes from
17302         the local_gnulib_dir.
17303
17304 2006-11-12  Bruno Haible  <bruno@clisp.org>
17305
17306         * gnulib-tool (func_ln): New function.
17307         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
17308
17309 2006-11-12  Bruno Haible  <bruno@clisp.org>
17310
17311         Finish support for source files in subdirectories.
17312         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
17313         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
17314         AUTOMAKE_OPTIONS.
17315         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
17316
17317 2006-11-12  Bruno Haible  <bruno@clisp.org>
17318
17319         * gnulib-tool (func_get_automake_snippet): Synthesize also an
17320         EXTRA_lib_SOURCES augmentation.
17321         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
17322
17323 2006-11-12  Jim Meyering  <jim@meyering.net>
17324
17325         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
17326         file descriptors.  This also averts a failure on systems with
17327         native openat support when a traversed directory lacks "x" access.
17328         * lib/fts_.h: Include "i-ring.h"
17329         (struct FTS) [fts_fd_ring]: New member.
17330         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
17331         (FCHDIR): Add parentheses.
17332         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
17333         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
17334         When descending, rather than simply closing the previous
17335         fts_cwd_fd value, push that file descriptor onto the ring.
17336         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
17337         (fts_open): Initialize the new fd_ring member.
17338         (fts_close): Clear the ring.
17339         (fts_safe_changedir): When possible, use our new fd_ring to skip
17340         the diropen and fstat and dev/ino comparison that would normally
17341         accompany a virtual `chdir ("..")'.
17342
17343         * modules/fts (Depends-on): Add i-ring.
17344         * modules/i-ring: New module.
17345         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
17346         * m4/i-ring.m4: New file.
17347
17348 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17349
17350         * gnulib-tool (func_create_testdir): Fix replacement of
17351         `build-aux' in configure.ac.  Run autotools in gltests
17352         subdirectory.
17353         (func_create_testdir, func_create_megatestdir, test): There is
17354         no need for '--force' in most autotool invocations in a new
17355         tree.  Actually fail the whole test if any of the tools, or the
17356         configure or make stages fail.
17357
17358         Sync from Automake.
17359         * build-aux/gnupload: Revert last change.  Add pointer to upload
17360         instructions of the GNU Maintenance Instructions.
17361         Suggestion by Karl Berry.
17362
17363 2006-11-10  Jim Meyering  <jim@meyering.net>
17364
17365         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
17366
17367 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17368
17369         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
17370         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
17371         (bind_textdomain_codeset) [! ENABLE_NLS]:
17372         Evaluate all the arguments.  That way, callers get compatible behavior
17373         if the arguments have side effects.  Also, it avoids some GCC
17374         diagnostics in some cases; Joel E. Denny reported problems when Bison
17375         was configured with --enable-gcc-warnigs.
17376
17377 2006-11-10  Jim Meyering  <jim@meyering.net>
17378
17379         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
17380         relevant options in CFLAGS (like -O, -fno-inline) are taken into
17381         account.
17382
17383 2006-11-10  Jim Meyering  <jim@meyering.net>
17384
17385         * modules/inline: New file/module.
17386         * modules/xalloc (Files): Remove m4/inline.m4.
17387         (Depends-on): Add inline, instead.
17388         * modules/oset: Likewise.
17389         * modules/list: Likewise.
17390
17391 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17392
17393         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
17394         Problem reported by Matthew Woehlke.
17395
17396 2006-11-09  Bruno Haible  <bruno@clisp.org>
17397
17398         * lib/tempname.c (gen_tempname): Remove variant that invokes
17399         __gen_tempname.
17400         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
17401         __gen_tempname.
17402
17403 2006-11-08  Bruno Haible  <bruno@clisp.org>
17404
17405         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
17406         to 'yes' instead of 'cross-compiling'.
17407
17408 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
17409
17410         * lib/quotearg.h (quotearg_free): New decl.
17411         * lib/quotearg.c (quotearg_free): New function.
17412         (slot0, nslots, slotvec0, slotvec):
17413         Now file-scope so that quotearg_free can get at them.
17414
17415 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17416
17417         Sync from Automake.
17418         * build-aux/gnupload: Add missing 'gnu' to example URL.
17419         Report by Karl Berry.
17420
17421 2006-11-08  Bruno Haible  <bruno@clisp.org>
17422
17423         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
17424         Suggested by Paul Eggert.
17425
17426 2006-11-08  Jim Meyering  <jim@meyering.net>
17427
17428         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
17429         It's already included if !_LIBC.
17430         (fts_safe_changedir): Add a comment.
17431
17432 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
17433
17434         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
17435         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
17436         Matthew Woehlke.
17437
17438         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
17439         definitions up, to avoid colliding with change below.
17440         (static_inline) [HAVE_INLINE]: New macro.
17441         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
17442         Provide extern decls when !HAVE_INLINE.  Do not define unless
17443         static_inline is defined, either by us or by xmalloc.c.  Use
17444         static_inline rather than static inline.
17445         (XCALLOC): Optimize sizeof(T) = 1 case.
17446         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
17447
17448 2006-11-07  Bruno Haible  <bruno@clisp.org>
17449
17450         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
17451         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
17452         AC_C_INLINE.
17453         * modules/xalloc (Files): Add m4/inline.m4.
17454
17455 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17456
17457         * README: Fix typo.
17458         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
17459         (Miscellanous Notes): ...from this.
17460
17461 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
17462
17463         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
17464         Mention that offsetof should be used instead of sizeof.
17465         From Bruno Haible.
17466
17467 2006-11-07  Bruno Haible  <bruno@clisp.org>
17468
17469         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
17470
17471 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
17472
17473         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
17474         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
17475         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
17476         (gl_tree_add_before, gl_tree_add_after):
17477         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
17478         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
17479         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
17480         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
17481         (gl_linked_add_after, gl_linked_add_at): Likewise.
17482         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
17483         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
17484         (gl_tree_add_before, gl_tree_add_after): Likewise.
17485         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
17486         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
17487         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
17488
17489 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17490
17491         * lib/gl_oset.h: Use C comment style, not C++ comment style.
17492
17493 2006-11-06  Bruno Haible  <bruno@clisp.org>
17494
17495         * m4/inline.m4: New file.
17496         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
17497         * modules/list (Files): Add m4/inline.m4.
17498         * modules/oset (Files): Likewise.
17499
17500 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
17501
17502         * lib/idcache.c: Include <stddef.h>, for offsetof.
17503         (struct userid.name): Change from char * to a flexible array member.
17504         All uses changed.
17505         * modules/idcache (Depends-on): Add flexmember.
17506
17507         * MODULES.html.sh (Core language properties): New module flexmember.
17508         * modules/flexmember, m4/flexmember.m4: New files.
17509
17510         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
17511         inline functions that are identical with the old xnmalloc_inline,
17512         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
17513         that we can avoid some unnecessary integer multiplications and
17514         divisions in the common case where the element size is known at
17515         compile time.
17516         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
17517         needed.
17518         (xnboundedmalloc): Remove.
17519         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
17520         arguments, for consistency with rest of this header.
17521         (xcharalloc): Rewrite using XNMALLOC.
17522         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
17523         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
17524         versions have been moved to lib/xalloc.h and renamed to be the
17525         non-*_inline versions.
17526         (xmalloc, xrealloc): Implement without reference to the xnmalloc
17527         and xnrealloc functions, since those functions are now inline and
17528         now call us.
17529         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
17530         renaming described above.
17531         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
17532         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
17533         captures the dependency in AC_C_INLINE.
17534
17535         New module canonicalize-lgpl, proposed by Charles Wilson in
17536         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
17537         with a few small changes afterwards.
17538         * MODULES.html.sh (File system functions): New module
17539         canonicalize-lgpl.
17540         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
17541         and canonicalize_file_name.
17542         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
17543         * modules/canonicalize-lgpl: New files.
17544
17545 2006-11-05  Bruno Haible  <bruno@clisp.org>
17546
17547         * gnulib-tool (func_import, func_create_testdir): Create directories
17548         also for files in subdirectories of lib/.
17549
17550 2006-11-05  Bruno Haible  <bruno@clisp.org>
17551
17552         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
17553         ANSI C compliant.
17554
17555 2006-11-03  Bruno Haible  <bruno@clisp.org>
17556
17557         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
17558         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
17559         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
17560         (xnboundedmalloc): New inline function.
17561         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
17562         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
17563         xmalloc.
17564         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
17565         xmalloc.
17566         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
17567         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
17568         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
17569         xmalloc.
17570         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
17571         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
17572         xmalloc.
17573         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
17574         gl_tree_add_after): Use XMALLOC instead of xmalloc.
17575         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
17576         xmalloc.
17577         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
17578         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
17579         gl_tree_add_after): Use XMALLOC instead of xmalloc.
17580         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
17581         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
17582         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
17583         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
17584
17585 2006-11-03  Bruno Haible  <bruno@clisp.org>
17586
17587         * lib/c-ctype.h [C++]: Define functions without name mangling.
17588         * lib/fwriteerror.h [C++]: Likewise.
17589         * lib/gcd.h [C++]: Likewise.
17590         * lib/linebreak.h [C++]: Likewise.
17591
17592 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
17593
17594         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
17595         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
17596         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
17597         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
17598         Check for functions and headers just once.
17599         Check for declaration of canonicalize_file_name.
17600         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
17601
17602 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
17603
17604         * gnulib-tool (func_import): Fix typo in actioncmd.
17605
17606 2006-11-02  Bruno Haible  <bruno@clisp.org>
17607
17608         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
17609         newline sequence in the Makefile.am snippet as a space, like "make"
17610         does.
17611         Reported by Roger Persson <perrog@gmail.com>.
17612
17613 2006-11-01  Bruno Haible  <bruno@clisp.org>
17614
17615         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
17616         already declared in <string.h>.
17617         * lib/strcase.h (strncasecmp): Don't declare it if yes.
17618
17619 2006-11-01  Bruno Haible  <bruno@clisp.org>
17620
17621         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
17622         * lib/strcase.h: Include <string.h>.
17623         (strcasecmp): Define to rpl_strcasecmp here.
17624
17625 2006-11-01  Bruno Haible  <bruno@clisp.org>
17626
17627         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
17628
17629 2006-11-01  Eric Blake  <ebb9@byu.net>
17630
17631         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
17632
17633         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
17634
17635 2006-10-29  Bruno Haible  <bruno@clisp.org>
17636
17637         Make it compile in C++ mode.
17638         * lib/full-write.c (full_rw): Add a cast.
17639
17640 2006-11-01  Bruno Haible  <bruno@clisp.org>
17641
17642         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
17643         be POSIX compliant.
17644         Reported by Roger Persson <perrog@gmail.com>.
17645
17646 2006-11-01  Eric Blake  <ebb9@byu.net>
17647
17648         * lib/getopt_.h: Fix comments.
17649
17650 2006-10-31  Eric Blake  <ebb9@byu.net>
17651
17652         * modules/tmpdir (Depends-on): Add sys_stat.
17653         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
17654         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
17655         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
17656         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
17657         tempname.
17658
17659 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
17660
17661         Avoid some C++ diagnostics reported by Bruno Haible.
17662         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
17663         xmalloc.
17664         (quotearg_alloc): Use xcharalloc rather than xmalloc.
17665         (struct slotvec): Move to top level.
17666         (quotearg_n_options): Rewrite to avoid xmalloc.
17667         * lib/xalloc.h (xcharalloc): New function.
17668         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
17669         [defined __cplusplus]: Add function template that provides result
17670         type propagation.  This part of the change is from Bruno Haible.
17671
17672 2006-10-29  Bruno Haible  <bruno@clisp.org>
17673
17674         Make it compile in C++ mode.
17675         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
17676         * lib/strnlen1.c (strnlen1): Cast memchr result.
17677         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
17678         * lib/clean-temp.c (string_equals, string_hash): Add casts.
17679         (create_temp_dir): Rename local variable 'template'.
17680         (compile_csharp_using_sscli): Add cast.
17681         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
17682         * lib/findprog.c (find_in_path): Likewise.
17683         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
17684         * lib/wait-process.c (register_slave_subprocess): Likewise.
17685
17686 2006-10-22  Bruno Haible  <bruno@clisp.org>
17687
17688         * modules/tsearch: New file.
17689         * lib/tsearch.h: New file.
17690         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
17691         * m4/tsearch.m4: New file.
17692         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
17693
17694 2006-10-29  Eric Blake  <ebb9@byu.net>
17695
17696         * lib/arcfour.c: Assume config.h.
17697         * lib/arctwo.c: Likewise.
17698         * lib/base64.c: Likewise.
17699         * lib/check-version.c: Likewise.
17700         * lib/crc.c: Likewise.
17701         * lib/des.c: Likewise.
17702         * lib/gc-gnulib.c: Likewise.
17703         * lib/gc-libgcrypt.c: Likewise.
17704         * lib/gc-pbkdf2-sha1.c: Likewise.
17705         * lib/getaddrinfo.c: Likewise.
17706         * lib/getdelim.c: Likewise.
17707         * lib/getline.c: Likewise.
17708         * lib/hmac-md5.c: Likewise.
17709         * lib/hmac-sha1.c: Likewise.
17710         * lib/iconvme.c: Likewise.
17711         * lib/md2.c: Likewise.
17712         * lib/md4.c: Likewise.
17713         * lib/memxor.c: Likewise.
17714         * lib/read-file.c: Likewise.
17715         * lib/readline.c: Likewise.
17716         * lib/rijndael-alg-fst.c: Likewise.
17717         * lib/rijndael-api-fst.c: Likewise.
17718         * lib/xgetdomainname.c: Likewise.
17719
17720 2006-10-28  Eric Blake  <ebb9@byu.net>
17721
17722         * lib/xstrndup.c: Assume config.h.
17723
17724 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
17725
17726         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
17727         stat-macros.h is now for our own macros, whereas stat_h is for
17728         macros in the <sys/stat.h> name space.
17729         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
17730         (STAT_MACROS_H): Remove.
17731         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
17732         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
17733         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
17734         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
17735         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
17736         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
17737         Move these macros to ...
17738         * lib/stat_.h: here.  Don't include stat-macros.h.
17739         * lib/canonicalize.c: Don't include stat-macros.h.
17740         * lib/chown.c: Likewise.
17741         * lib/euidaccess.c: Likewise.
17742         * lib/file-type.c: Likewise.
17743         * lib/filemode.c: Likewise.
17744         * lib/glob.c: Likewise.
17745         * lib/isapipe.c: Likewise.
17746         * lib/lchown.c: Likewise.
17747         * lib/lstat.c: Likewise.
17748         * lib/mkdir-p.c: Likewise.
17749         * lib/rmdir.c: Likewise.
17750         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
17751         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
17752         unless mkdir isn't declared, to speed up 'configure'.
17753         Always create sys/stat.h, since it's unlikely any real sys/stat.h
17754         would define all the S_* symbols.
17755         * modules/canonicalize (Depends-on):
17756         Depend on sys_stat, not stat-macros.
17757         * modules/chown: Likewise.
17758         * modules/euidaccess: Likewise.
17759         * modules/filemode: Likewise.
17760         * modules/file-type: Likewise.
17761         * modules/glob: Likewise.
17762         * modules/isapipe: Likewise.
17763         * modules/lchown: Likewise.
17764         * modules/lstat: Likewise.
17765         * modules/mkancesdirs: Likewise.
17766         * modules/rmdir: Likewise.
17767         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
17768         * modules/modechange: Likewise.
17769         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
17770         (configure.ac): Remove gl_STAT_MACROS.
17771         * modules/sys_stat (Depends-on): Remove stat-macros.
17772
17773 2006-10-27  Bruno Haible  <bruno@clisp.org>
17774
17775         * m4/signed.m4: Remove file.
17776         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
17777         invocation.
17778         * modules/vasnprintf (Files): Remove m4/signed.m4.
17779
17780 2006-10-27  Bruno Haible  <bruno@clisp.org>
17781
17782         Update to GNU gettext 0.16.
17783         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
17784         m4/inttypes-h.m4, m4/signed.m4.
17785         * m4/gettext.m4: Update to GNU gettext 0.16.
17786         * m4/intl.m4: New file, from GNU gettext.
17787         * m4/intldir.m4: New file, from GNU gettext.
17788         * config/srclist.txt: Update
17789
17790 2006-10-27  Eric Blake  <ebb9@byu.net>
17791
17792         * MODULES.html.sh: Document tempname.
17793         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
17794         dependencies.
17795         (Files): Move lib/tempname.c...
17796         * modules/tempname: ...to this new module.
17797         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
17798         (gl_PREREQ_TEMPNAME): Move...
17799         * m4/tempname.m4: ...to this new file.
17800         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
17801         * modules/sys_stat (Depends-on): Add stat-macros.
17802         * lib/stat_.h (includes): Pick up stat macros.
17803         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
17804         if stat macros are broken.
17805         * lib/tempname.c (includes): No need to include "stat-macros.h".
17806         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
17807         (direxists, __path_search) [!_LIBC]: Don't compile these in
17808         gnulib; the tmpdir module covers that.
17809         * lib/tempname.h: New file.
17810
17811 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
17812
17813         * COPYING: Explain how gnulib-tool converts licence headers.
17814         Almost all wording by Eric Blake.
17815
17816 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
17817
17818         * lib/mbchar.h (is_basic_table): Make read-only.
17819         * lib/mbchar.c (is_basic_table): Likewise.
17820         Reported by John Darrington.
17821
17822 2006-10-25  Bruno Haible  <bruno@clisp.org>
17823
17824         * lib/progname.h (set_program_name): Undefine before defining.
17825
17826 2006-10-25  Bruno Haible  <bruno@clisp.org>
17827
17828         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
17829         false for non-gcc C++ compilers.
17830         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
17831
17832 2006-10-24  Bruno Haible  <bruno@clisp.org>
17833
17834         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
17835         iconv implementations like Irix iconv.
17836
17837 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17838
17839         * modules/vararrays: New file.
17840         * m4/vararrays.m4: New file, taken from diffutils.
17841         * MODULES.html.sh: New module vararrays.
17842
17843 2006-10-24  Karl Berry  <karl@gnu.org>
17844
17845         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
17846         Don't call GNU Unix.
17847
17848 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17849
17850         * users.txt: Add Libtool.
17851
17852         Sync from Libtool:
17853
17854         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17855
17856         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
17857         to gnulib's policy of including config.h unconditionally.
17858
17859 2006-10-24  Bruno Haible  <bruno@clisp.org>
17860
17861         * modules/wcwidth (Files): Add m4/wint_t.m4.
17862         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
17863         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
17864
17865 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17866
17867         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
17868         to pacify GCC with some -W flags enabled.  Problem reported by
17869         Bruno Haible.
17870
17871 2006-10-24  Jim Meyering  <jim@meyering.net>
17872
17873         * MODULES.html.sh: Remove uinttostr.  It's not a module.
17874         Reported by Karl Berry.
17875
17876 2006-10-23  Bruno Haible  <bruno@clisp.org>
17877
17878         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
17879
17880 2006-10-24  Bruno Haible  <bruno@clisp.org>
17881
17882         * lib/gl_list.h: Use C comment style, not C++ comment style.
17883
17884 2006-10-23  Eric Blake  <ebb9@byu.net>
17885
17886         * lib/getaddrinfo.c (includes): Add missing include.
17887
17888 2006-10-23  Bruno Haible  <bruno@clisp.org>
17889             Paul Eggert  <eggert@cs.ucla.edu>
17890
17891         Ability to rename obstack_free.
17892         * lib/obstack.h (__obstack_free): New macro. Declare instead of
17893         obstack_free.
17894         (obstack_free): Invoke the __obstack_free macro.
17895         * lib/obstack.c (obstack_free): Use __obstack_free macro.
17896
17897 2006-10-23  Bruno Haible  <bruno@clisp.org>
17898             Paul Eggert  <eggert@cs.ucla.edu>
17899
17900         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
17901         __argc, __argv from the declaration. (They are defined as macros on
17902         mingw.)
17903
17904 2006-10-22  Bruno Haible  <bruno@clisp.org>
17905
17906         * doc/gnulib-intro.texi: New file.
17907         * doc/gnulib.texi: Include it.
17908
17909 2006-10-21  Bruno Haible  <bruno@clisp.org>
17910
17911         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
17912         "Introduction", "Miscellanous Notes", "Particular Modules".
17913
17914 2006-10-21  Bruno Haible  <bruno@clisp.org>
17915
17916         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17917         Change mostlyclean-local rule to avoid sh syntax error from bash
17918         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
17919
17920 2006-10-23  Jim Meyering  <jim@meyering.net>
17921
17922         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
17923         in place of snprintf.
17924
17925         * modules/inttostr (Files): Add lib/uinttostr.c.
17926         * lib/uinttostr.c (inttostr): New file/function.
17927         * lib/inttostr.h (uinttostr): Declare.
17928         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
17929         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17930         Add uinttostr.
17931         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
17932
17933 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
17934
17935         * lib/canonicalize.c (ELOOP): Define if not already defined.
17936         Problem reported by Bruno Haible in
17937         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
17938
17939 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
17940
17941         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
17942         Problem reported by Perry Smith and Ville Laurikari.
17943
17944         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
17945         uses.
17946
17947 2006-10-19  Bruno Haible  <bruno@clisp.org>
17948
17949         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
17950         for mingw.
17951
17952 2006-10-19  Bruno Haible  <bruno@clisp.org>
17953
17954         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
17955         Needed for mingw.
17956
17957 2006-10-19  Bruno Haible  <bruno@clisp.org>
17958
17959         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
17960
17961 2006-10-19  Bruno Haible  <bruno@clisp.org>
17962
17963         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
17964         it.
17965
17966 2006-10-19  Bruno Haible  <bruno@clisp.org>
17967
17968         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
17969         invocation.
17970
17971 2006-10-19  Bruno Haible  <bruno@clisp.org>
17972
17973         * gnulib-tool (func_create_testdir): Don't include ftruncate and
17974         mountlist by default.
17975
17976 2006-10-16  Bruno Haible  <bruno@clisp.org>
17977
17978         * lib/c-strstr.c: Include c-strstr.h.
17979
17980 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
17981
17982         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
17983         in a slash.
17984
17985 2006-10-18  Bruno Haible  <bruno@clisp.org>
17986
17987         * lib/lock.h [C++]: Wrap definitions in extern "C".
17988
17989 2006-10-18  Bruno Haible  <bruno@clisp.org>
17990
17991         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
17992         gl_LIBOBJS list.
17993
17994 2006-10-18  Bruno Haible  <bruno@clisp.org>
17995
17996         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
17997
17998 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
17999
18000         * lib/xstrtol.h: Include gettext.h.
18001         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
18002         Problem reported by Eric Blake.
18003         * modules/xstrtol (Depends-on): Add gettext-h.
18004
18005 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
18006
18007         * lib/strftime.c (advance): New macro.
18008         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
18009         incomplete type, so you can't add 0 to it.  Problem and patch
18010         reported by Eelco Dolstra for dietlibc.
18011
18012 2006-10-18  Jim Meyering  <jim@meyering.net>
18013
18014         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
18015         type for a local, and rename it: s/up/user_proc/.
18016
18017 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
18018
18019         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
18020         READ_UTMP_USER_PROCESS.
18021         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
18022
18023 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18024
18025         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
18026         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
18027
18028 2006-10-17  Eric Blake  <ebb9@byu.net>
18029
18030         * lib/sigprocmask.c (sigprocmask): Fix typo.
18031
18032         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
18033
18034         * modules/clean-temp (Makefile.am): Don't add to make output...
18035         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
18036         config.h.
18037
18038 2006-10-17  Bruno Haible  <bruno@clisp.org>
18039
18040         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
18041         differently if DEFAULT_TEXT_DOMAIN is set.
18042
18043 2006-10-16  Bruno Haible  <bruno@clisp.org>
18044
18045         * lib/clean-temp.c: Include fwriteerror.h.
18046
18047 2006-10-16  Bruno Haible  <bruno@clisp.org>
18048
18049         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
18050
18051 2006-10-16  Bruno Haible  <bruno@clisp.org>
18052
18053         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
18054         * lib/sigprocmask.h: Include <sys/types.h>.
18055         (sigset_t): Use the system's definition if present.
18056
18057 2006-10-17  Eric Blake  <ebb9@byu.net>
18058
18059         * lib/xvasprintf.c (includes): Assume config.h.
18060         * lib/xasprintf.c (includes): Likewise.
18061
18062 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
18063
18064         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
18065         at least as wide as intmax_t.
18066
18067 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
18068
18069         (Imported from Automake.)
18070         * build-aux/gnupload: Update to version 1.1 of directive file.
18071
18072 2006-10-16  Eric Blake  <ebb9@byu.net>
18073
18074         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
18075         match Automake 1.10a.
18076
18077 2006-10-14  Bruno Haible  <bruno@clisp.org>
18078
18079         * modules/sigprocmask: New file.
18080         * lib/sigprocmask.h: New file.
18081         * lib/sigprocmask.c: New file.
18082         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
18083         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
18084         request sigprocmask.o.
18085         (gl_PREREQ_SIGPROCMASK): New macro.
18086         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
18087         (Depends-on): Add sigprocmask.
18088         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
18089         gt_SIGNALBLOCKING. Test for 'raise' only once.
18090         * lib/fatal-signal.c: Include sigprocmask.h.
18091         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
18092         unblock_fatal_signals): Define always.
18093         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18094         sigprocmask.
18095
18096 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
18097
18098         Sync from Automake.
18099         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
18100         which incorrectly sets the mode of an existing destination
18101         directory.  In some cases the unpatched install-sh could do the
18102         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
18103         system.  We hope this is rare in practice, but it's clearly worth
18104         fixing.  Problem reported by Alex Unleashed in
18105         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
18106         Also, don't bother to check for -m bugs unless we're using -m;
18107         suggested by Stepan Kasal.
18108
18109 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18110
18111         Sync from Automake.
18112         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
18113         `-c' flag, so they appear at the same position as in %FASTDEP%
18114         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
18115         which ignores unknown options only after the first non-option.
18116         Bug report against M4 by Nelson H. F. Beebe.
18117
18118 2006-10-13  Jim Meyering  <jim@meyering.net>
18119
18120         Fix a bug in yesterday's change.
18121         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
18122         p->fts_statp->st_dev would be used uninitialized.
18123         Ensures that we always call fts_stat on the very first entry.
18124         Miklos Szeredi reported that find -xdev stopped working.
18125
18126 2006-10-12  Bruno Haible  <bruno@clisp.org>
18127
18128         * gnulib-tool (func_get_automake_snippet): Append an automatically
18129         computed EXTRA_DIST augmentation.
18130         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
18131         * modules/alloca-opt (Makefile.am): Likewise.
18132         * modules/allocsa (Makefile.am): Likewise.
18133         * modules/arcfour (Makefile.am): Likewise.
18134         * modules/arctwo (Makefile.am): Likewise.
18135         * modules/argmatch (Makefile.am): Likewise.
18136         * modules/argz (Makefile.am): Likewise.
18137         * modules/atexit (Makefile.am): Likewise.
18138         * modules/backupfile (Makefile.am): Likewise.
18139         * modules/byteswap (Makefile.am): Likewise.
18140         * modules/c-strtod (Makefile.am): Likewise.
18141         * modules/c-strtold (Makefile.am): Likewise.
18142         * modules/calloc (Makefile.am): Likewise.
18143         * modules/canon-host (Makefile.am): Likewise.
18144         * modules/canonicalize (Makefile.am): Likewise.
18145         * modules/chdir-long (Makefile.am): Likewise.
18146         * modules/chdir-safer (Makefile.am): Likewise.
18147         * modules/check-version (Makefile.am): Likewise.
18148         * modules/chown (Makefile.am): Likewise.
18149         * modules/cloexec (Makefile.am): Likewise.
18150         * modules/close-stream (Makefile.am): Likewise.
18151         * modules/closeout (Makefile.am): Likewise.
18152         * modules/crc (Makefile.am): Likewise.
18153         * modules/csharpexec (Makefile.am): Likewise.
18154         * modules/cycle-check (Makefile.am): Likewise.
18155         * modules/des (Makefile.am): Likewise.
18156         * modules/dev-ino (Makefile.am): Likewise.
18157         * modules/dirfd (Makefile.am): Likewise.
18158         * modules/dirname (Makefile.am): Likewise.
18159         * modules/dup2 (Makefile.am): Likewise.
18160         * modules/eealloc (Makefile.am): Likewise.
18161         * modules/error (Makefile.am): Likewise.
18162         * modules/euidaccess (Makefile.am): Likewise.
18163         * modules/exclude (Makefile.am): Likewise.
18164         * modules/exitfail (Makefile.am): Likewise.
18165         * modules/fcntl-safer (Makefile.am): Likewise.
18166         * modules/fcntl (Makefile.am): Likewise.
18167         * modules/file-type (Makefile.am): Likewise.
18168         * modules/fileblocks (Makefile.am): Likewise.
18169         * modules/filemode (Makefile.am): Likewise.
18170         * modules/filenamecat (Makefile.am): Likewise.
18171         * modules/fnmatch (Makefile.am): Likewise.
18172         * modules/fopen-safer (Makefile.am): Likewise.
18173         * modules/fpending (Makefile.am): Likewise.
18174         * modules/fprintftime (Makefile.am): Likewise.
18175         * modules/free (Makefile.am): Likewise.
18176         * modules/fsusage (Makefile.am): Likewise.
18177         * modules/ftruncate (Makefile.am): Likewise.
18178         * modules/fts (Makefile.am): Likewise.
18179         * modules/gc-arcfour (Makefile.am): Likewise.
18180         * modules/gc-des (Makefile.am): Likewise.
18181         * modules/gc-hmac-md5 (Makefile.am): Likewise.
18182         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
18183         * modules/gc-md4 (Makefile.am): Likewise.
18184         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
18185         * modules/gc-sha1 (Makefile.am): Likewise.
18186         * modules/gc (Makefile.am): Likewise.
18187         * modules/getaddrinfo (Makefile.am): Likewise.
18188         * modules/getcwd (Makefile.am): Likewise.
18189         * modules/getdelim (Makefile.am): Likewise.
18190         * modules/getdomainname (Makefile.am): Likewise.
18191         * modules/getgroups (Makefile.am): Likewise.
18192         * modules/gethostname (Makefile.am): Likewise.
18193         * modules/gethrxtime (Makefile.am): Likewise.
18194         * modules/getline (Makefile.am): Likewise.
18195         * modules/getloadavg (Makefile.am): Likewise.
18196         * modules/getlogin_r (Makefile.am): Likewise.
18197         * modules/getndelim2 (Makefile.am): Likewise.
18198         * modules/getopt (Makefile.am): Likewise.
18199         * modules/getpagesize (Makefile.am): Likewise.
18200         * modules/getpass-gnu (Makefile.am): Likewise.
18201         * modules/getpass (Makefile.am): Likewise.
18202         * modules/getsubopt (Makefile.am): Likewise.
18203         * modules/gettime (Makefile.am): Likewise.
18204         * modules/gettimeofday (Makefile.am): Likewise.
18205         * modules/getugroups (Makefile.am): Likewise.
18206         * modules/getusershell (Makefile.am): Likewise.
18207         * modules/glob (Makefile.am): Likewise.
18208         * modules/group-member (Makefile.am): Likewise.
18209         * modules/hard-locale (Makefile.am): Likewise.
18210         * modules/hash (Makefile.am): Likewise.
18211         * modules/hmac-md5 (Makefile.am): Likewise.
18212         * modules/hmac-sha1 (Makefile.am): Likewise.
18213         * modules/human (Makefile.am): Likewise.
18214         * modules/idcache (Makefile.am): Likewise.
18215         * modules/imaxabs (Makefile.am): Likewise.
18216         * modules/imaxdiv (Makefile.am): Likewise.
18217         * modules/inet_ntop (Makefile.am): Likewise.
18218         * modules/inet_pton (Makefile.am): Likewise.
18219         * modules/intprops (Makefile.am): Likewise.
18220         * modules/inttostr (Makefile.am): Likewise.
18221         * modules/inttypes (Makefile.am): Likewise.
18222         * modules/isapipe (Makefile.am): Likewise.
18223         * modules/javaversion (Makefile.am): Likewise.
18224         * modules/lchmod (Makefile.am): Likewise.
18225         * modules/lchown (Makefile.am): Likewise.
18226         * modules/localcharset (Makefile.am): Likewise.
18227         * modules/long-options (Makefile.am): Likewise.
18228         * modules/lstat (Makefile.am): Likewise.
18229         * modules/malloc (Makefile.am): Likewise.
18230         * modules/mathl (Makefile.am): Likewise.
18231         * modules/mbchar (Makefile.am): Likewise.
18232         * modules/md2 (Makefile.am): Likewise.
18233         * modules/md4 (Makefile.am): Likewise.
18234         * modules/md5 (Makefile.am): Likewise.
18235         * modules/memcasecmp (Makefile.am): Likewise.
18236         * modules/memchr (Makefile.am): Likewise.
18237         * modules/memcmp (Makefile.am): Likewise.
18238         * modules/memcoll (Makefile.am): Likewise.
18239         * modules/memcpy (Makefile.am): Likewise.
18240         * modules/memmem (Makefile.am): Likewise.
18241         * modules/memmove (Makefile.am): Likewise.
18242         * modules/mempcpy (Makefile.am): Likewise.
18243         * modules/memrchr (Makefile.am): Likewise.
18244         * modules/memset (Makefile.am): Likewise.
18245         * modules/memxor (Makefile.am): Likewise.
18246         * modules/mkancesdirs (Makefile.am): Likewise.
18247         * modules/mkdir-p (Makefile.am): Likewise.
18248         * modules/mkdir (Makefile.am): Likewise.
18249         * modules/mkdtemp (Makefile.am): Likewise.
18250         * modules/mkstemp (Makefile.am): Likewise.
18251         * modules/mktime (Makefile.am): Likewise.
18252         * modules/modechange (Makefile.am): Likewise.
18253         * modules/mountlist (Makefile.am): Likewise.
18254         * modules/nanosleep (Makefile.am): Likewise.
18255         * modules/obstack (Makefile.am): Likewise.
18256         * modules/openat (Makefile.am): Likewise.
18257         * modules/pagealign_alloc (Makefile.am): Likewise.
18258         * modules/pathmax (Makefile.am): Likewise.
18259         * modules/physmem (Makefile.am): Likewise.
18260         * modules/poll (Makefile.am): Likewise.
18261         * modules/posixtm (Makefile.am): Likewise.
18262         * modules/posixver (Makefile.am): Likewise.
18263         * modules/putenv (Makefile.am): Likewise.
18264         * modules/quote (Makefile.am): Likewise.
18265         * modules/quotearg (Makefile.am): Likewise.
18266         * modules/raise (Makefile.am): Likewise.
18267         * modules/read-file (Makefile.am): Likewise.
18268         * modules/readline (Makefile.am): Likewise.
18269         * modules/readlink (Makefile.am): Likewise.
18270         * modules/readtokens (Makefile.am): Likewise.
18271         * modules/readutmp (Makefile.am): Likewise.
18272         * modules/realloc (Makefile.am): Likewise.
18273         * modules/regex (Makefile.am): Likewise.
18274         * modules/rename-dest-slash (Makefile.am): Likewise.
18275         * modules/rename (Makefile.am): Likewise.
18276         * modules/rijndael (Makefile.am): Likewise.
18277         * modules/rmdir (Makefile.am): Likewise.
18278         * modules/rpmatch (Makefile.am): Likewise.
18279         * modules/safe-read (Makefile.am): Likewise.
18280         * modules/safe-write (Makefile.am): Likewise.
18281         * modules/same-inode (Makefile.am): Likewise.
18282         * modules/same (Makefile.am): Likewise.
18283         * modules/save-cwd (Makefile.am): Likewise.
18284         * modules/savedir (Makefile.am): Likewise.
18285         * modules/setenv (Makefile.am): Likewise.
18286         * modules/settime (Makefile.am): Likewise.
18287         * modules/sha1 (Makefile.am): Likewise.
18288         * modules/sig2str (Makefile.am): Likewise.
18289         * modules/snprintf (Makefile.am): Likewise.
18290         * modules/stat-macros (Makefile.am): Likewise.
18291         * modules/stat-time (Makefile.am): Likewise.
18292         * modules/stdbool (Makefile.am): Likewise.
18293         * modules/stdint (Makefile.am): Likewise.
18294         * modules/stdlib-safer (Makefile.am): Likewise.
18295         * modules/stpcpy (Makefile.am): Likewise.
18296         * modules/stpncpy (Makefile.am): Likewise.
18297         * modules/strcase (Makefile.am): Likewise.
18298         * modules/strcasestr (Makefile.am): Likewise.
18299         * modules/strchrnul (Makefile.am): Likewise.
18300         * modules/strcspn (Makefile.am): Likewise.
18301         * modules/strdup (Makefile.am): Likewise.
18302         * modules/strerror (Makefile.am): Likewise.
18303         * modules/strftime (Makefile.am): Likewise.
18304         * modules/strndup (Makefile.am): Likewise.
18305         * modules/strnlen (Makefile.am): Likewise.
18306         * modules/strpbrk (Makefile.am): Likewise.
18307         * modules/strsep (Makefile.am): Likewise.
18308         * modules/strstr (Makefile.am): Likewise.
18309         * modules/strtod (Makefile.am): Likewise.
18310         * modules/strtoimax (Makefile.am): Likewise.
18311         * modules/strtok_r (Makefile.am): Likewise.
18312         * modules/strtol (Makefile.am): Likewise.
18313         * modules/strtoll (Makefile.am): Likewise.
18314         * modules/strtoul (Makefile.am): Likewise.
18315         * modules/strtoull (Makefile.am): Likewise.
18316         * modules/strtoumax (Makefile.am): Likewise.
18317         * modules/strverscmp (Makefile.am): Likewise.
18318         * modules/sys_socket (Makefile.am): Likewise.
18319         * modules/sys_stat (Makefile.am): Likewise.
18320         * modules/sysexits (Makefile.am): Likewise.
18321         * modules/time_r (Makefile.am): Likewise.
18322         * modules/timegm (Makefile.am): Likewise.
18323         * modules/timespec (Makefile.am): Likewise.
18324         * modules/tmpfile-safer (Makefile.am): Likewise.
18325         * modules/trim (Makefile.am): Likewise.
18326         * modules/unistd-safer (Makefile.am): Likewise.
18327         * modules/unlinkdir (Makefile.am): Likewise.
18328         * modules/unlocked-io (Makefile.am): Likewise.
18329         * modules/userspec (Makefile.am): Likewise.
18330         * modules/utime (Makefile.am): Likewise.
18331         * modules/utimecmp (Makefile.am): Likewise.
18332         * modules/utimens (Makefile.am): Likewise.
18333         * modules/vasnprintf (Makefile.am): Likewise.
18334         * modules/vasprintf (Makefile.am): Likewise.
18335         * modules/vsnprintf (Makefile.am): Likewise.
18336         * modules/xalloc (Makefile.am): Likewise.
18337         * modules/xgetcwd (Makefile.am): Likewise.
18338         * modules/xnanosleep (Makefile.am): Likewise.
18339         * modules/xreadlink (Makefile.am): Likewise.
18340         * modules/xstrtod (Makefile.am): Likewise.
18341         * modules/xstrtol (Makefile.am): Likewise.
18342         * modules/xstrtold (Makefile.am): Likewise.
18343         * modules/yesno (Makefile.am): Likewise.
18344         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
18345
18346 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
18347
18348         * modules/error (Makefile.am): Distribute files through
18349         EXTRA_DIST, not lib_SOURCES.
18350
18351 2006-10-12  Eric Blake  <ebb9@byu.net>
18352
18353         * modules/error (Makefile.am): Distribute files in /lib.
18354         * modules/obstack (Makefile.am): Likewise.
18355
18356 2006-10-12  Bruno Haible  <bruno@clisp.org>
18357
18358         * modules/acl (Makefile.am): Distribute all files in lib/ through
18359         EXTRA_DIST.
18360         * modules/arcfour (Makefile.am): Likewise.
18361         * modules/arctwo (Makefile.am): Likewise.
18362         * modules/argmatch (Makefile.am): Likewise.
18363         * modules/argz (Makefile.am): Likewise.
18364         * modules/atexit (Makefile.am): Likewise.
18365         * modules/backupfile (Makefile.am): Likewise.
18366         * modules/c-strtod (Makefile.am): Likewise.
18367         * modules/c-strtold (Makefile.am): Likewise.
18368         * modules/calloc (Makefile.am): Likewise.
18369         * modules/canon-host (Makefile.am): Likewise.
18370         * modules/canonicalize (Makefile.am): Likewise.
18371         * modules/chdir-long (Makefile.am): Likewise.
18372         * modules/chdir-safer (Makefile.am): Likewise.
18373         * modules/check-version (Makefile.am): Likewise.
18374         * modules/chown (Makefile.am): Likewise.
18375         * modules/cloexec (Makefile.am): Likewise.
18376         * modules/close-stream (Makefile.am): Likewise.
18377         * modules/closeout (Makefile.am): Likewise.
18378         * modules/crc (Makefile.am): Likewise.
18379         * modules/cycle-check (Makefile.am): Likewise.
18380         * modules/des (Makefile.am): Likewise.
18381         * modules/dirfd (Makefile.am): Likewise.
18382         * modules/dirname (Makefile.am): Likewise.
18383         * modules/dup2 (Makefile.am): Likewise.
18384         * modules/euidaccess (Makefile.am): Likewise.
18385         * modules/exclude (Makefile.am): Likewise.
18386         * modules/exitfail (Makefile.am): Likewise.
18387         * modules/fcntl-safer (Makefile.am): Likewise.
18388         * modules/file-type (Makefile.am): Likewise.
18389         * modules/fileblocks (Makefile.am): Likewise.
18390         * modules/filemode (Makefile.am): Likewise.
18391         * modules/filenamecat (Makefile.am): Likewise.
18392         * modules/fnmatch (Makefile.am): Likewise.
18393         * modules/fopen-safer (Makefile.am): Likewise.
18394         * modules/fpending (Makefile.am): Likewise.
18395         * modules/fprintftime (Makefile.am): Likewise.
18396         * modules/free (Makefile.am): Likewise.
18397         * modules/fsusage (Makefile.am): Likewise.
18398         * modules/ftruncate (Makefile.am): Likewise.
18399         * modules/fts (Makefile.am): Likewise.
18400         * modules/gc (Makefile.am): Likewise.
18401         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
18402         * modules/getaddrinfo (Makefile.am): Likewise.
18403         * modules/getcwd (Makefile.am): Likewise.
18404         * modules/getdelim (Makefile.am): Likewise.
18405         * modules/getdomainname (Makefile.am): Likewise.
18406         * modules/getgroups (Makefile.am): Likewise.
18407         * modules/gethostname (Makefile.am): Likewise.
18408         * modules/gethrxtime (Makefile.am): Likewise.
18409         * modules/getline (Makefile.am): Likewise.
18410         * modules/getloadavg (Makefile.am): Likewise.
18411         * modules/getlogin_r (Makefile.am): Likewise.
18412         * modules/getopt (Makefile.am): Likewise.
18413         * modules/getpass (Makefile.am): Likewise.
18414         * modules/getpass-gnu (Makefile.am): Likewise.
18415         * modules/getsubopt (Makefile.am): Likewise.
18416         * modules/gettime (Makefile.am): Likewise.
18417         * modules/gettimeofday (Makefile.am): Likewise.
18418         * modules/getugroups (Makefile.am): Likewise.
18419         * modules/getusershell (Makefile.am): Likewise.
18420         * modules/glob (Makefile.am): Likewise.
18421         * modules/group-member (Makefile.am): Likewise.
18422         * modules/hard-locale (Makefile.am): Likewise.
18423         * modules/hash (Makefile.am): Likewise.
18424         * modules/hmac-md5 (Makefile.am): Likewise.
18425         * modules/hmac-sha1 (Makefile.am): Likewise.
18426         * modules/human (Makefile.am): Likewise.
18427         * modules/idcache (Makefile.am): Likewise.
18428         * modules/imaxabs (Makefile.am): Likewise.
18429         * modules/imaxdiv (Makefile.am): Likewise.
18430         * modules/inet_ntop (Makefile.am): Likewise.
18431         * modules/inet_pton (Makefile.am): Likewise.
18432         * modules/inttostr (Makefile.am): Likewise.
18433         * modules/isapipe (Makefile.am): Likewise.
18434         * modules/lchown (Makefile.am): Likewise.
18435         * modules/long-options (Makefile.am): Likewise.
18436         * modules/lstat (Makefile.am): Likewise.
18437         * modules/malloc (Makefile.am): Likewise.
18438         * modules/mathl (Makefile.am): Likewise.
18439         * modules/mbchar (Makefile.am): Likewise.
18440         * modules/md2 (Makefile.am): Likewise.
18441         * modules/md4 (Makefile.am): Likewise.
18442         * modules/md5 (Makefile.am): Likewise.
18443         * modules/memcasecmp (Makefile.am): Likewise.
18444         * modules/memchr (Makefile.am): Likewise.
18445         * modules/memcmp (Makefile.am): Likewise.
18446         * modules/memcoll (Makefile.am): Likewise.
18447         * modules/memcpy (Makefile.am): Likewise.
18448         * modules/memmem (Makefile.am): Likewise.
18449         * modules/memmove (Makefile.am): Likewise.
18450         * modules/mempcpy (Makefile.am): Likewise.
18451         * modules/memrchr (Makefile.am): Likewise.
18452         * modules/memset (Makefile.am): Likewise.
18453         * modules/memxor (Makefile.am): Likewise.
18454         * modules/mkancesdirs (Makefile.am): Likewise.
18455         * modules/mkdir (Makefile.am): Likewise.
18456         * modules/mkdir-p (Makefile.am): Likewise.
18457         * modules/mkdtemp (Makefile.am): Likewise.
18458         * modules/mkstemp (Makefile.am): Likewise.
18459         * modules/mktime (Makefile.am): Likewise.
18460         * modules/modechange (Makefile.am): Likewise.
18461         * modules/mountlist (Makefile.am): Likewise.
18462         * modules/nanosleep (Makefile.am): Likewise.
18463         * modules/openat (Makefile.am): Likewise.
18464         * modules/pagealign_alloc (Makefile.am): Likewise.
18465         * modules/physmem (Makefile.am): Likewise.
18466         * modules/poll (Makefile.am): Likewise.
18467         * modules/posixtm (Makefile.am): Likewise.
18468         * modules/posixver (Makefile.am): Likewise.
18469         * modules/putenv (Makefile.am): Likewise.
18470         * modules/quote (Makefile.am): Likewise.
18471         * modules/quotearg (Makefile.am): Likewise.
18472         * modules/raise (Makefile.am): Likewise.
18473         * modules/read-file (Makefile.am): Likewise.
18474         * modules/readline (Makefile.am): Likewise.
18475         * modules/readlink (Makefile.am): Likewise.
18476         * modules/readtokens (Makefile.am): Likewise.
18477         * modules/readutmp (Makefile.am): Likewise.
18478         * modules/realloc (Makefile.am): Likewise.
18479         * modules/regex (Makefile.am): Likewise.
18480         * modules/rename (Makefile.am): Likewise.
18481         * modules/rename-dest-slash (Makefile.am): Likewise.
18482         * modules/rijndael (Makefile.am): Likewise.
18483         * modules/rmdir (Makefile.am): Likewise.
18484         * modules/rpmatch (Makefile.am): Likewise.
18485         * modules/safe-read (Makefile.am): Likewise.
18486         * modules/safe-write (Makefile.am): Likewise.
18487         * modules/same (Makefile.am): Likewise.
18488         * modules/save-cwd (Makefile.am): Likewise.
18489         * modules/savedir (Makefile.am): Likewise.
18490         * modules/setenv (Makefile.am): Likewise.
18491         * modules/settime (Makefile.am): Likewise.
18492         * modules/sha1 (Makefile.am): Likewise.
18493         * modules/sig2str (Makefile.am): Likewise.
18494         * modules/snprintf (Makefile.am): Likewise.
18495         * modules/stdlib-safer (Makefile.am): Likewise.
18496         * modules/stpcpy (Makefile.am): Likewise.
18497         * modules/stpncpy (Makefile.am): Likewise.
18498         * modules/strcase (Makefile.am): Likewise.
18499         * modules/strcasestr (Makefile.am): Likewise.
18500         * modules/strchrnul (Makefile.am): Likewise.
18501         * modules/strcspn (Makefile.am): Likewise.
18502         * modules/strdup (Makefile.am): Likewise.
18503         * modules/strerror (Makefile.am): Likewise.
18504         * modules/strftime (Makefile.am): Likewise.
18505         * modules/strndup (Makefile.am): Likewise.
18506         * modules/strnlen (Makefile.am): Likewise.
18507         * modules/strpbrk (Makefile.am): Likewise.
18508         * modules/strsep (Makefile.am): Likewise.
18509         * modules/strstr (Makefile.am): Likewise.
18510         * modules/strtod (Makefile.am): Likewise.
18511         * modules/strtoimax (Makefile.am): Likewise.
18512         * modules/strtok_r (Makefile.am): Likewise.
18513         * modules/strtol (Makefile.am): Likewise.
18514         * modules/strtoll (Makefile.am): Likewise.
18515         * modules/strtoul (Makefile.am): Likewise.
18516         * modules/strtoull (Makefile.am): Likewise.
18517         * modules/strtoumax (Makefile.am): Likewise.
18518         * modules/strverscmp (Makefile.am): Likewise.
18519         * modules/time_r (Makefile.am): Likewise.
18520         * modules/timegm (Makefile.am): Likewise.
18521         * modules/tmpfile-safer (Makefile.am): Likewise.
18522         * modules/unistd-safer (Makefile.am): Likewise.
18523         * modules/unlinkdir (Makefile.am): Likewise.
18524         * modules/userspec (Makefile.am): Likewise.
18525         * modules/utime (Makefile.am): Likewise.
18526         * modules/utimecmp (Makefile.am): Likewise.
18527         * modules/utimens (Makefile.am): Likewise.
18528         * modules/vasnprintf (Makefile.am): Likewise.
18529         * modules/vasprintf (Makefile.am): Likewise.
18530         * modules/vsnprintf (Makefile.am): Likewise.
18531         * modules/xalloc (Makefile.am): Likewise.
18532         * modules/xgetcwd (Makefile.am): Likewise.
18533         * modules/xnanosleep (Makefile.am): Likewise.
18534         * modules/xreadlink (Makefile.am): Likewise.
18535         * modules/xstrtod (Makefile.am): Likewise.
18536         * modules/xstrtol (Makefile.am): Likewise.
18537         * modules/xstrtold (Makefile.am): Likewise.
18538         * modules/yesno (Makefile.am): Likewise.
18539
18540 2006-10-12  Jim Meyering  <jim@meyering.net>
18541
18542         * m4/getloadavg.m4: Revert the change below.
18543
18544         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
18545         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
18546         fail with a symlink, which is what coreutils' ./bootstrap now
18547         creates by default.
18548
18549 2006-10-12  Bruno Haible  <bruno@clisp.org>
18550
18551         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
18552         mingw.
18553         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
18554         MSVC and mingw explicitly.
18555
18556 2006-10-11  Simon Josefsson  <jas@extundo.com>
18557             Bruno Haible  <bruno@clisp.org>
18558
18559         Add support for multiple gnulib-tool invocations in the scope of a
18560         single configure.ac file.
18561         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
18562         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
18563         with the same contents as the _LIBADD variable.
18564         (func_emit_initmacro_start, func_emit_initmacro_end,
18565         func_emit_initmacro_done): New functions.
18566         (func_import, func_create_testdir): Invoke them. Allow the identifiers
18567         gl_LIBOBJS and gl_LTLIBOBJS.
18568
18569 2006-10-11  Bruno Haible  <bruno@clisp.org>
18570
18571         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
18572         (func_create_testdir): Don't create po/Makefile.am, don't invoke
18573         autoreconf. Instead, invoke autopoint explicitly but move back the
18574         *.m4 files from gnulib.
18575
18576 2006-10-11  Bruno Haible  <bruno@clisp.org>
18577
18578         * gnulib-tool (func_usage): Make module names after --create-testdir
18579         optional.
18580         (func_create_testdir): If no module was specified, use nearly all
18581         modules.
18582
18583 2006-10-12  Jim Meyering  <jim@meyering.net>
18584
18585         Big performance improvement for fts-based tools that use FTS_NOSTAT.
18586         Avoid spurious inode-mismatch problems on non-POSIX file systems.
18587         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
18588         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
18589         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
18590         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
18591         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
18592         (fts_set_stat_required): New function.
18593         (fts_open): Defer the calls to fts_stat, if possible or requested.
18594         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
18595         into fts_stat itself.
18596         (fts_read): Perform any required (deferred) fts_stat call.
18597         (fts_build): Likewise, for the directory we're about to open and read.
18598         In the readdir loop, carefully decide whether each entry will require
18599         an eventual call to fts_stat, using dirent.d_type info if available.
18600         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
18601         a command line argument into this function.  Update all callers.
18602         Map a return value of FTS_DOT to FTS_D for a command line argument.
18603         * modules/fts (Depends-on): Add d-type.  Alphabetize.
18604         Thanks to Miklos Szeredi for his tenacity and for the initial
18605         bug report about "find" failing on a FUSE-based file system.
18606
18607         * lib/fts.c (fts_open): Use consistent indentation.
18608
18609 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
18610
18611         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
18612         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
18613         reported by Jim Meyering.  All uses of cache variables renamed
18614         to match Autoconf's.
18615         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
18616         the other one.
18617
18618         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
18619         Fix misspelling in diagnostic.
18620
18621 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
18622
18623         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
18624         defined.  Problem reported by Matthew Woehlke.
18625
18626         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
18627         Add support for Tandem NonStop R series.
18628         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
18629         Use new macro.
18630
18631         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
18632         (has_trailing_slash): Omit size arg; all callers changed.
18633         Omit 'inline', since it doesn't help performance and we'd
18634         need to configure it.
18635         Don't count //, ///, etc. as having a trailing slash.
18636         As a side effect, this removes a C99ism reported by Matthew Woehlke.
18637         (rpl_rename_dest_slash): On failure, use rename's errno rather
18638         than (in some cases) an incorrect or junk errno.
18639         Simplify code by removing need to compute length; this does
18640         cause it to make two passes instead of one over the file name,
18641         but it's worth it.
18642
18643         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
18644         change, since Autoconf's version may no longer be appropriate now
18645         that we are using CVS Autoconf's version.  Add support for Tandem.
18646
18647 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
18648             Bruno Haible  <bruno@clisp.org>
18649
18650         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
18651         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
18652         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
18653         gl_AC_TYPE_LONG_LONG.
18654
18655         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
18656         instead of HAVE_LONG_LONG.
18657         * lib/printf-args.c (printf_fetchargs): Likewise.
18658         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
18659         * lib/vasnprintf.c (VASNPRINTF): Likewise.
18660         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
18661         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
18662         gl_AC_TYPE_LONG_LONG.
18663
18664 2006-10-11  Bruno Haible  <bruno@clisp.org>
18665
18666         * m4/longlong.m4: Add comments.
18667         * m4/ulonglong.m4: Likewise.
18668
18669 2006-10-10  Bruno Haible  <bruno@clisp.org>
18670
18671         Make it possible to #define stpcpy, strdup to aliases.
18672         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
18673         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
18674
18675 2006-10-10  Bruno Haible  <bruno@clisp.org>
18676
18677         Make it possible to #define gcd to an alias.
18678         * lib/gcd.c: Include config.h.
18679
18680 2006-10-10  Bruno Haible  <bruno@clisp.org>
18681
18682         Make it possible to #define c_isascii to an alias.
18683         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
18684         defined. Undefine the macros before defining them, to avoid gcc
18685         warnings.
18686         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
18687         define NO_C_CTYPE_MACROS early.
18688
18689 2006-10-10  Bruno Haible  <bruno@clisp.org>
18690
18691         Make it possible to #define set_program_name to an alias.
18692         * lib/progname.c: Don't undefine set_program_name; instead, undefine
18693         ENABLE_RELOCATABLE early.
18694
18695 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18696
18697         Port to Tandem NSK OSS, which has 64-bit signed int but at most
18698         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
18699         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
18700         More generally, don't assume that 64-bit signed int is available
18701         if unsigned int is, and vice versa.
18702         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
18703         unsigned symbols, not on their signed counterparts.
18704         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
18705         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
18706         (UINT64_C, UINTMAX_C):
18707         Likewise.
18708         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
18709         unsigned counterparts.
18710         (Have_long_long, Unsigned): New macros.
18711         (Int): Renamed from INT.
18712         (strtoimax): Use the new macros.
18713         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
18714         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
18715         * modules/inttypes (inttypes.h): Substitute
18716         HAVE_UNSIGNED_LONG_LONG_INT.
18717         * modules/stdint (stdint.h): Likewise.
18718         (Files): Add m4/ulonglong.m4.
18719
18720 2006-10-10  Bruno Haible  <bruno@clisp.org>
18721
18722         Fix a gcc -Wshadow warning.
18723         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
18724         to 'bucket'.
18725         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
18726         gl_linked_indexof_from_to): Likewise.
18727         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
18728         Likewise.
18729         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
18730         Likewise.
18731         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
18732         Reported by Eric Blake.
18733
18734 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
18735
18736         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
18737         for NetBSD.  Problem reported by Bruno Haible.
18738
18739 2006-10-09  Jim Meyering  <jim@meyering.net>
18740
18741         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
18742         Patch from Bruno Haible.
18743
18744 2006-10-09  Jim Meyering  <jim@meyering.net>
18745
18746         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
18747         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
18748         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
18749
18750 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
18751
18752         Don't include <config.h> twice; this doesn't work in some cases,
18753         e.g., when config.h has "#define intmax_t long long int" and
18754         we include <config.h>, <inttypes.h>, <config.h> in that order.
18755         Problem reported by Matthew Woehlke in:
18756         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
18757         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
18758         * lib/fts-cycle.c: Don't include config.h.
18759         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
18760         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
18761         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
18762         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
18763         inttypes.h.
18764         * lib/xstrtoumax.c: Likewise.
18765         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
18766         __strtol and the like, so that this module is more like its siblings.
18767         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
18768         Remove; no longer needed now that we assume gnulib inttypes.h.
18769
18770 2006-10-08  Bruno Haible  <bruno@clisp.org>
18771
18772         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
18773         option.
18774
18775 2006-10-07  Jim Meyering  <jim@meyering.net>
18776
18777         * modules/inttypes (inttypes.h): Revert what seems to have been
18778         an inadvertent part of today's change: use "|", not "/" in the
18779         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
18780
18781 2006-10-07  Bruno Haible  <bruno@clisp.org>
18782
18783         * modules/sublist: New file.
18784
18785 2006-10-07  Bruno Haible  <bruno@clisp.org>
18786
18787         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
18788         * modules/argz (argz.h): Likewise.
18789         * modules/arpa_inet (arpa/inet.h): Likewise.
18790         * modules/byteswap (byteswap.h): Likewise.
18791         * modules/configmake (configmake.h): Likewise.
18792         * modules/fcntl (fcntl.h): Likewise.
18793         * modules/fnmatch (fnmatch.h): Likewise.
18794         * modules/getopt (getopt.h): Likewise.
18795         * modules/glob (glob.h): Likewise.
18796         * modules/inttypes (inttypes.h): Likewise.
18797         * modules/netinet_in (netinet/in.h): Likewise.
18798         * modules/poll (poll.h): Likewise.
18799         * modules/stdbool (stdbool.h): Likewise.
18800         * modules/stdint (stdint.h): Likewise.
18801         * modules/sys_select (sys/select.h): Likewise.
18802         * modules/sys_socket (sys/socket.h): Likewise.
18803         * modules/sys_stat (sys/stat.h): Likewise.
18804         * modules/sysexits (sysexits.h): Likewise.
18805         * modules/unistd (unistd.h): Likewise.
18806         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18807         Add a "DO NOT EDIT" comment to the generated file.
18808         (func_import): Likewise for gnulib-comp.m4.
18809
18810 2006-10-07  Bruno Haible  <bruno@clisp.org>
18811
18812         * lib/gl_sublist.h: New file.
18813         * lib/gl_sublist.c: New file.
18814
18815 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18816
18817         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
18818         name (relative to the original working directory) and the file
18819         name component (relative to the temporary working directory).  All
18820         callers changed.
18821         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
18822         * lib/mkdir-p.c (make_dir_parents): Likewise.
18823         * lib/mkdir-p.h (make_dir_parents): Likewise.
18824
18825 2006-10-06  Eric Blake  <ebb9@byu.net>
18826
18827         Define several macros for use by the clean-temp module.
18828         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
18829         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
18830         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
18831
18832         * lib/clean-temp.h (close_stream_temp): New declaration.
18833         * lib/clean-temp.c (includes): Pull in headers according to what
18834         other modules are in use.
18835         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
18836
18837 2006-10-06  Bruno Haible  <bruno@clisp.org>
18838
18839         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
18840         instead of fopen, fwriteerror.
18841
18842 2006-10-06  Bruno Haible  <bruno@clisp.org>
18843
18844         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
18845         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
18846         int.
18847         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
18848         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
18849         Return an error indicator.
18850         Suggested by Eric Blake.
18851
18852 2006-10-06  Bruno Haible  <bruno@clisp.org>
18853
18854         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
18855         Reported by Eric Blake.
18856
18857 2006-10-06  Bruno Haible  <bruno@clisp.org>
18858
18859         * modules/closeout (Description): Mention stderr too.
18860
18861 2006-10-06  Bruno Haible  <bruno@clisp.org>
18862         and Paul Eggert  <eggert@cs.ucla.edu>
18863
18864         * lib/closeout.c (close_stdout): Also close stderr.
18865         * lib/closeout.h: Update comment.
18866
18867 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
18868
18869         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
18870         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
18871         * lib/dirchownmod.c: Include lchown.h.
18872         * lib/lchown.c: Don't include files that lchown.h now includes.
18873         Don't declare chown, since lchown.h now does that.
18874         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
18875         (lchown): Define to rpl_chown if lchown is declared but
18876         does not exist.  Declare using a prototype if lchown is not
18877         declared.  Add a copyright notice.
18878         * lib/mkstemp.h: Include <unistd.h>.
18879         * lib/openat.c: Include lchown.h.
18880
18881         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
18882         we now test for that separately.
18883         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
18884         rather than O_NOFOLLOW, when testing whether it's possible to
18885         avoid a race condition reliably.
18886         * lib/savewd.c (savewd_chdir): Likewise.
18887
18888         Remove macros that are no longer needed now that stdint.h is
18889         reliable.
18890         * lib/fsusage.c (UINTMAX_MAX): Remove.
18891         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
18892         * lib/utimecmp.c (SIZE_MAX): Remove.
18893
18894         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
18895
18896         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
18897         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
18898         O_NOATIME works.
18899
18900 2006-10-05  Bruno Haible  <bruno@clisp.org>
18901
18902         * lib/gl_list.h (gl_sortedlist_search_from_to,
18903         gl_sortedlist_indexof_from_to): New declarations.
18904         (gl_list_implementation): New fields sortedlist_search_from_to,
18905         sortedlist_indexof_from_to.
18906         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
18907         inline functions.
18908         * lib/gl_list.c (gl_sortedlist_search_from_to,
18909         gl_sortedlist_indexof_from_to): New functions.
18910         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
18911         function.
18912         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
18913         (gl_array_sortedlist_search_from_to): New function.
18914         (gl_array_list_implementation): Update.
18915         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
18916         function.
18917         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
18918         (gl_carray_sortedlist_search_from_to): New function.
18919         (gl_carray_list_implementation): Update.
18920         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
18921         gl_linked_sortedlist_indexof_from_to): New functions.
18922         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
18923         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
18924         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
18925         gl_tree_sortedlist_indexof_from_to): New functions.
18926         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
18927         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
18928         Update.
18929         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
18930         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
18931         Update.
18932
18933 2006-10-05  Bruno Haible  <bruno@clisp.org>
18934
18935         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
18936         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
18937         (struct gl_list_implementation): Add fields search_from_to,
18938         indexof_from_to. Remove fields search, indexof.
18939         (gl_list_search): Use the search_from_to method.
18940         (gl_list_search_from, gl_list_search_from_to): New functions.
18941         (gl_list_indexof): Use the indexof_from_to method.
18942         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
18943         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
18944         (gl_list_search_from, gl_list_search_from_to): New functions.
18945         (gl_list_indexof): Use the indexof_from_to method.
18946         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
18947         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
18948         gl_array_indexof. Add start_index, end_index arguments.
18949         (gl_array_search_from_to): Renamed from gl_array_search. Add
18950         start_index, end_index arguments.
18951         (gl_array_remove, gl_array_list_implementation): Update.
18952         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
18953         gl_carray_indexof. Add start_index, end_index arguments.
18954         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
18955         start_index, end_index arguments.
18956         (gl_carray_remove, gl_carray_list_implementation): Update.
18957         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
18958         gl_linked_search. Add start_index, end_index arguments.
18959         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
18960         start_index, end_index arguments.
18961         (gl_linked_remove): Update.
18962         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
18963         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
18964         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
18965         field to 'size_t'.
18966         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
18967         gl_tree_search. Add start_index, end_index arguments.
18968         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
18969         start_index, end_index arguments.
18970         (gl_tree_remove): Update.
18971         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
18972         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
18973         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
18974         function.
18975         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
18976         gl_tree_search. Add start_index, end_index arguments.
18977         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
18978         start_index, end_index arguments.
18979         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
18980         Update.
18981         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
18982
18983 2006-10-05  Bruno Haible  <bruno@clisp.org>
18984
18985         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
18986
18987         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
18988         fwriteerror_temp): New declarations.
18989         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
18990         (descriptors): New variable.
18991         (cleanup): First, close the descriptors.
18992         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
18993         fclose_temp, fwriteerror_temp): New functions.
18994
18995 2006-10-04  Jim Meyering  <jim@meyering.net>
18996
18997         * lib/fts.c (fts_open): Tiny comment change.
18998
18999 2006-10-04  Bruno Haible  <bruno@clisp.org>
19000
19001         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
19002         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
19003         gl_LOCK_BODY.
19004         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
19005         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
19006         gl_LOCK_EARLY_BODY.
19007         (gl_LOCK): Require gl_LOCK_BODY.
19008
19009 2006-10-04  Bruno Haible  <bruno@clisp.org>
19010
19011         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
19012         (gl_oset_search_atleast): New declaration.
19013         (struct gl_oset_implementation): Add field 'search_atleast'.
19014         (gl_oset_search_atleast): New inline function.
19015         * lib/gl_oset.c (gl_oset_search_atleast): New function.
19016         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
19017         (gl_array_oset_implementation): Update.
19018         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
19019         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
19020         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
19021
19022 2006-10-04  Bruno Haible  <bruno@clisp.org>
19023
19024         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
19025
19026 2006-10-03  Bruno Haible  <bruno@clisp.org>
19027
19028         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
19029         from gl_avltreehash_list_implementation.
19030
19031 2006-10-03  Bruno Haible  <bruno@clisp.org>
19032
19033         * lib/gl_oset.c (gl_oset_add): Fix return type.
19034
19035 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
19036
19037         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
19038
19039 2006-10-02  Eric Blake  <ebb9@byu.net>
19040
19041         * modules/strnlen (Depends-on): Add extensions.
19042
19043 2006-10-02  Eric Blake  <ebb9@byu.net>
19044
19045         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
19046         definition in 2.60+.
19047
19048 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
19049
19050         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
19051         checks.
19052
19053 2006-10-02  Bruno Haible  <bruno@clisp.org>
19054
19055         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
19056         to the AUTOMAKE_OPTIONS.
19057         Reported by Jim Meyering.
19058
19059 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19060
19061         Work around bug in Solaris 10 /proc file system:
19062         /proc/self/fd/NNN/.. isn't the parent directory of
19063         the directory whose file descriptor is NNN.  This needs to
19064         be worked around at run time, not compile time, since a
19065         program might be built on Solaris 8, where things work, and
19066         run on Solaris 10.
19067         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
19068         to use the following interface instead:
19069         (OPENAT_BUFFER_SIZE): New macro.
19070         (openat_proc_name): New function.
19071         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
19072         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
19073         Likewise.
19074         * lib/openat-proc.c: New file.
19075         * modules/openat (Files): Add lib/openat-proc.c.
19076         (Depends-on): Add same-inode, stdbool.
19077         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
19078
19079 2006-09-29  Bruno Haible  <bruno@clisp.org>
19080
19081         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
19082         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
19083         argument. Set stdout_closed before testing for ferror, not after.
19084         (fwriteerror, fwriteerror_no_ebadf): New functions.
19085
19086 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19087
19088         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
19089
19090 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
19091
19092         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
19093         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
19094
19095 2006-09-28  Jim Meyering  <jim@meyering.net>
19096
19097         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
19098         Include <unistd.h>.
19099
19100 2006-09-28  Bruno Haible  <bruno@clisp.org>
19101
19102         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
19103         * modules/linkedhash-list (Depends-on): Likewise.
19104         * modules/rbtreehash-list (Depends-on): Likewise.
19105
19106 2006-09-28  Bruno Haible  <bruno@clisp.org>
19107
19108         * lib/strndup.h: Simplify the redefinition of strndup.
19109         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
19110         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
19111
19112 2006-09-28  Bruno Haible  <bruno@clisp.org>
19113
19114         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
19115         * lib/gl_linkedhash_list.c: Likewise.
19116         * lib/gl_rbtreehash_list.c: Likewise.
19117
19118 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19119
19120         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
19121         getaddrinfo.
19122
19123         * lib/__fpending.h: Don't include <stdio_ext.h> unless
19124         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
19125         it causes <stdio_ext.h> to cause a compile-time error.
19126         Problem reported by Nelson H. F. Beebe.
19127         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
19128         of HAVE_DECL___PENDING.
19129
19130         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
19131         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
19132         declaration.
19133
19134 2006-09-27  Jim Meyering  <jim@meyering.net>
19135
19136         This file could end up with a definition for a function
19137         named __strndup, rather than rpl_strndup on a system with
19138         incomplete weak_alias support.
19139         * lib/strndup.c (strndup): Rename from __strndup.
19140         Remove #defines that used to map __strndup to strndup.
19141         Don't use K&R prototypes.
19142         Remove LIBC-related code, since this file is not sync'd with glibc.
19143         * lib/strndup.h: Revamp, accordingly.
19144         * m4/strndup.m4: Modernize.
19145
19146 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19147
19148         * modules/savewd (Depends-on): Add 'raise'.
19149         * lib/savewd.c: Include <signal.h>, for 'raise'.
19150
19151 2006-09-26  Jim Meyering  <jim@meyering.net>
19152
19153         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
19154         when we detect Darwin 8.7.0's acl_get_file bug.
19155         Rearrange to perform the new (below) run-test while $LIBS
19156         contains any acl-related library.  Set USE_ACL at the end.
19157         (gl_ACL_GET_FILE): New function.
19158
19159 2006-09-26  Eric Blake  <ebb9@byu.net>
19160
19161         * lib/verror.c: Include <config.h> unconditionally.
19162
19163 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
19164
19165         * modules/clock-time (Maintainer): Add self.
19166         * modules/getlogin_r (Depends-on): Add extensions.
19167
19168 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19169
19170         * modules/clock-time: New module.
19171         * modules/nanosleep (Depends-on): Add clock-time.
19172         * modules/gethrxtime (Depends-on): Likewise.
19173         * modules/gettime (Depends-on): Likewise.
19174         * modules/settime (Depends-on): Likewise.
19175
19176         * modules/fts-lgpl: Depend on openat.
19177         * modules/mkancesdirs: Depend on savewd.
19178         * modules/mkdir-p: Likewise.
19179
19180 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19181
19182         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
19183
19184         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
19185         `gl_have_arbitrary_file_name_length_limit' to
19186         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
19187         actually works between configure runs.
19188
19189 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19190             Bruno Haible  <bruno@clisp.org>
19191
19192         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
19193
19194 2006-09-25  Jim Meyering  <jim@meyering.net>
19195
19196         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
19197         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
19198
19199 2006-09-25  Eric Blake  <ebb9@byu.net>
19200
19201         * gnulib-tool (func_import, func_create_testdir): Fix typos in
19202         exec's in 2006-09-18 patch when shuffling fds.
19203
19204 2006-09-25  Bruno Haible  <bruno@clisp.org>
19205
19206         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
19207         Reported by Jim Meyering.
19208
19209 2006-09-24  Jim Meyering  <jim@meyering.net>
19210
19211         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
19212         compare a pointer against a literal "0".  That caused failures with
19213         at least HP-UX's hpcc.
19214
19215 2006-09-22  Simon Josefsson  <jas@extundo.com>
19216
19217         * modules/gc-sha1:
19218         * modules/gc-md4:
19219         * modules/gc-hmac-sha1:
19220         * modules/gc-hmac-md5:
19221         * modules/gc-des:
19222         * modules/gc-arcfour: Distribute more files.
19223
19224 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19225
19226         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
19227         (gl_linked_iterator_from_to): Initialize struct completely.
19228         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
19229         (gl_tree_iterator_from_to): Likewise
19230         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
19231         * lib/gl_array_list.c [lint] (gl_array_iterator)
19232         (gl_array_iterator_from_to): Likewise.
19233         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
19234         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
19235         (gl_carray_iterator_from_to): Likewise.
19236
19237         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
19238         * lib/md4.c (md4_process_block): Remove unused variable.
19239         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
19240         parentheses for clarity.
19241
19242 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19243
19244         * modules/bison-i18n (Depends-on): Add gettext.
19245
19246 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19247
19248         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
19249         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
19250         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
19251         also add missing comma that caused broken test.
19252         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
19253         stdlib.h, for `abort'.
19254         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
19255         variables.
19256         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
19257         include unistd.h if present, for `rmdir'.
19258         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
19259         variables.
19260         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
19261         in the process include standard headers for prototypes.
19262         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
19263         gets declared on GNU/Linux.
19264         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
19265         unistd.h, for `rmdir'.
19266         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
19267
19268         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
19269         always true.
19270         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
19271
19272         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
19273
19274 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19275
19276         * gnulib-tool (func_version): Create output all at once.  This
19277         may help avoid triggering unnecessary SIGPIPEs, and at any
19278         rate it doesn't hurt.
19279
19280 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19281             Bruno Haible  <bruno@clisp.org>
19282
19283         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
19284         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19285         * m4/signed.m4 (bh_C_SIGNED): Likewise.
19286
19287         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
19288         (gl_FUNC_VASPRINTF): Invoke it.
19289
19290 2006-09-22  Bruno Haible  <bruno@clisp.org>
19291
19292         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
19293         getloadavg.c as first argument.
19294
19295 2006-09-22  Bruno Haible  <bruno@clisp.org>
19296
19297         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
19298         at the beginning of the gl_INIT macro.
19299         * modules/getloadavg (configure.ac): Pass $gl_source_base to
19300         gl_GETLOADAVG.
19301
19302 2006-09-22  Bruno Haible  <bruno@clisp.org>
19303
19304         * gnulib-tool (func_create_megatestdir): Don't include the config-h
19305         module.
19306         Suggested by Ralf Wildenhues.
19307
19308 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19309
19310         Import this patch from libc:
19311
19312         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
19313
19314         * lib/regex_internal.c (re_string_reconstruct): Handle
19315         offset < pstr->valid_raw_len && pstr->offsets_needed case.
19316         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
19317         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
19318         re_string_context_at.
19319
19320         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
19321         now requires it.
19322         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
19323         gl_REGEX now does it for us.
19324         (gl_REGEX): Add test taken from
19325         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
19326
19327         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
19328         Check that large offsets work.  Modernize Autoconf usages.
19329         Prefer "yes" to mean a good thing rather than a bad.
19330         Don't put "#define mkstemp" in config.h, as this might interfere
19331         with standard system headers that "#define mkstemp mkstemp64".
19332
19333         * modules/mkstemp (Depends-on): Add extensions, so that
19334         mkstemp is visible on some platforms.
19335         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
19336         (Include): Change to "mkstemp.h" from <stdlib.h>.
19337         (Files): Add mkstemp.h.
19338
19339         * lib/mkstemp.h: New file, since some standard headers
19340         #define mkstemp.
19341         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
19342         Include "mkstemp.h".
19343         Make the _LIBC code resemble glibc original more,
19344         e.g., use K&R style.
19345         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
19346         (mkstemp): Remove, since mkstemp.h does this for us.
19347         * lib/stdlib--.h: Include mkstemp.h.
19348
19349         Import this patch from libc:
19350
19351         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
19352
19353         * lib/tempname.c (__gen_tempname): Change attempts_min
19354         into a macro.  Use preprocessor to decide how to initialize
19355         attempts [Coverity CID 67].
19356
19357 2006-09-20  Bruno Haible  <bruno@clisp.org>
19358
19359         * lib/mkdtemp.c: Import from libc.
19360         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
19361                 * sysdeps/posix/tempname.c (__gen_tempname): Change
19362                 attempts_min into a macro.  Use preprocessor to decide how to
19363                 initialize attempts [Coverity CID 67].
19364         2001-11-27  Paul Eggert  <eggert@twinsun.com>
19365                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
19366                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
19367
19368 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19369
19370         * gnulib-tool (func_exit): New function, to allow to pass the
19371         exit status portably through the trap.  Use everywhere.
19372         (--help, --version): Signal a write error.
19373         (trap): catch SIGPIPE, for write errors.
19374         Exit at the end of the trap, with the correct exit status.
19375
19376 2006-09-19  Karl Berry  <karl@gnu.org>
19377
19378         * doc/gnulib.texi: note about the license texinfo files.
19379
19380 2006-09-19  Eric Blake  <ebb9@byu.net>
19381
19382         * gnulib-tool: Avoid space-tab.
19383
19384 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
19385
19386         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
19387         that prevented coreutils 6.1 from building.  Problem reported
19388         by Petter Reinholdtsen.
19389
19390 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
19391
19392         * gnulib-tool (avoidlist): Fix typo that broke options like
19393         --avoid=lock that are used by coreutils bootstrap.
19394
19395 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
19396
19397         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
19398         more systematically.
19399
19400 2006-09-18  Jim Meyering  <jim@meyering.net>
19401
19402         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
19403
19404 2006-09-18  Bruno Haible  <bruno@clisp.org>
19405
19406         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
19407
19408 2006-09-18  Bruno Haible  <bruno@clisp.org>
19409
19410         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
19411         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
19412         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
19413         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
19414         * m4/gettext.m4: Require autoconf >= 2.52.
19415         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
19416         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
19417         of gl_cv_header_inttypes_h.
19418
19419 2006-09-18  Bruno Haible  <bruno@clisp.org>
19420
19421         * lib/javaversion.c: Include configmake.h.
19422
19423 2006-09-18  Bruno Haible  <bruno@clisp.org>
19424
19425         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
19426         avoid that the while loops be executed in a subshell.
19427
19428 2006-09-18  Bruno Haible  <bruno@clisp.org>
19429
19430         * MODULES.html.sh (func_module): Break long lines.
19431         Suggested by Bruce Korb <bkorb@gnu.org>.
19432
19433 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19434
19435         Speed up by a factor of 1.12.
19436         * gnulib-tool (nl): New variable.
19437         (func_import): Rewrite include directive extraction to only read each
19438         directive once.
19439
19440 2006-09-17  Bruno Haible  <bruno@clisp.org>
19441
19442         * modules/javaversion (Makefile.am): Remove DEFS setting.
19443         (Depends-on): Add configmake, for PKGDATADIR definition.
19444
19445 2006-09-17  Bruno Haible  <bruno@clisp.org>
19446
19447         * gnulib-tool (func_create_testdir): Rewrite all files at once.
19448
19449 2006-09-17  Bruno Haible  <bruno@clisp.org>
19450
19451         * gnulib-tool (func_append): New function, stolen from libtool.m4.
19452         (func_modules_transitive_closure, func_modules_add_dummy,
19453         func_modules_to_filelist, func_import, func_create_testdir,
19454         func_create_megatestdir, ...): Use it wherever possible.
19455         Suggested by Ralf Wildenhues.
19456
19457 2006-09-16  Karl Berry  <karl@gnu.org>
19458
19459         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
19460         to avoid sectioning errors.
19461         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
19462         [ifinfo]: blank line after @center-ed titles.
19463         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
19464         Spell FSF address consistently with others.
19465         (These changes approved by rms.)
19466
19467 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19468
19469         Speed up by a factor of 1.61.
19470         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
19471         already checked module names again.
19472
19473 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19474
19475         Speed up by a factor of 1.13.
19476         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
19477         for new_files, and the input to func_add_or_update.
19478
19479 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19480
19481         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
19482         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
19483
19484 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19485
19486         * modules/mkancesdirs (Depends-on): Add fcntl.
19487         * modules/savewd: New file.
19488         * MODULES.html.sh (File system functions): Add savewd.
19489
19490         * modules/configmake (Makefile.am): Add support for the
19491         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
19492
19493 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19494
19495         * m4/savewd.m4: New file.
19496
19497 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19498
19499         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
19500         (dirchownmod): New arg FD.  All callers changed.
19501         Use FD rather than opening the directory ourself, as opening is
19502         now the caller's responsibility.
19503         * lib/dirchownmod.h: Likewise.
19504         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
19505         hosts that require <sys/types.h> before <sys/stat.h>.  Include
19506         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
19507         (test_dir): Remove.
19508         (mkancesdirs): Return length of prefix of FILE that has already
19509         been made, or -2 if there is a child doing the work.  Redo
19510         algorithm so that it is O(N) rather than O(N**2).  Optimize away
19511         ".", and treat ".." specially since it might stray back into
19512         already-created areas.  Use a subprocess if necessary.  New arg
19513         WD; all users changed.  MAKE_DIR function should now return 1
19514         if it creates a directory that is not readable.  Return -2 if
19515         a child process is spun off.
19516         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
19517         Adjust signature to match code.
19518         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
19519         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
19520         all users changed.
19521         * lib/savewd.c, lib/savewd.h: New files.
19522
19523 2006-09-15  Jim Meyering  <jim@meyering.net>
19524
19525         * modules/rename-dest-slash: New module.
19526         * MODULES.html.sh (posix_compat): Add it here.
19527
19528         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
19529
19530 2006-09-15  Jim Meyering  <jim@meyering.net>
19531
19532         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
19533         file.
19534
19535         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
19536
19537 2006-09-15  Jim Meyering  <jim@meyering.net>
19538
19539         * lib/rename-dest-slash.c (has_trailing_slash): Use
19540         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
19541         (rpl_rename_dest_slash): Perform the cheaper trailing slash
19542         test before testing whether SRC is a directory.
19543         Suggestions from Bruno Haible.
19544
19545         Avoid a warning about an unused variable.
19546         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
19547         into the #ifdef block where it's used.
19548
19549         * lib/rename-dest-slash.c: New file.
19550
19551 2006-09-14  Bruno Haible  <bruno@clisp.org>
19552
19553         * lib/allocsa.c: Include <config.h> unconditionally.
19554         * lib/asnprintf.c: Likewise.
19555         * lib/asprintf.c: Likewise.
19556         * lib/c-strcasecmp.c: Likewise.
19557         * lib/c-strcasestr.c: Likewise.
19558         * lib/c-strncasecmp.c: Likewise.
19559         * lib/c-strstr.c: Likewise.
19560         * lib/classpath.c: Likewise.
19561         * lib/clean-temp.c: Likewise.
19562         * lib/concatpath.c: Likewise.
19563         * lib/copy-file.c: Likewise.
19564         * lib/csharpcomp.c: Likewise.
19565         * lib/csharpexec.c: Likewise.
19566         * lib/execute.c: Likewise.
19567         * lib/fatal-signal.c: Likewise.
19568         * lib/findprog.c: Likewise.
19569         * lib/fwriteerror.c: Likewise.
19570         * lib/gl_array_list.c: Likewise.
19571         * lib/gl_array_oset.c: Likewise.
19572         * lib/gl_avltree_list.c: Likewise.
19573         * lib/gl_avltree_oset.c: Likewise.
19574         * lib/gl_avltreehash_list.c: Likewise.
19575         * lib/gl_carray_list.c: Likewise.
19576         * lib/gl_linked_list.c: Likewise.
19577         * lib/gl_linkedhash_list.c: Likewise.
19578         * lib/gl_list.c: Likewise.
19579         * lib/gl_oset.c: Likewise.
19580         * lib/gl_rbtree_list.c: Likewise.
19581         * lib/gl_rbtree_oset.c: Likewise.
19582         * lib/gl_rbtreehash_list.c: Likewise.
19583         * lib/imaxabs.c: Likewise.
19584         * lib/imaxdiv.c: Likewise.
19585         * lib/javacomp.c: Likewise.
19586         * lib/javaexec.c: Likewise.
19587         * lib/javaversion.c: Likewise.
19588         * lib/linebreak.c: Likewise.
19589         * lib/localcharset.c: Likewise.
19590         * lib/lock.c: Likewise.
19591         * lib/mbchar.c: Likewise.
19592         * lib/mbswidth.c: Likewise.
19593         * lib/mkdtemp.c: Likewise.
19594         * lib/pipe.c: Likewise.
19595         * lib/printf-args.c: Likewise.
19596         * lib/printf-parse.c: Likewise.
19597         * lib/progname.c: Likewise.
19598         * lib/progreloc.c: Likewise.
19599         * lib/readlink.c: Likewise.
19600         * lib/sh-quote.c: Likewise.
19601         * lib/stpcpy.c: Likewise.
19602         * lib/stpncpy.c: Likewise.
19603         * lib/strcasecmp.c: Likewise.
19604         * lib/strcasestr.c: Likewise.
19605         * lib/strcspn.c: Likewise.
19606         * lib/striconv.c: Likewise.
19607         * lib/strncasecmp.c: Likewise.
19608         * lib/strnlen1.c: Likewise.
19609         * lib/strstr.c: Likewise.
19610         * lib/strtok_r.c: Likewise.
19611         * lib/tls.c: Likewise.
19612         * lib/tmpdir.c: Likewise.
19613         * lib/unicodeio.c: Likewise.
19614         * lib/unsetenv.c: Likewise.
19615         * lib/vasnprintf.c: Likewise.
19616         * lib/vasprintf.c: Likewise.
19617         * lib/wait-process.c: Likewise.
19618         * lib/xallocsa.c: Likewise.
19619         * lib/xsetenv.c: Likewise.
19620         * lib/xstriconv.c: Likewise.
19621
19622 2006-09-13  Simon Josefsson  <jas@extundo.com>
19623
19624         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
19625         that internally, suggested by Ralf Wildenhues
19626         <Ralf.Wildenhues@gmx.de>.
19627
19628 2006-09-13  Simon Josefsson  <jas@extundo.com>
19629
19630         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
19631         @LIBOBJS@.
19632         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19633
19634 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19635
19636         * lib/_fpending.c: Include <config.h> unconditionally, since we no
19637         longer worry about uses that don't define HAVE_CONFIG_H.
19638         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
19639         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
19640         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
19641         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
19642         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
19643         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
19644         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
19645         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
19646         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
19647         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
19648         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
19649         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
19650         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
19651         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
19652         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
19653         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
19654         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
19655         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
19656         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
19657         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
19658         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
19659         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
19660         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
19661         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
19662         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
19663         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
19664         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
19665         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
19666         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
19667         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
19668         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
19669         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
19670         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
19671         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
19672         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
19673         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
19674         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
19675         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
19676         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
19677         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
19678         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
19679         Likewise.
19680
19681 2006-09-13  Eric Blake  <ebb9@byu.net>
19682
19683         * lib/getopt.c: Fix typo in last commit.
19684
19685 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
19686
19687         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
19688         dgettext.
19689
19690 2006-09-12  Jim Meyering  <jim@meyering.net>
19691
19692         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
19693         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
19694         Reported by Nelson H. F. Beebe.
19695
19696 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
19697
19698         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
19699         program_invocation_name and program_invocation_short_name are
19700         initialized.
19701         * lib/argp-namefrob.h: Move declarations of program_invocation_name
19702         and program_invocation_short_name to argp.h, so they are visible
19703         to user programs.
19704         * lib/argp.h: Likewise
19705
19706 2006-09-10  Bruno Haible  <bruno@clisp.org>
19707
19708         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
19709         m4/inttypes_h.m4, m4/uintmax_t.m4.
19710
19711 2006-09-10  Bruno Haible  <bruno@clisp.org>
19712
19713         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
19714         gl_AC_TYPE_UINTMAX_T.
19715
19716 2006-09-10  Bruno Haible  <bruno@clisp.org>
19717
19718         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
19719
19720 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19721
19722         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
19723         convention.  Text proposed by Bruno Haible.
19724         (struct argp_option): Document the use of N_() wrappers.
19725
19726         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
19727         '\v', and translate the two parts separately, instead of feeding
19728         the whole string to gettext.  This allows to exclude
19729         '\v' from the strings visible to the translator by writing doc
19730         strings as N_("..") "\v" N_("..").
19731
19732 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
19733
19734         * config/srclist.txt: Undo latest change; the bug was fixed.
19735
19736 2006-09-09  Bruno Haible  <bruno@clisp.org>
19737
19738         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
19739         assignments if building a library without libtool.
19740         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
19741         in func_emit_lib_Makefile_am.
19742         (func_import): When building a static library libfoo.a, arrange to
19743         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
19744         (func_create_testdir): Likewise.
19745         * modules/gc (configure.ac, Makefile.am): If building statically,
19746         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
19747         * modules/iconvme (configure.ac, Makefile.am): Likewise.
19748         * modules/striconv (configure.ac, Makefile.am): Likewise.
19749         Based on a suggestion by Ralf Wildenhues.
19750
19751 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19752
19753         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
19754         Check for unistd.h too, since Autoconf doesn't assume POSIX.
19755         Also:
19756
19757         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19758         Add year_2050_test to catch glibc bug 2821
19759         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
19760
19761         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19762         Prefer #ifdef to #if.
19763
19764         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
19765         Return from 'main' instead of calling 'exit'.
19766
19767 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19768
19769         * lib/mktime.c (guess_time_tm): Fix bug where mktime
19770         returned the maximum time_t value rather than (time_t) -1.
19771         Problem originally reported by William Bardwell
19772         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
19773
19774         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
19775         Moved to here ...
19776         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
19777         ... from here.
19778
19779 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19780
19781         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
19782         2821 is fixed.
19783
19784 2006-09-08  Jim Meyering  <jim@meyering.net>
19785
19786         Don't make generated files read-only.  That would bother too many
19787         people.  However, do retain the ability to work when targets are
19788         read-only: remove the destination and temporary files before writing
19789         them (when generated via sed or echo), or by using the -f option for
19790         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
19791         * modules/alloca-opt, modules/argz, modules/arpa_inet:
19792         * modules/byteswap, modules/configmake, modules/fcntl:
19793         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
19794         * modules/localcharset, modules/netinet_in, modules/poll:
19795         * modules/stdbool, modules/stdint, modules/sys_select:
19796         * modules/sys_socket, modules/sys_stat, modules/sysexits:
19797
19798 2006-09-08  Jim Meyering  <jim@meyering.net>
19799
19800         Avoid new build failure on FreeBSD 6.0.
19801         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
19802         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
19803         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
19804
19805 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19806
19807         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
19808
19809 2006-09-07  Jim Meyering  <jim@meyering.net>
19810
19811         Fix global typo in last change: use chmod u-w, not chmod u-x.
19812         Spotted by Paul Eggert and Bruce Korb.
19813         * modules/alloca-opt, modules/argz, modules/arpa_inet:
19814         * modules/byteswap, modules/configmake, modules/fcntl:
19815         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
19816         * modules/localcharset, modules/netinet_in, modules/poll:
19817         * modules/stdbool, modules/stdint, modules/sys_select:
19818         * modules/sys_socket, modules/sys_stat, modules/sysexits:
19819
19820 2006-09-06  Jim Meyering  <jim@meyering.net>
19821
19822         Make generated files be read-only.
19823         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
19824         Ensure that each generated file is now read-only.
19825         * modules/argz: Likewise.
19826         * modules/arpa_inet: Likewise.
19827         * modules/byteswap: Likewise.
19828         * modules/configmake: Likewise.
19829         * modules/fcntl: Likewise.
19830         * modules/fnmatch: Likewise.
19831         * modules/getopt: Likewise.
19832         * modules/glob: Likewise.
19833         * modules/inttypes: Likewise.
19834         * modules/netinet_in: Likewise.
19835         * modules/poll: Likewise.
19836         * modules/stdbool: Likewise.
19837         * modules/stdint: Likewise.
19838         * modules/sys_select: Likewise.
19839         * modules/sys_socket: Likewise.
19840         * modules/sys_stat: Likewise.
19841         * modules/sysexits: Likewise.
19842         * modules/localcharset: Same as above, but continue using temporary
19843         file named "t-$@" (why different?) rather than the "$@-t" used
19844         everywhere else.
19845
19846         * modules/sysexits (Makefile.am): Replace literal occurrences
19847         of "sysexit.h" more readable, and more consistent, "$@".
19848
19849 2006-09-06  Bruno Haible  <bruno@clisp.org>
19850
19851         * modules/striconv: New file.
19852         * modules/xstriconv: New file.
19853         * MODULES.html.sh (Internationalization functions): Add striconv,
19854         xstriconv.
19855
19856 2006-09-06  Bruno Haible  <bruno@clisp.org>
19857
19858         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
19859         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
19860         not using libtool correctly.
19861
19862 2006-09-06  Bruno Haible  <bruno@clisp.org>
19863
19864         * lib/striconv.h: New file.
19865         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
19866         iconvstring.c.
19867         * lib/xstriconv.h: New file.
19868         * lib/xstriconv.c: New file.
19869
19870 2006-09-06  Bruno Haible  <bruno@clisp.org>
19871
19872         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19873         lib_..._LDFLAGS.
19874
19875 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19876
19877         * lib/argz_.h: Sync from Libtool.
19878
19879         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
19880                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19881
19882         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
19883
19884 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
19885
19886         * modules/trim: New file.
19887
19888 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
19889
19890         * lib/trim.h: New file.
19891         * lib/trim.c: New file.
19892
19893 2006-09-05  Bruno Haible  <bruno@clisp.org>
19894
19895         * MODULES.html.sh (String handling): Add trim.
19896
19897 2006-09-04  Karl Berry  <karl@gnu.org>
19898
19899         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
19900         until next release.
19901
19902 2006-09-03  Bruno Haible  <bruno@clisp.org>
19903
19904         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
19905         correctly.
19906
19907 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19908
19909         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
19910         not gl_GETLOADAVG.  Omit unneeded semicolons.
19911         Problems reported by Ralf Wildenhues in
19912         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
19913         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
19914         at the end, which is the usual gnulib style.
19915
19916         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
19917         of doing all the work ourselves.
19918         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
19919         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
19920
19921 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19922
19923         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
19924         Problem reported by Ralf Wildenhues in
19925         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
19926
19927         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
19928         HAVE_STRUCT_STATFS_F_FSTYPENAME.
19929
19930 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19931
19932         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
19933         yesterday's patch by changing test -n to test -z.
19934
19935 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19936
19937         * modules/getloadavg (Files): Add m4/getloadavg.m4.
19938         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
19939         the former is now obsolescent.
19940
19941         * modules/chdir-long (Depends-on): Add fcntl.
19942
19943 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19944
19945         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
19946         obsolescent, and programs should use gnulib instead.
19947         * m4/getloadavg.m4: New file, with contents taken from Autoconf
19948         but with prefixes changed.
19949
19950 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19951
19952         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
19953         or stdbool.h, because they might not exist while configuring.
19954
19955         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
19956         Don't include unistd.h or limits.h; not needed, since chdir-long.h
19957         does that for us.
19958         (O_DIRECTORY): Remove.
19959
19960 2006-08-31  Eric Blake  <ebb9@byu.net>
19961
19962         * gnulib-tool: Don't let emacs change spaces to TAB.
19963
19964 2006-08-31  Bruno Haible  <bruno@clisp.org>
19965
19966         * gnulib-tool: When calling func_import more than once, do it in a
19967         subshell.
19968         Reported by Eric Blake <ebb9@byu.net>.
19969
19970 2006-08-31  Bruno Haible  <bruno@clisp.org>
19971
19972         * gnulib-tool (nl): Remove variable.
19973         (sed_transform_lib_file): Use more robust test for config-h module.
19974         (func_import): Fix typo in 2006-08-25 patch.
19975
19976 2006-08-31  Bruno Haible  <bruno@clisp.org>
19977
19978         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
19979         specified, augment Makefile.am variables instead of assigning them.
19980
19981 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
19982
19983         Work around a bug in both the Linux and SunOS 64-bit kernels:
19984         nanosleep mishandles sleeps for longer than 2**31 seconds.
19985         Problem reported by Frank v Waveren in
19986         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
19987         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
19988         Check for nanosleep bug.
19989         (LIB_NANOSLEEP): Append clock_gettime library if needed.
19990
19991 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
19992
19993         Work around a bug in both the Linux and SunOS 64-bit kernels:
19994         nanosleep mishandles sleeps for longer than 2**31 seconds.
19995         Problem reported by Frank v Waveren in
19996         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
19997         * lib/nanosleep.c (BILLION): New constant.
19998         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
19999         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
20000         implementation.
20001
20002 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20003
20004         * modules/nanosleep (Depends-on): Add gettime.
20005
20006 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20007         and Simon Josefsson  <jas@extundo.com>
20008         and Oskar Liljeblad  <oskar@osk.mine.nu>
20009
20010         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
20011         * gnulib-tool (func_import): New license type 'unmodifiable license
20012         text'.
20013         * modules/fdl: Use it.  Longer description.
20014         * module/gpl, module/lgpl: New files.
20015
20016 2006-08-30  Jim Meyering  <jim@meyering.net>
20017
20018         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
20019         shadowing the parameter.
20020
20021 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20022
20023         Sync from Libtool:
20024
20025         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20026
20027         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
20028         sharing with gnulib.  Report by Eric Blake.
20029
20030 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20031
20032         * modules/isapipe: New file.
20033         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
20034
20035 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20036
20037         * modules/configmake (Makefile.am): Add a comment, and omit
20038         the CONFIGMAKE_ prefix from generated macro names.  Suggested
20039         by Bruno Haible.
20040
20041 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20042
20043         * m4/isapipe.m4: New file.
20044
20045 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20046
20047         * lib/isapipe.c, lib/isapipe.h: New files.
20048
20049 2006-08-29  Jim Meyering  <jim@meyering.net>
20050
20051         * modules/configmake (Makefile.am): Make configmake.h depend on
20052         Makefile.  Otherwise, a stale configmake.h could hang around.
20053
20054 2006-08-29  Eric Blake  <ebb9@byu.net>
20055
20056         * lib/error.c (error_at_line, print_errno_message): Match libc, after
20057         resolution of upstream bug 3044.
20058
20059 2006-08-29  Bruno Haible  <bruno@clisp.org>
20060
20061         * modules/localcharset (Depends-on): Add configmake.
20062         (Makefile.am): Remove setting of LIBDIR through DEFS.
20063
20064 2006-08-29  Bruno Haible  <bruno@clisp.org>
20065
20066         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
20067         defined.
20068
20069 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20070
20071         * modules/fcntl: New file.
20072         * modules/chdir-safer (Depends-on): Add fcntl.
20073         * modules/fts: Likewise.
20074         * modules/mkdir-p: Likewise.
20075
20076         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
20077         This undoes the most recent change, since we're now addressing the
20078         problem in a different way.
20079
20080         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
20081         into output, since the output might be called Makefile.am even
20082         if $makefile_name is something different.
20083         (func_import): Use $makefile_am rather than
20084         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
20085         empty.
20086
20087         * modules/inttypes (Files): Add m4/inttypes-h.m4.
20088
20089 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20090
20091         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
20092         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
20093         recent change to stdint.m4, since we're now addressing the problem in a
20094         different way.
20095
20096 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20097
20098         * m4/fcntl_h.m4: New file.
20099
20100 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20101
20102         * lib/fcntl_.h: New file.
20103         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
20104         the fcntl module.
20105         * lib/dirchownmod.c: Likewise.
20106         * lib/fts.c: Likewise.
20107
20108         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
20109         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
20110         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
20111         just before including <inttypes.h>, to avoid circular inclusion.
20112
20113 2006-08-28  Jim Meyering  <jim@meyering.net>
20114
20115         * doc/visibility.texi: Actually read and correct the grammar of the
20116         sentence affected by yesterday's change.
20117
20118 2006-08-28  Eric Blake  <ebb9@byu.net>
20119
20120         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
20121         needs wrapper.
20122
20123 2006-08-28  Eric Blake  <ebb9@byu.net>
20124
20125         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
20126
20127 2006-08-28  Eric Blake  <ebb9@byu.net>
20128
20129         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
20130
20131 2006-08-28  Bruno Haible  <bruno@clisp.org>
20132
20133         * modules/c-strstr: New file, from GNU gettext.
20134         * MODULES.html.sh (String handling): Add c-strstr.
20135
20136 2006-08-28  Bruno Haible  <bruno@clisp.org>
20137
20138         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
20139         macros.
20140         Reported by Eric Blake.
20141
20142 2006-08-28  Bruno Haible  <bruno@clisp.org>
20143
20144         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
20145         (VASNPRINTF): Return a string of length > INT_MAX without failing.
20146         * lib/vasprintf.c: Include errno.h, limits.h.
20147         (EOVERFLOW): New fallback definition.
20148         (vasprintf): Test here whether the string length is > INT_MAX.
20149         * lib/vsnprintf.c: Include errno.h, limits.h.
20150         (EOVERFLOW): New fallback definition.
20151         (vsnprintf): Fix bug when generated string was too long for the buffer.
20152         Test here whether the string length is > INT_MAX.
20153
20154 2006-08-28  Bruno Haible  <bruno@clisp.org>
20155
20156         * lib/inttypes_.h (SCNX*): Remove definitions.
20157         Reported by Eric Blake.
20158
20159 2006-08-28  Bruno Haible  <bruno@clisp.org>
20160
20161         * lib/c-strstr.h: New file, from GNU gettext.
20162         * lib/c-strstr.c: New file, from GNU gettext.
20163
20164 2006-08-28  Bruno Haible  <bruno@clisp.org>
20165
20166         * gnulib-tool: Reorder some statements.
20167
20168 2006-08-28  Bruno Haible  <bruno@clisp.org>
20169
20170         * gnulib-tool: New option --makefile-name.
20171         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
20172         $makefile_name.
20173         (func_import): Write $makefile_name to the cache file, and read it from
20174         there unless explicitly specified. Use $makefile_name as file name
20175         instead of Makefile.am. Adjust the recommendations accordingly.
20176
20177 2006-08-28  Bruno Haible  <bruno@clisp.org>
20178
20179         * gnulib-tool (func_verify_module): Check against misapplying patch.
20180
20181 2006-08-28  Bruno Haible  <bruno@clisp.org>
20182
20183         * gnulib-tool (func_relativize, func_relconcat): New functions.
20184         Give an error if --local-dir is given with --update.
20185         Remove trailing slashes from $local_gnulib_dir.
20186         (func_import): Store the relativized $local_gnulib_dir in
20187         gnulib-cache.m4, and read it from there if not specified explicitly.
20188
20189 2006-08-28  Bruno Haible  <bruno@clisp.org>
20190
20191         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
20192         is the current directory. Respect also $local_gnulib_dir.
20193
20194 2006-08-28  Bruno Haible  <bruno@clisp.org>
20195             Simon Josefsson  <jas@extundo.com>
20196
20197         BeOS portability.
20198         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
20199
20200 2006-08-27  Jim Meyering  <jim@meyering.net>
20201
20202         * doc/visibility.texi: Remove duplicate word: "pointer".
20203
20204 2006-08-26  Bruno Haible  <bruno@clisp.org>
20205
20206         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
20207         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
20208         (Makefile.am): Create inttypes.h from inttypes_.h.
20209         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
20210
20211         * modules/imaxabs: New file.
20212
20213         * modules/imaxdiv: New file.
20214
20215 2006-08-26  Bruno Haible  <bruno@clisp.org>
20216
20217         * m4/inttypes.m4: New file.
20218         * m4/_inttypes_h.m4: Remove file.
20219         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
20220         PRI_MACROS_BROKEN.
20221         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
20222
20223         * m4/imaxabs.m4: New file.
20224
20225         * m4/imaxdiv.m4: New file.
20226
20227 2006-08-26  Bruno Haible  <bruno@clisp.org>
20228
20229         * lib/inttypes_.h: New file.
20230         * lib/inttypes.h: Remove file.
20231         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
20232
20233         * lib/imaxabs.c: New file.
20234
20235         * lib/imaxdiv.c: New file.
20236
20237 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20238
20239         New config-h module, so that "make" output needn't be cluttered
20240         by -DHAVE_CONFIG_H.
20241         * MODULES.html.sh (Support for building libraries and executables):
20242         Add config-h.
20243         * modules/config-h: New file.
20244         * gnulib-tool (nl, sed_transform_lib_file): New vars.
20245         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
20246         the config-h module is used.
20247
20248         New configmake module, so that "make" output needn't be cluttered
20249         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
20250         * MODULES.html.sh (Support for building libraries and executables):
20251         Add configmake.
20252         * modules/configmake: New file.
20253
20254 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20255
20256         * m4/config-h.m4: New file.
20257
20258 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20259
20260         * config/srclist.txt: Add elisp-comp.
20261
20262 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20263
20264         * MODULES.html.sh (Support for building libraries and executables):
20265         Add elisp-comp.
20266         * build-aux/elisp-comp: New file.
20267         * modules/elisp-comp: New file.
20268
20269 2006-08-24  Bruno Haible  <bruno@clisp.org>
20270
20271         * gnulib-tool (func_create_testdir): Use non-default values of
20272         sourcebase and m4base.
20273
20274 2006-08-24  Bruno Haible  <bruno@clisp.org>
20275
20276         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
20277         HTML structure.
20278
20279 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20280
20281         * modules/openat (Depends-on): Add lchown.
20282
20283 2006-08-23  Bruno Haible  <bruno@clisp.org>
20284
20285         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
20286         of gl_LOCK_EARLY instead of gl_LOCK.
20287
20288 2006-08-23  Bruno Haible  <bruno@clisp.org>
20289
20290         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
20291         on OSF/1 to no.
20292         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
20293
20294 2006-08-23  Bruno Haible  <bruno@clisp.org>
20295
20296         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
20297         as unusable.
20298
20299         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
20300         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
20301         (gl_LOCK): New macro.
20302
20303 2006-08-22  Simon Josefsson  <jas@extundo.com>
20304
20305         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
20306         to md5 module.
20307
20308 2006-08-22  Simon Josefsson  <jas@extundo.com>
20309
20310         * MODULES.html.sh: Add "Support for maintaining and release
20311         projects".
20312
20313         * build-aux/gnupload: New file, from coreutils.
20314
20315 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20316
20317         Avoid the need for AC_LIBSOURCES in m4 macros.
20318         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
20319         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
20320         * modules/check-version (EXTRA_DIST): Add check-version.h.
20321         * modules/crc (EXTRA_DIST): Add crc.h.
20322         * modules/des (EXTRA_DIST): Add des.h.
20323         * modules/gc (EXTRA_DIST): Add gc.h.
20324         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
20325         * modules/getline (EXTRA_DIST): Add getline.h.
20326         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
20327         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
20328         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
20329         * modules/md2 (EXTRA_DIST): Add md2.h.
20330         * modules/md4 (EXTRA_DIST): Add md4.h.
20331         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
20332         * modules/read-file (EXTRA_DIST): Add read-file.h.
20333         * modules/readline (EXTRA_DIST): Add readline.h.
20334         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
20335         rijndael-api-fst.h.
20336
20337 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20338
20339         * m4/rijndael.m4 (gl_ARCFOUR):
20340         * m4/arctwo.m4 (gl_ARCTWO):
20341         * m4/check-version.m4 (gl_CHECK_VERSION):
20342         * m4/crc.m4 (gl_CRC):
20343         * m4/des.m4 (gl_DES):
20344         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
20345         * m4/gc.m4 (gl_GC):
20346         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
20347         * m4/getline.m4 (gl_FUNC_GETLINE):
20348         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
20349         * m4/hmac-md5.m4 (gl_HMAC_MD5):
20350         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
20351         * m4/md2.m4 (gl_MD2):
20352         * m4/md4.m4 (gl_MD4):
20353         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
20354         * m4/read-file.m4 (gl_FUNC_READ_FILE):
20355         * m4/readline.m4 (gl_FUNC_READLINE):
20356         * m4/rijndael.m4 (gl_RIJNDAEL):
20357         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
20358         to get the necessary .h files and whatnot.
20359
20360 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20361
20362         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
20363         gnulib rather than the other way around.
20364         * config/srclistvars.sh (COREUTILS): Remove.
20365
20366 2006-08-22  Jim Meyering  <jim@meyering.net>
20367
20368         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
20369
20370         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
20371
20372 2006-08-22  Eric Blake  <ebb9@byu.net>
20373
20374         * modules/regexprops-generic: New file.
20375         * MODULES.html.sh (Support for building documentation): List it.
20376
20377 2006-08-22  Eric Blake  <ebb9@byu.net>
20378
20379         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
20380         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
20381         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
20382         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
20383
20384 2006-08-22  Bruno Haible  <bruno@clisp.org>
20385
20386         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
20387         and lib_LTLIBRARIES like the other lib_* variables.
20388
20389 2006-08-22  Bruno Haible  <bruno@clisp.org>
20390
20391         * build-aux/x-to-1.in: New file, from GNU gettext.
20392
20393 2006-08-22  Bruno Haible  <bruno@clisp.org>
20394
20395         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
20396         <utmpx.h> exists.
20397
20398 2006-08-22  Bruno Haible  <bruno@clisp.org>
20399
20400         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
20401         <utmpx.h> exists.
20402
20403 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20404
20405         BeOS portability.
20406         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
20407         exist.
20408         Problem reported by Bruno Haible.
20409
20410 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20411
20412         Avoid the need for AC_LIBSOURCES in m4 macros.
20413         * modules/acl (EXTRA_DIST): Add acl.h.
20414         * modules/argmatch (Files): Add m4/argmatch.m4.
20415         (configure.ac): Add gl_ARGMATCH.
20416         (EXTRA_DIST): Renamed from lib_SOURCES, for
20417         consistency with the other modules.  Remove argmatch.c.
20418         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
20419         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
20420         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
20421         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
20422         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
20423         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
20424         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
20425         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
20426         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
20427         * modules/closeout (EXTRA_DIST): Add closeout.h.
20428         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
20429         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
20430         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
20431         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
20432         dirname.h; remove basename.c and stripslash.c.
20433         * modules/exclude (EXTRA_DIST): Add exclude.h.
20434         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
20435         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
20436         * modules/file-type (EXTRA_DIST): Add file-type.h.
20437         * modules/filemode (EXTRA_DIST): Add filemode.h.
20438         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
20439         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
20440         * modules/fpending (EXTRA_DIST): Add __fpending.h.
20441         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
20442         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
20443         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
20444         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
20445         * modules/getdate (EXTRA_DIST): Add getdate.c.
20446         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
20447         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
20448         * modules/getpass (EXTRA_DIST): Add getpass.h.
20449         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
20450         * modules/group-member (EXTRA_DIST): Add group-member.h.
20451         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
20452         * modules/hash (EXTRA_DIST): Add hash.h.
20453         * modules/human (EXTRA_DIST): Add human.h.
20454         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
20455         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
20456         * modules/lchown (EXTRA_DIST): Add lchown.h.
20457         * modules/long-options (EXTRA_DIST): Add long-options.h.
20458         * modules/lstat (EXTRA_DIST): Add lstat.h.
20459         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
20460         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
20461         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
20462         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
20463         * modules/memxor (EXTRA_DIST): Add memxor.h.
20464         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
20465         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
20466         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
20467         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
20468         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
20469         * modules/physmem (EXTRA_DIST): Add physmem.h.
20470         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
20471         * modules/posixver (EXTRA_DIST): Add posixver.h.
20472         * modules/quote (EXTRA_DIST): Add quote.h.
20473         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
20474         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
20475         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
20476         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
20477         regex_internal.h regexec.c.
20478         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
20479         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
20480         * modules/same (EXTRA_DIST): Add same.h.
20481         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
20482         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
20483         * modules/savedir (EXTRA_DIST): Add savedir.h.
20484         * modules/sha1 (EXTRA_DIST): Add sha1.h.
20485         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
20486         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
20487         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
20488         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
20489         * modules/strdup (EXTRA_DIST): Add strdup.h.
20490         * modules/strftime (EXTRA_DIST): Add strftime.h.
20491         * modules/strndup (EXTRA_DIST): Add strndup.h.
20492         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
20493         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
20494         * modules/time_r (EXTRA_DIST): Add time_r.h.
20495         * modules/timespec (EXTRA_DIST): Add timespec.h.
20496         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
20497         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
20498         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
20499         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
20500         * modules/userspec (EXTRA_DIST): Add userspec.h.
20501         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
20502         * modules/utimens (EXTRA_DIST): Add utimens.h.
20503         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
20504         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
20505         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
20506         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
20507         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
20508         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
20509         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
20510         * modules/yesno (EXTRA_DIST): Add yesno.h.
20511
20512 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20513
20514         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
20515
20516         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
20517         * m4/dev-ino.m4, same-inode.m4: Remove.
20518
20519         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
20520         * m4/acl.m4 (AC_FUNC_ACL):
20521         * m4/backupfile.m4 (gl_BACKUPFILE):
20522         * m4/c-strtod.m4 (gl_C99_STRTOLD):
20523         * m4/canon-host.m4 (gl_CANON_HOST):
20524         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
20525         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
20526         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
20527         * m4/cloexec.m4 (gl_CLOEXEC):
20528         * m4/close-stream.m4 (gl_CLOSE_STREAM):
20529         * m4/closeout.m4 (gl_CLOSEOUT):
20530         * m4/dirfd.m4 (gl_FUNC_DIRFD):
20531         * m4/dirname.m4 (gl_DIRNAME):
20532         * m4/exclude.m4 (gl_EXCLUDE):
20533         * m4/exitfail.m4 (gl_EXITFAIL):
20534         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
20535         * m4/file-type.m4 (gl_FILE_TYPE):
20536         * m4/filemode.m4 (gl_FILEMODE):
20537         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
20538         * m4/fpending.m4 (gl_FUNC_FPENDING):
20539         * m4/fprintftime.m4 (gl_FPRINTFTIME):
20540         * m4/fts.m4 (gl_FUNC_FTS):
20541         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
20542         * m4/getdate.m4 (gl_GETDATE):
20543         * m4/gethrxtime.m4 (gl_GETHRXTIME):
20544         * m4/getpagesize.m4 (gl_GETPAGESIZE):
20545         * m4/getpass.m4 (gl_FUNC_GETPASS):
20546         * m4/gettime.m4 (gl_GETTIME):
20547         * m4/getugroups.m4 (gl_GETUGROUPS):
20548         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
20549         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
20550         * m4/hard-locale.m4 (gl_HARD_LOCALE):
20551         * m4/hash.m4 (gl_HASH):
20552         * m4/idcache.m4 (gl_IDCACHE):
20553         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
20554         * m4/lchown.m4 (gl_FUNC_LCHOWN):
20555         * m4/long-options.m4 (gl_LONG_OPTIONS):
20556         * m4/lstat.m4 (gl_FUNC_LSTAT):
20557         * m4/md5.m4 (gl_MD5):
20558         * m4/memcasecmp.m4 (gl_MEMCASECMP):
20559         * m4/memcoll.m4 (gl_MEMCOLL):
20560         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
20561         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
20562         * m4/memxor.m4 (gl_MEMXOR):
20563         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
20564         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
20565         * m4/modechange.m4 (gl_MODECHANGE):
20566         * m4/mountlist.m4 (gl_MOUNTLIST):
20567         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
20568         * m4/openat.m4 (gl_FUNC_OPENAT):
20569         * m4/pathmax.m4 (gl_PATHMAX):
20570         * m4/physmem.m4 (gl_PHYSMEM):
20571         * m4/posixtm.m4 (gl_POSIXTM):
20572         * m4/posixver.m4 (gl_POSIXVER):
20573         * m4/quote.m4 (gl_QUOTE):
20574         * m4/quotearg.m4 (gl_QUOTEARG):
20575         * m4/readtokens.m4 (gl_READTOKENS):
20576         * m4/readutmp.m4 (gl_READUTMP):
20577         * m4/regex.m4 (gl_REGEX):
20578         * m4/safe-read.m4 (gl_SAFE_READ):
20579         * m4/safe-write.m4 (gl_SAFE_WRITE):
20580         * m4/same.m4 (gl_SAME):
20581         * m4/save-cwd.m4 (gl_SAVE_CWD):
20582         * m4/savedir.m4 (gl_SAVEDIR):
20583         * m4/settime.m4 (gl_SETTIME):
20584         * m4/sha1.m4 (gl_SHA1):
20585         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
20586         * m4/stat-macros.m4 (gl_STAT_MACROS):
20587         * m4/stat-time.m4 (gl_STAT_TIME):
20588         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
20589         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
20590         * m4/strdup.m4 (gl_FUNC_STRDUP):
20591         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
20592         * m4/strndup.m4 (gl_FUNC_STRNDUP):
20593         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
20594         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
20595         * m4/time_r.m4 (gl_TIME_R):
20596         * m4/timespec.m4 (gl_TIMESPEC):
20597         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
20598         * m4/unlinkdir.m4 (gl_UNLINKDIR):
20599         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
20600         * m4/userspec.m4 (gl_USERSPEC):
20601         * m4/utimecmp.m4 (gl_UTIMECMP):
20602         * m4/utimens.m4 (gl_UTIMENS):
20603         * m4/xalloc.m4 (gl_XALLOC):
20604         * m4/xgetcwd.m4 (gl_XGETCWD):
20605         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
20606         * m4/xreadlink.m4 (gl_XREADLINK):
20607         * m4/xstrtod.m4 (gl_XSTRTOD):
20608         * m4/yesno.m4 (gl_YESNO):
20609         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
20610         to get the necessary .h files and whatnot.
20611
20612 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
20613             Bruno Haible  <bruno@clisp.org>
20614
20615         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
20616         /bin/sh understanding of '!' conditional negation.
20617
20618 2006-08-21  Jim Meyering  <jim@meyering.net>
20619
20620         * modules/openat (Depends-on): Really alphabetize.
20621
20622         * modules/acl (Depends-on): Add error and quote.
20623
20624         * check-module (find_included_lib_files): Add at-func.c to the
20625         ok-to-include-more-than-once white list.
20626
20627         * modules/openat (Depends-on): Add lstat.  Alphabetize.
20628
20629 2006-08-21  Bruno Haible  <bruno@clisp.org>
20630
20631         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20632         Emit a pkgdata_DATA variable only if some snippets add contents to it.
20633         Reported by Martin Lambers <marlam@marlam.de>.
20634
20635 2006-08-21  Bruno Haible  <bruno@clisp.org>
20636
20637         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
20638         specify an installation location, don't emit a noinst_LIBRARIES or
20639         noinst_LTLIBRARIES assignment.
20640
20641 2006-08-21  Bruno Haible  <bruno@clisp.org>
20642
20643         BeOS portability.
20644         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
20645         BeOS has mbrtowc() but no <wctype.h>.
20646
20647 2006-08-21  Bruno Haible  <bruno@clisp.org>
20648
20649         BeOS portability.
20650         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
20651         exist.
20652
20653 2006-08-21  Bruno Haible  <bruno@clisp.org>
20654
20655         BeOS portability.
20656         * lib/mbchar.h: Include <wctype.h> only if it exists.
20657
20658 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20659
20660         Remove files that are no longer needed by their respective modules.
20661         * m4/obstack.m4: Remove.
20662         * m4/strerror_r.m4: Remove.
20663         * m4/uint32_t.m4: Remove.
20664         * m4/uintptr_t.m4: Remove.
20665         * m4/ullong_max.m4: Remove.
20666         * m4/xstrtoimax.m4: Remove.
20667         * m4/xstrtoumax.m4: Remove.
20668
20669         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
20670         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
20671         dependencies now capture this.
20672
20673         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
20674         Do not use AC_LIBSOURCES, since gnulib modules now do this.
20675         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
20676         * m4/human.m4 (gl_HUMAN): Likewise.
20677         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
20678         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
20679
20680         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
20681
20682         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
20683         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
20684         stdint.
20685         * m4/human.m4 (gl_HUMAN): Likewise.
20686         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
20687         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
20688         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
20689         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
20690         * m4/xstrtol (gl_XSTRTOL): Likewise.
20691
20692         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
20693         AC_TYPE_LONG_LONG_INT.
20694         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
20695         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
20696         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
20697         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
20698
20699         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
20700         on stdbool.
20701
20702         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
20703         (gl_PREREQ_XSTRTOUL): Remove.
20704
20705         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
20706
20707         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
20708         mode.
20709
20710 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20711
20712         Add and change modules to make it easier for coreutils to use
20713         gnulib-tool.
20714         * modules/backupfile (Files): Remove m4/d-ino.m4.
20715         (Depends-on): Add d-ino.
20716         * modules/cycle-check (Depends-on): Add stdint.
20717         (lib_SOURCES): Add cycle-check.h.
20718         * modules/d-ino: New module.
20719         * modules/d-type: New module.
20720         * modules/error (Files): Remove m4/strerror_r.m4.
20721         * modules/filemode (Files): Add m4/st_dm_mode.m4.
20722         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
20723         m4/inttypes_h.m4, m4/uintmax_t.m4.
20724         (Depends-on): Add stdint.
20725         (lib_SOURCES): Add fsusage.h.
20726         * modules/getcwd (Files): Remove d-ino.m4.
20727         (Depends-on): Add d-ino.
20728         * modules/getndelim2 (Depends-on): Add stdint.
20729         * modules/glob (Files): Remove m4/d-type.m4.
20730         (Depends-on): Add d-type.
20731         * modules/host-os: New module.
20732         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
20733         m4/inttypes_h.m4, m4/uintmax_t.m4.
20734         * Depends-on: Add stdint.
20735         (lib_SOURCES): Add human.h.
20736         * modules/inttostr (Files): Remove m4/intmax_t.m4,
20737         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
20738         m4/uintmax_t.m4, m4/ulonglong.m4.
20739         (Depends-on): Add stdint.
20740         (EXTRA_DIST): Add inttostr.h.
20741         * modules/lchmod: New module.
20742         * modules/link-follow: New module.
20743         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
20744         (Depends-on): Add lchmod.
20745         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
20746         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
20747         (Depends-on): Add stdint.
20748         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
20749         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
20750         (Depends-on): Add stdint.
20751         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
20752         * modules/perl: New module.
20753         * modules/regex (Depends-on): Add stdint.
20754         * modules/rmdir-errno: New module.
20755         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
20756         m4/intmax_t.m4.
20757         (Depends-on): Add stdint.
20758         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
20759         m4/uintmax_t.m4.
20760         (Depends-on): Add stdint.
20761         * modules/unlink-busy: New module.
20762         * modules/utimecmp (Depends-on): Add stdint.
20763         * modules/uptime: New module.
20764         * modules/winsz-ioctl: New module.
20765         * modules/winsz-termios: New module.
20766         * modules/xnanosleep (Depends-on): Add nanosleep.
20767         * modules/ullong_max: Remove.
20768         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
20769         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
20770         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
20771         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
20772         (Depends-on): Add inttypes.
20773         (lib_SOURCES): Add xstrtol.h.
20774         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
20775         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
20776         * MODULES.html.sh: Move 'assert' into the assert section.
20777         Move 'dummy' into the linking section.
20778         Remove ullong_max.
20779         Add section for compatibility checks for POSIX:2001 functions,
20780         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
20781         winsz-ioctl, and winsz-termios into it.
20782         Add lchmod.
20783         Add top-level Misc section and put host-os, perl, and uptime
20784         into it.
20785
20786 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20787
20788         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
20789         now assume the stdint module.  Do not include inttypes.h.
20790         * lib/fsusage.h: Likewise.
20791         * lib/getndelim2.c: Likewise.
20792         * lib/human.h: Likewise.
20793         * lib/inttostr.h: Likewise.
20794         * lib/obstack.c: Likewise.
20795         * lib/regex_internal.h: Likewise.
20796         * lib/tempname.c: Likewise.
20797         * lib/utimecmp.c: Likewise.
20798         * lib/xstrtol.h: Likewise.
20799
20800         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
20801
20802         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
20803         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
20804         * lib/xtime.h: Likewise.
20805
20806 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20807
20808         * modules/openat (Files): Add lib/fchmodat.c.
20809         Fixes problem reported by Jay Youngman.
20810
20811 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20812
20813         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
20814         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
20815
20816 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
20817             Bruno Haible  <bruno@clisp.org>
20818
20819         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
20820         and is a script that invokes bison. Tighten the code. Add comments.
20821
20822 2006-08-18  Jim Meyering  <jim@meyering.net>
20823
20824         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
20825         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
20826         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
20827         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
20828
20829 2006-08-18  Bruno Haible  <bruno@clisp.org>
20830
20831         * modules/bison-i18n: New file.
20832         * MODULES.html.sh (Internationalization functions): Add it.
20833
20834 2006-08-18  Bruno Haible  <bruno@clisp.org>
20835
20836         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
20837         sys/statvfs.h. When getmntinfo was found, check its declaration and
20838         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
20839
20840 2006-08-18  Bruno Haible  <bruno@clisp.org>
20841
20842         * m4/bison-i18n.m4: New file, from bison.
20843
20844 2006-08-18  Bruno Haible  <bruno@clisp.org>
20845
20846         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
20847         (ME_DUMMY): Treat "kernfs" as a dummy.
20848         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
20849
20850 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20851
20852         Update from coreutils.
20853
20854         2006-08-15  Jim Meyering  <jim@meyering.net>
20855
20856         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
20857
20858         2006-01-17  Jim Meyering  <jim@meyering.net>
20859
20860         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
20861
20862         2006-01-11  Jim Meyering  <jim@meyering.net>
20863
20864         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
20865         Check for the lchmod function.
20866
20867 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20868
20869         Update from coreutils.
20870
20871         * lib/__fpending.h: Add copyright notice.
20872         * lib/fprintftime.h: Likewise.
20873         * lib/savedir.c: Use (C) in copyright notice.
20874         * lib/savedir.h: Likewise.
20875
20876         2006-08-15  Jim Meyering  <jim@meyering.net>
20877
20878         * lib/at-func.c: New file, with the logic of all emulated at-functions.
20879         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
20880         in support of the EXPECTED_ERRNO macro.
20881         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
20882         definitions.  Instead, define the appropriate symbols and include
20883         "at-func.c".
20884         * lib/mkdirat.c (mkdirat): Likewise.
20885         * lib/fchmodat.c (fchmodat): Likewise.
20886         (ENOSYS): Remove definition.
20887         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
20888         it.  Don't include "unistd--.h" -- it wasn't ever used.
20889
20890         2006-01-17  Jim Meyering  <jim@meyering.net>
20891
20892         Rewrite fts.c not to change the current working directory,
20893         by using openat, fstatat, fdopendir, etc..
20894
20895         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
20896         (HAVE_OPENAT_SUPPORT): Define.
20897         [_LIBC] (fchdir): Don't undef or define; no longer used.
20898         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
20899         Now, this `function' always succeeds, and consumes its file descriptor
20900         parameter -- so callers must not close such FDs.  Update callers.
20901         (diropen_fd, opendirat, cwd_advance_fd): New functions.
20902         (diropen): Add parameter, SP.  Adjust all callers.
20903         Implement using diropen_fd, rather than open.
20904         (fts_open): Initialize new member, fts_cwd_fd.
20905         Remove fts_rft-setting code.
20906         (fts_close): Close fts_cwd_fd, if necessary.
20907         (__opendir2): Define in terms of opendir or opendirat,
20908         depending on whether the FST_NOCHDIR flag is set.
20909         (fts_build): Since fts_safe_changedir consumes its FD, and since
20910         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
20911         and close the dup'd file descriptor upon failure.
20912         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
20913         (fts_safe_changedir): Tweak semantics to reflect that this function
20914         now calls cwd_advance_fd and hence consumes its FD argument.
20915         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
20916         [struct FTS] (fts_rft): Remove now-unused member.
20917         [struct FTS] (fts_cycle.state): Improve comment.
20918
20919         * lib/openat.c (openat_needs_fchdir): New function.
20920         * lib/openat.h (openat_needs_fchdir): Declare it.
20921
20922 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
20923
20924         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
20925         Problem and fix reported by Pádraig Brady in
20926         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
20927
20928 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20929
20930         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
20931
20932 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20933
20934         * lib/memcoll.c (memcoll): Optimize for the common case where the
20935         arguments are bytewise equal.
20936
20937 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20938
20939         * doc/regexprops-generic.texi: Add a copyright notice.
20940
20941 2006-08-15  Bruno Haible  <bruno@clisp.org>
20942
20943         * modules/tmpdir (License): Change to LGPL.
20944
20945 2006-08-15  Bruno Haible  <bruno@clisp.org>
20946
20947         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
20948         module.
20949
20950 2006-08-14  Simon Josefsson  <jas@extundo.com>
20951
20952         * config/srclist.txt: Add gnupload.
20953
20954 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20955
20956         Change copyright notice from LGPL 2 to GPL 2, since that's the
20957         standard form used in the gnulib repository.
20958         * tests/test-lock.c: Likewise.
20959         * tests/test-stdint.c: Likewise.
20960         * tests/test-tls.c: Likewise.
20961
20962         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
20963         prelude-manager.  User shorter URLs for GNU projects, without '?'.
20964         Add copyright notice.
20965
20966         * check-module: Add copyright notice.  Output a copyright
20967         notice if "--version" is specified.
20968         * modules/COPYING: New file.
20969         * tests/test-getaddrinfo.c: Add copyright notice.
20970         * tests/test-verify.c: Likewise.
20971
20972 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20973
20974         Change copyright notice from LGPL 2 to GPL 2, since that's the
20975         standard form used in the gnulib repository.
20976         * lib/lock.c: LGPL -> GPL.
20977         * lib/lock.h: Likewise.
20978         * lib/strnlen1.c: Likewise.
20979         * lib/strnlen1.h: Likewise.
20980         * lib/tls.c: Likewise.
20981         * lib/tls.h: Likewise.
20982         * lib/tmpdir.c: Likewise.
20983
20984         * lib/TODO: Remove; this belongs only in coreutils.
20985
20986 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20987
20988         Add copyright notices to long-enough files that lack them, since
20989         otherwise the files aren't clearly free.  Use the same notice that
20990         getdate.texi already uses.
20991         * doc/alloca-opt.texi: Add copyright notice.
20992         * doc/alloca.texi: Likewise.
20993         * doc/ctime.texi: Likewise.
20994         * doc/functions.texi: Likewise.
20995         * doc/gcd.texi: Likewise.
20996         * doc/gnulib-tool.texi: Likewise.
20997         * doc/inet_ntoa.texi: Likewise.
20998         * doc/visibility.texi: Likewise.
20999
21000         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
21001         * doc/quote.texi: Add copyright notice.
21002
21003         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
21004         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
21005         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
21006         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
21007         is now obsolete, and give a pointer to the Sun list.
21008         Add copyright notice.
21009
21010 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21011
21012         * config/srclistvars.sh: Add copyright notice.
21013
21014 2006-08-14  Eric Blake  <ebb9@byu.net>
21015
21016         Import the following change from libc:
21017
21018         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
21019
21020         Upstream bug 2997.
21021         * lib/misc/error.c: Add space between program name and message if file
21022         name is missing.
21023
21024 2006-08-12  Karl Berry  <karl@gnu.org>
21025
21026         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
21027         remove, these originate in gnulib now.
21028
21029 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21030
21031         * doc/Makefile (standards.info standards.html standards.dvi):
21032         Also depend on make-stds.texi.
21033
21034 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21035
21036         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
21037         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
21038
21039         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
21040         in wchar_t.  Problem reported by Eric Blake.
21041
21042         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
21043         LEN is smaller than SIZE.  Suggested by Bruno Haible.
21044         Also, help the compiler to keep LEN in a register.
21045
21046 2006-08-11  Eric Blake  <ebb9@byu.net>
21047
21048         * users.txt: Sort.  Add tar.
21049
21050 2006-08-11  Bruno Haible  <bruno@clisp.org>
21051
21052         * users.txt: New file.
21053
21054 2006-08-11  Bruno Haible  <bruno@clisp.org>
21055
21056         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
21057         before <wchar.h>. Needed for OSF/1 and BSD/OS.
21058
21059 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
21060
21061         * modules/snprintf (Depends-on): Remove minmax.
21062         (Maintainer): Add self and Bruno.
21063
21064 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
21065
21066         * lib/.cppi-disable: Add snprintf.h, socket_.h.
21067         * lib/snprintf.c: Include <errno.h> and <limits.h>.
21068         (EOVERFLOW): Define if the system does not.
21069         Do not include "minmax.h"; it wasn't used.
21070         (snprintf): Don't assume size_t promotes to an unsigned type.
21071         Fix bug when generated string was too long for the buffer: the
21072         buffer's contents are supposed to be the initial prefix of the
21073         output.  Don't assume vasnprintf returns EOVERFLOW if the size
21074         exceeds INT_MAX; do the check ourselves.
21075
21076         Import the following changes from libc:
21077
21078         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
21079
21080         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
21081         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
21082         set wc to the byte which couldn't be converted.
21083         (re_string_reconstruct): Don't clear valid_raw_len before calling
21084         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
21085         tip_context using re_string_context_at.
21086
21087         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
21088
21089         * lib/posix/regex.h: g++ still cannot handled [restrict].
21090
21091         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
21092
21093         * lib/posix/regex.h: Remove special handling for VMS.
21094
21095 2006-08-10  Jim Meyering  <jim@meyering.net>
21096
21097         * modules/same-inode: New module.
21098         * modules/dev-ino: New module.
21099         * modules/cycle-check: Depend on these modules, rather than simply
21100         including their .h files.
21101         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
21102         required via m4/cycle-check.m4.
21103         * modules/same: Depend on new same-inode module, rather than
21104         including same-inode.h.
21105         * modules/chdir-safer: New file.
21106
21107         * modules/chown (Depends-on): Add stat-macros.
21108
21109 2006-08-10  Jim Meyering  <jim@meyering.net>
21110
21111         * m4/cycle-check.m4: New file.
21112         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
21113         * m4/dev-ino.m4, m4/same-inode.m4: New files.
21114
21115 2006-08-10  Eric Blake  <ebb9@byu.net>
21116
21117         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
21118         in from original proposal.
21119
21120 2006-08-10  Eric Blake  <ebb9@byu.net>
21121         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21122
21123         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
21124         namespace.
21125
21126 2006-08-10  Bruno Haible  <bruno@clisp.org>
21127
21128         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
21129         as well.
21130
21131 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21132
21133         Sync from coreutils.
21134
21135         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
21136
21137         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
21138         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
21139
21140 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21141
21142         * modules/restrict: Remove; no longer needed now that we assume
21143         Autoconf 2.59 or later.
21144         * MODULES.html.sh: Remove 'restrict'.
21145         * modules/argp (Depends-on): Remove 'restrict'.
21146         * modules/base64 (Depends-on): Likewise.
21147         * modules/gc (Depends-on): Likewise.
21148         * modules/getaddrinfo (Depends-on): Likewise.
21149         * modules/glob (Depends-on): Likewise.
21150         * modules/inet_ntop (Depends-on): Likewise.
21151         * modules/inet_pton (Depends-on): Likewise.
21152         * modules/memxor (Depends-on): Likewise.
21153         * modules/regex (Depends-on): Likewise.
21154         * modules/strtok_r (Depends-on): Likewise.
21155         * modules/time_r (Depends-on): Likewise.
21156
21157 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21158
21159         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
21160         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
21161         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
21162         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
21163         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
21164         * m4/memxor.m4 (gl_MEMXOR): Likewise.
21165         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
21166         gl_C_RESTRICT replaced by AC_C_RESTRICT.
21167
21168         Merge from coreutils.
21169         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
21170         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
21171         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
21172         * m4/time_r.m4 (gl_TIME_R): Likewise.
21173
21174 2006-08-09  Karl Berry  <karl@gnu.org>
21175
21176         * config/srclist.txt: no more gettext-tools, per Bruno.
21177
21178 2006-08-08  Eric Blake  <ebb9@byu.net>
21179
21180         * modules/verror: New module.
21181         * MODULES.html.sh: Document it.
21182
21183 2006-08-08  Eric Blake  <ebb9@byu.net>
21184
21185         * lib/verror.h, lib/verror.c: New files.
21186
21187 2006-08-08  Eric Blake  <ebb9@byu.net>
21188
21189         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
21190         verror_at_line output complies with GNU Coding Standards even when
21191         file is NULL.
21192
21193 2006-08-07  Bruno Haible  <bruno@clisp.org>
21194
21195         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
21196         versions of AIX.
21197         Reported by Ralf Wildenhues.
21198
21199 2006-08-07  Bruno Haible  <bruno@clisp.org>
21200
21201         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
21202         in an AC_DEFUN. Needed so that the autoconf snippets can use
21203         AC_REQUIRE.
21204
21205 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21206
21207         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21208         Initialize pkgdata_DATA.
21209         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
21210         overriding it.
21211
21212 2006-08-06  Eric Blake  <ebb9@byu.net>
21213
21214         * lib/error.h: Fold in some upstream changes from glibc.
21215         * lib/error.c: Likewise.
21216
21217 2006-08-04  Bruno Haible  <bruno@clisp.org>
21218
21219         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21220         Make the mostlyclean-local rule depend on mostlyclean-generic.
21221         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
21222
21223 2006-07-31  Bruno Haible  <bruno@clisp.org>
21224
21225         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
21226         <stdlib.h>, <string.h>.
21227
21228 2006-07-30  Bruno Haible  <bruno@clisp.org>
21229
21230         * modules/readlink (License): Change to LGPL.
21231
21232 2006-07-30  Bruno Haible  <bruno@clisp.org>
21233
21234         * modules/javaversion (Makefile.am): Distribute javaversion.java and
21235         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
21236         set PKGDATADIR to point to it.
21237
21238 2006-07-30  Bruno Haible  <bruno@clisp.org>
21239
21240         * modules/csharpexec (configure.ac): Comment out macro invocation.
21241         * modules/javaexec (configure.ac): Likewise.
21242         * modules/javacomp-script (configure.ac): Likewise.
21243
21244         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
21245
21246 2006-07-30  Bruno Haible  <bruno@clisp.org>
21247
21248         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
21249         linked-list.
21250
21251 2006-07-30  Bruno Haible  <bruno@clisp.org>
21252
21253         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
21254
21255 2006-07-30  Bruno Haible  <bruno@clisp.org>
21256
21257         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21258         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
21259         get removed.
21260
21261 2006-07-29  Bruno Haible  <bruno@clisp.org>
21262
21263         Make it possible for gnulib-tool to work with locally modified or
21264         augmented gnulib repositories.
21265         * gnulib-tool (func_usage): Document --local-dir option.
21266         (local_gnulib_dir): New variable.
21267         Handle --local-dir option.
21268         (func_lookup_file): New function.
21269         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
21270         (func_get_description, func_get_filelist, func_get_description,
21271         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
21272         func_get_automake_snippet, func_get_include_directive,
21273         func_get_license, func_get_maintainer): Use func_lookup_file.
21274         (func_import, func_create_testdir): Use func_lookup_file.
21275
21276 2006-07-29  Bruno Haible  <bruno@clisp.org>
21277
21278         * modules/setenv (Depends-on): Add unistd.
21279
21280 2006-07-29  Bruno Haible  <bruno@clisp.org>
21281
21282         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
21283
21284 2006-07-29  Bruno Haible  <bruno@clisp.org>
21285
21286         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
21287
21288 2006-07-29  Bruno Haible  <bruno@clisp.org>
21289
21290         * gnulib-tool (import, update): If there is no Makefile.am, look at
21291         aclocal.m4, instead of bailing out.
21292
21293 2006-07-29  Bruno Haible  <bruno@clisp.org>
21294
21295         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
21296         Categorize the options by when they are useful.
21297
21298 2006-07-29  Bruno Haible  <bruno@clisp.org>
21299
21300         * gnulib-tool (func_usage): Document option --no-libtool.
21301         Handle option --no-libtool.
21302         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
21303         for changed semantics of $libtool variable.
21304         (func_import): Likewise. If libtool is not used, show this through
21305         an option --no-libtool.
21306         (func_create_testdir): Update.
21307
21308 2006-07-29  Bruno Haible  <bruno@clisp.org>
21309
21310         * gnulib-tool (func_import): Extend error message about missing
21311         --doc-base.
21312
21313 2006-07-29  Bruno Haible  <bruno@clisp.org>
21314
21315         * gnulib-tool (func_import): Don't create the $docbase directory if
21316         there is no file to store there.
21317
21318 2006-07-29  Bruno Haible  <bruno@clisp.org>
21319
21320         * gnulib-tool (autoconf_minversion): If a --dir option is given and
21321         relevant, look for configure.ac there, not in the current directory.
21322         Also use a simple search for AC_PREREQ, not "autoconf --trace".
21323
21324 2006-07-29  Bruno Haible  <bruno@clisp.org>
21325
21326         * gnulib-tool (SORT): New variable.
21327         (func_usage): Undocument --assume-autoconf option.
21328         Remove --assume-autoconf option handling.
21329         (autoconf_minversion): Determine from the contents of configure.ac.
21330         (func_import): Remove autoconf_minversion handling.
21331         Suggested by Eric Blake.
21332
21333 2006-07-29  Bruno Haible  <bruno@clisp.org>
21334
21335         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
21336
21337 2006-07-29  Bruno Haible  <bruno@clisp.org>
21338
21339         * config/srclist.txt (*setenv.[ch]): Remove rules.
21340
21341 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21342
21343         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
21344
21345 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21346
21347         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
21348         arpa/inet.h.
21349
21350 2006-07-28  Simon Josefsson  <jas@extundo.com>
21351
21352         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
21353         * modules/inet_pton (Depends-on): Likewise.
21354
21355 2006-07-28  Simon Josefsson  <jas@extundo.com>
21356
21357         * m4/netinet_in_h.m4: New file.
21358
21359 2006-07-28  Simon Josefsson  <jas@extundo.com>
21360
21361         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
21362         #include's.
21363
21364 2006-07-28  Simon Josefsson  <jas@extundo.com>
21365
21366         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
21367         #include's.
21368
21369 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
21370
21371         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
21372         setgid on directories only if they set these bits.
21373         * lib/modechange.h: Remove obsolete comment about masks.
21374
21375 2006-07-28  Eric Blake  <ebb9@byu.net>
21376
21377         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
21378         macro expansion.
21379
21380 2006-07-28  Bruno Haible  <bruno@clisp.org>
21381
21382         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
21383
21384 2006-07-28  Bruno Haible  <bruno@clisp.org>
21385
21386         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
21387
21388 2006-07-28  Bruno Haible  <bruno@clisp.org>
21389
21390         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
21391         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
21392         Define fallbacks.
21393         Avoids link error on FreeBSD 4.x.
21394         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21395
21396         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
21397         encoding.
21398         * lib/mbswidth.c (iswcntrl): Likewise.
21399
21400 2006-07-27  Bruno Haible  <bruno@clisp.org>
21401
21402         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
21403         test.
21404
21405 2006-07-27  Bruno Haible  <bruno@clisp.org>
21406
21407         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
21408         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
21409         defined.
21410
21411 2006-07-26  Eric Blake  <ebb9@byu.net>
21412
21413         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
21414
21415 2006-07-26  Eric Blake  <ebb9@byu.net>
21416
21417         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
21418         like mingw that lack mkstemp.
21419         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
21420         avoid compilation warning on mingw.
21421
21422 2006-07-26  Bruno Haible  <bruno@clisp.org>
21423
21424         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
21425         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
21426         INT_FAST*_MIN, INTPTR_MIN.
21427
21428 2006-07-25  Bruno Haible  <bruno@clisp.org>
21429
21430         * modules/version-etc (Depends-on): Add stdarg.
21431
21432 2006-07-25  Bruno Haible  <bruno@clisp.org>
21433
21434         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
21435         complex commands.
21436
21437 2006-07-25  Bruno Haible  <bruno@clisp.org>
21438
21439         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
21440         defined in <stdarg.h> or config.h.
21441
21442 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
21443
21444         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
21445         (gl_STDIO_SAFER): Remove.
21446
21447 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
21448
21449         * MODULES.html.sh (File stream based Input/Output):
21450         Add fopen-safer, tmpfile-safer; remove stdio-safer.
21451         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
21452         * modules/fopen-safer, modules/tmpfile-safer: New files.
21453         * modules/stdio-safer: Remove.
21454
21455 2006-07-24  Bruno Haible  <bruno@clisp.org>
21456
21457         * modules/tmpdir: New file.
21458         * MODULES.html.sh (File system functions): Add it.
21459
21460 2006-07-24  Bruno Haible  <bruno@clisp.org>
21461
21462         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
21463         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
21464
21465 2006-07-24  Bruno Haible  <bruno@clisp.org>
21466
21467         * modules/clean-temp: New file.
21468
21469 2006-07-24  Bruno Haible  <bruno@clisp.org>
21470
21471         * m4/tmpdir.m4: New file, from GNU gettext.
21472
21473 2006-07-24  Bruno Haible  <bruno@clisp.org>
21474
21475         * lib/tmpdir.h: New file, from GNU gettext.
21476         * lib/tmpdir.c: New file, from GNU gettext.
21477
21478 2006-07-24  Bruno Haible  <bruno@clisp.org>
21479
21480         * lib/clean-temp.h: New file, from GNU gettext.
21481         * lib/clean-temp.c: New file, from GNU gettext.
21482
21483 2006-07-23  Eric Blake  <ebb9@byu.net>
21484
21485         * modules/stdio-safer (Files): Add tmpfile-safer.c.
21486         (Depends-on): Add binary-io.
21487
21488 2006-07-23  Eric Blake  <ebb9@byu.net>
21489
21490         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
21491
21492 2006-07-23  Eric Blake  <ebb9@byu.net>
21493
21494         * lib/tmpfile-safer.c: New file.
21495         * lib/stdio-safer.h (fopen_safer): Add prototype.
21496         * lib/stdio--.h (tmpfile): Make safer.
21497
21498 2006-07-23  Bruno Haible  <bruno@clisp.org>
21499
21500         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
21501         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
21502         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
21503         gl_linked_remove_at): Use it.
21504
21505 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21506         and Simon Josefsson <jas@extundo.com>
21507
21508         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
21509
21510         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
21511
21512 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21513
21514         * modules/close-stream: New file.
21515         * modules/closeout (Description): Make it clear that it exits
21516         with a diagnostic on error.
21517         (Depends-on): Add close-stream.  Remove fpending, stdbool.
21518         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
21519
21520 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21521
21522         * m4/close-stream.m4: New file.
21523
21524 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21525
21526         * lib/close-stream.c, lib/close-stream.h: New files.
21527
21528 2006-07-22  Bruno Haible  <bruno@clisp.org>
21529
21530         Merge from GNU gettext 0.15.
21531
21532         2006-05-01  Bruno Haible  <bruno@clisp.org>
21533
21534                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
21535
21536         2006-07-22  Bruno Haible  <bruno@clisp.org>
21537
21538                 * modules/javaversion: New file.
21539                 * MODULES.html.sh (Java): Add javaversion.
21540
21541         2006-03-12  Bruno Haible  <bruno@clisp.org>
21542
21543                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
21544
21545         2005-12-04  Bruno Haible  <bruno@clisp.org>
21546
21547                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
21548                 (untested).
21549
21550         2006-06-21  Bruno Haible  <bruno@clisp.org>
21551
21552                 Avoid warnings from recent versions of mcs.
21553                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
21554                 -o, -L, -r any more. Use options documented since mcs-1.0
21555                 instead. Similarly for -g.
21556
21557         2005-12-04  Bruno Haible  <bruno@clisp.org>
21558
21559                 * build-aux/csharpcomp.sh.in: Suffix for resources is
21560                 .resources, not .resource.
21561
21562         2005-07-09  Bruno Haible  <bruno@clisp.org>
21563
21564                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
21565                 add a .dll suffix.
21566                 Reported by Mark Junker <mjscod@gmx.de>.
21567
21568         2006-07-22  Bruno Haible  <bruno@clisp.org>
21569
21570                 * modules/gettext: Upgrade to gettext-0.15.
21571                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
21572                 m4/visibility.m4.
21573                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
21574
21575 2006-07-22  Bruno Haible  <bruno@clisp.org>
21576
21577         Merge from GNU gettext 0.15.
21578
21579         2006-03-25  Bruno Haible  <bruno@clisp.org>
21580
21581                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
21582
21583         2006-07-21  Bruno Haible  <bruno@clisp.org>
21584
21585                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
21586                 "1.1".
21587
21588         2006-05-09  Bruno Haible  <bruno@clisp.org>
21589
21590                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
21591                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
21592                 for the conftestver execution.
21593
21594         2006-05-01  Bruno Haible  <bruno@clisp.org>
21595
21596                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
21597                 optional target-version argument. Verify that the compiler
21598                 groks source of the specified source-version, or add -source
21599                 option as necessary. Verify that the compiler produces
21600                 bytecode in the specified target-version, or add -target and
21601                 -source options as necessary. Make the result of the test
21602                 available as variable CONF_JAVAC. Also log error output in
21603                 config.log.
21604
21605         2006-03-11  Bruno Haible  <bruno@clisp.org>
21606
21607                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
21608
21609         2006-05-09  Bruno Haible  <bruno@clisp.org>
21610
21611                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
21612                 CLASSPATH_SEPARATOR to a semicolon.
21613
21614         2006-03-12  Bruno Haible  <bruno@clisp.org>
21615
21616                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
21617                 available as variable CONF_JAVA, for subsequent autoconf
21618                 tests. Also log error output in config.log.
21619
21620         2006-07-19  Bruno Haible  <bruno@clisp.org>
21621
21622                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
21623                 that getline works on glibc2 systems. Needed to avoid trouble
21624                 in relocatable.c.
21625                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
21626
21627         2005-12-04  Bruno Haible  <bruno@clisp.org>
21628
21629                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
21630                 launcher (untested).
21631
21632         2005-12-04  Bruno Haible  <bruno@clisp.org>
21633
21634                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
21635
21636         2006-07-22  Bruno Haible  <bruno@clisp.org>
21637
21638                 * gettext.m4: Update from GNU gettext-0.15.
21639                 * nls.m4: Likewise.
21640                 * po.m4: Likewise.
21641                 * inttypes-pri.m4: Likewise.
21642                 * inttypes-h.m4: Renamed from inttypes.m4.
21643                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
21644
21645 2006-07-22  Bruno Haible  <bruno@clisp.org>
21646
21647         Merge from GNU gettext 0.15.
21648
21649         2005-07-05  Bruno Haible  <bruno@clisp.org>
21650
21651                 * printf-args.c (printf_fetchargs): Work around broken
21652                 definition of wint_t on mingw.
21653
21654         2005-02-12  Bruno Haible  <bruno@clisp.org>
21655
21656                 * xallocsa.h: Add extern "C" for C++.
21657
21658         2006-05-17  Bruno Haible  <bruno@clisp.org>
21659
21660                 Cygwin portability.
21661                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
21662
21663         2006-04-30  Bruno Haible  <bruno@clisp.org>
21664
21665                 * progreloc.c: Include <mach-o/dyld.h> if available.
21666                 (find_executable): Use _NSGetExecutablePath when possible.
21667
21668         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
21669
21670                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
21671                 function.
21672
21673         2005-12-29  Bruno Haible  <bruno@clisp.org>
21674
21675                 * progreloc.c (set_program_name_and_installdir): Fix
21676                 compilation error.
21677
21678         2005-12-04  Bruno Haible  <bruno@clisp.org>
21679
21680                 Cygwin portability.
21681                 * progreloc.c: Include <windows.h> also on Cygwin.
21682                 (find_executable): Add support for Cygwin.
21683                 (set_program_name_and_installdir): Handle also platforms with
21684                 nonempty EXEEXT.
21685
21686         2006-07-11  Bruno Haible  <bruno@clisp.org>
21687
21688                 * javacomp.c: Fix a comment.
21689                 Reported by Jim Meyering.
21690
21691         2006-04-30  Bruno Haible  <bruno@clisp.org>
21692
21693                 * javacomp.h (compile_java_class): Add source_version,
21694                 target_version arguments.
21695                 * javacomp.c: Rewritten to choose only a compiler that
21696                 respects the specified source_version and target_version.
21697
21698         2006-06-27  Bruno Haible  <bruno@clisp.org>
21699
21700                 Assume correct S_ISDIR macro.
21701                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
21702
21703         2006-07-22  Bruno Haible  <bruno@clisp.org>
21704
21705                 * javaversion.h: New file, from GNU gettext.
21706                 * javaversion.c: New file, from GNU gettext.
21707                 * javaversion.java: New file, from GNU gettext.
21708                 * javaversion.class: New file, from GNU gettext.
21709
21710         2006-05-17  Bruno Haible  <bruno@clisp.org>
21711
21712                 Cygwin portability.
21713                 * javaexec.c (execute_java_class): Test for jview program
21714                 also on Cygwin.
21715
21716         2006-04-09  Bruno Haible  <bruno@clisp.org>
21717
21718                 * fatal-signal.c: Don't include string.h.
21719                 (at_fatal_signal): Use a copying loop instead of memcpy.
21720
21721         2005-12-04  Bruno Haible  <bruno@clisp.org>
21722
21723                 * csharpexec.c: Add support for 'clix' launcher (untested).
21724                 (execute_csharp_using_sscli): New function.
21725                 (execute_csharp_program): Call it.
21726
21727         2006-06-21  Bruno Haible  <bruno@clisp.org>
21728
21729                 Avoid warnings from recent versions of mcs.
21730                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
21731                 -o, -L, -r any more. Use options documented since mcs-1.0
21732                 instead. Similarly for -g.
21733
21734         2005-07-09  Bruno Haible  <bruno@clisp.org>
21735
21736                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
21737                 add a .dll suffix.
21738                 Reported by Mark Junker <mjscod@gmx.de>.
21739
21740         2006-06-17  Bruno Haible  <bruno@clisp.org>
21741
21742                 * config.charset: Update for NetBSD 3.0.
21743
21744         2006-05-17  Bruno Haible  <bruno@clisp.org>
21745
21746                 Cygwin portability.
21747                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
21748
21749         2006-05-16  Bruno Haible  <bruno@clisp.org>
21750
21751                 * localcharset.c [CYGWIN]: Include <windows.h>.
21752                 (get_charset_aliases): For Cygwin, return the same CPxxx
21753                 aliases list as under WIN32.
21754                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
21755                 the environment variables. Fall back to GetACP().
21756
21757         2006-04-05  Bruno Haible  <bruno@clisp.org>
21758
21759                 * config.charset: Update Juan Manuel Guerrero's address.
21760
21761         2005-02-12  Bruno Haible  <bruno@clisp.org>
21762
21763                 * allocsa.h: Add extern "C" for C++.
21764
21765         2005-02-10  Bruno Haible  <bruno@clisp.org>
21766
21767                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
21768                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
21769
21770         2006-07-22  Bruno Haible  <bruno@clisp.org>
21771
21772                 * gettext.h: Update to GNU gettext-0.15.
21773
21774 2006-07-22  Bruno Haible  <bruno@clisp.org>
21775
21776         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
21777         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
21778         lib-prefix.m4, longdouble.m4, ssize_t.m4.
21779
21780 2006-07-21  Eric Blake  <ebb9@byu.net>
21781
21782         * modules/stdlib-safer: New file.
21783         * MODULES.html.sh (File stream based Input/Output): Add
21784         stdlib-safer.
21785
21786 2006-07-21  Eric Blake  <ebb9@byu.net>
21787
21788         * lib/stdlib-safer.h: New file from coreutils, required by
21789         stdlib--.h.
21790
21791 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
21792
21793         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
21794
21795 2006-07-20  Bruno Haible  <bruno@clisp.org>
21796
21797         * gnulib-tool: Recognize new option --assume-autoconf.
21798         (autoconf_minversion): New variable.
21799         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
21800
21801 2006-07-20  Bruno Haible  <bruno@clisp.org>
21802
21803         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
21804
21805 2006-07-19  Derek R. Price  <derek@ximbiot.com>
21806
21807         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
21808         Reindent and repaginate.
21809
21810 2006-07-19  Derek Price  <derek@ximbiot.com>
21811
21812         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
21813         Correct grammar.
21814
21815 2006-07-17  Bruno Haible  <bruno@clisp.org>
21816
21817         * modules/list: New file.
21818         * modules/array-list: New file.
21819         * modules/carray-list, modules/carray-list-tests: New files.
21820         * modules/linked-list, modules/linked-list-tests: New files.
21821         * modules/avltree-list, modules/avltree-list-tests: New files.
21822         * modules/rbtree-list, modules/rbtree-list-tests: New files.
21823         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
21824         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
21825         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
21826         * modules/oset: New file.
21827         * modules/array-oset: New file.
21828         * modules/avltree-oset, modules/avltree-oset-tests: New files.
21829         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
21830         * tests/test-carray_list.c: New file.
21831         * tests/test-linked_list.c: New file.
21832         * tests/test-avltree_list.c: New file.
21833         * tests/test-rbtree_list.c: New file.
21834         * tests/test-linkedhash_list.c: New file.
21835         * tests/test-avltreehash_list.c: New file.
21836         * tests/test-rbtreehash_list.c: New file.
21837         * tests/test-avltree_oset.c: New file.
21838         * tests/test-rbtree_oset.c: New file.
21839         * MODULES.html.sh (Container data structures): New section.
21840
21841 2006-07-17  Bruno Haible  <bruno@clisp.org>
21842
21843         * m4/gl_list.m4: New file.
21844
21845 2006-07-17  Bruno Haible  <bruno@clisp.org>
21846
21847         * lib/gl_list.h: New file.
21848         * lib/gl_list.c: New file.
21849         * lib/gl_array_list.h: New file.
21850         * lib/gl_array_list.c: New file.
21851         * lib/gl_carray_list.h: New file.
21852         * lib/gl_carray_list.c: New file.
21853         * lib/gl_linked_list.h: New file.
21854         * lib/gl_linked_list.c: New file.
21855         * lib/gl_anylinked_list1.h: New file.
21856         * lib/gl_anylinked_list2.h: New file.
21857         * lib/gl_avltree_list.h: New file.
21858         * lib/gl_avltree_list.c: New file.
21859         * lib/gl_anyavltree_list1.h: New file.
21860         * lib/gl_anyavltree_list2.h: New file.
21861         * lib/gl_rbtree_list.h: New file.
21862         * lib/gl_rbtree_list.c: New file.
21863         * lib/gl_anyrbtree_list1.h: New file.
21864         * lib/gl_anyrbtree_list2.h: New file.
21865         * lib/gl_anytree_list1.h: New file.
21866         * lib/gl_anytree_list2.h: New file.
21867         * lib/gl_linkedhash_list.h: New file.
21868         * lib/gl_linkedhash_list.c: New file.
21869         * lib/gl_anyhash_list1.h: New file.
21870         * lib/gl_anyhash_list2.h: New file.
21871         * lib/gl_avltreehash_list.h: New file.
21872         * lib/gl_avltreehash_list.c: New file.
21873         * lib/gl_rbtreehash_list.h: New file.
21874         * lib/gl_rbtreehash_list.c: New file.
21875         * lib/gl_anytreehash_list1.h: New file.
21876         * lib/gl_anytreehash_list2.h: New file.
21877
21878         * lib/gl_oset.h: New file.
21879         * lib/gl_oset.c: New file.
21880         * lib/gl_array_oset.h: New file.
21881         * lib/gl_array_oset.c: New file.
21882         * lib/gl_avltree_oset.h: New file.
21883         * lib/gl_avltree_oset.c: New file.
21884         * lib/gl_rbtree_oset.h: New file.
21885         * lib/gl_rbtree_oset.c: New file.
21886         * lib/gl_anytree_oset.h: New file.
21887
21888 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21889
21890         * m4/mkancesdirs.m4: New file.
21891         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
21892         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
21893         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
21894         it.
21895
21896 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21897
21898         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
21899         * lib/mkancesdirs.h: New files.
21900         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
21901         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
21902         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
21903         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
21904         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
21905         callers changed.  Revamp internals significantly, by not
21906         attempting to create directories that are temporarily more
21907         permissive than the final results.  Do not attempt to use
21908         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
21909         This removes some race conditions, fixes some bugs, and simplifies
21910         things.  Use new dirchownmod function to do owner and mode changes.
21911         * lib/mkdir-p.h: Likewise.
21912         * lib/modechange.c (octal_to_mode): New function.
21913         (struct mode_change): New member mentioned.
21914         (make_node_op_equals): New arg mentioned.  All callers changed.
21915         (mode_compile): Keep track of which mode bits the user has explicitly
21916         mentioned.
21917         (mode_adjust): New arg DIR, so that we implement the X op correctly.
21918         New arg PMODE_BITS, to keep track of which mode bits the user
21919         mentioned; it treats S_ISUID and S_ISGID speciall.
21920         All callers changed.
21921         * lib/modechange.h: Likewise.
21922
21923 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21924
21925         * MODULES.html.sh: Add mkancestors.
21926         * modules/mkancesdirs: New module.
21927         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
21928         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
21929         The chdir-safer and afs files are now orphans; I'll remove them
21930         unless someone speaks up.
21931         Add lib/dirchownmod.c, lib/dirchownmod.h.
21932         (Depends-on): Remove alloca, chown, save-cwd, dirname.
21933         Add lchown, mkancesdirs.
21934         (Maintainer): Add self.
21935
21936 2006-07-15  Karl Berry  <karl@gnu.org>
21937
21938         * gnulib-tool: help message wording/arrangement.
21939
21940 2006-07-14  Simon Josefsson  <jas@extundo.com>
21941
21942         * doc/gnulib.texi (Libtool and Windows): New section.
21943
21944 2006-07-12  Simon Josefsson  <jas@extundo.com>
21945
21946         * modules/gendocs (License): Fix license, approved by Karl.
21947
21948 2006-07-12  Eric Blake  <ebb9@byu.net>
21949
21950         * MODULES.html.sh: Add gendocs.
21951
21952 2006-07-11  Eric Blake  <ebb9@byu.net>
21953
21954         * modules/fdl: New module, to install doc/fdl.texi.
21955         * MODULES.html.sh: Add new section for documentation modules.
21956         * gnulib-tool: Avoid space-tab.
21957         (--doc-base): New option, to manage files from doc.
21958
21959 2006-07-11  Eric Blake  <ebb9@byu.net>
21960
21961         * m4/absolute-header.m4: Fix comments to match recent change.
21962
21963 2006-07-11  Eric Blake  <ebb9@byu.net>
21964
21965         * gnulib-tool: List --doc-base before --tests-base.
21966
21967 2006-07-11  Derek R. Price  <derek@ximbiot.com>
21968
21969         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
21970
21971 2006-07-11  Bruno Haible  <bruno@clisp.org>
21972
21973         * README: Mention where to put documentation.
21974
21975 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21976
21977         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
21978
21979 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
21980
21981         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
21982         to stdint.m4.
21983
21984 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
21985
21986         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
21987         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
21988         "no/such/file/stdint.h" when there is no such file, so that
21989         the resulting C code can be parsed by dodgy compilers.
21990         Problems reported by Bob Proulx.
21991
21992 2006-07-10  Derek R. Price  <derek@ximbiot.com>
21993
21994         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
21995         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
21996         macros into the GNU _D_EXACT_NAMLEN.
21997         * lib/savedir.c:  Likewise.
21998         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
21999
22000 2006-07-10  Derek R. Price  <derek@ximbiot.com>
22001         and Paul Eggert  <eggert@cs.ucla.edu>
22002
22003         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
22004         * m4/savedir.m4:
22005         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
22006         macros into the GNU _D_EXACT_NAMLEN.
22007
22008 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22009
22010         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
22011         around the absolute name, to work around a problem with the HP-UX
22012         11.23 native C compiler, reported by Bob Proulx.
22013
22014 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22015
22016         * doc/maintain.texi, make-stds.texi: Sync from
22017         <http://savannah.gnu.org/projects/gnustandards>.
22018
22019 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22020
22021         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
22022
22023 2006-07-09  Jim Meyering  <jim@meyering.net>
22024
22025         * m4/glob.m4: Remove a doubled word in a comment.
22026
22027 2006-07-09  Jim Meyering  <jim@meyering.net>
22028
22029         * lib/argp-pv.c: Remove a doubled word in a comment.
22030         * lib/check-version.c (check_version): Likewise.
22031         * lib/javacomp.c (compile_java_class): Likewise.
22032
22033 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
22034
22035         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
22036         for the benefit of people using Autoconf 2.60.  If you want to
22037         support older Autoconf versions you can copy m4/onceonly_2_57.m4
22038         (or m4/onceonly.m4, if pre-2.57) manually.
22039
22040 2006-07-08  Jim Meyering  <jim@meyering.net>
22041
22042         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
22043         comment.
22044         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
22045         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
22046         comment.
22047
22048 2006-07-08  Jim Meyering  <jim@meyering.net>
22049
22050         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
22051
22052 2006-07-07  Simon Josefsson  <jas@extundo.com>
22053
22054         * tests/test-crc.c: Change expected crc value, the test vector
22055         were probably computed using the old broken crc.c?
22056
22057 2006-07-06  Simon Josefsson  <jas@extundo.com>
22058
22059         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
22060         now the canonical place for the M4 file).
22061
22062         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
22063         from the sys_socket dependency now.
22064
22065         * modules/inet_pton (Files): Ditto.
22066
22067         * modules/inet_ntop (Files): Ditto.
22068
22069 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
22070
22071         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
22072         not gl_PREREQ_GETUSERSHELL.
22073
22074 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22075
22076         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
22077         with only one argument, for Autoconf 2.60.
22078         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
22079         expand to nothing, so add a shell command to avoid syntax error.
22080         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
22081
22082 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22083
22084         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
22085
22086 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22087
22088         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
22089         no longer needed.  Check for isblank decl.
22090         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
22091         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
22092         of existence.
22093
22094 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22095
22096         * lib/getloadavg.c: Use __VMS, not VMS.
22097         * lib/getopt.c: Likewise.
22098         * lib/getpagesize.h: Likewise.
22099         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
22100         and probably does not work.
22101
22102 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22103
22104         * lib/.cppi-disable: Add wcwidth.
22105         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
22106         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
22107         (ISGRAPH): Remove.  All uses changed to isgraph.
22108         (FOLD) [!defined _LIBC]: Remove special case.
22109         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
22110         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
22111         HAVE_ISBLANK.
22112         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
22113         case.
22114
22115 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
22116
22117         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
22118         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
22119         brackets.  Other minor changes to suppress some compiler
22120         warnings.
22121
22122 2006-07-06  Derek R. Price  <derek@ximbiot.com>
22123         and Paul Eggert  <eggert@cs.ucla.edu>
22124
22125         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
22126         of invoking obsolescent AC_HEADER_DIRENT macro.
22127         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
22128         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
22129         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
22130         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
22131         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
22132         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
22133         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
22134         * m4/readdir.m4: Remove; no longer needed.
22135
22136 2006-07-06  Derek R. Price  <derek@ximbiot.com>
22137         and Paul Eggert  <eggert@cs.ucla.edu>
22138
22139         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
22140         Don't worry about this obsolete case any more.
22141         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
22142         directories.
22143         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
22144         worry about this obsolete case any more.
22145         * lib/fts.c: Likewise.
22146         * lib/getcwd.c: Likewise.
22147         * lib/glob.h: Likewise.
22148         * lib/savedir.c: Likewise.
22149
22150 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
22151
22152         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
22153         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
22154         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
22155         needed.
22156         All uses removed.
22157         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
22158         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
22159         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
22160         needed.
22161         * m4/getdate.m4 (gl_GETDATE): Likewise.
22162         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
22163         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
22164         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
22165         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
22166         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
22167         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22168         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
22169         needed.
22170
22171 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
22172
22173         * lib/memcasecmp.c: Include <limits.h>.
22174         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
22175         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
22176         Don't assume isdigit succeeds only on '0' through '9'.
22177
22178 2006-07-05  Eric Blake  <ebb9@byu.net>
22179
22180         * modules/getaddrinfo (Depends-on): Add snprintf.
22181
22182 2006-07-05  Eric Blake  <ebb9@byu.net>
22183
22184         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
22185         to avoid 'header present but could not be compiled' on cygwin.
22186
22187 2006-07-05  Eric Blake  <ebb9@byu.net>
22188
22189         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
22190         missing from netdb.h.
22191         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
22192
22193 2006-07-05  Derek R. Price  <derek@ximbiot.com>
22194
22195         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
22196         no longer needed.
22197         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
22198         * m4/getdate.m4 (gl_GETDATE): Likewise.
22199         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
22200         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
22201         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
22202         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
22203         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22204
22205 2006-07-05  Derek R. Price  <derek@ximbiot.com>
22206
22207         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
22208         All uses of is_space replaced by isspace.
22209         * lib/exit.h: Don't talk about STDC_HEADERS.
22210         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
22211         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
22212         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
22213         replaced by isprint etc.
22214         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
22215         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
22216         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
22217         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
22218         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
22219         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
22220
22221 2006-07-05  Bruno Haible  <bruno@clisp.org>
22222
22223         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
22224         the function exists, before testing against AIX.
22225         Reported by Martin Lambers <marlam@marlam.de>.
22226
22227 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
22228
22229         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
22230         From Mark D. Baushke.
22231
22232 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
22233
22234         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
22235         to the absolute name, not just one, to bypass Sun C 5.8's
22236         "warning: #include of /usr/include/... may be non-portable".
22237
22238 2006-07-04  Eric Blake  <ebb9@byu.net>
22239
22240         * modules/dirname-tests: New test module.
22241         * tests/test-dirname.c: New file, replacing dirname.c
22242         TEST_DIRNAME section that was recently deleted.
22243
22244 2006-07-04  Bruno Haible  <bruno@clisp.org>
22245
22246         Assume ANSI C header files and <ctype.h> functions.
22247         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
22248         (mbsnwidth): Use isprint, iscntrl instead.
22249
22250 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22251
22252         Merge from coreutils.
22253         * MODULES.html.sh: Add xstrtold.
22254         * modules/xstrtold: New file.
22255         * modules/cycle-check (Files): Add lib/same-inode.h.
22256         * modules/dirname (Files): Add m4/double-slash-root.m4.
22257         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
22258         * modules/mkdir-p (Files): Add lib/same-inode.h.
22259         * modules/same (Files): Add lib/same-inode.h.
22260
22261 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22262
22263         * m4/absolute-header.m4: Renamed from full-header-path.m4.
22264         This is to keep the terminology clean; POSIX talks about
22265         "absolute pathnames", not "full pathnames", but the GNU
22266         Coding Standards say to use "path" for something else;
22267         so use "absolute" to keep both sides happy.
22268         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
22269         Set gl_absolute_header, not gl_full_header_path.
22270         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
22271         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
22272         All uses changed.
22273
22274         Merge from coreutils.
22275
22276         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
22277
22278         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
22279         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
22280         want to require the building of c-strtod.o.
22281         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
22282         needs -lm directly.
22283         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
22284
22285         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
22286
22287         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
22288         --as-needed option if available.  Problem reported by Albert Chin in
22289         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
22290         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
22291         cc merely issues a bunch of annoying warnings for --as-needed
22292         (this problem was reported by Bob Proulx).  Also, try linking with
22293         -lm to detect a bug in binutils 2.16 (this problem was reported
22294         by Ralf Wildenhues).
22295
22296         2006-06-18  Jim Meyering  <jim@meyering.net>
22297
22298         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
22299         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
22300         macro.
22301         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
22302         also check for glibc-2.4's abort-inducing bug.
22303
22304         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
22305         Low-probability clean-up should be to use rmdir to get rid of
22306         the just-created directory, not unlink.
22307
22308         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
22309         configure fail, and request a bug report to inform us about it.
22310         Add a comment that, barring reports to the contrary, in 2007 we'll
22311         assume ftruncate is universally available.
22312
22313         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
22314
22315         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
22316
22317         2006-03-12  Jim Meyering  <jim@meyering.net>
22318
22319         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
22320         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
22321         * m4/same.m4 (gl_SAME): Likewise.
22322         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
22323
22324         2006-03-11  Eric Blake  <ebb9@byu.net>
22325
22326         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
22327         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
22328         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
22329         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
22330
22331 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22332
22333         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
22334         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
22335         reported by Mark D. Baushke, one in
22336         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
22337
22338         Merge from coreutils.
22339
22340         * lib/.cppi-disable: Add stdint_.h.
22341         * lib/.cvsignore: Add stdint.h.
22342
22343         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
22344
22345         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
22346         both double and long double versions.
22347         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
22348         * lib/xstrtold.c: New file.
22349         * lib/xstrtod.h (xstrtold): New decl.
22350
22351         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
22352
22353         * lib/filemode.c (setst): Remove.
22354         (strmode): Rewrite to avoid setst.  This makes the code shorter,
22355         (arguably) clearer, and the generated code is a bit smaller on my
22356         Debian GNU/Linux stable x86 host.
22357
22358         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
22359
22360         * lib/filemode.c: Include "filemode.h" first, to test the interface.
22361         Assume that filemode.h includes sys/types.h and sys/stat.h.
22362         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
22363         (ftypelet): Reorder to put common cases first, for efficiency.
22364         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
22365         to do 'M'.
22366         (strmode): Renamed from mode_string, and now stores 12 bytes instead
22367         of 10, for compatibility with FreeBSD.  All callers changed.
22368         (filemodestring): Now stores 12 bytes instead of 10, and sets file
22369         types that can't be deduced solely from st_mode.  First arg is now a
22370         const pointer.
22371         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
22372         (strmode): Renamed from mode_string.
22373         (filemodestring): New decl.
22374         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
22375         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
22376         needed.
22377         (S_ISPORT, S_ISWHT): New macros, if not already defined.
22378
22379         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22380
22381         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
22382         fsusage.h now does that.  Include fsusage.h first, to test interface.
22383         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
22384         at most one method (the old code could have generated decls that
22385         didn't conform to C89, not that this was ever exercised).
22386         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
22387
22388         2006-03-19  Jim Meyering  <jim@meyering.net>
22389
22390         Work even in a chroot where d_ino values for entries in "/"
22391         don't match the stat.st_ino values for the same names.
22392         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
22393         number, iterate through all entries again, using lstat instead.
22394         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
22395         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
22396
22397         * lib/getcwd.c (__getcwd): Clarify a comment.
22398         Use memcpy in place of a call to strcpy.
22399
22400         2006-03-12  Jim Meyering  <jim@meyering.net>
22401
22402         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
22403         matches that of the current directory (which we're about to chdir ".."
22404         out of), then save the dev-ino of the parent, instead.
22405
22406         * lib/same-inode.h (SAME_INODE): New file/macro.
22407         * lib/chdir-safer.c (SAME_INODE): Remove definition.
22408         Include "same-inode.h", instead.
22409         * lib/same.c: Likewise.
22410         * lib/cycle-check.h: Include "same-inode.h".
22411         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
22412         * lib/cycle-check.c (SAME_INODE): Remove definition.
22413         * lib/root-dev-ino.h: Include "same-inode.h".
22414
22415         2006-03-11  Eric Blake  <ebb9@byu.net>
22416
22417         * lib/same.c (same_name): s/base_name/last_component/
22418         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
22419         * lib/filenamecat.c (file_name_concat): Likewise.
22420
22421         2006-03-11  Eric Blake  <ebb9@byu.net>,
22422                     Paul Eggert  <eggert@cs.ucla.edu>
22423
22424         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
22425         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
22426         drive prefix.
22427         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
22428         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
22429         (last_component): New method.
22430         * lib/dirname.c (dir_len): Determine when drive letters need a
22431         subsequent slash.  Preserve // when it is special.
22432         (dir_name): Don't append dot when drive letter is absolute.
22433         [TEST_DIRNAME]: Move into a full-blown gnulib test.
22434         * lib/basename.c (base_name): New semantics - malloc the result.
22435         Preserve // when it is special.  Preserve relative files that look
22436         like drive letters.
22437         (base_len): Preserve // when it is special.
22438         (last_component): New method, similar to old base_name semantics.
22439         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
22440         base_name.  Strip redundant slashes from ///.
22441
22442 2006-07-03  Jim Meyering  <jim@meyering.net>
22443
22444         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
22445         macro is used before the first cycle_check call.
22446
22447 2006-07-03  Eric Blake  <ebb9@byu.net>
22448
22449         * modules/dirname (Depends-on): Add xstrndup.
22450
22451 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22452
22453         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
22454         test cases, so that config.log is a bit easier to follow.
22455
22456 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22457
22458         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
22459         both are 64 bits, since this seems to be the tradition, and this
22460         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
22461         we ever run into a host that prefers long long to long in this
22462         case, we'll need another configure-time test.  Problem reported by
22463         Jim Meyering.
22464
22465 2006-07-02  Eric Blake  <ebb9@byu.net>
22466
22467         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
22468
22469 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22470
22471         * modules/inttypes (Depends-on): No longer depends on stdint.
22472         * modules/stdint (Description): Say more about assumptions.
22473         Say that the fast types might differ.  Say macros are used.
22474         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
22475         (Makefile.am): Revise list of substituted symbols to match
22476         new stdint.m4.
22477         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
22478         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
22479         * tests/test-stdint.c (verify_same_types)
22480         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
22481         the code conforms to C99/C89.
22482         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
22483         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
22484
22485 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22486
22487         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
22488         but fix a bug, by requiring at least 64 bits.
22489         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
22490         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
22491         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
22492         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
22493
22494         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
22495         changes.  Make 2.59 a prerequisite.  Check and substitute for
22496         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
22497         inttypes.h.  Do not use special include files; just use the
22498         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
22499         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
22500         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
22501         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
22502         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
22503         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
22504         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
22505         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
22506         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
22507         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
22508         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
22509         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
22510         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
22511         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
22512         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
22513         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
22514         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
22515         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
22516         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
22517         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
22518         WINT_MAX.  Check for C99 conformance more strictly, by detecting
22519         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
22520         not check for things that C99 does not require, e.g., int8_t.  If
22521         a test isn't needed unless <stdint.h> isn't working, and is
22522         unlikely to be needed for any other reason, then don't do it
22523         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
22524         size_t, since we assume C89 freestanding at least.  Do not check
22525         for sig_atomic_t, wchar_t, or wint_t, since the code now does
22526         the right thing even if the types are not defined.  Instead use:
22527         (gl_STDINT_TYPE_PROPERTIES): New macro.
22528         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
22529         testing whether <sys/types.h> clashes, as Autoconf does this for
22530         us now.  All uses removed.
22531         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
22532         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
22533         (gl_CHECK_TYPE_SAME):
22534         Remove; no longer needed.
22535         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
22536         exists, since we'll return 0 anyway in that case.
22537         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
22538
22539 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22540
22541         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
22542         possible collision with system files.
22543         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
22544         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
22545         WCHAR_MIN and WCHAR_MAX in this case.
22546         (<stddef.h>): Do not include; no longer needed.
22547         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
22548         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
22549         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
22550         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
22551         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
22552         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
22553         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
22554         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
22555         !defined(__c99))]: Include in this case too, since it's harmless
22556         now.
22557         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
22558         dangerous to do so.
22559         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
22560         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
22561         (_STDINT_MIN, _STDINT_MAX): New macros.
22562         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
22563         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
22564         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
22565         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
22566         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
22567         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
22568         macros, not typedefs; this simplifies things quite a bit.
22569         Use long int for all types narrower than int64_t.
22570         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
22571         Define in terms of long long int or int64_t or long int,
22572         not int64_t or int32_t.  This saves some compile-time testing.
22573         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
22574         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
22575         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
22576         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
22577         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
22578         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
22579         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
22580         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
22581         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
22582         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
22583         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
22584         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
22585         undef any previous version and define our own version, for
22586         simplicity and consistency with the new macros for types.
22587         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
22588         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
22589         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
22590         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
22591         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
22592         @WINT_T_SUFFIX@ to keep things simple here.
22593         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
22594         Simplify by assuming typical 8/16/32/64 host, since we're
22595         already doing that elsewhere anyway.
22596         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
22597         and assume long long int is 64 bits if available.  This
22598         speeds up 'configure'.
22599
22600 2006-07-01  Eric Blake  <ebb9@byu.net>
22601
22602         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
22603         Reported by Andreas Buening.
22604
22605 2006-07-01  Eric Blake  <ebb9@byu.net>
22606
22607         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
22608
22609 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
22610
22611         * lib/getaddrinfo.c: fixed typo
22612
22613 2006-06-29  Jim Meyering  <jim@meyering.net>
22614
22615         * modules/strftime (Maintainer): Add my name, since with the
22616         FPRINTFTIME changes strftime.c has forked from glibc.
22617
22618 2006-06-29  Eric Blake  <ebb9@byu.net>
22619
22620         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
22621
22622 2006-06-29  Eric Blake  <ebb9@byu.net>
22623
22624         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
22625
22626 2006-06-29  Eric Blake  <ebb9@byu.net>
22627
22628         * lib/stat_.h: New file.
22629
22630 2006-06-29  Eric Blake  <ebb9@byu.net>
22631
22632         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
22633         unused static function.
22634
22635 2006-06-29  Eric Blake  <ebb9@byu.net>
22636
22637         * doc/functions.texi (Function Portability): Document missing lstat
22638         on mingw.
22639
22640 2006-06-29  Eric Blake  <ebb9@byu.net>
22641
22642         * MODULES.html.sh: Add sys_stat.
22643         * modules/sys_stat: New module.
22644         * modules/mkstemp (Depends-on): Add sys_stat.
22645
22646 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22647
22648         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
22649
22650 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22651
22652         * m4/c-bs-a.m4: Removed.
22653
22654 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22655
22656         * lib/strftime.c: Assume strftime() exists.
22657
22658 2006-06-29  Derek Price  <derek@ximbiot.com>
22659
22660         * modules/c-bs-a: Removed - \a is C89.
22661         * MODULES.html.sh: Remove c-bs-a.
22662
22663 2006-06-29  Bruno Haible  <bruno@clisp.org>
22664
22665         * modules/wcwidth (License): Change to LGPL.
22666
22667 2006-06-28  Simon Josefsson  <jas@extundo.com>
22668
22669         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
22670         on _WIN32.
22671
22672         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
22673         getnameinfo.
22674
22675 2006-06-28  Simon Josefsson  <jas@extundo.com>
22676
22677         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
22678
22679 2006-06-28  Simon Josefsson  <jas@extundo.com>
22680
22681         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
22682         functions there.  It will succeed on Windows XP, but on Windows
22683         2000 and (presumably) earlier, it will fail, and use the internal
22684         re-implementation.
22685         (use_win32_p): New function.
22686         (getaddrinfo): Use strtoul on servname, to support numeric ports.
22687         Support AI_NUMERICSERV to disable getservbyname.
22688         (getnameinfo): New function, only supports
22689         NI_NUMERICHOST|NI_NUMERICSERV for now.
22690
22691         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
22692         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
22693         getnameinfo.
22694
22695 2006-06-28  Eric Blake  <ebb9@byu.net>
22696
22697         * modules/wcwidth: New file.
22698         * modules/mbchar (Depends-on): Add wcwidth.
22699         * modules/mbswidth (Depends-on): Add wcwidth.
22700         * MODULES.html.sh: Add wcwidth.
22701
22702 2006-06-28  Eric Blake  <ebb9@byu.net>
22703
22704         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
22705         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
22706
22707 2006-06-28  Eric Blake  <ebb9@byu.net>
22708
22709         * lib/xvasprintf.h: Fix comments.
22710
22711 2006-06-28  Eric Blake  <ebb9@byu.net>
22712
22713         * lib/mbchar.h (wcwidth): Include wcwidth.h.
22714         * lib/mbswidth.c (wcwidth): Move from here...
22715         * lib/wcwidth.h: ...to this new file.
22716
22717 2006-06-28  Derek R. Price  <derek@ximbiot.com>
22718
22719         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
22720
22721         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
22722         it's obsolete.
22723         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
22724
22725 2006-06-28  Derek R. Price  <derek@ximbiot.com>
22726
22727         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
22728         Autoconf 2.60 says this stuff was obsolete.
22729
22730 2006-06-28  Bruno Haible  <bruno@clisp.org>
22731
22732         * modules/wcwidth (Files): Add m4/wchar_t.m4.
22733
22734 2006-06-28  Bruno Haible  <bruno@clisp.org>
22735
22736         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
22737         gt_TYPE_WCHAR_T.
22738
22739 2006-06-28  Bruno Haible  <bruno@clisp.org>
22740
22741         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
22742         declaration for wcwidth.
22743         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
22744
22745 2006-06-28  Bruno Haible  <bruno@clisp.org>
22746
22747         * lib/mkdtemp.c [MINGW]: Include <io.h>.
22748         (mkdir): Define using _mkdir.
22749
22750 2006-06-28  Bruno Haible  <bruno@clisp.org>
22751
22752         * lib/getaddrinfo.h: Fix POSIX URL.
22753         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
22754         _WIN32.
22755         (use_win32_p): Make static.
22756         (getaddrinfo): Reject service name if it is empty or does not consist
22757         solely of decimal digits, or if its value is > 65535.
22758         (getnameinfo): Remove useless casts.
22759
22760 2006-06-27  Simon Josefsson  <jas@extundo.com>
22761
22762         * modules/sys_select: New file, suggested by Bruno Haible, Paul
22763         Eggert and Martin Lambers.
22764
22765 2006-06-27  Simon Josefsson  <jas@extundo.com>
22766
22767         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
22768         Eggert and Martin Lambers.
22769
22770 2006-06-27  Bruno Haible  <bruno@clisp.org>
22771
22772         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
22773         result to 0, not to empty.
22774         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
22775
22776 2006-06-27  Bruno Haible  <bruno@clisp.org>
22777
22778         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
22779
22780 2006-06-26  Simon Josefsson  <jas@extundo.com>
22781
22782         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
22783         present.
22784
22785 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
22786
22787         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
22788         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
22789         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
22790
22791 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
22792
22793         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
22794
22795 2006-06-26  Bruno Haible  <bruno@clisp.org>
22796
22797         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
22798
22799 2006-06-26  Bruno Haible  <bruno@clisp.org>
22800
22801         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
22802
22803 2006-06-26  Bruno Haible  <bruno@clisp.org>
22804
22805         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
22806         SGI C compiler in pre-C99 mode.
22807         Suggested by Mark D. Baushke and Larry Jones.
22808
22809 2006-06-26  Bruno Haible  <bruno@clisp.org>
22810
22811         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
22812         WCHAR_MAX.
22813         Reported by Mark D. Baushke and Larry Jones.
22814
22815 2006-06-26  Bruno Haible  <bruno@clisp.org>
22816
22817         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
22818         in pre-C99 mode.
22819         Suggested by Mark D. Baushke and Larry Jones.
22820
22821 2006-06-23  Simon Josefsson  <jas@extundo.com>
22822             Bruno Haible  <bruno@clisp.org>
22823
22824         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
22825         Emit mostlyclean-local rule.
22826         (func_emit_tests_Makefile_am): Likewise.
22827         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
22828
22829 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
22830
22831         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
22832
22833 2006-06-23  Bruno Haible  <bruno@clisp.org>
22834
22835         * tests/test-stdint.c: Update to match ISO C 99 Technical
22836         Corrigendum 1.
22837
22838 2006-06-23  Bruno Haible  <bruno@clisp.org>
22839
22840         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
22841
22842 2006-06-23  Bruno Haible  <bruno@clisp.org>
22843
22844         * lib/stdint_.h: Treat IRIX like OpenBSD.
22845
22846 2006-06-23  Bruno Haible  <bruno@clisp.org>
22847
22848         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
22849         ISO C 99 Technical Corrigendum 1.
22850
22851 2006-06-22  Simon Josefsson  <jas@extundo.com>
22852
22853         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
22854         MinGW.
22855
22856 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22857
22858         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
22859         needed.  Some compiler complained about some of them.  Problem reported
22860         by Larry Jones in
22861         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
22862
22863 2006-06-21  Simon Josefsson  <jas@extundo.com>
22864
22865         * tests/test-getaddrinfo.c: New file.
22866
22867         * modules/getaddrinfo-tests: New file.
22868
22869         * MODULES.html.sh: Add inet_pton.
22870
22871         * modules/inet_pton: New file.
22872
22873 2006-06-21  Simon Josefsson  <jas@extundo.com>
22874
22875         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
22876         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
22877         of using the (limited) gnulib implementation on Windows XP.
22878
22879         * m4/inet_pton.m4: New file.
22880
22881 2006-06-21  Simon Josefsson  <jas@extundo.com>
22882
22883         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
22884         variable.
22885
22886         * lib/socket_.h: Don't define WINVER.
22887
22888         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
22889         slightly modified to work in gnulib.
22890
22891 2006-06-21  Simon Josefsson  <jas@extundo.com>
22892
22893         * doc/gnulib.texi (Windows sockets): Add.
22894
22895 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
22896
22897         * lib/read-file.c (fread_file): Start with buffer allocation of
22898         0 bytes rather than 1 byte; this simplifies the code.
22899         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
22900         code to free buffer and save/restore errno.
22901         (internal_read_file): Remove unused local.
22902
22903 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
22904
22905         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
22906         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
22907         Problem reported by Denis Excoffier in
22908         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
22909
22910 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22911
22912         * modules/sys_socket, modules/socklen: Include sys/types since
22913         FreeBSD 4.x's sys/socket.h needs it.
22914
22915 2006-06-19  Simon Josefsson  <jas@extundo.com>
22916
22917         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
22918
22919 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
22920
22921         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
22922
22923 2006-06-19  Bruno Haible  <bruno@clisp.org>
22924
22925         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
22926         and FULL_PATH_INTTYPES_H in angle brackets.
22927         Reported by Mark D. Baushke <mdb@gnu.org>.
22928
22929 2006-06-17  Eric Blake  <ebb9@byu.net>
22930
22931         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
22932         errno.
22933
22934 2006-06-17  Bruno Haible  <bruno@clisp.org>
22935
22936         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
22937         <sys/inttypes.h>.
22938
22939 2006-06-17  Bruno Haible  <bruno@clisp.org>
22940
22941         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
22942         whether errno is declared. Assume <errno.h> declares errno.
22943
22944 2006-06-17  Bruno Haible  <bruno@clisp.org>
22945
22946         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
22947
22948 2006-06-17  Bruno Haible  <bruno@clisp.org>
22949
22950         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
22951         problem on Solaris 2.5.1.
22952
22953 2006-06-16  Eric Blake  <ebb9@byu.net>
22954
22955         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
22956         * lib/unicodeio.c [!defined errno]: Likewise.
22957         * lib/strtol.c [!defined errno]: Likewise.
22958         * lib/strtod.c [!defined errno]: Likewise.
22959
22960 2006-06-15  Eric Blake  <ebb9@byu.net>
22961
22962         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
22963
22964 2006-06-15  Eric Blake  <ebb9@byu.net>
22965
22966         * config/srclist.txt (ssize_t.m4): Lose sync.
22967
22968 2006-06-15  Bruno Haible  <bruno@clisp.org>
22969
22970         * modules/stdint (Files): Include m4/full-header-path.m4,
22971         m4/size_max.m4, m4/wchar_t.m4.
22972         (Makefile.am): Many more substitutions.
22973         * modules/stdint-tests: New file.
22974         * tests/test-stdint.c: New file.
22975
22976 2006-06-15  Bruno Haible  <bruno@clisp.org>
22977
22978         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
22979         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
22980         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
22981         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
22982         gl_CHECK_TYPE_SAME): New macros.
22983
22984 2006-06-15  Bruno Haible  <bruno@clisp.org>
22985
22986         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
22987
22988 2006-06-15  Bruno Haible  <bruno@clisp.org>
22989
22990         * lib/stdint_.h: Rewritten to be fully auto-configured.
22991         Fixes bug on HP-UX/IA64.
22992
22993 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
22994
22995         * lib/getdate.y (__attribute__): Don't define if already defined.
22996         Problem reported by Larry Jones.
22997         * lib/utimens.c (__attribute__): Likewise.
22998
22999 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
23000
23001         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
23002         reported by Andreas Schwab.
23003
23004 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23005             Bruno Haible  <bruno@clisp.org>
23006
23007         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
23008         check for the declaration of strnlen and a run test that exposes the
23009         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
23010         rpl_strndup.
23011
23012 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23013             Bruno Haible  <bruno@clisp.org>
23014
23015         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
23016
23017 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23018
23019         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
23020         compile test, for Tru64 4.0D.
23021
23022 2006-05-28  Karl Berry  <karl@gnu.org>
23023
23024         * config/srclist.txt (printf-args.c): lose sync.
23025
23026 2006-05-26  Martin Lambers  <marlam@marlam.de>
23027
23028         * lib/getpass.c: Updates the test for the native W32 API, and adds
23029         missing includes, thus fixing compilation warnings.
23030
23031 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
23032
23033         * lib/exclude.c (exclude_fnmatch): New function.
23034         (excluded_file_name): Call exclude_fnmatch.
23035         * lib/exclude.h (excluded_file_name): New prototype
23036
23037 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
23038
23039         * lib/tempname.c (small_open, large_open): New macros.
23040         (__open, __open64) [!_LIBC]: Remove.
23041         (__gen_tempname): Use small_open and large_open instead of __open
23042         and __open64.  This fixes a portability bug on HP-UX 11.11i
23043         reported by Simon Wing-Tang in
23044         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
23045
23046 2006-05-24  Bruno Haible  <bruno@clisp.org>
23047
23048         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
23049         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
23050         Reported by Thorsten Maerz <torte@netztorte.de> via
23051         Aaron Stone <aaron@serendipity.cx>.
23052
23053 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23054
23055         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
23056         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
23057         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
23058         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
23059         not really conditional on the cache.
23060         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
23061
23062 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23063
23064         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
23065         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
23066         (my_usleep): Don't mishandle maximum value.
23067
23068 2006-05-19  Jim Meyering  <jim@meyering.net>
23069
23070         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
23071
23072 2006-05-17  Bruno Haible  <bruno@clisp.org>
23073
23074         Cygwin portability.
23075         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
23076
23077 2006-05-17  Bruno Haible  <bruno@clisp.org>
23078
23079         * lib/stdint_.h: Fix recognition of Cygwin.
23080
23081 2006-05-15  Bruno Haible  <bruno@clisp.org>
23082
23083         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
23084         on libtool patch by Ralf Wildenhues.
23085
23086 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
23087
23088         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
23089         test for C99 conformance; (bool) 0.5 is an integer constant
23090         expression, but (bool) -0.5 is not.  Problem reported by Fedor
23091         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
23092
23093 2006-05-11  Simon Josefsson  <jas@extundo.com>
23094
23095         * m4/xvasprintf.m4: Fix obvious typo.
23096
23097 2006-05-11  Jim Meyering  <jim@meyering.net>
23098
23099         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
23100         James Lemley.
23101
23102 2006-05-10  Simon Josefsson  <jas@extundo.com>
23103
23104         * lib/md4.c: Typo fix, update copyright years.
23105         (K1, K2): Don't use L because it turn computations into 64-bit on
23106         64-bit platforms.
23107
23108 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
23109
23110         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
23111         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
23112         unwanted sign propagation, e.g., on hosts with 64-bit int.
23113         There still are some problems with reeelly weird theoretical hosts
23114         (e.g., 33-bit int) but it's not worth worrying about now.
23115         * lib/sha1.c (rol): Likewise.
23116         (K1, K2, K3, K4): Remove unnecessary L suffix.
23117
23118 2006-05-10  Bruno Haible  <bruno@clisp.org>
23119
23120         * lib/des.c: Cast to avoid warnings.
23121
23122 2006-05-09  Bruno Haible  <bruno@clisp.org>
23123
23124         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
23125         (Depends-on): Depend also on xsize, stdarg.
23126         (configure.ac): Add gl_XVASPRINTF.
23127
23128 2006-05-09  Bruno Haible  <bruno@clisp.org>
23129
23130         * m4/xvasprintf.m4: New file.
23131
23132 2006-05-09  Bruno Haible  <bruno@clisp.org>
23133
23134         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
23135         (EOVERFLOW): Define fallback value.
23136         (xstrcat): New function.
23137         (xvasprintf): Recognize the special case of a string concatenation.
23138
23139 2006-05-08  Eric Blake  <ebb9@byu.net>
23140
23141         * gnulib-tool (func_version): Base copyright year on CVS date.
23142         (func_emit_copyright_notice): New function.
23143         (func_emit_lib_Makefile_am): Use it.
23144         (func_emit_tests_Makefile_am): Likewise.
23145         (func_import): Likewise.
23146
23147 2006-05-08  Bruno Haible  <bruno@clisp.org>
23148
23149         * modules/stdarg: New file.
23150         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
23151
23152 2006-05-08  Bruno Haible  <bruno@clisp.org>
23153
23154         * m4/stdarg.m4: New file, from GNU gettext.
23155
23156 2006-05-08  Bruno Haible  <bruno@clisp.org>
23157
23158         * config/srclist.txt (build-aux/config.rpath): different from latest
23159         release.
23160
23161 2006-05-08  Bruno Haible  <bruno@clisp.org>
23162
23163         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
23164
23165 2006-05-05  Jim Meyering  <jim@meyering.net>
23166
23167         * m4/warning.m4: New file, derived from bison's file by the same name.
23168
23169 2006-05-03  Bruno Haible  <bruno@clisp.org>
23170
23171         * lib/stdint_.h: Shorter URL.
23172         * lib/inttypes.h: Likewise.
23173
23174 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
23175
23176         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
23177
23178 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
23179
23180         * lib/verify.h: Document the internals better.  Most of this change
23181         was written by Bruno Haible.
23182
23183 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
23184
23185         * doc/verify.texi: New file, partly based on a proposal by
23186         Bruno Haible.
23187
23188 2006-05-02  Bruno Haible  <bruno@clisp.org>
23189
23190         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
23191         test from here...
23192         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
23193
23194 2006-04-29  Bruno Haible  <bruno@clisp.org>
23195
23196         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
23197         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
23198
23199 2006-04-29  Bruno Haible  <bruno@clisp.org>
23200
23201         * gnulib-tool: Make --update option actually work.
23202
23203 2006-04-29  Bruno Haible  <bruno@clisp.org>
23204
23205         * doc/gcd.texi: New file.
23206         * doc/gnulib.texi: Include it.
23207
23208 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
23209
23210         * lib/getdate.y (get_date): When adding relative date, start with the
23211         initial time, not with the result of the first mktime call.
23212
23213 2006-04-25  Bruno Haible  <bruno@clisp.org>
23214
23215         * gnulib-tool (func_import): Output the include directives in three
23216         blocks, sorted separately.
23217         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23218
23219 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
23220
23221         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
23222         to define main with arguments, for C++.  Reported by Eric Blake.
23223         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
23224         Prefer 'int main ()' to 'int main (void)', for C++.
23225         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
23226         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
23227         for 'main', for C99 and C++.
23228
23229 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
23230
23231         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
23232         Don't assume that exit status -1 is valid.
23233         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
23234         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
23235         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
23236         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
23237         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
23238         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
23239         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
23240         functions can be used without declaring them, or that you can
23241         exit with status -1.
23242         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
23243
23244 2006-04-24  Karl Berry  <karl@gnu.org>
23245
23246         * config/srclist.txt (longdouble.m4): sync lost.
23247
23248 2006-04-24  Eric Blake  <ebb9@byu.net>
23249
23250         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
23251
23252 2006-04-24  Bruno Haible  <bruno@clisp.org>
23253
23254         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
23255         poll() implementation in AIX.
23256         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23257
23258 2006-04-24  Bruno Haible  <bruno@clisp.org>
23259
23260         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
23261         assigned exactly once.
23262
23263 2006-04-23  Claudio Fontana  <claudio@gnu.org>
23264             Bruno Haible  <bruno@clisp.org>
23265
23266         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
23267         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
23268         for AM_CPPFLAGS.
23269
23270 2006-04-23  Bruno Haible  <bruno@clisp.org>
23271
23272         * modules/copy-file: Depend on unistd.
23273         * modules/execute: Likewise.
23274         * modules/fatal-signal: Likewise.
23275         * modules/findprog: Likewise.
23276         * modules/mkdtemp : Likewise.
23277         * modules/pipe: Likewise.
23278         * modules/wait-process: Likewise.
23279
23280 2006-04-23  Bruno Haible  <bruno@clisp.org>
23281
23282         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
23283         condition was already detected.
23284         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23285
23286 2006-04-23  Bruno Haible  <bruno@clisp.org>
23287
23288         * lib/copy-file.c: Include <unistd.h> unconditionally.
23289         * lib/execute.c: Likewise.
23290         * lib/fatal-signal.c: Likewise.
23291         * lib/findprog.c: Likewise.
23292         * lib/mkdtemp.c: Likewise.
23293         * lib/pipe.h: Likewise.
23294         * lib/pipe.c: Likewise.
23295         * lib/wait-process.h: Likewise.
23296
23297 2006-04-23  Bruno Haible  <bruno@clisp.org>
23298
23299         * gnulib-tool (func_usage): Fix --import description. Document
23300         --update.
23301         (func_import): Create temporary file in a temporary directory, if
23302         --dry-run is specified. Silence errors from 'grep' when there are no
23303         m4 files in $m4dir.
23304         (func_create_testdir): Silence errors from 'grep' when there are no
23305         m4 files in $m4dir.
23306         Reported by Karl Berry <karl@freefriends.org>.
23307
23308 2006-04-20  Bruno Haible  <bruno@clisp.org>
23309
23310         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
23311         one argument, so that the code will be portable to Autoconf 2.60.
23312         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
23313         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
23314         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
23315
23316 2006-04-19  Derek Price  <derek@ximbiot.com>
23317             Eric Blake  <ebb9@byu.net>
23318
23319         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
23320         rather than "/full/path.h".  Update comment to match.  Shorten &
23321         generalize m4_translit call via AS_TR_CPP.
23322
23323 2006-04-19  Derek Price  <derek@ximbiot.com>
23324             Eric Blake  <ebb9@byu.net>
23325
23326         * lib/inttypes.h: Correct grammar in comment.
23327
23328 2006-04-18  Derek Price  <derek@ximbiot.com>
23329             Paul Eggert  <eggert@cs.ucla.edu>
23330
23331         * modules/inttypes: New file.
23332         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
23333
23334 2006-04-18  Derek Price  <derek@ximbiot.com>
23335             Paul Eggert  <eggert@cs.ucla.edu>
23336
23337         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
23338         New files.
23339
23340 2006-04-18  Derek Price  <derek@ximbiot.com>
23341             Paul Eggert  <eggert@cs.ucla.edu>
23342
23343         * lib/inttypes.h: New file.
23344         * lib/strtoimax.c: Assume <inttypes.h>.
23345
23346 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
23347
23348         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
23349         isn't mounted.  Problem reported by Kir Kolyshkin.
23350
23351 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
23352
23353         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
23354         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
23355         Derek R. Price.
23356         * lib/regex.h (RE_DUP_MAX): Update comment to match current
23357         implementation.
23358
23359 2006-04-12  Eric Blake  <ebb9@byu.net>
23360
23361         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
23362         is now done automatically by the corresponding Autoconf macro.
23363
23364 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
23365
23366         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
23367         time_r.h.
23368
23369 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23370
23371         Merge regex changes from libc, removing some of our
23372         POSIX-conformance changes that were rejected and redoing them in a
23373         less-intrusive way.
23374
23375         * lib/regcomp.c (re_compile_internal, init_dfa):
23376         Length arg is now size_t, not Idx.  All uses changed.
23377         (peek_token): Forward decl now says internal_function.
23378         (__re_error_msgid, __re_error_msgid_idx):
23379         Now static rather than extern with attribute_hidden.
23380         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
23381         For some reason libc prefers K&R style defns for external functions.
23382         (regerror) [!defined _LIBC]: Likewise.
23383         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
23384         (seek_collating_symbol_entry, lookup_collation_sequence_value):
23385         (build_range_exp, build_collating_symbol):
23386         Use K&R-style defn.
23387         (re_compile_fastmap): Use '\0' to memset, not 0.
23388         (utf8_sb_map): Make the calculations more obvious.
23389         (init_dfa, parse_bracket_exp, build_charclass_op):
23390         Call calloc and cast result, as glibc does.
23391         (init_word_char, fetch_token, peek_token, peek_token_bracket):
23392         (build_range_exp, build_collating_symbol):
23393         Now internal functions.
23394
23395         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
23396
23397         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
23398         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
23399         Don't depend on VMS; depend on __VMS instead, for POSIX
23400         namespace cleanness.
23401         (regoff_t): Define to ssize_t, not long int.
23402
23403         Remove the REG_ macros named below.  Instead, make the old names
23404         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
23405         __USE_GNU_REGEX.
23406         (REG_BACKSLASH_ESCAPE_IN_LISTS):
23407         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
23408         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
23409         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
23410         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
23411         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
23412         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
23413         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
23414         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
23415         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
23416         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
23417         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
23418         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
23419         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
23420         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
23421         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
23422         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
23423         (REG_NREGS):
23424         Remove.  All uses replaced by the old RE_* names.
23425         (RE_BACKSLASH_ESCAPE_IN_LISTS):
23426         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
23427         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
23428         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
23429         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
23430         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
23431         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
23432         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
23433         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
23434         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
23435         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
23436         Don't bother having these macros be independent of each others'
23437         values, since they no longer exist in the POSIX name space.
23438
23439         Rename the following member names back to their old names,
23440         unless !__USE_GNU_REGEX.  All uses changed back.
23441         (buffer): Renamed from re_buffer.
23442         (allocated): Renamed from re_allocated.
23443         (used): Renamed from re_used.
23444         (syntax): Renamed from re_syntax.
23445         (fastmap): Renamed from re_fastmap.
23446         (translate): Renamed from re_translate.
23447         (can_be_null): Renamed from re_can_be_null.
23448         (regs_allocated): Renamed from re_regs_allocated.
23449         (fastmap_accurate): Renamed from re_fastmap_accurate.
23450         (no_sub): Renamed from re_no_sub.
23451         (not_bol): Renamed from re_not_bol.
23452         (not_eol): Renamed from re_not_eol.
23453         (newline_anchor): Renamed from re_newline_anchor.
23454         (num_regs): Renamed from rm_num_regs.
23455         (start): Renamed from rm_start.
23456         (end): Renamed from rm_end.
23457
23458         (free_state): Move up a bit.
23459
23460         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
23461         #define to be empty.
23462         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
23463         when that is what is intended.
23464         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
23465         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
23466         (MAX): New macro.
23467         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
23468         All uses changed back to re_malloc, etc.  It's now the caller's
23469         responsibility to check for overflow; all callers changed.
23470         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
23471         (re_x2nrealloc): Remove.
23472         (free_state): Remove decl.
23473
23474         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
23475         (re_set_registers, re_exec):
23476         Use K&R-style defn.
23477
23478         2006-01-31  Roland McGrath  <roland@redhat.com>
23479
23480         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
23481         Reported by Mike Frysinger <vapier@gentoo.org>.
23482
23483         2006-01-15  Andreas Jaeger  <aj@suse.de>
23484
23485         [BZ #1950]
23486         * lib/regex_internal.c (re_string_reconstruct): Adjust for
23487         build_wcs_upper_buffer change.
23488         (build_wcs_upper_buffer): Change return type.
23489
23490         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
23491
23492         * lib/regex_internal.h: Include <stdint.h> if available.
23493
23494         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
23495
23496         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
23497
23498         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
23499
23500         * lib/regcomp.c: Adjust for changed secondary hash function.
23501
23502         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
23503
23504         * lib/regex.h: Pretty printing.
23505         Clean up namespace a bit.
23506
23507         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
23508
23509         * lib/regexec.c (update_cur_sifted_state, check_arrival,
23510         check_arrival_add_next_nodes): Avoid using uninitialized variable.
23511
23512         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
23513                     Ulrich Drepper  <drepper@redhat.com>
23514
23515         [BZ #1302]
23516         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
23517         changed.
23518         (bitset_word_t): Renamed from bitset_word.  All uses changed.
23519
23520         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
23521
23522         [BZ #281]
23523         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
23524         * lib/regcomp.c: Remove unnecessary uses of
23525         unsigned RE_TRANSLATE_TYPE.
23526         * lib/regex_internal.h: Likewise.
23527         * lib/regex_internal.c: Likewise.
23528         * lib/regexec.c: Likewise.
23529         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
23530
23531         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
23532
23533         * lib/regexec.c (find_recover_state): Remove unnecessary
23534         initialization.
23535         (transit_state_bkref): Make DFA a const pointer.
23536         (get_subexp): Likewise.
23537         (check_arrival): Likewise.
23538         (update_cur_sifted_state): Likewise.
23539         (re_search_internal): Likewise.
23540         (prune_impossible_nodes): Likewise.
23541         (acquire_init_state_context): Likewise.
23542         (proceed_next_node): Likewise.
23543         (set_regs): Likewise.
23544         (free_fail_stack_return): Likewise.
23545         (check_arrival_expand_ecl): Mark DFA parameter as const.
23546         (check_arrival_expand_ecl_sub): Likewise.
23547         (check_subexp_limits): Likewise.
23548         (sub_epsilon_src_nodes):  Likewise.
23549         (add_epsilon_src_nodes):  Likewise.
23550         (merge_state_array): Likewise.
23551         (update_regs): Likewise.
23552         (build_trtable): Likewise.
23553         (sift_states_backward): Mark MCTX parameter as const.
23554         (build_sifted_states): Likewise.
23555         (update_cur_sifted_state): Likewise.
23556         (sift_states_mkref): Likewise.
23557         (check_arrival_expand_ecl): Mark eclosure as const.
23558         (check_dst_limits_calc_pos_1): Likewise.
23559         * lib/regex_internal.h (re_match_context_t): Make dfa a const
23560         pointer.
23561
23562         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
23563
23564         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
23565         (transit_state_sb): Likewise.
23566         (transit_state_mb): Likewise.
23567         (sift_states_iter_mb): Likewise.
23568         (check_arrival_add_next_nodes): Likewise.
23569         (check_node_accept_bytes): Change first parameter to pointer-to-const.
23570         [_LIBC] (re_search_2_stub): Use mempcpy.
23571
23572         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
23573         mbrtowc for very simple UTF-8 case.
23574
23575         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
23576         a pointer-to-const.
23577         (re_acquire_state_context): Likewise.
23578         * lib/regex_internal.h: Adjust prototypes.
23579
23580         * lib/regex.c: Prevent using C++ compilers.
23581
23582         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
23583         (re_acquire_state_context): Likewise.
23584
23585 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23586
23587         * modules/regex (Depends-on): Add ssize_t.
23588
23589 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23590
23591         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
23592         translation table.
23593
23594 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23595
23596         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
23597
23598 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
23599             Bruno Haible  <bruno@clisp.org>
23600
23601         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
23602         <sys/types.h> and <inttypes.h>.
23603
23604 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23605
23606         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
23607         `__error_t_defined', so argp.h will not typedef the former.
23608
23609 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
23610
23611         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
23612         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
23613         glibc names.  Even if glibc is changed to conform to POSIX, the
23614         traditional names will be available anyway, since regex depends on
23615         the extensions module.  Also, fix a longstanding typo in the
23616         implementation of Spencer ERE test #75 from grep 2.3.  Problems
23617         reported by Emanuele Giaquinta.  Also, change sense of cached
23618         variable, so that the message makes sense.
23619
23620 2006-03-24  Simon Josefsson  <jas@extundo.com>
23621
23622         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
23623         including some doc fixes.
23624         (base64_encode_alloc): Fix +1 bug on allocation failures.
23625
23626 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23627
23628         * lib/base64.c (base64_encode): Do not read past end of array with
23629         unsanitized input on systems with CHAR_BIT > 8.
23630
23631 2006-03-24  Eric Blake  <ebb9@byu.net>
23632
23633         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
23634
23635 2006-03-22  Karl Berry  <karl@gnu.org>
23636
23637         * config/srclist.txt (*setenv.[ch]): get from coreutils.
23638         * config/srclistvars.sh (COREUTILS): new var.
23639
23640 2006-03-17  Jim Meyering  <jim@meyering.net>
23641
23642         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
23643         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
23644
23645 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
23646
23647         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
23648         no longer needs it.  Instead, check that regoff_t is as least
23649         as wide as ptrdiff_t.
23650
23651         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
23652         so that our regex.h stays compatible with the installed regex.
23653         This is helpful for installers who configure --without-included-regex.
23654         Problem reported by Emanuele Giaquinta.
23655
23656 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
23657
23658         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
23659         Typedef to long int, not to off_, as POSIX will likely change
23660         in that direction.
23661
23662 2006-03-15  Eric Blake  <ebb9@byu.net>
23663
23664         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
23665
23666 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
23667
23668         * lib/argp-help.c (validate_uparams): Fix typo
23669         * lib/argp-parse.c (argp_default_options): Consistently begin help
23670         messages with a lowercase letter.
23671
23672 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
23673
23674         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
23675         overrun buffers and shouldn't be used (much as gets shouldn't be
23676         used).
23677         * lib/time_r.c (asctime_r, ctime_r): Likewise.
23678
23679 2006-03-08  Simon Josefsson  <jas@extundo.com>
23680
23681         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
23682         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23683
23684 2006-03-08  Simon Josefsson  <jas@extundo.com>
23685
23686         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
23687         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23688
23689 2006-03-08  Simon Josefsson  <jas@extundo.com>
23690
23691         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
23692         signal that configure disabled the device.
23693
23694 2006-03-08  Simon Josefsson  <jas@extundo.com>
23695
23696         * build-aux/maint.mk: Fix refresh-po, to handle no translated
23697         languages.
23698
23699 2006-03-07  Simon Josefsson  <jas@extundo.com>
23700
23701         * modules/getopt (Depends-on): Add unistd.
23702
23703         * modules/unistd: New file.
23704
23705 2006-03-07  Simon Josefsson  <jas@extundo.com>
23706
23707         * modules/gc-random: New file.
23708
23709 2006-03-07  Simon Josefsson  <jas@extundo.com>
23710
23711         * m4/unistd_h.m4: New file.
23712
23713 2006-03-07  Simon Josefsson  <jas@extundo.com>
23714
23715         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
23716         test to be side-effect free by storing the result in the cache
23717         variable gl_cv_lib_readline, and moving the assignment of
23718         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
23719         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23720
23721 2006-03-07  Simon Josefsson  <jas@extundo.com>
23722
23723         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
23724         error on missing devices (the functions will return an error).
23725
23726         * m4/gc.m4: Move random stuff to gc-random.m4
23727
23728 2006-03-07  Simon Josefsson  <jas@extundo.com>
23729
23730         * lib/unistd_.h: New file.
23731
23732 2006-03-07  Simon Josefsson  <jas@extundo.com>
23733
23734         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
23735
23736 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23737
23738         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
23739         Problem reported by Juan Manuel Guerrero.
23740
23741 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23742
23743         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
23744         the unistd module.
23745         * lib/getlogin_r.c: Likewise.
23746         * lib/getlogin_r.h: Likewise.
23747         * lib/glob.c: Likewise.
23748         * lib/pagealign_alloc.c: Likewise.
23749         * lib/unistd_.h: Remove; no longer needed.
23750
23751 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23752
23753         * MODULES.html.sh (Support for systems lacking POSIX:2001):
23754         Add unistd.
23755         * modules/c-stack (Depends-on): Add unistd.
23756         * modules/getlogin_r: Likewise.
23757         * modules/glob: Likewise.
23758         * modules/pagealign_alloc: Likewise.
23759         * modules/unistd (Files): Remove lib/unistd_.h.
23760         (EXTRA_DIST): Remove.
23761         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
23762         need unistd_.h.
23763         (MOSTLYCLEANFILES): Remove unistd.h-t.
23764
23765 2006-03-03  Simon Josefsson  <jas@extundo.com>
23766
23767         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
23768
23769 2006-03-03  Simon Josefsson  <jas@extundo.com>
23770
23771         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
23772         libidn and bison.
23773
23774 2006-03-03  Simon Josefsson  <jas@extundo.com>
23775
23776         * build-aux/maint.mk: Add indent target.
23777
23778 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
23779
23780         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
23781         our replacement poll.h in any case, to avoid a differing
23782         declaration from a system header.  Seen on AIX.
23783
23784 2006-03-01  Simon Josefsson  <jas@extundo.com>
23785
23786         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
23787         <kasal@ucw.cz>.
23788
23789 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23790
23791         * modules/gettime (Depends-on): Add extensions module.
23792         * modules/nanosleep (Depends-on): Likewise.
23793         * modules/settime (Depends-on): Likewise.
23794
23795 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23796
23797         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
23798         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
23799         pedantically.
23800         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
23801         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
23802
23803         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
23804         not "==".  Reported by Ralf Wildenhues.
23805
23806 2006-03-01  Karl Berry  <karl@gnu.org>
23807
23808         * doc/Copyright/request-*: new files, synced from gnuorg.
23809
23810 2006-03-01  Karl Berry  <karl@gnu.org>
23811
23812         * config/srclist.txt (Copyright/*): new entries.
23813
23814 2006-02-28  Simon Josefsson  <jas@extundo.com>
23815
23816         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
23817
23818 2006-02-27  Simon Josefsson  <jas@extundo.com>
23819
23820         * lib/base64.h: Indent #define's.  From Jim Meyering
23821         <jim@meyering.net>.
23822
23823 2006-02-27  Jim Meyering  <jim@meyering.net>
23824
23825         Revert the change of 2006-02-24, so these files can continue
23826         to be sync'd from gettext.
23827         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
23828         of `config.h'.
23829
23830 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23831
23832         * modules/intprops: New file.
23833         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
23834         Add intprops.
23835         * modules/getloadavg (Files): Remove lib/intprops.h.
23836         (Depends-on): Add intprops.
23837         * modules/human: Likewise.
23838         * modules/inttostr: Likewise.
23839         * modules/openat: Likewise.
23840         * modules/sig2str: Likewise.
23841         * modules/userspec: Likewise.
23842         * modules/utimecmp: Likewise.
23843         * modules/xnanosleep: Likewise.
23844         * modules/xstrtol: Likewise.
23845
23846 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
23847
23848         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
23849         * modules/lock-tests (TESTS): Use $(EXEEXT).
23850         * modules/tls-tests: Likewise.
23851         * modules/argp-tests: Likewise.
23852         (check_PROGRAMS): New var, replacing...
23853         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
23854
23855 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23856
23857         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
23858         `config.h'.
23859
23860 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
23861
23862         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
23863
23864 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23865
23866         Sync from coreutils.
23867         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
23868         gl_CHDIR_SAFER.
23869
23870 2006-02-22  Jim Meyering  <jim@meyering.net>
23871
23872         Sync from coreutils.
23873         * m4/chdir-safer.m4: New file.
23874
23875 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
23876
23877         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
23878         AT_FDCWD exceeds INT_MAX.
23879         * lib/openat.h (AT_FDCWD): Likewise.
23880
23881 2006-02-17  Eric Blake  <address@hidden>
23882
23883         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
23884
23885 2006-02-16  Simon Josefsson  <jas@extundo.com>
23886
23887         * modules/getaddrinfo (Depends-on): Add sys_socket.
23888
23889 2006-02-15  Simon Josefsson  <jas@extundo.com>
23890
23891         * build-aux/maint.mk: Add dsyntax-check rule.
23892
23893 2006-02-15  Eric Blake  <ebb9@byu.net>
23894
23895         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
23896         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
23897         'present but cannot compile' warnings on cygwin.
23898         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
23899         use ws2tcpip.h if sys/socket.h works.
23900         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
23901         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
23902
23903 2006-02-14  Simon Josefsson  <jas@extundo.com>
23904
23905         * modules/maintainer-makefile (Files): Rename.
23906
23907         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
23908         and (the local) Makefile.cfg to maint-cfg.mk.
23909
23910         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
23911         to the latter.
23912
23913         * modules/maintainer-makefile: New module.
23914
23915         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
23916         severaly stripped to make it possible to build it up from scratch
23917         with reliable tests.
23918
23919         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
23920         fixes to permit overriding the default actions when configure and
23921         makefile are not available.
23922
23923 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
23924
23925         Sync from coreutils.
23926         * modules/lstat (Depends-on): Don't depend on xalloc.
23927         (License): Change from GPL to LGPL, since this is now simply a
23928         replacement for a libc function.
23929
23930 2006-02-14  Jim Meyering  <jim@meyering.net>
23931
23932         Sync from coreutils.
23933
23934         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
23935         failure on deficient systems, and simplify gnulib lgpl dependencies.
23936         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
23937         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
23938
23939         * lib/xalloc-die.c: Remove unused definition of N_.
23940
23941 2006-02-14  Jim Meyering  <jim@meyering.net>
23942
23943         Sync from coreutils.
23944         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
23945         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
23946         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
23947         double-quote uses of that variable, to accommodate the rare case in
23948         which getmntent is available in none of the libraries checked.  This
23949         happens at least on FreeBSD 5.0.
23950
23951 2006-02-13  Simon Josefsson  <jas@extundo.com>
23952
23953         * gnulib-tool (Usage): Fix --import, from
23954         karl@freefriends.org (Karl Berry).
23955
23956 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
23957
23958         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
23959
23960 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
23961
23962         * lib/argp-namefrob.h: Restore changes accidentally lost during the
23963         "autoupdate" on 2005-12-12.
23964
23965 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
23966
23967         * modules/closeout (Depends-on): Remove atexit.
23968
23969 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
23970
23971         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
23972         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
23973
23974 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
23975
23976         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
23977         __EXTENSIONS__ if this causes compilation to fail.  Problem
23978         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
23979         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
23980
23981 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
23982
23983         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
23984         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
23985         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
23986         All uses changed.
23987
23988 2006-01-26  Simon Josefsson  <jas@extundo.com>
23989
23990         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
23991         prototype is visible on mingw32.
23992
23993         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
23994         for mingw32.
23995
23996         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
23997         mingw32).
23998
23999 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
24000
24001         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
24002         attempt to open for write; this always fails, at least on POSIX
24003         hosts.  This reinstates the 2006-01-09 change, which was
24004         inadvertently removed.
24005
24006 2006-01-26  Bruno Haible  <bruno@clisp.org>
24007
24008         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
24009         Reported by Paul Eggert.
24010
24011 2006-01-26  Bruno Haible  <bruno@clisp.org>
24012             Paul Eggert  <eggert@cs.ucla.edu>
24013
24014         * lib/stdbool_.h (_Bool)
24015         [(! (defined __cplusplus || defined __BEOS__)
24016           && !defined __GNUC__
24017           && !(defined __HP_cc || defined __xlc__
24018                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
24019                || defined __sgi))]:
24020         #define to signed char in these cases too; this simplifies
24021         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
24022         etc., separately) and makes it more conservative.
24023
24024 2006-01-25  Simon Josefsson  <jas@extundo.com>
24025
24026         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
24027         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
24028         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
24029
24030 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
24031
24032         * lib/argp-namefrob.h: Bugfix. Remove stray #
24033
24034 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
24035
24036         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
24037         so that we test the test.
24038         Check for yet another HP-UX cc bug involving *bool |= bool.
24039
24040 2006-01-25  Karl Berry  <karl@gnu.org>
24041
24042         * config/srclist.txt (vasnprintf.c): sync lost.
24043
24044 2006-01-25  Jim Meyering  <jim@meyering.net>
24045
24046         Sync from the stable (b5) branch of coreutils:
24047
24048         * lib/fts.c (fts_children): Don't let close() clobber errno from
24049         failed fchdir().
24050
24051         * lib/fts.c (fts_stat): When following a symlink-to-directory,
24052         don't necessarily interpret stat-fails+lstat-succeeds as indicating
24053         a dangling symlink.  That can also happen at least for ELOOP.
24054         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
24055         FYI, this bug predates the inclusion of fts.c in coreutils.
24056
24057         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
24058         in their own block, so pre-c99 compilers don't object.
24059
24060         Avoid the double-free (first in fts_read, second in fts_close) that
24061         would occur when an `active' directory is made inaccessible (e.g.,
24062         via chmod a-x) during a traversal.
24063         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
24064         before returning.  Reproduce this failure by
24065         mkdir -p a/b; cd a; chmod a-x . b
24066         Reported by Stavros Passas.
24067
24068 2006-01-25  Jim Meyering  <jim@meyering.net>
24069
24070         * lib/fileblocks.c: Remove more useless parentheses.
24071         * lib/readutmp.h: Likewise.
24072
24073 2006-01-25  Bruno Haible  <bruno@clisp.org>
24074
24075         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
24076         warnings.
24077         Reported by Paul Eggert.
24078
24079 2006-01-25  Bruno Haible  <bruno@clisp.org>
24080
24081         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
24082         rid of a trap command. For Solaris sh.
24083         Reported by Mark D. Baushke <mdb@gnu.org>.
24084
24085 2006-01-24  Simon Josefsson  <jas@extundo.com>
24086
24087         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
24088         Bruno.
24089
24090 2006-01-24  Karl Berry  <karl@gnu.org>
24091
24092         * config/srclist.txt (argp-namefrob.h): sync lost.
24093
24094 2006-01-24  Jim Meyering  <jim@meyering.net>
24095
24096         * modules/openat (Files): Add lib/intprops.h.
24097         From Mark D. Baushke.
24098
24099 2006-01-24  Jim Meyering  <jim@meyering.net>
24100
24101         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
24102         Reported by Mark D. Baushke.
24103
24104 2006-01-24  Jim Meyering  <jim@meyering.net>
24105
24106         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
24107
24108 2006-01-24  Bruno Haible  <bruno@clisp.org>
24109
24110         * modules/strnlen (Maintainer): Change from glibc to all.
24111
24112 2006-01-24  Bruno Haible  <bruno@clisp.org>
24113
24114         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
24115         Patch by Paul Eggert.
24116
24117 2006-01-24  Bruno Haible  <bruno@clisp.org>
24118
24119         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
24120         already has it.
24121         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
24122         2005-11-26.
24123
24124         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
24125         'signed char' to avoid problems with the built-in _Bool type.
24126         Reported by Paul Eggert on 2005-11-26.
24127
24128 2006-01-24  Bruno Haible  <bruno@clisp.org>
24129
24130         * gnulib-tool (func_import): Avoid constructing complicated sed
24131         expressions inside backquote.
24132         Report and solution by Mark D. Baushke <mdb@gnu.org>.
24133
24134 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
24135
24136         These changes imported from libc.
24137         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
24138         test and two separate function calls.
24139         * lib/strndup.c (__strndup): Add libc_hidden_def.
24140
24141 2006-01-23  Simon Josefsson  <jas@extundo.com>
24142
24143         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
24144         Remove the test_*_SOURCES variable: automake infers it by default.
24145         * modules/tls-tests: Likewise.
24146
24147 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24148
24149         Work around porting bugs reported by Dieter in
24150         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
24151         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
24152         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
24153         Include "getopt.h" first, to check interface.
24154         (getenv): Declare only if defined HAVE_DECL_GETENV &&
24155         !HAVE_DECL_GETENV.
24156         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
24157         (__strndup): Revert to K&R-style function dfns, the glibc style.
24158         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
24159         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
24160         Include strnlen.h first, to get prototype properly.
24161         (strnlen): Renamed from __strnlen.
24162         Remove weak alias.
24163
24164 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24165
24166         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
24167
24168 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24169
24170         * config/srclist.txt: Adjust to reflect glibc reorganization.
24171         This affects only comments.
24172
24173 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24174
24175          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
24176          Reported by Bruce Korb <bkorb@gnu.org>.
24177
24178 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
24179
24180         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
24181         to pacify gcc -Wswitch-default.
24182
24183 2006-01-22  Bruno Haible  <bruno@clisp.org>
24184
24185         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
24186         temporary buffer for sprintf, take into account the precision also
24187         for 'd', 'i', 'u', 'o', 'x', 'X'.
24188
24189 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
24190
24191         * modules/argp-tests: New module
24192         * tests/test-argp.c: New file
24193         * tests/test-argp-2.sh: New file
24194
24195 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
24196
24197         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
24198         (__argp_base_name): Removed
24199         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
24200         typo.
24201         (__argp_base_name): Provide macro definition or extern declaration
24202         depending on the configuration
24203
24204 2006-01-20  Simon Josefsson  <jas@extundo.com>
24205
24206         * modules/inet_ntop (Depends-on): Depend on sys_socket.
24207
24208 2006-01-20  Simon Josefsson  <jas@extundo.com>
24209
24210         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
24211
24212 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
24213
24214         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
24215         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
24216         Suggested by Bruno Haible.
24217
24218 2006-01-20  Karl Berry  <karl@gnu.org>
24219
24220         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
24221         until changes propagate, I guess.
24222
24223 2006-01-19  Simon Josefsson  <jas@extundo.com>
24224
24225         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
24226
24227 2006-01-19  Simon Josefsson  <jas@extundo.com>
24228
24229         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
24230
24231 2006-01-19  Simon Josefsson  <jas@extundo.com>
24232
24233         * gnulib-tool: Set check_PROGRAMS.
24234
24235         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
24236         modules/des-tests, modules/gc-arcfour-tests,
24237         modules/gc-arctwo-tests, modules/gc-des-tests,
24238         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
24239         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
24240         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
24241         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
24242         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
24243         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
24244         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
24245         test_*_SOURCES.
24246
24247 2006-01-18  Simon Josefsson  <jas@extundo.com>
24248
24249         * modules/socklen (Depends-on): Depend on sys_socket.
24250
24251 2006-01-18  Simon Josefsson  <jas@extundo.com>
24252
24253         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
24254         modules/des-tests, modules/gc-arcfour-tests,
24255         modules/gc-arctwo-tests, modules/gc-des-tests,
24256         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
24257         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
24258         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
24259         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
24260         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
24261         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
24262         $(EXEEXT) to automake TESTS variable, for mingw32.
24263
24264 2006-01-17  Simon Josefsson  <jas@extundo.com>
24265
24266         * modules/socklen (Include): Need sys/socket.h.
24267
24268 2006-01-17  Bruno Haible  <bruno@clisp.org>
24269
24270         * modules/ssize_t (Include): Add <sys/types.h>.
24271
24272 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
24273
24274         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
24275         it's not portable and it doesn't work with cross-compiles.
24276         Problem reported by Bruno Haible.  Fix missing-$ typo in
24277         'test "gl_cv_ignore_unused_libraries" ...' that prevented
24278         -zignore from being used with Sun's C compiler.
24279
24280 2006-01-12  Simon Josefsson  <jas@extundo.com>
24281
24282         * lib/base64.c: Fix warning, reported by Bruno Haible
24283         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
24284
24285 2006-01-12  Bruno Haible  <bruno@clisp.org>
24286
24287         * modules/ldd: New file.
24288         * build-aux/ldd.sh.in: New file.
24289         * MODULES.html.sh (Support for building libraries and executables): Add
24290         ldd.
24291
24292 2006-01-12  Bruno Haible  <bruno@clisp.org>
24293
24294         * m4/ldd.m4: New file.
24295
24296 2006-01-12  Bruno Haible  <bruno@clisp.org>
24297
24298         * gnulib-tool (func_import, func_create_testdir): Don't go into an
24299         endless loop while replacing $auxdir with build-aux.
24300
24301 2006-01-11  Simon Josefsson  <jas@extundo.com>
24302
24303         * lib/stdint_.h (SIZE_MAX): Add missing (.
24304
24305 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
24306
24307         Sync from coreutils.
24308         * lib/md5.c: Fix commentary typos.
24309         (alignof, UNALIGNED_P): No need for a GCC-specific version.
24310         * lib/md5.h (__attribute__): Remove; unused.
24311         * lib/sha1.c: Fix commentary to match md5 better.
24312         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
24313         so that we don't need to worry about alignment.  All uses changed.
24314         This merges the 2005-10-28 md5 change into sha1.
24315
24316 2006-01-11  Jim Meyering  <jim@meyering.net>
24317
24318         Sync from coreutils.
24319         * lib/md5.c (OP): Fix spacing.
24320
24321 2006-01-11  Bruno Haible  <bruno@clisp.org>
24322
24323         Ensure automatic ordering between gl_LOCK and gl_ARGP.
24324         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
24325         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
24326
24327 2006-01-11  Bruno Haible  <bruno@clisp.org>
24328
24329         Ensure automatic ordering between gl_LOCK and gl_ARGP.
24330         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
24331         the "early" section as well.
24332
24333 2006-01-11  Bruno Haible  <bruno@clisp.org>
24334
24335         Avoid "ar: no archive members specified" error on MacOS X.
24336         * gnulib-tool (func_modules_add_dummy): New function.
24337         (func_import, func_create_testdir): Invoke it.
24338
24339 2006-01-11  Bruno Haible  <bruno@clisp.org>
24340
24341         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
24342         with $auxdir in AC_CONFIG_FILES statements.
24343
24344 2006-01-11  Bruno Haible  <bruno@clisp.org>
24345
24346         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24347         Initialize also noinst_HEADERS to empty.
24348
24349 2006-01-11  Bruno Haible  <bruno@clisp.org>
24350
24351         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
24352         variables.
24353         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
24354         autoreconf.
24355
24356 2006-01-11  Bruno Haible  <bruno@clisp.org>
24357
24358         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
24359         overridable by the user.
24360         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24361
24362 2006-01-10  Simon Josefsson  <jas@extundo.com>
24363
24364         * modules/sys_socket: New file.
24365
24366 2006-01-10  Simon Josefsson  <jas@extundo.com>
24367
24368         * m4/sys_socket_h.m4: New file.
24369
24370 2006-01-10  Simon Josefsson  <jas@extundo.com>
24371
24372         * lib/socket_.h: New file.
24373
24374 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24375
24376         * modules/readutmp (Maintainer): Add myself.
24377
24378 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24379
24380         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
24381         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
24382         People who are still concerned with buggy memcmp implementations
24383         can invoke gl_FUNC_MEMCMP themselves.
24384
24385 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24386
24387         * lib/regex_internal.h (BITSET_WORD_BITS):
24388         Work around a bug in 64-bit PGC (before version 6.1-2), where the
24389         preprocessor mishandles large unsigned values as if they were signed.
24390         Problem reported by Claudio Fontana in
24391         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
24392
24393 2006-01-10  Jim Meyering  <jim@meyering.net>
24394
24395         Avoid the double-free (first in fts_read, second in fts_close) that
24396         would occur when an `active' directory is made inaccessible (e.g.,
24397         via chmod a-x) during a traversal.
24398         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
24399         before returning.  Reproduce this failure by
24400         mkdir -p a/b; cd a; chmod a-x . b
24401         Reported by Stavros Passas.
24402
24403         Sync from coreutils.
24404         * lib/sha1.c: Tweak grammar in a comment.
24405
24406 2006-01-10  Jim Meyering  <jim@meyering.net>
24407
24408         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
24409         Patch by Joerg Sonnenberger.
24410
24411 2006-01-10  Bruno Haible  <bruno@clisp.org>
24412
24413         * modules/readutmp: Depend on module free.
24414         * modules/strtok_r: Depend on module restrict.
24415
24416 2006-01-10  Bruno Haible  <bruno@clisp.org>
24417
24418         * modules/gettext (configure.ac): Add an invocation of
24419         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
24420
24421 2006-01-10  Bruno Haible  <bruno@clisp.org>
24422
24423         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
24424         Reported by Werner Lemberg <wl@gnu.org>.
24425
24426 2006-01-10  Bruno Haible  <bruno@clisp.org>
24427
24428         * lib/localcharset.c: Update from GNU gettext.
24429
24430 2006-01-10  Bruno Haible  <bruno@clisp.org>
24431
24432         * lib/argp.h (__const): Remove macro. Use const instead.
24433         * lib/argp-fmtstream.h (__const): Likewise.
24434         * lib/glob_.h (__const): Remove macro.
24435         * lib/glob-libc.h: Use const instead of __const.
24436
24437 2006-01-10  Bruno Haible  <bruno@clisp.org>
24438
24439         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
24440         variable.
24441         Needed to avoid an automake error regarding the 'gettext' module.
24442
24443 2006-01-09  Simon Josefsson  <jas@extundo.com>
24444
24445         * modules/inet_ntop (Depends-on): Add restrict.
24446
24447 2006-01-09  Simon Josefsson  <jas@extundo.com>
24448
24449         * modules/gc-rijndael-tests (License): Put under LGPL.
24450
24451         * modules/gc-des-tests (License): Likewise.
24452
24453         * modules/gc-arcfour-tests (License): Likewise.
24454
24455         * modules/gc-arctwo-tests (License): Likewise.
24456
24457         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
24458
24459         * modules/gc-hmac-sha1-tests (Files): Likewise.
24460
24461         * modules/gc-hmac-md5-tests (License): Likewise.
24462
24463         * modules/gc-sha1-tests (License): Likewise.
24464
24465         * modules/gc-md5-tests (License): Likewise.
24466
24467         * modules/gc-md4-tests (License): Likewise.
24468
24469         * modules/gc-md2-tests (License): Likewise.
24470
24471         * modules/gc-tests (License): Likewise.
24472
24473         * modules/des-tests (License): Likewise.
24474
24475         * modules/md4-tests (License): Likewise.
24476
24477         * modules/md2-tests (License): Likewise.
24478
24479 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24480
24481         Sync from coreutils:
24482
24483         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
24484         * modules/lib-ignore: New file.
24485         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
24486         chdir-safer.m4, lchmod.m4.
24487         * modules/openat: Add mkdirat.c, openat-priv.h.
24488
24489 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24490
24491         Sync from coreutils.
24492         * m4/lib-ignore.m4: New file.
24493         * m4/lchmod.m4: New file.
24494
24495 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24496
24497         Sync from coreutils.
24498         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
24499         for write access: POSIX says that must fail.
24500         * lib/fts.c (diropen): Likewise.
24501         * lib/save-cwd.c (save_cwd): Likewise.
24502         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
24503         well, for minor improvements on hosts that lack O_DIRECTORY.
24504         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
24505         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
24506         Fall back on chown if open failed with EACCES.
24507
24508         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
24509         Report an error at compile-time if only a 1-second nominal clock
24510         resolution is found.
24511
24512         * lib/lchmod.h: New file.
24513         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
24514         (make_dir_parents): Use lchown rather than chown, and
24515         lchmod rather than chmod.
24516
24517         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
24518         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
24519         "proc" reported by n0dalus.
24520
24521         * lib/mountlist.c: Include <limits.h>.
24522         (dev_from_mount_options)
24523         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
24524         New function.  It no longer assumes "dev=" has the System V meaning
24525         on Linux (since it doesn't).  It also parses "dev=" more carefully.
24526         (read_file_system_list)
24527         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
24528         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
24529         dev= in that case.
24530
24531         * lib/posixtm.h (PDS_PRE_2000): New macro.
24532         * lib/posixtm.c (year): Arg is now syntax_bits rather than
24533         allow_century.  All usages changed.  Reject dates outside the range
24534         1969-1999 if PDS_PRE_2000 is used.
24535
24536 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24537
24538         Sync from coreutils.
24539         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
24540         (Time of day items): Mention the possibility of leap seconds.
24541         Problem reported by Dr. David Alan Gilbert.
24542
24543 2006-01-09  Jim Meyering  <jim@meyering.net>
24544
24545         Sync from coreutils.
24546
24547         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
24548
24549         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
24550
24551         * lib/modechange.c (mode_compile): Reject an invalid mode string
24552         that starts with an octal digit.  From Andreas Gruenbacher.
24553
24554         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
24555         and dup to open_safer and dup_safer, respectively.
24556         (openat_permissive): Fix typo in comment.
24557
24558         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
24559         "gettext.h"; either no longer needed or are guaranteed by openat.h.
24560         (_): Remove; no longer needed.
24561         (openat): Renamed from rpl_openat; no need for rpl_openat
24562         since openat.h renames openat for us.
24563         Replace most of the body with a call to openat_permissive,
24564         to avoid duplicate code.
24565         Port to (probably hypothetical) environments were mode_t is
24566         wider than int.
24567         (openat_permissive): Require mode arg, so that we can check
24568         types better.  Put it just after flags.  Change cwd failure
24569         indicator from pointer-to-bool to pointer-to-errno-value.
24570         All callers changed.
24571         Invoke openat_save_fail and/or openat_restore_fail if
24572         cwd_errno is null, so that openat can call us.
24573         (openat_permissive, fdopendir, fstatat, unlinkat):
24574         Simplify errno handling to avoid some duplicate code,
24575         as it's OK to set errno on success.
24576         * lib/openat.h: Revamp code so that function macros depend on
24577         __OPENAT_PREFIX only, not also on AT_FDCWD.
24578         (openat_ro): Remove.  Caller changed to use openat_permissive.
24579         (openat_permissive): Now a macro, if not a function.
24580         (openat_restore_fail, openat_save_fail): Now always functions,
24581         since mkdirat needs them even if __OPENAT_PREFIX is defined.
24582
24583         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
24584         and openat.c.
24585         * lib/mkdirat.c: Include openat-priv.h.
24586         Remove definitions of macros defined therein.
24587         * lib/openat.c: Likewise.
24588
24589         * lib/mkdirat.c (mkdirat): New file and function.
24590         * lib/openat.h (mkdirat): Declare.
24591
24592         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
24593
24594         * lib/openat.h (openat_permissive): Declare.
24595         (openat_ro): Define.
24596
24597         * lib/openat.c (EXPECTED_ERRNO): New macro.
24598         (openat_permissive): New function -- used in remove.c rewrite.
24599         (all functions): Set errno just before returning, only if there
24600         was an actual failure.
24601         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
24602
24603         Emulate openat-family functions using Linux's procfs, if possible.
24604         Idea and some code based on Ulrich Drepper's glibc changes.
24605
24606         * lib/openat.c: (BUILD_PROC_NAME): New macro.
24607         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
24608         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
24609         before falling back on save_cwd and restore_cwd.
24610         (fdopendir, fstatat, unlinkat): Likewise.
24611
24612         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
24613         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
24614
24615         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
24616         as second argument to va_arg.  Otherwise, some versions of gcc
24617         warn that `if this code is reached, the program will abort'.
24618
24619 2006-01-09  Jim Meyering  <jim@meyering.net>
24620
24621         Sync from coreutils.
24622         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
24623         Require openat-priv.h.
24624
24625 2006-01-09  Bruno Haible  <bruno@clisp.org>
24626
24627         * modules/strnlen (Include): Use strnlen.h.
24628
24629 2006-01-09  Bruno Haible  <bruno@clisp.org>
24630
24631         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
24632
24633 2006-01-09  Bruno Haible  <bruno@clisp.org>
24634
24635         * lib/sysexit_.h (EX_OK): New macro.
24636         Suggested by Martin Lambers <marlam@marlam.de>.
24637
24638 2006-01-09  Bruno Haible  <bruno@clisp.org>
24639
24640         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
24641         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
24642
24643 2006-01-09  Bruno Haible  <bruno@clisp.org>
24644
24645         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
24646         numbers.
24647
24648 2006-01-09  Bruno Haible  <bruno@clisp.org>
24649
24650         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
24651         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
24652         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
24653         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
24654
24655 2006-01-09  Bruno Haible  <bruno@clisp.org>
24656
24657         * build-aux/javacomp.sh.in: New file, moved from lib/.
24658         * modules/javacomp-script (Files): Update.
24659         (configure.ac): Add AC_CONFIG_FILES invocation.
24660         (EXTRA_DIST): Remove variable.
24661
24662         * build-aux/javaexec.sh.in: New file, moved from lib/.
24663         * modules/javaexec (Files): Update.
24664         (configure.ac): Add AC_CONFIG_FILES invocation.
24665         (EXTRA_DIST): Remove javaexec.sh.in.
24666
24667         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
24668         * modules/csharpcomp-script (Files): Update.
24669         (configure.ac): Add AC_CONFIG_FILES invocation.
24670         (EXTRA_DIST): Remove variable.
24671
24672         * build-aux/csharpexec.sh.in: New file, moved from lib/.
24673         * modules/csharpexec (Files): Update.
24674         (configure.ac): Add AC_CONFIG_FILES invocation.
24675         (EXTRA_DIST): Remove csharpexec.sh.in.
24676
24677 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
24678
24679         Sync from coreutils.
24680
24681         Add POSIX ACL support
24682         * lib/acl.h (copy_acl, set_acl): Add declarations.
24683         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
24684         systems other than Linux.
24685         (chmod_or_fchmod): New function: use fchmod when possible,
24686         and chmod otherwise.
24687         (file_has_acl): Add a POSIX ACL implementation, with a
24688         Linux-specific subcase.
24689         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
24690         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
24691         acls are unsupported.
24692         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
24693         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
24694         are unsupported.
24695
24696 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
24697
24698         Sync from coreutils.
24699         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
24700
24701 2006-01-07  Bruno Haible  <bruno@clisp.org>
24702
24703         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
24704         gl_EARLY.
24705
24706 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24707
24708         * lib/strftime.c (tzname): Don't declare if it is already #defined.
24709         Problem reported for Mingw by Mark Junker.
24710
24711 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24712
24713         * README: Gnulib normally doesn't generate a tarball.
24714
24715 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
24716
24717         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
24718         long int, not int, for nanosecond counts, so that people who are
24719         used to POSIX struct timespec won't be surprised.  Reported by Jim
24720         Meyering.
24721
24722 2005-12-28  Bruno Haible  <bruno@clisp.org>
24723
24724         * build-aux/config.rpath: Update from GNU gettext.
24725
24726 2005-12-16  Jim Meyering  <jim@meyering.net>
24727
24728         * modules/fprintftime: New module.
24729         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
24730
24731 2005-12-16  Jim Meyering  <jim@meyering.net>
24732
24733         * m4/fprintftime.m4: New file.
24734
24735 2005-12-16  Jim Meyering  <jim@meyering.net>
24736
24737         * lib/fprintftime.c, lib/fprintftime.h: New files.
24738
24739 2005-12-15  Simon Josefsson  <jas@extundo.com>
24740
24741         * modules/socklen (configure.ac): Fix M4 macro name, to align with
24742         new m4/socklen.m4.
24743
24744 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24745
24746         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
24747         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
24748
24749 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24750
24751         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
24752         * lib/argp-help.c (fill_in_uparams): Check if the constructed
24753         struct uparams is valid. Fall back to the default values if it is
24754         not.
24755
24756 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24757
24758         * modules/argp (Files): Add argp-pin.c
24759         (Depends-on): dirname
24760         (lib_SOURCES): Add argp-pin.c
24761
24762 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24763
24764         * m4/argp.m4:  Check if program_invocation_name and
24765         program_invocation_short_name are declared and define appropriate
24766         macros if they are not.
24767
24768 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24769
24770         * lib/argp-help.c (__argp_base_name): New function
24771         (__argp_short_program_name): Rewrite using __argp_base_name
24772         * lib/argp-namefrob.h: Define program_invocation_name and
24773         program_invocation_short_name if requested
24774         (__argp_base_name): Add prototype
24775         * lib/argp-parse.c (argp_def): Use gettext wrappers
24776         (argp_default_parser): Use __argp_base_name
24777         * lib/argp-pin.c: New file. Defines program_invocation_name and
24778         program_invocation_short_name on systems that lack them.
24779
24780 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24781
24782         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
24783         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
24784         porting problem reported by Georg Schwarz in
24785         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
24786
24787 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24788
24789         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
24790         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
24791         porting problem reported by Georg Schwarz in
24792         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
24793
24794 2005-12-05  Bruno Haible  <bruno@clisp.org>
24795
24796         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
24797         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
24798         Reported by Mark Junker <mjscod@gmx.de>.
24799
24800 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
24801
24802         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
24803         Use implementation from Albert Chin, with some
24804         comments/corrections by Stepan Kasal and myself.
24805
24806 2005-12-02  Bruno Haible  <bruno@clisp.org>
24807
24808         * gnulib-tool (func_import): Accept GPLed build tool modules when
24809         --lgpl is given.
24810         * modules/csharpcomp-script: New file.
24811         * modules/csharpcomp: Depend on it.
24812         * modules/javacomp-script: New file.
24813         * modules/javacomp: Depend on it.
24814         Suggested by Simon Josefsson.
24815
24816 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
24817
24818         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
24819         statement, to work around an HP-UX 10.20 compiler bug reported by
24820         Peter O'Gorman.
24821
24822 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
24823
24824         * modules/savedir (Depends-on): Add openat.
24825
24826 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
24827
24828         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
24829         (uintmax_t) [defined uintmax_t]: Do not declare.
24830         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
24831         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
24832         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
24833         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
24834         sake of portability to weird hosts that C allows (though we don't
24835         know of any practical examples).
24836
24837         * lib/savedir.h (fdsavedir): New decl.
24838         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
24839         contains most of the former guts of savedir.
24840         (savedir): Use savedirstream.
24841         Include "openat.h".
24842
24843 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24844
24845         * modules/obstack (Files): Add m4/ulonglong.m4.
24846         Problem reported by Davide Angelocola.
24847
24848 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
24849
24850         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
24851         coreutils no longer futzes with rounding modes.
24852
24853 2005-11-14  Jim Meyering  <jim@meyering.net>
24854
24855         * lib/mkstemp-safer.c: Include <config.h>, required for possible
24856         replacement of mkstemp.
24857
24858 2005-11-10  Simon Josefsson  <jas@extundo.com>
24859
24860         * lib/readline.c: Remove EOL.
24861
24862 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24863
24864         * modules/gethrxtime (Depends-on): Add gettime.
24865
24866 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24867
24868         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
24869         or gettimeofday; no longer needed.
24870
24871 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24872
24873         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
24874         time business.
24875         (gethrxtime) [! (HAVE_NANOUPTIME
24876         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
24877         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
24878         our own approximation.
24879
24880 2005-11-08  Eric Blake  <ebb9@byu.net>
24881
24882         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
24883
24884 2005-11-08  Eric Blake  <ebb9@byu.net>
24885
24886         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
24887
24888 2005-11-04  Bruno Haible  <bruno@clisp.org>
24889
24890         * gnulib-tool: Implement --update mode.
24891
24892 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24893
24894         Fix porting problem reported by Theodoros V. Kalamatianos.
24895         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
24896         Don't assume that futimes failing means we must fail.
24897
24898 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24899
24900         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
24901         variables to suggest the intended function of the PATH_MAX check.
24902
24903 2005-10-30  Kean Johnston  <jkj@sco.com>
24904
24905         Trivial changes to support SCO systems.
24906         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
24907         as PATH_MAX.
24908         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
24909         where __ptr is null when no I/O is pending.
24910
24911 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24912
24913         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
24914         leave errno alone.  Problem reported by Dmitry V. Levin.
24915
24916 2005-10-28  Simon Josefsson  <jas@extundo.com>
24917
24918         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
24919         Test more.
24920
24921         * tests/test-gc-md2.c, tests/test-md2.c: New files.
24922
24923         * modules/md2, modules/md2-tests: New files.
24924
24925 2005-10-28  Simon Josefsson  <jas@extundo.com>
24926
24927         * m4/inet_ntop.m4: More tests.
24928
24929         * m4/gc-md2.m4, md2.m4: New file.
24930
24931 2005-10-28  Simon Josefsson  <jas@extundo.com>
24932
24933         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
24934         "restrict" keywords, as per POSIX.  Protect the function
24935         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
24936         Don't use K&R prototypes.  Check the sprintf return values.
24937         Re-define EAFNOSUPPORT if not present.  Indent.
24938
24939         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
24940         suggested by Bruno Haible <bruno@clisp.org>.
24941
24942         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
24943
24944         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
24945
24946         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
24947         libgcrypt).
24948
24949         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
24950
24951         * lib/md2.h, lib/md2.c: New files.
24952
24953 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
24954
24955         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
24956         errno alone.  Problem reported by Frederic Jolliton.
24957
24958 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
24959
24960         * modules/verify (License): Change from GPL to LGPL.  This is a
24961         tiny module and there are apparently near-equivalents that are
24962         under the BSD license.
24963
24964 2005-10-24  Simon Josefsson  <jas@extundo.com>
24965
24966         * modules/sha1: Relicense to LGPL.
24967
24968 2005-10-24  Simon Josefsson  <jas@extundo.com>
24969
24970         * lib/md4.h: Shrink buffer size, now that we changed the type.
24971
24972 2005-10-23  Simon Josefsson  <jas@extundo.com>
24973
24974         * gnulib-tool (func_import): Fix --tests-base.
24975
24976 2005-10-22  Simon Josefsson  <jas@extundo.com>
24977
24978         * modules/arcfour (Depends-on): Need stdint.
24979
24980 2005-10-22  Simon Josefsson  <jas@extundo.com>
24981
24982         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
24983         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
24984
24985 2005-10-22  Simon Josefsson  <jas@extundo.com>
24986
24987         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
24988         suggested by Bruno Haible <bruno@clisp.org>.
24989
24990 2005-10-22  Simon Josefsson  <jas@extundo.com>
24991
24992         * lib/crc.h: Include stddef.h, for size_t.
24993
24994 2005-10-22  Simon Josefsson  <jas@extundo.com>
24995
24996         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
24997         arcfour_context struct (simplify test vector testing in GNU
24998         Shishi).
24999
25000 2005-10-21  Simon Josefsson  <jas@extundo.com>
25001
25002         * modules/des, modules/des-tests: New files.
25003
25004         * modules/gc-des, modules/gc-des-tests: New files.
25005
25006         * tests/test-des.c, tests/test-gc-des.c: New file.
25007
25008 2005-10-21  Simon Josefsson  <jas@extundo.com>
25009
25010         * modules/arctwo, modules/arctwo-tests: New files.
25011
25012         * tests/test-arctwo.c: New file.
25013
25014         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
25015
25016         * tests/test-gc-arctwo.c: New file.
25017
25018 2005-10-21  Simon Josefsson  <jas@extundo.com>
25019
25020         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
25021         Bruno Haible <bruno@clisp.org>.
25022
25023         * m4/gc-des.m4: New file.
25024
25025 2005-10-21  Simon Josefsson  <jas@extundo.com>
25026
25027         * m4/arctwo.m4: New file.
25028
25029         * m4/gc-arctwo.m4: New file.
25030
25031 2005-10-21  Simon Josefsson  <jas@extundo.com>
25032
25033         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
25034         block.
25035
25036 2005-10-21  Simon Josefsson  <jas@extundo.com>
25037
25038         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
25039         <bruno@clisp.org>.
25040
25041         * lib/hmac-sha1.c (hmac_sha1): Likewise.
25042
25043         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
25044         Bruno Haible <bruno@clisp.org>.
25045
25046         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
25047         <bruno@clisp.org>.
25048
25049 2005-10-21  Simon Josefsson  <jas@extundo.com>
25050
25051         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
25052
25053 2005-10-21  Simon Josefsson  <jas@extundo.com>
25054
25055         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
25056
25057 2005-10-21  Simon Josefsson  <jas@extundo.com>
25058
25059         * lib/des.h, lib/des.c: New files.
25060
25061         * lib/gc-gnulib.c: Support DES.c
25062
25063 2005-10-21  Simon Josefsson  <jas@extundo.com>
25064
25065         * lib/arctwo.h, lib/arctwo.c: New files.
25066
25067         * lib/gc-gnulib.c: Support ARCTWO.
25068
25069 2005-10-21  Simon Josefsson  <jas@extundo.com>
25070
25071         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
25072         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25073
25074 2005-10-21  Simon Josefsson  <jas@extundo.com>
25075
25076         * gnulib-tool (func_import, func_create_testdir): Define automake
25077         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
25078         Makefile.am snippet),
25079         suggested by Bruno Haible <bruno@clisp.org>.
25080
25081         * modules/gc (Makefile.am): Use it.
25082
25083 2005-10-21  Bruno Haible  <bruno@clisp.org>
25084
25085         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
25086         patch.
25087
25088 2005-10-19  Simon Josefsson  <jas@extundo.com>
25089
25090         * tests/test-gc-rijndael.c: New file.
25091
25092         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
25093
25094 2005-10-19  Simon Josefsson  <jas@extundo.com>
25095
25096         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
25097         interface too.
25098
25099 2005-10-19  Simon Josefsson  <jas@extundo.com>
25100
25101         * tests/test-gc-arcfour.c: New file.
25102
25103         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
25104
25105 2005-10-19  Simon Josefsson  <jas@extundo.com>
25106
25107         * modules/gc-md4, modules/gc-md4-tests: New file.
25108
25109         * tests/test-gc-md4.c: New file.
25110
25111 2005-10-19  Simon Josefsson  <jas@extundo.com>
25112
25113         * m4/gc-md4.m4: New file.
25114
25115 2005-10-19  Simon Josefsson  <jas@extundo.com>
25116
25117         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
25118         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
25119         <kasal@ucw.cz>.
25120
25121 2005-10-19  Simon Josefsson  <jas@extundo.com>
25122
25123         * m4/gc-arcfour.m4: New file.
25124
25125         * m4/gc-rijndael.m4: New file.
25126
25127 2005-10-19  Simon Josefsson  <jas@extundo.com>
25128
25129         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
25130
25131 2005-10-19  Simon Josefsson  <jas@extundo.com>
25132
25133         * lib/gc-gnulib.c: Support ARCFOUR.
25134
25135 2005-10-19  Simon Josefsson  <jas@extundo.com>
25136
25137         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
25138         support.
25139
25140         * lib/gc.h: Add ECB enum type.
25141
25142         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
25143
25144 2005-10-18  Simon Josefsson  <jas@extundo.com>
25145
25146         * tests/test-md5.c: New file.
25147
25148         * modules/md5-tests: New file.
25149
25150 2005-10-18  Simon Josefsson  <jas@extundo.com>
25151
25152         * tests/test-md4.c: New file.
25153
25154         * modules/md4, modules/md4-tests: New files.
25155
25156 2005-10-18  Simon Josefsson  <jas@extundo.com>
25157
25158         * m4/md4.m4: New file.
25159
25160 2005-10-18  Simon Josefsson  <jas@extundo.com>
25161
25162         * lib/md4.h, lib/md4.c: New files, based on md5.?.
25163
25164 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
25165
25166         * gnulib-tool (func_create_testdir): Omit the second check whether
25167         BUILT_SOURCES in nonempty.
25168
25169 2005-10-17  Simon Josefsson  <jas@extundo.com>
25170
25171         * tests/test-rijndael.c: New file.
25172
25173 2005-10-17  Simon Josefsson  <jas@extundo.com>
25174
25175         * modules/sha1: Depend on stdint instead of md5.
25176
25177         * modules/md5: Depend on stdint, remove uint32_t.
25178
25179 2005-10-17  Simon Josefsson  <jas@extundo.com>
25180
25181         * modules/gc-sha1-tests: New file.
25182
25183         * tests/test-gc-sha1.c: New file.
25184
25185 2005-10-17  Simon Josefsson  <jas@extundo.com>
25186
25187         * m4/md5.m4: Remove call to uint32_t.m4.
25188
25189 2005-10-17  Simon Josefsson  <jas@extundo.com>
25190
25191         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
25192
25193         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
25194         md5.h.
25195
25196         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
25197
25198         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
25199
25200 2005-10-17  Simon Josefsson  <jas@extundo.com>
25201
25202         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
25203
25204 2005-10-17  Simon Josefsson  <jas@extundo.com>
25205
25206         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
25207
25208 2005-10-17  Simon Josefsson  <jas@extundo.com>
25209
25210         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
25211
25212         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
25213
25214 2005-10-17  Bruno Haible  <bruno@clisp.org>
25215
25216         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
25217         that it can also be used in a test.
25218
25219 2005-10-16  Bruno Haible  <bruno@clisp.org>
25220
25221         * gnulib-tool (func_emit_tests_Makefile_am): Also define
25222         TESTS_ENVIRONMENT, so that individual tests can augment it.
25223
25224         * gnulib-tool (func_create_testdir): Use an intermediate target for
25225         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
25226         macros, like $(ALLOCA_H), which cannot be passed through the command
25227         line.
25228
25229 2005-10-15  Simon Josefsson  <jas@extundo.com>
25230
25231         * modules/rijndael-tests: New file.
25232
25233         * modules/rijndael: New file.
25234
25235 2005-10-15  Simon Josefsson  <jas@extundo.com>
25236
25237         * m4/rijndael.m4: New file.
25238
25239 2005-10-15  Simon Josefsson  <jas@extundo.com>
25240
25241         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
25242
25243         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
25244
25245 2005-10-14  Simon Josefsson  <jas@extundo.com>
25246
25247         * tests/test-arcfour.c: New file.
25248
25249         * modules/arcfour, modules/arcfour-tests: New files.
25250
25251 2005-10-14  Simon Josefsson  <jas@extundo.com>
25252
25253         * m4/arcfour.m4: New file.
25254
25255 2005-10-14  Simon Josefsson  <jas@extundo.com>
25256
25257         * lib/arcfour.h, lib/arcfour.c: New files.
25258
25259 2005-10-14  Roland McGrath  <roland@redhat.com>
25260
25261         Import from libc.  [BZ #1331]
25262         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
25263         macro argument.
25264         Reported by Matej Vela <vela@debian.org>.
25265
25266 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25267
25268         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
25269         include <wchar.h>; no longer needed.
25270
25271 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25272
25273         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
25274
25275 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
25276         and  Ulrich Drepper  <drepper@redhat.com>
25277
25278         Import from libc.
25279         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
25280         instead of inline stream orientation test and two separate
25281         function calls.  Pay no attention to USE_IN_LIBIO.
25282
25283 2005-10-13  Simon Josefsson  <jas@extundo.com>
25284
25285         * modules/gc-hmac-md5-tests: New file.
25286
25287         * tests/test-gc-hmac-sha1.c: New file.
25288
25289         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
25290
25291         * modules/gc-hmac-md5-tests: New file.
25292
25293         * tests/test-gc-md5.c: New file.
25294
25295         * modules/gc-md5-tests: New file.
25296
25297 2005-10-13  Simon Josefsson  <jas@extundo.com>
25298
25299         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
25300         Move memory allocation outside of loop.
25301
25302 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
25303
25304         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
25305         intermediate directory is in a read-only file system.  Problem
25306         reported by Eric Blake.
25307
25308 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
25309
25310         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
25311
25312 2005-10-12  Simon Josefsson  <jas@extundo.com>
25313
25314         * tests/test-hmac-sha1.c: New file.
25315
25316         * modules/hmac-sha1-tests: New file.
25317
25318         * modules/hmac-sha1: New file.
25319
25320 2005-10-12  Simon Josefsson  <jas@extundo.com>
25321
25322         * modules/gc-sha1: New file.
25323
25324 2005-10-12  Simon Josefsson  <jas@extundo.com>
25325
25326         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
25327
25328         * tests/test-gc-pbkdf2-sha1.c: New file.
25329
25330 2005-10-12  Simon Josefsson  <jas@extundo.com>
25331
25332         * modules/gc-md5, modules/gc-hmac-md5: New files.
25333
25334         * modules/gc (Files): Remove md5, memxor and hmac files.
25335
25336 2005-10-12  Simon Josefsson  <jas@extundo.com>
25337
25338         * m4/gc-pbkdf2-sha1.m4: New file.
25339
25340         * m4/gc-hmac-sha1.m4: New file.
25341
25342         * m4/gc-sha1: New file.
25343
25344         * m4/hmac-sha1.m4: New file.
25345
25346 2005-10-12  Simon Josefsson  <jas@extundo.com>
25347
25348         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
25349
25350         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
25351
25352 2005-10-12  Simon Josefsson  <jas@extundo.com>
25353
25354         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
25355         suggested by Bruno Haible <bruno@clisp.org>.
25356
25357 2005-10-12  Simon Josefsson  <jas@extundo.com>
25358
25359         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
25360
25361 2005-10-12  Simon Josefsson  <jas@extundo.com>
25362
25363         * lib/gc-pbkdf2-sha1.c: New file.
25364
25365         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
25366
25367 2005-10-12  Simon Josefsson  <jas@extundo.com>
25368
25369         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
25370
25371         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
25372
25373 2005-10-12  Simon Josefsson  <jas@extundo.com>
25374
25375         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
25376         GC_USE_HMAC_MD5, respectively.
25377
25378         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
25379         (gc_md5): Fix typo.
25380
25381         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
25382
25383         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
25384
25385         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
25386
25387 2005-10-12  Bruno Haible  <bruno@clisp.org>
25388
25389         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
25390         Reported by Stepan Kasal <kasal@ucw.cz>.
25391
25392 2005-10-11  Simon Josefsson  <jas@extundo.com>
25393
25394         * tests/test-crc.c: New file.
25395
25396         * modules/crc, modules/crc-tests: New files.
25397
25398 2005-10-11  Simon Josefsson  <jas@extundo.com>
25399
25400         * m4/crc.m4: New file.
25401
25402 2005-10-11  Simon Josefsson  <jas@extundo.com>
25403
25404         * lib/gc.h: Add gc_hash and gc_hash_buffer.
25405
25406         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
25407
25408         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
25409
25410 2005-10-11  Simon Josefsson  <jas@extundo.com>
25411
25412         * lib/crc.h, lib/crc.c: New files.
25413
25414         * lib/gc.h (gc_hash_buffer): Add doc.
25415
25416 2005-10-11  Bruno Haible  <bruno@clisp.org>
25417
25418         * modules/c-strcasestr: New file.
25419         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
25420
25421 2005-10-11  Bruno Haible  <bruno@clisp.org>
25422
25423         * modules/c-strcase: New file.
25424         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
25425
25426 2005-10-11  Bruno Haible  <bruno@clisp.org>
25427
25428         * lib/strcasecmp.c: Include limits.h.
25429         (strcasecmp): Avoid integer overflow on exotic platforms.
25430         * lib/strncasecmp.c: Include limits.h.
25431         (strncasecmp): Avoid integer overflow on exotic platforms.
25432         Reported by Paul Eggert.
25433
25434 2005-10-11  Bruno Haible  <bruno@clisp.org>
25435
25436         * lib/c-strcasestr.h: New file, from GNU gettext.
25437         * lib/c-strcasestr.c: New file, from GNU gettext.
25438
25439 2005-10-11  Bruno Haible  <bruno@clisp.org>
25440
25441         * lib/c-strcase.h: New file, from GNU gettext.
25442         * lib/c-strcasecmp.c: New file, from GNU gettext.
25443         * lib/c-strncasecmp.c: New file, from GNU gettext.
25444
25445 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
25446
25447         * modules/mempcpy (License): GPL -> LGPL.
25448         * modules/strchrnul (License): Likewise.
25449         * modules/sysexits (License): Likewise.
25450
25451 2005-10-08  Simon Josefsson  <jas@extundo.com>
25452
25453         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
25454
25455 2005-10-07  Simon Josefsson  <jas@extundo.com>
25456
25457         * m4/memxor.m4: Remove gl_C_RESTRICT call.
25458
25459 2005-10-06  Simon Josefsson  <jas@extundo.com>
25460
25461         * tests/test-hmac-md5.c: New file.
25462
25463         * modules/hmac-md5-tests: New file.
25464
25465         * modules/hmac-md5: New file.
25466
25467 2005-10-06  Simon Josefsson  <jas@extundo.com>
25468
25469         * m4/hmac-md5.m4: New file.
25470
25471         * m4/memxor.m4: Require gl_C_RESTRICT.
25472
25473 2005-10-06  Simon Josefsson  <jas@extundo.com>
25474
25475         * lib/memxor.c (memxor): Avoid casts and warnings.
25476
25477 2005-10-06  Simon Josefsson  <jas@extundo.com>
25478
25479         * lib/hmac-md5.c: New file.
25480
25481         * lib/hmac.h: New file.
25482
25483 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
25484
25485         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
25486         promotes to int, not unsigned int, to catch the AIX 5.3
25487         compiler bug.
25488
25489 2005-10-05  Simon Josefsson  <jas@extundo.com>
25490
25491         * modules/memxor: New file.
25492
25493         * modules/iconv (Files): Move config.rpath to havelib, it is used
25494         there.
25495
25496         * modules/havelib (Files): Add config.rpath.
25497
25498 2005-10-05  Simon Josefsson  <jas@extundo.com>
25499
25500         * m4/memxor.m4: New file.
25501
25502 2005-10-05  Simon Josefsson  <jas@extundo.com>
25503
25504         * lib/memxor.c (memxor): Fix compiler error.
25505
25506         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
25507         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
25508
25509         * lib/memxor.h, lib/memxor.c: New files.
25510
25511         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
25512         we assume all systems have it, suggested by Jim Meyering
25513         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
25514         any systems lack sys/socket.h; mingw32 is known to lack it, but we
25515         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
25516         same reasons.
25517
25518 2005-10-05  Simon Josefsson  <jas@extundo.com>
25519
25520         * config/srclist.txt: Add glibc bug 1423 for md5.h.
25521
25522 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
25523
25524         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
25525         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
25526         needed, since the source code now assumes these .h files.
25527
25528 2005-10-05  Derek Price  <derek@ximbiot.com>
25529
25530         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
25531
25532 2005-10-05  Bruno Haible  <bruno@clisp.org>
25533
25534         * modules/stdint (License): Change to LGPL.
25535
25536 2005-10-04  Simon Josefsson  <jas@extundo.com>
25537
25538         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
25539         D. Baushke" <mdb@gnu.org>.
25540
25541 2005-10-04  Bruno Haible  <bruno@clisp.org>
25542
25543         * lib/verify.h (verify_true): Provide alternative definition for C++.
25544
25545 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
25546
25547         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
25548         (SSIZE_MAX): New macro, if not already defined.
25549         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
25550         than 2 GiB.
25551
25552 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25553
25554         Sync from coreutils.
25555         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
25556         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
25557         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
25558         ULLONG_MAX doesn't work with 2.7.2.1.
25559
25560 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25561
25562         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
25563         From Ben Pfaff.
25564
25565         * modules/exclude (Depends-on): Depend on verify.
25566         * modules/strtoimax (Depends-on): Likewise.
25567         * modules/utimecmp (Depends-on): Likewise.
25568
25569 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25570
25571         * lib/exclude.c: Include verify.h.
25572         (verify): Remove.  All callers changed to use verify.h's version.
25573         * lib/strtoimax.c: Likewise.
25574         * lib/utimecmp.c: Likewis.e
25575
25576         Sync from coreutils.
25577         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
25578         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
25579         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
25580         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
25581         bother returning ENOSYS if settimeofday or stime fails; just let
25582         them return whatever errno they want to return.
25583         * lib/utimens.c: Include unistd.h, for dup2.
25584         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
25585         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
25586
25587 2005-10-02  Jim Meyering  <jim@meyering.net>
25588
25589         Sync from coreutils.
25590         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
25591         from glibc-2.2.5 that fails for read-only files.
25592
25593 2005-10-02  Jim Meyering  <jim@meyering.net>
25594
25595         Sync from coreutils.
25596         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
25597         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
25598         `#if HAVE_CONFIG_H'.
25599         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
25600         Remove AT_FDCWD test.
25601         Do not consume the fd unless successful.
25602         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
25603         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
25604         block, so that we don't even try to compile it if settimeofday is
25605         available.  This works around a compilation failure on OSF1 V5.1,
25606         due to stime requiring a `long int*' while tv_sec is `int'.
25607
25608 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
25609
25610         Sync from coreutils.
25611         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
25612         against `yes', rather than just testing for nonempty.
25613
25614 2005-10-01  Simon Josefsson  <jas@extundo.com>
25615
25616         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
25617         and Darwin.
25618
25619         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
25620         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
25621         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
25622         freeaddrinfo and gai_strerror are declared by the POSIX headers.
25623         Check if struct addrinfo is declared.
25624
25625 2005-10-01  Simon Josefsson  <jas@extundo.com>
25626
25627         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
25628         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
25629         AI_* and EAI_* definitions.  Protect function declarations.
25630
25631 2005-10-01  Jim Meyering  <jim@meyering.net>
25632
25633         Sync from coreutils.
25634
25635         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
25636         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
25637         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
25638         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
25639         in the inet and nsl libraries.  Required on Solaris 5.7.
25640
25641 2005-10-01  Jim Meyering  <jim@meyering.net>
25642
25643         Sync from coreutils.
25644         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
25645         in the inet and nsl libraries.  Required on Solaris 5.7.
25646
25647 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
25648
25649         * lib/getdelim.c (getdelim): Remove unused variables.
25650
25651 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
25652
25653         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
25654         so that the code works even with ancient cpp.  Portability problem
25655         with GCC 2.7.2.1 reported by Thomas M.Ott.
25656
25657 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
25658
25659         * modules/regex (Depends-on): Add strcase.
25660
25661         * modules/gethostname (Licence): Change from GPL to LGPL, since
25662         gethostname.c is a trivial implementation of a standard library
25663         function.
25664         * modules/poll (License): Change from GPL to LGPL, since it's
25665         derived from LGPL code.
25666
25667 2005-09-27  Jim Meyering  <jim@meyering.net>
25668
25669         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
25670         HAVE_CONFIG_H.
25671
25672         * lib/intprops.h (signed_type_or_expr__): Define.
25673         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
25674         for unsigned types.
25675
25676 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
25677
25678         * lib/verify.h (verify_expr): Remove, replacing with:
25679         (verify_true): New macro that returns true instead of void.
25680         (verify_type__): Remove.
25681         (verify): Use verify_true rather than verify_type__.
25682
25683 2005-09-26  Bruno Haible  <bruno@clisp.org>
25684
25685         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
25686         is necessary.
25687         (lib_SOURCES): Remove mbchar.c.
25688         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
25689         (Files): Add m4/mbrtowc.m4.
25690         * modules/mbiter: Likewise.
25691         * modules/mbuiter: Likewise.
25692
25693 2005-09-26  Bruno Haible  <bruno@clisp.org>
25694
25695         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
25696         compile mbchar.c if they are not both present.
25697         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
25698         * m4/mbiter.m4 (gl_MBITER): Likewise.
25699         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
25700         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
25701         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
25702
25703 2005-09-25  Jim Meyering  <jim@meyering.net>
25704
25705         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
25706         also uses socklen_t.
25707
25708 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
25709
25710         * lib/utimens.c (ENOSYS): Define if not already defined.
25711         (futimens): Support having a null PATH if the file descriptor
25712         is nonnegative.
25713
25714         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
25715         Remove.
25716         (__attribute): Define to empty unless GCC 3.1 or later.
25717         This works around a core dump on OpenBSD 3.4, which has GCC
25718         2.95.3, which dumps core when given __attribute__(()).  It also
25719         simplifies other tests, since we really don't want to bother with
25720         worrying about which ancient version of GCC supported what.
25721         Original problem reported by Yoann Vandoorselaere, with part of
25722         the fix suggested by Derek Price.
25723
25724 2005-09-24  Jim Meyering  <jim@meyering.net>
25725
25726         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
25727         so we can once again use a positive bitfield width of 1 -- now we
25728         don't have to explain why we were using a bitfield width of 2.
25729
25730 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
25731
25732         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
25733         and similarly for the other external symbols.  Problem reported
25734         by James Gallager.
25735
25736         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
25737         bug reported by Jim Meyering.
25738
25739         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
25740         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
25741         not needed, since socklen is a prerequisite module.
25742
25743 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
25744
25745         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
25746         Problem reported by Eric Blake.
25747         (getaddrinfo): Initialize se so that it's not garbage.
25748         Redo internal storage allocation so that it doesn't make unportable
25749         assumptions about alignment.
25750         Fix a memory leak.
25751
25752         * lib/utimens.c (futimens): Use futimesat if available.
25753         Prefer it to futimes since it doesn't have the futimes bug.
25754
25755         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
25756         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
25757         Instead, declare a function that returns a pointer to an array,
25758         and use verify_type__ to declare the size of the array.
25759         Problem and germ of a solution reported by Bruno Haible.
25760         (verify_type__): Use 2, not 1, for bitfield size, to avoid
25761         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
25762
25763 2005-09-23  Jim Meyering  <jim@meyering.net>
25764
25765         Sync from coreutils.
25766         Correct build failure (socklen_t not defined) on at least
25767         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
25768         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
25769
25770 2005-09-23  Jim Meyering  <jim@meyering.net>
25771
25772         * modules/getaddrinfo (Depends-on): Add socklen.
25773
25774 2005-09-23  Bruno Haible  <bruno@clisp.org>
25775
25776         * tests/test-verify.c: New file.
25777
25778 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25779
25780         Sync from coreutils.
25781
25782         * modules/argmatch (Depends-on): Add verify.
25783         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
25784         unistd-safer.
25785         * modules/save-cwd (Depends-on): Likewise.
25786
25787         * modules/openat (Files): Add lib/openat-die.c.
25788         (Depends-on): Remove error, exitfail.
25789         Add dirname.
25790
25791         * modules/verify: New file.
25792         * MODULES.html.sh (Diagnostics <assert.h>): New section,
25793         with "verify" module.
25794
25795 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25796
25797         Sync from coreutils.
25798
25799         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
25800         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
25801         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
25802         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
25803         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
25804         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
25805         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
25806         Don't bother checking for string.h, stdlib.h, unistd.h.
25807         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
25808         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
25809         module's job.
25810         * m4/jm-macros.m4 (gl_MACROS): Likewise.
25811         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
25812
25813         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
25814         (gl_GETDATE): Use it.
25815
25816         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
25817
25818 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25819
25820         Sync from coreutils.
25821
25822         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
25823         stat-time.h.
25824         * lib/argmatch.h: Include verify.h
25825         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
25826         (ARGMATCH_ASSERT): Remove; unused.
25827         * lib/canonicalize.c: Assume STDC_HEADERS.
25828         * lib/exclude.c: Include "strcase.h".
25829         * lib/regex_internal.h [!defined _LIBC]: Likewise.
25830         * lib/getusershell.c: Include stdio--.h rather than stdio.h
25831         and stdio-safer.h.
25832         (getusershell): Call fopen, not fopen_safer.
25833         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
25834         Do not include unistd-safer.h.
25835         (save_cwd): Don't call fd_safer; no longer needed
25836         now that we include fcntl--.h.
25837
25838         * lib/getdate.y (relative_time): New type.
25839         (RELATIVE_TIME_0): New constant.
25840         (parser_control): Use relative_time instead of doing it ourselves.
25841         (%union): Add new relative_time rel member.
25842         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
25843         Now typeless.
25844         (relunit, relunit_snumber): Now of type rel.
25845         (zone, rel, relunit, get_date): Adjust to above changes.
25846
25847         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
25848         Do not include unistd-safer.h.
25849         (getloadavg): Don't call fd_safer; no longer needed
25850         now that we include fcntl--.h.
25851
25852         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
25853         (make_dir_parents): Treat ENOSYS like EEXIST.
25854
25855         Improve quality of diagnostics on restore_cwd failure.
25856         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
25857         (make_dir_parents): Last arg is now int * (for errno), not bool *.
25858         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
25859         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
25860         each time through the loop.  Do not diagnose restore_cwd failure;
25861         that is the caller's job (and perhaps the caller does not care).
25862
25863         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
25864         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
25865         If the file already exists but is not a directory, don't bother
25866         to try to make its parents.
25867         Close potential file descriptor leak if we can't chdir("/") (!).
25868         Don't always return true if chdir($PWD) fails; return true only
25869         if the requested action was done successfully (except for the
25870         chdir($PWD)).
25871         Don't log final directory unless we actually made it.
25872         Refactor to avoid duplicate code to fix up permissions.
25873         Don't attempt to fix up parent permissions if chdir($PWD) fails.
25874
25875         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
25876         to make it a bit faster and (I hope) clearer.
25877         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
25878         Fix bug in formats like %2N.
25879
25880         * lib/verify.h: New file.
25881
25882 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25883
25884         Sync from coreutils.
25885         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
25886
25887 2005-09-22  Jim Meyering  <jim@meyering.net>
25888
25889         Sync from coreutils.
25890
25891         * m4/lstat.m4 (gl_FUNC_LSTAT):
25892         Use AC_LIBSOURCES to require lstat.c and lstat.h.
25893         Remove obsolete comment.
25894         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
25895         * m4/xstrtod.m4: Likewise.
25896
25897         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
25898
25899 2005-09-22  Jim Meyering  <jim@meyering.net>
25900
25901         Sync from coreutils.
25902
25903         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
25904
25905         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
25906         the .tm_year member, since otherwise gcc-4.0 would now warn about
25907         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
25908
25909         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
25910         order to avoid an unsuppressible warning from gcc on 64-bit systems.
25911
25912         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
25913         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
25914         when run in a time zone for which daylight savings time is in effect
25915         for the starting date.
25916
25917         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
25918         stop us from restricting permissions of just-created absolute-named
25919         directories.
25920         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
25921         to restore initial working directory.
25922         * lib/mkdir-p.c (make_dir_parents): New parameter:
25923         different_working_dir, to tell caller if/when we change the working
25924         directory and are unable to return to the initial one.
25925         * lib/mkdir-p.h (make_dir_parents): Update prototype.
25926         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
25927         `return false'.  This fixes a bug introduced on 2004-07-30.
25928
25929         * lib/openat.c (fdopendir): Be sure to close the supplied
25930         file descriptor before returning.  This makes our replacement
25931         implementation a little closer to Solaris's, where fdopendir
25932         ties the file descriptor to the returned DIR* pointer.
25933         * lib/openat.c (unlinkat): New function.
25934         * lib/openat.h (unlinkat): Add prototype.
25935         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
25936         (openat_restore_fail): Rename from openat_restore_die.
25937         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
25938
25939         Provide an alternative to exiting immediately upon save_cwd or
25940         restore_cwd failure.  Now, an application can arrange e.g.,
25941         to perform a longjump in that case.
25942         * lib/openat.c: Include dirname.h.
25943         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
25944         (rpl_openat, fdopendir, fstatat): Call openat_save_die
25945         and openat_restore_die rather than calling error directly.
25946         Don't include "error.h" or "exitfail.h"; they're no longer needed.
25947
25948         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
25949         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
25950         define.
25951
25952         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
25953         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
25954                             int utc, int nanoseconds);
25955         Background:
25956         date should not have to allocate a megabyte of virtual memory to
25957         handle a format argument like +%1048575T.  When implemented with
25958         strftime, it must allocate such a buffer, use strftime to fill it
25959         in, print it, then free it.
25960         With fprintftime, it simply prints everything and exits.
25961         With no need for memory allocation, that's one fewer way to fail.
25962         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
25963         optional field width, not before, so we accept %9:z, not %:9z.
25964         (my_strftime): Be sure to use L_('x') for literals.
25965
25966         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
25967         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
25968         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
25969         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
25970         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
25971         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
25972         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
25973         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
25974         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
25975         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
25976         * lib/xgethostname.c, lib/xreadlink.c:
25977         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
25978
25979         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
25980         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
25981         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
25982         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
25983         and don't include <sys/file.h>).
25984
25985 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
25986
25987         Sync from coreutils.
25988
25989         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
25990         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
25991         [!LDAV_DONE]: Avoid unused variable warning.
25992
25993 2005-09-21  Bruno Haible  <bruno@clisp.org>
25994
25995         * lib/unicodeio.h (unicode_to_mb): New declaration.
25996
25997 2005-09-20  Derek Price  <derek@ximbiot.com>
25998
25999         * lib/getaddrinfo.c: Don't include <netdb.h> included from
26000         getaddrinfo.h.
26001
26002 2005-09-20  Bruno Haible  <bruno@clisp.org>
26003
26004         * gnulib-tool: Remove trailing slashes from the values specified for
26005         --source-base, --m4-base, --tests-base, --aux-dir.
26006         Suggested by Simon Josefsson <jas@extundo.com>.
26007
26008 2005-09-20  Bruno Haible  <bruno@clisp.org>
26009
26010         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
26011         func_modules_to_filelist, func_import, func_create_testdir): Make all
26012         sorting results locale-independent, so that gnulib-cache.m4 doesn't
26013         change when gnulib-tool is invoked in a different locale.
26014
26015 2005-09-19  Simon Josefsson  <jas@extundo.com>
26016
26017         * m4/socklen.m4: Fix typo.
26018
26019 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26020
26021         Use a consistent style for including <config.h>.
26022         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
26023         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
26024         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
26025         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
26026         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
26027         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
26028         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
26029         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
26030         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
26031         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
26032         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
26033         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
26034         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
26035         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
26036         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
26037         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
26038         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
26039         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
26040         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
26041         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
26042         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
26043         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
26044         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
26045         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
26046         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
26047         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
26048         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
26049         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
26050         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
26051         lib/xstrtoumax.c, lib/yesno.c:
26052         Standardize inclusion of config.h.
26053         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
26054         lib/inttostr.h:  Removed inclusion of config.h from header files.
26055         * lib/inttostr.c:  Adjusted in-tree users.
26056         * lib/timespec.h: Remove superfluous warning to include config.h.
26057         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
26058         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
26059         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
26060         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
26061         config.h with HAVE_CONFIG_H.
26062
26063 2005-09-19  Jim Meyering  <jim@meyering.net>
26064
26065         * modules/pathmax (License): Change to LGPL.
26066
26067 2005-09-19  Derek Price  <derek@ximbiot.com>
26068
26069         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
26070
26071 2005-09-19  Bruno Haible  <bruno@clisp.org>
26072
26073         * gnulib-tool (import): Provide default for --tests-base.
26074
26075 2005-09-19  Bruno Haible  <bruno@clisp.org>
26076
26077         * doc/quote.texi: New file, extracted from gnulib.texi.
26078         * doc/ctime.texi: New file, extracted from gnulib.texi.
26079         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
26080         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
26081         * doc/gnulib.texi: Include them.
26082
26083 2005-09-18  Bruno Haible  <bruno@clisp.org>
26084
26085         Portability fix.
26086         * gnulib-tool (func_readlink): New function.
26087         (func_ln_if_changed): Use it.
26088
26089 2005-09-18  Bruno Haible  <bruno@clisp.org>
26090
26091         * gnulib-tool: Support --with-tests also with --import.
26092         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
26093         (func_import): Use variables $testsbase and $inctests. Emit a
26094         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
26095         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
26096         SUBDIRS += $testsdir.
26097         (func_create_testdir): Update.
26098
26099 2005-09-18  Bruno Haible  <bruno@clisp.org>
26100
26101         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
26102         instead of $dry_run.
26103         (func_cp_if_changed, func_mv_if_changed): Remove functions.
26104         (func_ln_if_changed): Don't handle dry-run here.
26105         (func_import): In dry-run mode, detect more precisely which actions
26106         would be performed, and don't use "...ing" verbs.
26107
26108 2005-09-18  Bruno Haible  <bruno@clisp.org>
26109
26110         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
26111         (func_import): Use join on two temporary files instead of three nested
26112         loops, in order to determine which files are new or old.
26113
26114 2005-09-18  Bruno Haible  <bruno@clisp.org>
26115
26116         * gnulib-tool (func_import): Comment out code that spits out the
26117         new files with --dry-run.
26118
26119 2005-09-18  Bruno Haible  <bruno@clisp.org>
26120
26121         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
26122
26123 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
26124
26125         * lib/stat-time.h: New file.
26126         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
26127         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
26128         in a different way.
26129         (timespec_cmp): New function.
26130         * lib/utimecmp.c: Include stat-time.h.
26131         (SYSCALL_RESOLUTION): Depend on whether various struct stat
26132         members exist, not on the obsolescent ST_MTIM_NSEC.
26133         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
26134
26135 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
26136
26137         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
26138
26139 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
26140
26141         * MODULES.html.sh (File system functions): Add stat-time.
26142         * modules/stat-time: New file.
26143         * modules/timespec (Files): Remove m4/st_mtim.m4; this
26144         is now done in a different way, by the stat-time module.
26145         * modules/utimecmp (Depends-on): Add stat-time.
26146
26147 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
26148
26149         * m4/st_mtim.m4: Remove.  Superseded by...
26150         * m4/stat-time.m4: New file.
26151         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
26152         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
26153
26154 2005-09-15  Derek Price  <derek@ximbiot.com>
26155
26156         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
26157
26158 2005-09-15  Derek Price  <derek@ximbiot.com>
26159
26160         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
26161         * lib/regex_internal.c: Ditto, using this...
26162         (__GNUC_PREREQ): ...new macro.
26163         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
26164         using...
26165         (__GNUC_PREREQ): ...this new macro.
26166
26167         * lib/strstr.h: Include string.h. Define strstr as a macro here.
26168
26169 2005-09-15  Derek Price  <derek@ximbiot.com>
26170             Paul Eggert  <eggert@cs.ucla.edu>
26171
26172         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
26173         changes, consolidating in...
26174         * lib/regex_internal.h: ...this file.
26175
26176 2005-09-13  Jim Meyering  <jim@meyering.net>
26177
26178         * lib/canon-host.c: Filter through gnu indent and reword comments
26179         slightly.
26180         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
26181
26182 2005-09-13  Derek Price  <derek@ximbiot.com>
26183
26184         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
26185         failure.
26186         Reported by Jim Meyering  <jim@meyering.net>.
26187
26188 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26189
26190         * lib/base64.c: Typo.
26191         (base64_encode): Put b64str in initialized data section.
26192
26193 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
26194
26195         Merge glibc and coreutils changes into gnulib, plus a few
26196         extra fixes.
26197         * lib/md5.c: Use #error rather than a string.
26198         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
26199         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
26200         (__attribute__): Define to empty for non recent-GCC.
26201         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
26202         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
26203         Renamed from their non-__ counterparts, with new macros replacing
26204         them if not _LIBC.  Add __THROW attribute.
26205         (rol): Remove.
26206         (struct md5_ctx): Align buffer if using GCC.
26207         * lib/sha1.h (struct sha1_ctx): Likewise.
26208         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
26209         The old name was backwards.
26210         (NOTSWAP): Remove; not used.
26211         (rol): New macro, moved here from md5.h.
26212         (sha1_process_block): Remove a FIXME that doesn't make sense.
26213
26214 2005-09-12  Derek Price  <derek@ximbiot.com>
26215
26216         Return usable errors from canon-host.
26217         * lib/canon-host.h: New file.
26218         * lib/canon-host.c (canon_host): Wrap...
26219         (canon_host_r): ...this new function, which now relies exclusively on
26220         getaddrinfo.
26221         (ch_strerror): New function.
26222         (last_cherror): New global.
26223         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
26224         interface.
26225         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
26226         void *.
26227         (freeaddrinfo): Free ai->ai_canonname when set.
26228
26229 2005-09-12  Derek Price  <derek@ximbiot.com>
26230
26231         Make canon-host require getaddrinfo.
26232         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
26233         AC_LIBSOURCE canon-host.h.  Call...
26234         (gl_PREREQ_CANON_HOST): ...this new function, which requires
26235         gl_GETADDRINFO.
26236         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
26237
26238 2005-09-12  Derek Price  <derek@ximbiot.com>
26239
26240         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
26241         LGPL.
26242         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
26243
26244 2005-09-12  Derek Price  <derek@ximbiot.com>
26245
26246         * lib/gai_strerror.c: Include config.h when available.  Include
26247         getaddrinfo.h before other headers to test interface.
26248         Reported by Larry Jones <lawrence.jones@ugs.com>.
26249
26250 2005-09-12  Derek Price  <derek@ximbiot.com>
26251             Paul Eggert  <eggert@cs.ucla.edu>
26252
26253         * modules/glob (Files): Add glob-libc.h.
26254
26255 2005-09-12  Derek Price  <derek@ximbiot.com>
26256             Paul Eggert  <eggert@cs.ucla.edu>
26257
26258         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
26259         glob_.h, glob-libc.h.
26260         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
26261
26262 2005-09-12  Derek Price  <derek@ximbiot.com>
26263             Paul Eggert  <eggert@cs.ucla.edu>
26264
26265         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
26266         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
26267         protecting things that should be done only in gnulib contexts.
26268         * lib/glob_.h: New file, containing only the glob things needed for
26269         gnulib.
26270         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
26271         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
26272         (glob, globfree, glob_pattern_p): Now defined simply in terms of
26273         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
26274         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
26275         and to respect the namespace rules better.
26276
26277 2005-09-08  Simon Josefsson  <jas@extundo.com>
26278
26279         * modules/socklen: New file.
26280
26281 2005-09-08  Simon Josefsson  <jas@extundo.com>
26282
26283         * m4/socklen.m4: New file.
26284
26285 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26286
26287         * modules/utimens (Files): Add m4/utimbuf.m4, since
26288         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
26289         Reported by Sergey Poznyakoff.
26290
26291 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26292
26293         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
26294         definitions, since that's the preferred style in glibc.
26295         Fix a minor spacing issue, and update copyright notice to match
26296         glibc's.
26297
26298 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26299
26300         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
26301
26302 2005-09-06  Simon Josefsson  <jas@extundo.com>
26303
26304         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
26305         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
26306
26307 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26308
26309         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
26310         warning.
26311
26312 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26313
26314         * config/srclist.txt: Add glibc bug 1302.
26315
26316 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
26317
26318         Change bitset word type from unsigned int to unsigned long int,
26319         as this has better performance on typical 64-bit hosts.
26320         Port bitset code to hosts with unusual word sizes.
26321         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
26322         (build_collating_symbol):
26323         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
26324         argument is a bitset.  This is merely a style issue, but it makes
26325         it clearer that an entire array is expected.
26326         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
26327         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
26328         Port to the case where bitset_word is not the same as unsigned int.
26329         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
26330         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
26331         Likewise.
26332         * lib/regexec.c (check_dst_limits_calc_pos_1,
26333         check_subexp_matching_top):
26334         (build_trtable, group_nodes_into_DFAstates):
26335         Likewise.
26336         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
26337         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
26338         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
26339         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
26340         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
26341         * lib/regcomp.c (optimize_subexps, lower_subexp):
26342         Work even if bitset_word has holes in its bitwise representation.
26343         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
26344         * lib/regexec.c (check_dst_limits_calc_pos_1,
26345         check_subexp_matching_top):
26346         Likewise.
26347         * lib/regex_internal.c (re_string_reconstruct):
26348         Don't assume UCHAR_MAX == 255.
26349         * lib/regex_internal.h (bitset_set_all): Likewise.
26350         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
26351         All uses changed.
26352         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
26353         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
26354         All uses changed.
26355         (BITSET_WORD_MAX): New macro.
26356         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
26357         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
26358         (bitset_empty, bitset_copy):
26359         Prefer sizeof (bitset) to multiplying it out ourselves.
26360         (bitset_not_merge): Remove; unused.
26361         (bitset_contain): Return bool, not unsigned int with one bit on.
26362         All callers changed.
26363         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
26364         alignment than re_node_set; do this by defining a new internal
26365         type struct dests_alloc and using it to allocate memory.
26366
26367 2005-09-05  Bruno Haible  <bruno@clisp.org>
26368
26369         * gnulib-tool (func_import): Fix comparison in handling of symbolic
26370         links.
26371
26372 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
26373
26374         * modules/size_max (Makefile.am): Add size_max.h
26375
26376 2005-09-04  Derek Price  <derek@ximbiot.com>
26377
26378         * gnulib-tool (func_import): Fix reversed $symbolic logic.
26379
26380 2005-09-03  Simon Josefsson  <jas@extundo.com>
26381
26382         * gnulib-tool: Fix typo.
26383
26384 2005-09-03  Simon Josefsson  <jas@extundo.com>
26385
26386         * config/srclist.txt: Add glibc bug 1293.
26387
26388 2005-09-03  Derek Price  <derek@ximbiot.com>
26389
26390         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
26391         From Larry Jones <lawrence.jones@ugs.com>.
26392
26393 2005-09-02  Simon Josefsson  <jas@extundo.com>
26394
26395         * modules/socklen: New file.
26396
26397 2005-09-02  Simon Josefsson  <jas@extundo.com>
26398
26399         * modules/havelib: New module.
26400
26401         * modules/gettext, modules/iconv, modules/lock, modules/readline:
26402         Use havelib.
26403
26404 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
26405
26406         Check for arithmetic overflow when calculating sizes, to prevent
26407         some buffer-overflow issues.  These patches are conservative, in the
26408         sense that when I couldn't determine whether an overflow was possible,
26409         I inserted a run-time check.
26410         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
26411         macros.
26412         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
26413         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
26414         (re_xnrealloc, re_x2nrealloc): New inline functions.
26415         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
26416         parse_bracket_exp):
26417         (build_equiv_class, build_charclass): Check for arithmetic overflow
26418         in size expression calculations.
26419         * lib/regex_internal.c (re_string_realloc_buffers):
26420         (build_wcs_upper_buffer, re_node_set_add_intersect):
26421         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
26422         (re_dfa_add_node, register_state): Likewise.
26423         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
26424         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
26425         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
26426         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
26427
26428 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
26429
26430         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
26431         m4/ulonglong.m4.  Problem reported by Martin Lambers.
26432
26433 2005-09-02  Bruno Haible  <bruno@clisp.org>
26434
26435         Support for lib vs. lib64 distinction on biarch platforms.
26436         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
26437         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
26438         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
26439
26440 2005-09-02  Bruno Haible  <bruno@clisp.org>
26441
26442         * gnulib-tool (import): In the other first-use case, provide defaults
26443         as well.
26444
26445 2005-09-02  Bruno Haible  <bruno@clisp.org>
26446
26447         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
26448         patches not yet found in the latest gettext release.
26449
26450 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26451
26452         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
26453         to avoid a collision with bits/local_lim.h in glibc.
26454         All uses changed.  Problem reported by Dmitry V. Levin in
26455         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
26456
26457         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
26458         bugs in int versus size_t comparisons.
26459         (re_string_context_at): Fix bug where the code assumed that
26460         Idx is signed.
26461
26462         Use bool where appropriate.
26463         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
26464         All callers changed.
26465         (calc_eclosure_iter): Likewise, for ROOT arg.
26466         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
26467         (build_charclass_op): Likewise, for NON_MATCH arg.
26468         * lib/regex_internal.c (re_string_allocate, re_string_construct):
26469         (re_string_construct_common): Likewise, for ICASE arg.
26470         * lib/regexec.c (re_search_2_stub, re_search_stub):
26471         Likewise, for RET_LEN arg.
26472         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
26473         (set_regs): Likewise, for FL_BACKTRACK arg.
26474         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
26475         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
26476         (calc_eclosure_iter, parse_bracket_exp):
26477         Use bool for internal variables that are booleans.
26478         * lib/regexec.c (re_search_internal, check_matching,
26479         proceed_next_node):
26480         (set_regs, build_sifted_states, sift_states_bkref):
26481         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
26482         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
26483         (find_collation_sequence_value):
26484         Likewise.
26485         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
26486         (re_node_set_compare):
26487         Return bool, not int. All callers changed.
26488         * lib/regexec.c (check_halt_node_context, check_dst_limits):
26489         (build_trtable, check_node_accept): Likewise.
26490         * lib/regex_internal.h: Include stdbool.h.
26491
26492         Fix bugs uncovered when converting to bool.
26493         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
26494         failure instead of charging ahead blindly.
26495         * lib/regex_internal.c (register_state): Likewise.
26496         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
26497         for freeing internal storage.
26498         (group_nodes_into_DFA_states): Use unsigned int, not int, for
26499         bitset pieces used as boolean, to avoid undefined behavior
26500         on hosts that do int overflow checking.
26501
26502 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26503
26504         * config/srclist.txt: Add glibc bugs 1285-1287.
26505
26506 2005-09-01  Jim Meyering  <jim@meyering.net>
26507
26508         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
26509         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
26510         Require gl_STAT_MACROS, too.
26511
26512 2005-09-01  Bruno Haible  <bruno@clisp.org>
26513
26514         * gnulib-tool (import): In the first-use case, provide defaults.
26515
26516 2005-09-01  Bruno Haible  <bruno@clisp.org>
26517
26518         * gnulib-tool (func_import): Remove the .tmp files.
26519
26520 2005-09-01  Bruno Haible  <bruno@clisp.org>
26521
26522         * gnulib-tool (func_import): Fix handling of symbolic links.
26523
26524 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26525
26526         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
26527         old glibc regex code mishandles strings longer than 2**31 bytes.
26528         This patch fixes this when the regex code is used in gnulib
26529         (i.e., outside glibc).
26530
26531         This patch should not affect the use of the regex code inside
26532         glibc.  No doubt this problem also needs to be handled for glibc
26533         as well, but the result will be an incompatible change to the
26534         glibc ABI, and the old ABI will have to be supported too.  That
26535         can be the the subject for another patch.
26536
26537         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
26538         governing whether the rest of this patch is active.  By default,
26539         the macro is disabled and the patch has no effect.
26540         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
26541         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
26542         (struct re_pattern_buffer, re_search, re_search_2, re_match):
26543         (re_match_2, re_set_registers): Use the new types.
26544         * lib/regex_internal.h (Idx, re_hashval_t): New types.
26545         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
26546         New macros.
26547         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
26548         (re_string_context_at, bin_tree_t, re_dfastate_t):
26549         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
26550         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
26551         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
26552         (re_string_char_size_at, re_string_wchar_at):
26553         (re_string_elem_size_at):
26554         Use the new types and macros to port to 64-bit hosts.
26555         Use unsigned types for internal values, so that the code
26556         mostly works even for arrays larger than SSIZE_MAX.
26557         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
26558         (search_duplicated_node, calc_eclosure_iter, fetch_number):
26559         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
26560         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
26561         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
26562         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
26563         (calc_inveclosure, parse_dup_op, build_range_exp):
26564         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
26565         (fetch_number, create_token_tree, mark_opt_subexp):
26566         Likewise.
26567         * lib/regex_internal.c (re_string_construct_common,
26568         create_ci_newstate):
26569         (create_cd_newstate, re_string_allocate, re_string_construct):
26570         (re_string_realloc_buffers, build_wcs_upper_buffer):
26571         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
26572         (re_string_reconstruct, re_string_peek_byte_case):
26573         (re_string_fetch_byte_case, re_string_context_at):
26574         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
26575         (re_node_set_init_copy, re_node_set_add_intersect):
26576         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26577         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26578         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
26579         (re_acquire_state, re_acquire_state_context, register_state):
26580         Likewise.
26581         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
26582         search_cur_bkref_entry):
26583         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
26584         (re_search_internal, re_search_2_stub, re_search_stub)
26585         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
26586         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
26587         (update_cur_sifted_state, check_dst_limits):
26588         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
26589         (check_subexp_limits, sift_states_bkref, merge_state_array):
26590         (check_subexp_matching_top, get_subexp, get_subexp_sub):
26591         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
26592         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
26593         (expand_bkref_cache, check_node_accept_bytes):
26594         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
26595         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
26596         (acquire_init_state_context, check_halt_node_context):
26597         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
26598         (sift_states_backward, clean_state_log_if_needed):
26599         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
26600         (find_recover_state, transit_state_sb, transit_state_mb):
26601         (transit_state_bkref, build_trtable, match_ctx_clean):
26602         Likewise.
26603         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
26604         to work around an assumption that REG_MISSING is negative.
26605
26606         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
26607         (seek_collating_symbol_entry) [defined _LIBC]:
26608         (lookup_collation_sequence_value) [defined _LIBC]:
26609         (build_range_exp, build_collating_symbol) [defined _LIBC]:
26610         Use prototypes rather than old-style function definitions.
26611         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
26612         (transit_state_sb) [0]:
26613         (find_collation_sequence_value) [defined _LIBC]: Likewise.
26614
26615         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
26616         rm_eo.
26617
26618         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
26619         (optimize_subexps, lower_subexp):
26620         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
26621         since the signed shift might overflow.  Use 1u<<31 instead.
26622         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
26623         Likewise.
26624         * lib/regexec.c (check_dst_limits_calc_pos_1,
26625         check_subexp_matching_top): Likewise.
26626
26627         * lib/regcomp.c (optimize_subexps, lower_subexp):
26628         Use CHAR_BIT rather than 8, for clarity.
26629         * lib/regexec.c (check_dst_limits_calc_pos_1):
26630         (check_subexp_matching_top): Likewise.
26631         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
26632         have to worry about portability issues when shifting it left.
26633         Remove no-longer-needed test for table_size > 0.
26634         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
26635         in a word, as the resulting behavior is undefined.
26636         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
26637         in one case, a <= should have been an <, and in another case the
26638         whole test was missing.
26639         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
26640         the standard name CHAR_BIT.
26641         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
26642         this is not true on one's complement and signed-magnitude hosts.
26643
26644         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
26645         next_last_offset.
26646         (struct re_dfa_t): Remove unused member states_alloc.
26647         * lib/regcomp.c (init_dfa): Don't initialize unused members.
26648
26649 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26650
26651         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
26652         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
26653         and large-file glibc and in 32-bit large-file Solaris.
26654
26655 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26656
26657         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
26658         lengths fit in regoff_t; this isn't true if regoff_t is the same
26659         width as size_t.
26660         * lib/regex.c (re_search_internal): 5th arg is LAST_START
26661         (= START + RANGE) instead of RANGE.  This avoids overflow
26662         problems when regoff_t is the same width as size_t.
26663         All callers changed.
26664         (re_search_2_stub): Check for overflow when adding the
26665         sizes of the two strings.
26666         (re_search_stub): Check for overflow when adding START
26667         to RANGE; if it occurs, substitute the extreme value.
26668
26669 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26670
26671         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
26672
26673 2005-08-31  Jim Meyering  <jim@meyering.net>
26674
26675         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
26676         a pointer-to-const.
26677         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
26678         (register_state): Likewise.
26679         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
26680         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
26681         (group_nodes_into_DFAstates): Likewise.
26682
26683 2005-08-31  Jim Meyering  <jim@meyering.net>
26684
26685         * check-module: Add a FIXME comment.
26686
26687 2005-08-31  Eric Blake  <ebb9@byu.net>
26688
26689         * modules/unistd-safer (Files): Add unistd--.h.
26690         * modules/stdio-safer (Files): Add stdio--.h.
26691
26692 2005-08-31  Derek Price  <derek@ximbiot.com>
26693
26694         * lib/getdelim.c (getdelim): Return EOF on EOF.
26695         Reported by Larry Jones <lawrence.jones@ugs.com>.
26696
26697 2005-08-31  Bruno Haible  <bruno@clisp.org>
26698
26699         Avoid unnecessary diffs in the generated lib/Makefile.am.
26700         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
26701         the generated files.
26702         (func_import): Don't set cmd.
26703
26704 2005-08-31  Bruno Haible  <bruno@clisp.org>
26705
26706         * lib/strstr.c: Include <stddef.h>, for NULL.
26707         * lib/strcasestr.c: Likewise.
26708         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26709
26710 2005-08-31  Bruno Haible  <bruno@clisp.org>
26711
26712         * gnulib-tool: New option --macro-prefix.
26713         (func_import): Use macro_prefix.
26714         (import): Handle option --macro-prefix.
26715
26716 2005-08-31  Bruno Haible  <bruno@clisp.org>
26717
26718         * gnulib-tool (import): Rename most ac_* variables to cached_*.
26719         Also use new variables cached_lgpl, cached_libtool.
26720
26721 2005-08-31  Bruno Haible  <bruno@clisp.org>
26722
26723         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
26724         always instantiating them.
26725
26726 2005-08-31  Bruno Haible  <bruno@clisp.org>
26727
26728         * gnulib-tool (func_import): Read the previous cached settings
26729         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
26730         earlier added by gnulib but are now dropped. Warn when a gnulib file
26731         overwrites a non-gnulib file.
26732
26733 2005-08-31  Bruno Haible  <bruno@clisp.org>
26734
26735         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
26736         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
26737         projects that don't keep autogenerated files in CVS. Put into
26738         actioncmd only the specified modules, not the transitive closure.
26739
26740 2005-08-31  Bruno Haible  <bruno@clisp.org>
26741
26742         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
26743         Create directories that shall be filled.
26744         (import): Don't look for gl_* macros in configure.ac. Recurse across
26745         all directories containing a gnulib-cache.m4 files, if meaningful.
26746
26747 2005-08-31  Bruno Haible  <bruno@clisp.org>
26748
26749         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
26750         (import): Set seen_libtool when we see gl_LIBTOOL.
26751
26752 2005-08-31  Bruno Haible  <bruno@clisp.org>
26753
26754         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
26755         declaration macro definitions from generated gnulib.m4.
26756
26757 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
26758
26759         * lib/iconvme.h: Add prototype for iconv_alloc.
26760
26761 2005-08-29  Simon Josefsson  <jas@extundo.com>
26762
26763         * lib/iconvme.c: Fix errno.
26764
26765 2005-08-29  Bruno Haible  <bruno@clisp.org>
26766
26767         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
26768         that it works when the directory contains spaces.
26769
26770 2005-08-29  Bruno Haible  <bruno@clisp.org>
26771
26772         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
26773
26774 2005-08-29  Bruno Haible  <bruno@clisp.org>
26775
26776         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
26777         Emit more advice.
26778
26779 2005-08-29  Bruno Haible  <bruno@clisp.org>
26780         and Stepan Kasal  <kasal@ucw.cz>
26781
26782         * check-module: If more parameters are given, check each of them
26783         separately; add more exceptions, as noted by Jim Meyering.
26784         (check_module): New procedure.
26785         (%exempt_header): Now contains all exceptions.
26786
26787 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
26788
26789         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
26790
26791 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
26792
26793         * lib/iconvme.c: Split iconv_string into iconv_alloc.
26794
26795 2005-08-28  Bruno Haible  <bruno@clisp.org>
26796
26797         * m4/gnulib-tool.m4: New file.
26798
26799 2005-08-27  Jim Meyering  <jim@meyering.net>
26800
26801         * modules/unistd-safer (Files): Add pipe-safer.c.
26802         * modules/fcntl-safer (Files): Add creat-safer.c.
26803
26804 2005-08-27  Jim Meyering  <jim@meyering.net>
26805
26806         * m4/stdlib-safer.m4: New file.  From coreutils.
26807         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
26808         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
26809         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
26810         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
26811         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
26812
26813 2005-08-27  Jim Meyering  <jim@meyering.net>
26814
26815         * lib/fopen-safer.c: Merge minor changes from coreutils.
26816         * lib/dup-safer.c: Likewise.
26817         * lib/fd-safer.c: Likewise.
26818
26819         Merge from coreutils.
26820         * lib/stdio--.h: New file.
26821         * lib/stdlib--.h: New file.
26822         * lib/mkstemp-safer.c: New file.
26823
26824         GNU tar needs these.
26825         * lib/pipe-safer.c: New file.
26826         * lib/creat-safer.c: New file.
26827         * lib/fcntl--.h (creat): Define to creat_safer.
26828         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
26829         * lib/unistd--.h (pipe): Define to pipe_safer.
26830         * lib/unistd-safer.h: Declare pipe_safer.
26831
26832 2005-08-26  Simon Josefsson  <jas@extundo.com>
26833
26834         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
26835         Haible <bruno@clisp.org>.
26836
26837 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
26838
26839         * lib/regex_internal.h: Remove all references to
26840         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
26841         or better.
26842         (bitset_not, bitset_merge, bitset_not_merge):
26843         (bitset_mask, re_string_allocate, re_string_construct):
26844         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
26845         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
26846         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
26847         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
26848         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26849         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26850         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
26851         (re_acquire_state_context):
26852         Remove unnecessary forward decls.
26853         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
26854         Put __attribute at function definition,
26855         now that the function decl has been removed.
26856         * lib/regex_internal.c (re_string_peek_byte_case):
26857         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
26858         Likewise.
26859
26860 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
26861
26862         * m4/regex.m4: Add AC_PREREQ(2.50).
26863         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
26864
26865 2005-08-25  Simon Josefsson  <jas@extundo.com>
26866
26867         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
26868         __fsetlocking.
26869
26870 2005-08-25  Simon Josefsson  <jas@extundo.com>
26871
26872         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
26873         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
26874         GLIBC specific code.
26875
26876 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26877
26878         Make regex safe for g++.  This fixes one real bug (an "err"
26879         that should have been "*err").  g++ problem reported by
26880         Sam Steingold.
26881         * lib/regex_internal.h (re_calloc): New macro, consistent with
26882         re_malloc etc.  All callers of calloc changed to use re_calloc.
26883         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
26884         not int.  All callers changed.
26885         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
26886         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
26887         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
26888         (find_recover_state): Change "err" to "*err"; this fixes what
26889         appears to be a real bug.
26890         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
26891         versus int.
26892
26893 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26894
26895         * modules/regex (Depends-on): Add malloc, since the code
26896         assumes that !malloc(0) means failure.
26897
26898 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26899
26900         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
26901
26902         alloca modernization/simplification for regex.
26903         * lib/regex.c: Remove portability cruft for alloca.  This no longer
26904         needs to be at the start of the file, and can be moved into
26905         regex_internal.h and simplified.
26906         * lib/regex_internal.h: Include <alloca.h>.
26907         (__libc_use_alloca) [!defined _LIBC]: New macro.
26908         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
26909         now works outside glibc.
26910
26911 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26912
26913         * config/srclist.txt: Add glibc bugs 1241, 1245.
26914
26915 2005-08-25  Jim Meyering  <jim@meyering.net>
26916
26917         * lib/open-safer.c: Include <config.h>.
26918         Otherwise, we'd lose LARGEFILE support in any file using
26919         e.g. "fcntl--.h"
26920
26921 2005-08-25  Bruno Haible  <bruno@clisp.org>
26922
26923         * m4/minmax.m4: Require autoconf 2.52.
26924         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
26925         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
26926         alternatives of translit over the alphabet.
26927         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
26928
26929 2005-08-24  Simon Josefsson  <jas@extundo.com>
26930
26931         * tests/test-getpass.c: New file.
26932
26933 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
26934
26935         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
26936         for GNU regex features.
26937
26938 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
26939
26940         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
26941         * lib/regex.h (regerror): Likewise.
26942
26943         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
26944         requires this.  (The code never needed it.)
26945
26946         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
26947         All uses of recently-renamed identifiers changed to use the new,
26948         POSIX-compliant names.  The code will build and run just fine
26949         without these changes, but it's better to eat our own dog food
26950         and use the standard-conforming names.
26951
26952         * lib/regex.h: Fix a multitude of POSIX name space violations.
26953         These changes have an effect only for programs that define
26954         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
26955         do not change anything for programs compiled in the normal way.
26956         Also, there is no effect on the ABI.
26957
26958         (_REGEX_SOURCE): New macro.
26959         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
26960         defined and _GNU_SOURCE is not; this fixes a name space violation.
26961
26962         Rename the following macros to obey POSIX requirements.
26963         The old names are still visible as macros if _REGEX_SOURCE is defined.
26964         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
26965         RE_BACKSLASH_ESCAPE_IN_LISTS.
26966         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
26967         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
26968         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
26969         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
26970         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
26971         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
26972         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
26973         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
26974         (REG_INTERVALS): renamed from RE_INTERVALS.
26975         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
26976         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
26977         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
26978         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
26979         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
26980         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
26981         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
26982         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
26983         RE_UNMATCHED_RIGHT_PAREN_ORD.
26984         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
26985         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
26986         (REG_DEBUG): renamed from RE_DEBUG.
26987         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
26988         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
26989         unusual, since we can't clash with the POSIX REG_ICASE.
26990         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
26991         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
26992         (REG_NO_SUB): renamed from RE_NO_SUB.
26993         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
26994         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
26995         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
26996         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
26997         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
26998         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
26999         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
27000         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
27001         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
27002         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
27003         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
27004         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
27005         RE_SYNTAX_POSIX_MINIMAL_BASIC.
27006         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
27007         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
27008         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
27009         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
27010         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
27011         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
27012         (REG_FIXED): Renamed from REGS_FIXED.
27013         (REG_NREGS): Renamed from RE_NREGS.
27014
27015         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
27016         of other REG_* macros, since POSIX says the user is allowed to
27017         #undef these macros selectively.
27018
27019         (reg_errcode_t): Update comment stating what other tables need
27020         to be consistent.
27021
27022         Rename the following enum values to obey POSIX requirements.
27023         The old names are still visible as macros.
27024         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
27025         is not defined, since GNU is supposed to be a superset of POSIX as
27026         much as possible, and since we want reg_errcode_t to be a signed
27027         type for implementation consistency.
27028         (_REG_NOERROR): Renamed from REG_NOERROR.
27029         (_REG_NOMATCH): Renamed from REG_NOMATCH.
27030         (_REG_BADPAT): Renamed from REG_BADPAT.
27031         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
27032         (_REG_ECTYPE): Renamed from REG_ECTYPE.
27033         (_REG_EESCAPE): Renamed from REG_EESCAPE.
27034         (_REG_ESUBREG): Renamed from REG_ESUBREG.
27035         (_REG_EBRACK): Renamed from REG_EBRACK.
27036         (_REG_EPAREN): Renamed from REG_EPAREN.
27037         (_REG_EBRACE): Renamed from REG_EBRACE.
27038         (_REG_BADBR): Renamed from REG_BADBR.
27039         (_REG_ERANGE): Renamed from REG_ERANGE.
27040         (_REG_ESPACE): Renamed from REG_ESPACE.
27041         (_REG_BADRPT): Renamed from REG_BADRPT.
27042         (_REG_EEND): Renamed from REG_EEND.
27043         (_REG_ESIZE): Renamed from REG_ESIZE.
27044         (_REG_ERPAREN): Renamed from REG_ERPAREN.
27045         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
27046         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
27047         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
27048         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
27049
27050         (_REG_RE_NAME, _REG_RM_NAME): New macros.
27051         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
27052         changed.  But support the old name if the new one is not defined
27053         and if _REGEX_SOURCE.
27054
27055         Change the following member names in struct re_pattern_buffer.
27056         The old names are still supported if !_REGEX_SOURCE.
27057         The new names are always supported, regardless of _REGEX_SOURCE.
27058         (re_buffer): Renamed from buffer.
27059         (re_allocated): Renamed from allocated.
27060         (re_used): Renamed from used.
27061         (re_syntax): Renamed from syntax.
27062         (re_fastmap): Renamed from fastmap.
27063         (re_translate): Renamed from translate.
27064         (re_can_be_null): Renamed from can_be_null.
27065         (re_regs_allocated): Renamed from regs_allocated.
27066         (re_fastmap_accurate): Renamed from fastmap_accurate.
27067         (re_no_sub): Renamed from no_sub.
27068         (re_not_bol): Renamed from not_bol.
27069         (re_not_eol): Renamed from not_eol.
27070         (re_newline_anchor): Renamed from newline_anchor.
27071
27072         Change the following member names in struct re_registers.
27073         The old names are still supported if !_REGEX_SOURCE.
27074         The new names are always supported, regardless of _REGEX_SOURCE.
27075         (rm_num_regs): Renamed from num_regs.
27076         (rm_start): Renamed from start.
27077         (rm_end): Renamed from end.
27078
27079         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
27080         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
27081         Prepend __ to parameter names.
27082
27083         Undo yesterday's changes.
27084
27085 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27086
27087         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
27088         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
27089         lib/regex.c.
27090
27091 2005-08-24  Jim Meyering  <jim@meyering.net>
27092
27093         Sync from coreutils.
27094         * m4/fcntl-safer.m4: New file.
27095
27096         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
27097         and object files for this module.
27098
27099 2005-08-24  Jim Meyering  <jim@meyering.net>
27100
27101         Sync from coreutils.
27102         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
27103
27104 2005-08-24  Jim Meyering  <jim@meyering.net>
27105
27106         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
27107         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
27108
27109 2005-08-24  Jim Meyering  <jim@meyering.net>
27110
27111         * modules/fcntl-safer: New module.
27112         * modules/fts (Depends-on): Add fcntl-safer.
27113         * MODULES.html.sh (File descriptor based Input/Output):
27114         Add fcntl-safer.
27115
27116 2005-08-24  Bruno Haible  <bruno@clisp.org>
27117
27118         Support for unit test modules.
27119         * modules/README: Mention tests modules.
27120         * modules/TEMPLATE-TESTS: New file.
27121         * gnulib-tool: New options --extract-tests-module, --with-tests and
27122         --tests-base (unused for the moment).
27123         (testsbase, inctests): New variables.
27124         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
27125         (func_verify_module): Exclude TEMPLATE-TESTS.
27126         (func_verify_nontests_module, func_verify_tests_module): New functions.
27127         (func_get_dependencies): Add implicit dependency for tests modules.
27128         (func_get_tests_module): New function.
27129         (func_modules_transitive_closure): When --with-tests was specified,
27130         include the unit tests as well, unless explicitly avoided.
27131         (func_emit_lib_Makefile_am): Ignore the tests modules here.
27132         (func_emit_tests_Makefile_am): New function.
27133         (func_create_testdir): When --with-tests was specified, emit a
27134         tests/ directory.
27135         * MODULES.html.sh (Future developments): Update.
27136
27137 2005-08-24  Bruno Haible  <bruno@clisp.org>
27138
27139         * modules/tls-tests: New file.
27140         * tests/test-tls.c: New file, from GNU gettext.
27141
27142 2005-08-24  Bruno Haible  <bruno@clisp.org>
27143
27144         * modules/lock-tests: New file.
27145         * tests/test-lock.c: New file, from GNU gettext.
27146
27147 2005-08-24  Bruno Haible  <bruno@clisp.org>
27148
27149         * lib/lock.h: Add multiple inclusion guard.
27150         * lib/tls.h: Add multiple inclusion guard.
27151
27152 2005-08-24  Bruno Haible  <bruno@clisp.org>
27153
27154         * gnulib-tool: Add support for the --aux-dir option to
27155         --create-testdir, --create-megatestdir, --test, --megatest.
27156         (func_create_testdir, func_create_megatestdir): Optionally emit a
27157         AC_CONFIG_AUX_DIR directive.
27158         (create-testdir, create-megatestdir, test, megatest): Provide a
27159         default value for $auxdir.
27160
27161 2005-08-24  Bruno Haible  <bruno@clisp.org>
27162
27163         * gnulib-tool (import): Use compound statement instead of subshell
27164         where possible.
27165
27166 2005-08-24  Bruno Haible  <bruno@clisp.org>
27167
27168         * gnulib-tool (import): Change --aux-dir default to "build-aux".
27169
27170 2005-08-24  Bruno Haible  <bruno@clisp.org>
27171
27172         * gnulib-tool (func_version): Update.
27173
27174 2005-08-24  Bruno Haible  <bruno@clisp.org>
27175
27176         * gnulib-tool (func_import, func_create_testdir,
27177         func_create_megatestdir): Quote all autoconf macro arguments.
27178
27179 2005-08-24  Bruno Haible  <bruno@clisp.org>
27180
27181         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
27182         option --force, because --force causes the aclocal.m4 of each
27183         subdirectory to be newer than the corresponding config.h.in.
27184
27185 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
27186
27187         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
27188         All contents moved to gl_REGEX.
27189         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
27190         assume that it does.
27191
27192 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
27193
27194         * lib/regex.h (REG_NOSYS)
27195         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
27196         Define, since POSIX requires it as of 2001.
27197         (_REG_ENOSYS)
27198         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
27199         New private symbol, used to keep the enum signed in all cases.
27200         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
27201         Youngman in
27202         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
27203
27204         * lib/regex_internal.c (re_string_skip_chars, register_state):
27205         (calc_state_hash):
27206         Remove forward decls; no longer needed now that we use prototypes.
27207         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
27208         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
27209         (clean_state_log_if_needed): Likewise.
27210
27211 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
27212
27213         * config/srclist.txt: Add glibc bugs 1231-1233.
27214
27215 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27216
27217         Fix problems reported by Sam Steingold in
27218         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
27219         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
27220         assumed that reg_errcode_t is a signed type, which is not
27221         necessarily true if _XOPEN_SOURCE is not defined.
27222         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
27223         since some compilers warn about it otherwise.
27224
27225 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27226
27227         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
27228         (init_word_char, create_initial_state, duplicate_node_closure):
27229         (fetch_token, peek_token_bracket, build_range_exp):
27230         (build_collating_symbol): Remove forward decls; no longer needed
27231         now that we use prototypes.
27232
27233         * lib/regcomp.c:
27234         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
27235         (re_compile_fastmap_iter, regcomp, regerror, regfree):
27236         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
27237         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
27238         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
27239         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
27240         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
27241         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
27242         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
27243         (build_range_exp, build_collating_symbol, parse_bracket_exp):
27244         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
27245         (build_charclass, build_charclass_op, fetch_number, create_tree):
27246         (create_token_tree, mark_opt_subexp, duplicate_tree):
27247         Use prototypes rather than old-style definitions.
27248
27249         * lib/regex_internal.c:
27250         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
27251         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
27252         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
27253         (re_string_reconstruct, re_string_peek_byte_case):
27254         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
27255         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
27256         (re_node_set_init_copy, re_node_set_add_intersect):
27257         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
27258         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
27259         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
27260         (re_acquire_state, re_acquire_state_context, register_state):
27261         (create_ci_newstate, create_cd_newstate, free_state):
27262         Likewise.
27263         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
27264         re_search_2):
27265         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
27266         (re_search_internal, prune_impossible_nodes):
27267         (acquire_init_state_context, check_matching, static):
27268         (check_halt_node_context, check_halt_state_context, proceed_next_node):
27269         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
27270         (update_regs, sift_states_backward, build_sifted_states):
27271         (clean_state_log_if_needed, merge_state_array):
27272         (update_cur_sifted_state, add_epsilon_src_nodes):
27273         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
27274         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
27275         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
27276         (find_recover_state, check_subexp_matching_top, transit_state_mb):
27277         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
27278         (check_arrival, check_arrival_add_next_nodes):
27279         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
27280         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
27281         (check_node_accept_bytes, check_node_accept, extend_buffers):
27282         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
27283         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
27284         (sift_ctx_init):
27285         Likewise.
27286
27287         * lib/regex_internal.h:
27288         (re_string_allocate, re_string_construct, re_string_reconstruct):
27289         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
27290         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
27291         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
27292         (re_string_context_at, re_string_peek_byte_case):
27293         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
27294         is defined, since we now use prototypes always.
27295
27296         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
27297         C89 or better.  All uses removed.
27298
27299 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27300
27301         * config/srclist.txt: Add glibc bugs 1220-1227.
27302
27303 2005-08-20  Jim Meyering  <jim@meyering.net>
27304
27305         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
27306         of unused local, dfa.
27307
27308 2005-08-20  Bruno Haible  <bruno@clisp.org>
27309
27310         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
27311
27312 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27313
27314         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
27315         (re_node_set_insert_last, re_dfa_add_node):
27316         Rename local variables to avoid GCC shadowing warnings.
27317
27318 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27319
27320         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
27321         [defined lint]: Suppress bogus uninitialized-variable warnings.
27322
27323         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
27324         and let the caller return REG_ESPACE if out of space.  This
27325         removes an uninitialied-variable warning with GCC 4.0.1, and also
27326         avoids taking the address of a local variable.  All callers
27327         changed.
27328
27329 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27330
27331         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
27332         $LIBCSRC/posix/regexec.c.
27333         Add glibc bug 1217 for regcomp.c.
27334
27335 2005-08-19  Jim Meyering  <jim@meyering.net>
27336
27337         * lib/regexec.c (proceed_next_node): Redo local variables to
27338         avoid GCC shadowing warnings.
27339
27340 2005-08-18  Bruno Haible  <bruno@clisp.org>
27341
27342         * lib/strstr.c (strstr): Fix return value in multibyte case.
27343         * lib/strcasestr.c (strcasestr): Likewise.
27344
27345 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
27346
27347         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
27348
27349 2005-08-17  Jim Meyering  <jim@meyering.net>
27350
27351         Make the %s format (seconds since the epoch) work for a negative
27352         number and when used with a zero-padded field width, e.g. %015s.
27353
27354         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
27355         label so that it precedes the code to set `digits'.  Otherwise,
27356         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
27357         print `00-22'.  Now, it prints `-0022', as it should.
27358
27359 2005-08-17  Bruno Haible  <bruno@clisp.org>
27360
27361         * modules/strstr (Files): Add m4/mbrtowc.m4.
27362         (Depends-on): Add mbuiter.
27363
27364 2005-08-17  Bruno Haible  <bruno@clisp.org>
27365
27366         * modules/strcasestr: New file.
27367         * MODULES.html.sh (String handling, based on ANSI C 89): Add
27368         strcasestr.
27369
27370 2005-08-17  Bruno Haible  <bruno@clisp.org>
27371
27372         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
27373
27374 2005-08-17  Bruno Haible  <bruno@clisp.org>
27375
27376         * modules/mbuiter: New file.
27377         * MODULES.html.sh (Extended multibyte and wide character utilities):
27378         Add mbuiter.
27379
27380 2005-08-17  Bruno Haible  <bruno@clisp.org>
27381
27382         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
27383         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
27384
27385 2005-08-17  Bruno Haible  <bruno@clisp.org>
27386
27387         * m4/strcasestr.m4: New file.
27388
27389 2005-08-17  Bruno Haible  <bruno@clisp.org>
27390
27391         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
27392         * lib/strstr.c: Completely rewritten, with multibyte locale support.
27393
27394 2005-08-17  Bruno Haible  <bruno@clisp.org>
27395
27396         * lib/strcasestr.h: New file.
27397         * lib/strcasestr.c: New file.
27398
27399 2005-08-17  Bruno Haible  <bruno@clisp.org>
27400
27401         * lib/strcasecmp.c: Use mbuiter.h.
27402
27403 2005-08-17  Bruno Haible  <bruno@clisp.org>
27404
27405         * lib/mbuiter.h: New file.
27406
27407 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
27408
27409         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
27410         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
27411         and gl_GETOPT are both invoked via different paths (as happens
27412         with GNU tar CVS because it uses both argp and getopt), the former
27413         wins.
27414
27415 2005-08-16  Bruno Haible  <bruno@clisp.org>
27416
27417         * modules/tls: New file.
27418         * MODULES.html.sh (Multithreading): Add tls.
27419
27420 2005-08-16  Bruno Haible  <bruno@clisp.org>
27421
27422         * modules/strnlen1: New file.
27423         * MODULES.html.sh (String handling): Add strnlen1.
27424
27425 2005-08-16  Bruno Haible  <bruno@clisp.org>
27426
27427         * modules/strcase (Files): Add m4/mbrtowc.m4.
27428         (Depends-on): Add strnlen1, mbchar.
27429
27430 2005-08-16  Bruno Haible  <bruno@clisp.org>
27431
27432         * modules/mbiter: New file.
27433         * MODULES.html.sh (Extended multibyte and wide character utilities):
27434         Add mbiter.
27435
27436 2005-08-16  Bruno Haible  <bruno@clisp.org>
27437
27438         * modules/mbfile: New file.
27439         * MODULES.html.sh (Extended multibyte and wide character utilities):
27440         Add mbfile.
27441
27442 2005-08-16  Bruno Haible  <bruno@clisp.org>
27443
27444         * modules/mbchar: New file.
27445         * MODULES.html.sh (Extended multibyte and wide character utilities):
27446         New section.
27447
27448 2005-08-16  Bruno Haible  <bruno@clisp.org>
27449
27450         * m4/tls.m4: New file, from GNU gettext.
27451
27452 2005-08-16  Bruno Haible  <bruno@clisp.org>
27453
27454         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
27455         always.
27456         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
27457
27458 2005-08-16  Bruno Haible  <bruno@clisp.org>
27459
27460         * m4/mbiter.m4: New file.
27461
27462 2005-08-16  Bruno Haible  <bruno@clisp.org>
27463
27464         * m4/mbfile.m4: New file.
27465
27466 2005-08-16  Bruno Haible  <bruno@clisp.org>
27467
27468         * m4/mbchar.m4: New file.
27469
27470 2005-08-16  Bruno Haible  <bruno@clisp.org>
27471
27472         * lib/tls.h: New file, from GNU gettext.
27473         * lib/tls.c: New file, from GNU gettext.
27474
27475 2005-08-16  Bruno Haible  <bruno@clisp.org>
27476
27477         * lib/strnlen1.h: New file.
27478         * lib/strnlen1.c: New file.
27479
27480 2005-08-16  Bruno Haible  <bruno@clisp.org>
27481
27482         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
27483         (mbi_init): Update.
27484         (mbi_avail, mbi_advance): Let the iteration end before the terminating
27485         NUL byte, not after it.
27486
27487 2005-08-16  Bruno Haible  <bruno@clisp.org>
27488
27489         * lib/strcase.h (strcasecmp): Add note in comments.
27490         * lib/strncasecmp.c: Use code from strcasecmp.c.
27491         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
27492         (strcasecmp): Work correctly in multibyte locales.
27493
27494 2005-08-16  Bruno Haible  <bruno@clisp.org>
27495
27496         * lib/mbiter.h: New file.
27497
27498 2005-08-16  Bruno Haible  <bruno@clisp.org>
27499
27500         * lib/mbfile.h: New file.
27501
27502 2005-08-16  Bruno Haible  <bruno@clisp.org>
27503
27504         * lib/mbchar.h: New file.
27505         * lib/mbchar.c: New file.
27506
27507 2005-08-16  Bruno Haible  <bruno@clisp.org>
27508
27509         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
27510         the valid ones. Makes the comparison operations transitive:
27511         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
27512         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
27513
27514 2005-08-15  Simon Josefsson  <jas@extundo.com>
27515
27516         * modules/ssize_t (License): Change to 'unlimited'.
27517
27518         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
27519
27520 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
27521
27522         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
27523         Add comments for each pending glibc patch.
27524
27525 2005-08-15  Bruno Haible  <bruno@clisp.org>
27526
27527         * lib/regex.h (__restrict_arr): Don't define to __restrict if
27528         __cplusplus is defined.
27529
27530 2005-08-14  Jim Meyering  <jim@meyering.net>
27531
27532         Sync from coreutils.
27533
27534         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
27535         Use the hash-table-based cycle-detection code not just when
27536         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
27537         Reported by James Youngman in
27538         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
27539         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
27540         FTS_TIGHT_CYCLE_CHECK.
27541         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
27542         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
27543         once again.
27544         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
27545         * lib/fts.c (fd_safer): Remove decl.
27546         Include fcntl--.h rather than unistd-safer.h
27547         (fts_safe_changedir): Don't call fd_safer; no longer needed
27548         now that we include fcntl--.h.
27549
27550 2005-08-12  Simon Josefsson  <jas@extundo.com>
27551
27552         * modules/getndelim2: Use ssize_t module.
27553         * modules/getnline: Likewise.
27554         * modules/safe-read: Likewise.
27555         * modules/xreadlink: Likewise.
27556
27557         * modules/ssize_t: New file.
27558
27559 2005-08-12  Simon Josefsson  <jas@extundo.com>
27560
27561         * m4/readline.m4: Look for termcap, curses or ncurses if required.
27562
27563 2005-08-12  Simon Josefsson  <jas@extundo.com>
27564
27565         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27566         ssize_t.
27567
27568 2005-08-12  Simon Josefsson  <jas@extundo.com>
27569
27570         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
27571         readline, getdelim and check_version.
27572         (Support for systems lacking ISO C 99: Sizes of integer types):
27573         Add size_max.
27574
27575 2005-08-12  Bruno Haible  <bruno@clisp.org>
27576
27577         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
27578
27579 2005-08-11  Simon Josefsson  <jas@extundo.com>
27580
27581         * modules/readline: New file.
27582
27583         * modules/strnlen (Files): Add strnlen.h.
27584
27585 2005-08-11  Simon Josefsson  <jas@extundo.com>
27586
27587         * m4/readline.m4: New file.
27588
27589 2005-08-11  Simon Josefsson  <jas@extundo.com>
27590
27591         * lib/readline.h, readline.c: New file.
27592
27593 2005-08-11  Simon Josefsson  <jas@extundo.com>
27594
27595         * doc/gnulib.texi (Initial import, Finishing touches): Mention
27596         gl_AVOID.
27597
27598 2005-08-11  Bruno Haible  <bruno@clisp.org>
27599
27600         * lib/strnlen.h (strnlen): Change parameter name to match comment.
27601
27602 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
27603
27604         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
27605
27606 2005-08-10  Simon Josefsson  <jas@extundo.com>
27607
27608         * tests/test-iconvme.c: New file.
27609
27610 2005-08-10  Simon Josefsson  <jas@extundo.com>
27611
27612         * m4/strnlen.m4: New file.
27613
27614         * m4/strndup.m4: Don't check for strnlen declaration, done in
27615         strnlen.m4.
27616
27617 2005-08-10  Simon Josefsson  <jas@extundo.com>
27618
27619         * lib/strndup.c: Use strnlen.h.
27620
27621         * lib/strnlen.h: New file.
27622
27623 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27624
27625         * README: Typos.
27626
27627 2005-08-02  Simon Josefsson  <jas@extundo.com>
27628
27629         * modules/readline: New file.
27630
27631 2005-08-02  Simon Josefsson  <jas@extundo.com>
27632
27633         * modules/getdelim: New file.
27634
27635         * modules/getline: Rewrite, don't use getndelim2.
27636
27637 2005-08-02  Simon Josefsson  <jas@extundo.com>
27638
27639         * m4/getline.m4: Separate out getdelim stuff into separate module.
27640
27641         * m4/getdelim.m4: New file.
27642
27643 2005-08-02  Simon Josefsson  <jas@extundo.com>
27644
27645         * lib/getline.h, getline.c: Rewrite.
27646
27647         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
27648
27649 2005-07-31  Bruno Haible  <bruno@clisp.org>
27650
27651         * lib/lock.h (gl_lock_initializer): New macro.
27652         (gl_lock_define_initialized): Use it.
27653         (gl_rwlock_initializer): New macro.
27654         (gl_rwlock_define_initialized): Use it.
27655         (gl_recursive_lock_initializer): New macro.
27656         (gl_recursive_lock_define_initialized): Use it.
27657
27658 2005-07-30  Karl Berry  <karl@gnu.org>
27659
27660         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
27661         Report from Ben Pfaff, regarding getopt.
27662
27663 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
27664
27665         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
27666         normal way.
27667         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
27668         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
27669         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
27670         (gl_GETOPT): Use the new macros.  Most of the implementation
27671         is moved to the new macros.  This is for programs like Emacs
27672         that don't want all the functionality of gl_GETOPT.
27673
27674 2005-07-26  Bruno Haible  <bruno@clisp.org>
27675
27676         * m4/lock.m4: Update from GNU gettext.
27677
27678 2005-07-26  Bruno Haible  <bruno@clisp.org>
27679
27680         * lib/lock.h: Update from GNU gettext.
27681         * lib/lock.c: Update from GNU gettext.
27682
27683 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
27684
27685         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
27686         obsolescent AC_TRY_RUN.  Include the default includes files, for
27687         'exit'.
27688
27689 2005-07-24  Bruno Haible  <bruno@clisp.org>
27690
27691         * modules/visibility: New file.
27692         * MODULES.html.sh (Misc): Add visibility.
27693
27694 2005-07-24  Bruno Haible  <bruno@clisp.org>
27695
27696         * m4/visibility.m4: New file.
27697
27698 2005-07-24  Bruno Haible  <bruno@clisp.org>
27699
27700         * doc/visibility.texi: New file.
27701
27702 2005-07-22  Bruno Haible  <bruno@clisp.org>
27703
27704         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
27705         $(ALLOCA_H), redundant through BUILT_SOURCES.
27706         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
27707         redundant through BUILT_SOURCES.
27708         * modules/byteswap (Makefile.am): Remove explicit dependency on
27709         $(BYTESWAP_H), redundant through BUILT_SOURCES.
27710         * modules/fnmatch (Makefile.am): Remove explicit dependency on
27711         $(FNMATCH_H), redundant through BUILT_SOURCES.
27712         * modules/getopt (Makefile.am): Remove explicit dependency on
27713         $(GETOPT_H), redundant through BUILT_SOURCES.
27714         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
27715         redundant through BUILT_SOURCES.
27716         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
27717         redundant through BUILT_SOURCES.
27718         * modules/stdbool (Makefile.am): Remove explicit dependency on
27719         $(STDBOOL_H), redundant through BUILT_SOURCES.
27720         * modules/stdint (Makefile.am): Remove explicit dependency on
27721         $(STDINT_H), redundant through BUILT_SOURCES.
27722         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
27723         Remove explicit dependency on $(SYSEXITS_H).
27724         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
27725
27726 2005-07-18  Simon Josefsson  <jas@extundo.com>
27727
27728         * lib/check-version.c (check_version): Accept identical versions too.
27729
27730 2005-07-18  Bruno Haible  <bruno@clisp.org>
27731
27732         * modules/lock: New file.
27733         * MODULES.html.sh (Multithreading): New section.
27734
27735 2005-07-18  Bruno Haible  <bruno@clisp.org>
27736
27737         * m4/lock.m4: New file, from GNU gettext.
27738
27739 2005-07-18  Bruno Haible  <bruno@clisp.org>
27740
27741         * lib/lock.h: New file, from GNU gettext.
27742         * lib/lock.c: New file, from GNU gettext.
27743
27744 2005-07-18  Bruno Haible  <bruno@clisp.org>
27745
27746         * lib/lock.h (gl_once_t): New type.
27747         (gl_once_define, gl_once): New macros.
27748         * lib/lock.c (fresh_once): New variable.
27749         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
27750         functions.
27751
27752 2005-07-16  Simon Josefsson  <jas@extundo.com>
27753
27754         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
27755         workaround, suggested by Bruno.
27756
27757 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
27758
27759         * modules/xalloc (Depends-on): Add xalloc-die.
27760         * modules/xvasprintf (Depends-on): Add xalloc-die.
27761
27762 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
27763
27764         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
27765         with a minor change.
27766
27767 2005-07-15  Bruno Haible  <bruno@clisp.org>
27768
27769         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
27770         When using lib/poll.c, define poll as rpl_poll.
27771
27772 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
27773
27774         * modules/argp (Depends-on): Remove unlocked-io.
27775
27776 2005-07-14  Derek Price  <derek@ximbiot.com>
27777
27778         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
27779         for glob symlink bug.
27780
27781 2005-07-14  Bruno Haible  <bruno@clisp.org>
27782
27783         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
27784         Instead, test for *_unlocked function declarations directly.
27785
27786 2005-07-11  Simon Josefsson  <jas@extundo.com>
27787
27788         * modules/size_max: New file.
27789
27790         * modules/xsize: Depend on size_max module for size_max.m4.
27791
27792 2005-07-11  Simon Josefsson  <jas@extundo.com>
27793
27794         * lib/size_max.h: New file.
27795
27796 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
27797
27798         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
27799         copyright symbol and the year.
27800         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
27801         (version_etc_va): Use parameterized copyright notice.
27802         Reword to conform to the current GNU coding standards.
27803
27804 2005-07-11  Karl Berry  <karl@gnu.org>
27805
27806         * doc/gnulib.texi (Quoting): new node.
27807         (Initial import): more info, from Patrice.
27808
27809 2005-07-11  Bruno Haible  <bruno@clisp.org>
27810
27811         * gnulib-tool (func_usage): Document option --avoid.
27812         (Command line options): Handle --avoid.
27813         (func_acceptable): New function.
27814         (func_modules_transitive_closure): Use it.
27815
27816 2005-07-11  Bruno Haible  <bruno@clisp.org>
27817
27818         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
27819         Reported by Jim Meyering.
27820
27821 2005-07-10  Bruno Haible  <bruno@clisp.org>
27822
27823         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
27824         Needed when size_t is smaller than 'unsigned int'.
27825         Reported by Paul Eggert.
27826
27827 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27828
27829         * modules/argp (Depends-on): Add unlocked-io
27830
27831 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27832
27833         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
27834         block of defines.
27835
27836 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
27837
27838         * config/srclist.txt: Comment out regcomp.c, since we have a porting
27839         fix now.
27840
27841 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
27842         and Paul Eggert  <eggert@cs.ucla.edu>
27843
27844         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
27845         in wint_t, not wchar_t.  Remove now-unnecessary cast.
27846
27847 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27848
27849         * modules/regex (Files): Add lib/regex_internal.c,
27850         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
27851         (Depends-on): Add extensions.
27852         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
27853
27854 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27855
27856         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
27857         pathconf.
27858         * m4/same.m4 (gl_SAME): Likewise.
27859         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
27860
27861         * m4/regex.m4: Adjust to new libc regex implementation.
27862         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
27863         all the .c and .h parts of (the new) regex.
27864         Quote the m4 stuff better.
27865         Check for RE_ICASE bug of old gnulib.
27866         Check for REG_STARTEND of recent libc.
27867         Rename local variables from jm_* to gl_*.
27868         Quote operand of "test -f".
27869         Say "recent enough" version of libc, not "version 2".
27870         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
27871         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
27872         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
27873         Remove check for btowc, isascii.
27874         Require AM_LANGINFO_CODESET.
27875
27876 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27877
27878         * lib/regex.c, regex.h: Sync from libc.
27879         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
27880         * lib/regexec.c:
27881         New files, synced from libc, except that regex_internal.h
27882         currently has a small porting fix.
27883
27884 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27885
27886         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
27887         regex_internal.c, regexec.c.
27888         Add regex_internal.h too, but as a comment, since the libc version
27889         is currently broken in gnulib mode.
27890
27891 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27892
27893         Support programs like Emacs that use gnulib but not gettext.
27894         * MODULES.html.sh (Internationalization functions): Add gettext-h.
27895         * modules/gettext-h: New file.
27896         * modules/gettext (Files): Remove lib/gettext.h.
27897         (Depends-on): Add gettext-h.
27898         (Makefile.am): Remove lib_SOURCES.
27899         * modules/argmatch, modules/c-stack, modules/closeout:
27900         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
27901         * modules/execute, modules/file-type, modules/getaddrinfo:
27902         * modules/getopt, modules/human, modules/javacomp:
27903         * modules/javaexec, modules/mkdir-p, modules/obstack:
27904         * modules/openat, modules/pagealign_alloc, modules/pipe:
27905         * modules/quotearg, modules/regex, modules/rpmatch:
27906         * modules/unicodeio, modules/userspec, modules/version-etc:
27907         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
27908         * modules/xsetenv:
27909         Depend on gettext-h, not gettext.
27910
27911 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27912
27913         * gnulib-tool (func_import): Add support for 'public domain' license.
27914         * modules/alloca, modules/atexit, modules/memmove:
27915         Now public domain, not GPL.
27916         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
27917         * modules/realloc, modules/strerror, modules/strtod:
27918         Now LGPL, not GPL.
27919
27920 2005-07-05  Bruno Haible  <bruno@clisp.org>
27921
27922         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
27923         autoconf CVS. Needed for mingw.
27924
27925 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27926
27927         Remove the dependency of the strftime module on the tzset module.
27928         * modules/strftime (Depends-on): Remove dependency on tzset.
27929
27930 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27931
27932         Remove the dependency of the strftime module on the tzset module.
27933         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
27934         gl_FUNC_TZSET_CLOBBER.
27935
27936 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27937
27938         Remove the dependency of the strftime module on the tzset module.
27939         * lib/strftime.c (my_strftime)
27940         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
27941         Copy the input structure, to work around some of the bug with
27942         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
27943         Solaris releases, you should also use the tzset module, but we won't
27944         require it as a dependency any more since we don't want LGPLed code
27945         to depend on GPLed code.
27946
27947 2005-07-02  Jim Meyering  <jim@meyering.net>
27948
27949         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
27950         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
27951         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
27952         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
27953
27954 2005-07-02  Jim Meyering  <jim@meyering.net>
27955
27956         * lib/backupfile.c (backup_args): Change a `0' to NULL.
27957
27958 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27959
27960         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
27961         declares only 'struct timespec;' (!).
27962
27963 2005-07-01  Jim Meyering  <jim@meyering.net>
27964
27965         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
27966         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
27967         * lib/save-cwd.c, tempname.c:
27968         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
27969         and don't include <sys/file.h>).
27970
27971 2005-06-29  Jim Meyering  <jim@meyering.net>
27972
27973         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
27974         type name.  Use the variable name instead.
27975         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
27976         Likewise.
27977
27978 2005-06-28  Simon Josefsson  <jas@extundo.com>
27979
27980         * modules/check-version (Files): Add check-version.m4.
27981
27982 2005-06-28  Simon Josefsson  <jas@extundo.com>
27983
27984         * m4/check-version.m4: New file, suggested by Jim Meyering
27985         <jim@meyering.net>.
27986
27987 2005-06-28  Simon Josefsson  <jas@extundo.com>
27988
27989         * lib/check-version.h, lib/check-version.c: New files.
27990
27991 2005-06-28  Simon Josefsson  <jas@extundo.com>
27992
27993         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
27994         collision with global variable.  Better indentation.  Don't
27995         increment buffer pointer beyond buffer end.  Based on comments
27996         from Paul Eggert <eggert@cs.ucla.edu>.
27997
27998         * lib/base64.h: Indent.
27999
28000 2005-06-28  Simon Josefsson  <jas@extundo.com>
28001
28002         * doc/gnulib.texi (Library version handling): New section.
28003
28004 2005-06-28  Jim Meyering  <jim@meyering.net>
28005
28006         * check-module (find_included_lib_files): Hard-code another
28007         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
28008         but modules/fts-lgpl (correctly) does not list those files.
28009
28010         * modules/canonicalize (Files): Add lib/pathmax.h.
28011
28012 2005-06-25  Simon Josefsson  <jas@extundo.com>
28013
28014         * modules/check-version: New file.
28015
28016 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
28017
28018         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
28019         initializer of struct addrinfo, as an indication that we don't
28020         care how many members the structure has.
28021
28022 2005-06-24  Derek Price  <derek@ximbiot.com>
28023         and Bruno Haible  <bruno@clisp.org>
28024
28025         Remove stat module & update lstat.
28026         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
28027         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28028         * m4/stat.m4: Remove this file.
28029
28030 2005-06-24  Derek Price  <derek@ximbiot.com>
28031         and Bruno Haible  <bruno@clisp.org>
28032
28033         Remove stat module & update lstat.
28034         * lib/stat.c: Remove this file...
28035         (slash_aware_lstat): ...moving this content and its support...
28036         * lib/lstat.c (rpl_lstat): ...into here.
28037         * lib/lstat.h: New file.
28038
28039 2005-06-24  Derek Price  <derek@ximbiot.com>
28040         and Bruno Haible  <bruno@clisp.org>
28041
28042         Remove stat module & update lstat.
28043         * config/srclist.txt (libc sources): Remove stat.
28044
28045 2005-06-24  Derek Price  <derek@ximbiot.com>
28046         and Bruno Haible  <bruno@clisp.org>
28047
28048         Remove stat module & update lstat.
28049         * MODULES.html.sh (stat): Remove.
28050         * MODULES.html: Regenerated.
28051         * modules/lstat (Description): Correct function name.
28052         (Files): Add "lstat.h".
28053         (Depends-on): Remove stat, add xalloc, stat-macros.
28054         * modules/stat: Remove this file.
28055         (Include): Add "lstat.h", remove <sys/stat.h>.
28056
28057 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
28058
28059         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
28060         (ranged_convert): Don't save conversion in a temporary struct.
28061         This causes a warning with GCC 4.0.0, and anyway in the typical
28062         case it's not worth the extra 100 bytes or so of code.
28063         (ranged_convert, __mktime_internal): When calling a function via a
28064         pointer P, use P () rather than (*P) (), as we now assume C89 or
28065         better.
28066
28067 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28068
28069         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
28070         "who -r" failed to give output.  Problem reported by Tim Waugh.
28071
28072         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
28073         (xcalloc): Use it to avoid needless tests.
28074         Problem reported by Jim Meyering.
28075
28076 2005-06-20  Derek Price  <derek@ximbiot.com>
28077
28078         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
28079         unnecessary for Autoconfs > 2.59c.
28080
28081 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28082
28083         * lib/argp.h (__option_is_short): Check upper limit of
28084         __key. Isprint() requires its argument to have the value
28085         of an unsigned char or EOF.
28086
28087 2005-06-16  Jim Meyering  <jim@meyering.net>
28088
28089         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
28090         when either N or S is zero.
28091
28092 2005-06-16  Derek Price  <derek@ximbiot.com>
28093
28094         * m4/bison.m4: Declare YACC & YFLAGS precious.
28095
28096 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
28097
28098         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
28099         multibyte string or pattern, fall back on unibyte matching.
28100         Problem reported by James Youngman.
28101
28102 2005-06-08  Bruno Haible  <bruno@clisp.org>
28103
28104         * modules/csharpcomp: New file.
28105         * MODULES.html.sh (C#): Add csharpcomp.
28106
28107 2005-06-08  Bruno Haible  <bruno@clisp.org>
28108
28109         * m4/csharpcomp.m4: New file, from GNU gettext.
28110
28111 2005-06-08  Bruno Haible  <bruno@clisp.org>
28112
28113         * lib/csharpcomp.h: New file, from GNU gettext.
28114         * lib/csharpcomp.c: New file, from GNU gettext.
28115         * lib/csharpcomp.sh.in: New file, from GNU gettext.
28116
28117 2005-06-08  Bruno Haible  <bruno@clisp.org>
28118
28119         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
28120         warning on mingw.
28121
28122 2005-06-07  Derek Price  <derek@ximbiot.com>
28123
28124         Sync from CVS.
28125         * lib/glob_.h: Indent nested #ifdef.
28126
28127 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
28128
28129         Sync from coreutils.
28130         Use "file name" when talking about file names, instead of "filename"
28131         or "path", as per the GNU coding standards.
28132         * lib/mkdir-p.c: Renamed from makepath.c.
28133         (make_dir_parents): Renamed from make_path.  All callers changed.
28134         * lib/mkdir-p.h: Likewise.  All includers changed.
28135         * lib/filenamecat.c: Renamed from path-concat.c.
28136         (file_name_concat): Renamed from path_concat.  All callers changed.
28137         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
28138         * lib/filenamecat.h: Likewise.  All includers changed.
28139         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
28140         in comments or local variable names.
28141         * lib/basename.c: Likewise.
28142         * lib/canonicalize.c, canonicalize.h: Likewise.
28143         * lib/dirname.c, dirname.h: Likewise.
28144         * lib/euidaccess.c: Likewise.
28145         * lib/exclude.c: Likewise
28146         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
28147         * lib/fsusage.c, fsuage.h: Likewise.
28148         * lib/fts.c, fts_.h: Likewise.
28149         * lib/getcwd.c: Likewise.
28150         * lib/getloadavg.c: Likewise.
28151         * lib/mkstemp.c: Likewise.
28152         * lib/mountlist.c, mountlist.h: Likewise.
28153         * lib/openat.c, openat.h: Likewise.
28154         * lib/readlink-stub.c: Likewise.
28155         * lib/readutmp.c, readutmp.h: Likewise.
28156         * lib/rename.c: Likewise.
28157         * lib/rmdir.c: Likewise.
28158         * lib/same.c: Likewise.
28159         * lib/savedir.c: Likewise.
28160         * lib/stripslash.c: Likewise.
28161         * lib/tempname.c: Likewise.
28162         * lib/xreadlink.c: Likewise.
28163         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
28164         All uses changed.
28165         * lib/exclude.h: Likewise.
28166
28167         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
28168         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
28169         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
28170         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
28171         * lib/pathmax.h: Include <limits.h> unconditionally, since other
28172         files have been getting away with it for years (MORE/BSD 4.3
28173         is extinct now).
28174         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
28175         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
28176
28177         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
28178         Define to 256, not 255, as per modern POSIX.
28179
28180 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
28181
28182         Sync from coreutils.
28183         Use "file name" when talking about file names, instead of "filename"
28184         or "path", as per the GNU coding standards.
28185         * MODULES.html.sh: mkdir-p renamed from makepath.
28186         filenamecat renamed from path-concat.
28187         * modules/filenamecat: Renamed from modules/path-concat.
28188         (Files): filenamecat.h and filenamecat.c renamed from
28189         path-concat.h and path-concat.c.
28190         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
28191         (Include): filenamecat.h, not path-concat.h.
28192         * modules/mkdir-p: Renamed from modules/makepath.
28193         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
28194         makepath.c.
28195         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
28196         (Include): mkdir-p.h, not makepath.h.
28197
28198 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
28199
28200         Sync from coreutils.
28201         * m4/mkdir-p.m4: Renamed from makepath.m4.
28202         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
28203         Rename files from makepath.c to mkdir-p.c, and from
28204         makepath.h to mkdir-p.h.
28205         * m4/filenamecat.m4: Renamed from path-concat.m4.
28206         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
28207         Rename files from path-concat.c to filenamecat.c,
28208         and from path-concat.h to filenamecat.h.
28209         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
28210         "file name" in local variables or comments.
28211         * m4/rename.m4: Likewise.
28212
28213 2005-06-01  Bruno Haible  <bruno@clisp.org>
28214
28215         * modules/csharpexec: New file.
28216         * MODULES.html.sh (C#): New section.
28217
28218 2005-06-01  Bruno Haible  <bruno@clisp.org>
28219
28220         * m4/csharp.m4: New file, from GNU gettext.
28221         * m4/csharpexec.m4: New file, from GNU gettext.
28222
28223 2005-06-01  Bruno Haible  <bruno@clisp.org>
28224
28225         * lib/csharpexec.h: New file, from GNU gettext.
28226         * lib/csharpexec.c: New file, from GNU gettext.
28227         * lib/csharpexec.sh.in: New file, from GNU gettext.
28228
28229 2005-05-31  Derek Price  <derek@ximbiot.com>
28230             Paul Eggert  <eggert@cs.ucla.edu>
28231
28232         Sync from cvs.
28233         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
28234
28235 2005-05-31  Derek Price  <derek@ximbiot.com>
28236             Paul Eggert  <eggert@cs.ucla.edu>
28237
28238         Sync from cvs.
28239         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
28240
28241 2005-05-29  Derek Price  <derek@ximbiot.com>
28242
28243         * config/srclist.txt (glob_.h, glob.c): Add these files.
28244
28245 2005-05-29  Derek Price  <derek@ximbiot.com>
28246
28247         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
28248         * modules/glob: New file.
28249         * modules/getlogin_r: Add link to POSIX spec in description.
28250
28251 2005-05-29  Derek Price  <derek@ximbiot.com>
28252             Paul Eggert  <eggert@cs.ucla.edu>
28253
28254         * m4/glob.m4: New file.
28255
28256 2005-05-29  Derek Price  <derek@ximbiot.com>
28257             Paul Eggert  <eggert@cs.ucla.edu>
28258
28259         * lib/glob_.h, lib/glob.c: New files.
28260
28261 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28262
28263         * modules/fts (Files): Remove m4/inttypes-pri.m4.
28264         * modules/fts-lgpl (Depends-on): Remove gettext.
28265
28266 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28267
28268         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
28269         and don't require gt_INTTYPES_PRI.
28270
28271 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28272
28273         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
28274
28275         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
28276         the configuration hassle isn't worth it.
28277         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
28278         (LONGEST_MODIFIER, PRIuMAX): Remove.
28279
28280 2005-05-27  Bruno Haible  <bruno@clisp.org>
28281
28282         * lib/getlogin_r.h: Remove second include of <stddef.h>.
28283
28284 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
28285
28286         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
28287         _POSIX_PTHREAD_SEMANTICS for Solaris.
28288
28289 2005-05-25  Derek Price  <derek@ximbiot.com>
28290
28291         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
28292
28293 2005-05-25  Derek Price  <derek@ximbiot.com>
28294             Paul Eggert  <eggert@cs.ucla.edu>
28295
28296         * modules/getlogin_r, m4/getlogin_r.m4: New files.
28297         * lib/getlogin_r.c, getlogin_r.h: New files.
28298
28299 2005-05-25  Bruno Haible  <bruno@clisp.org>
28300             Derek Price  <derek@ximbiot.com>
28301
28302         * lib/getlogin_r.h: Simplify API documentation.
28303
28304 2005-05-23  Derek Price  <derek@ximbiot.com>
28305
28306         * modules/minmax (Files): Add m4/minmax.m4.
28307         (configure.ac): Add gl_MINMAX.
28308
28309 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
28310
28311         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
28312         so that unistd-safer.h (GPL'ed code) need not be included.
28313
28314 2005-05-22  Bruno Haible  <bruno@clisp.org>
28315
28316         * m4/minmax.m4: New file.
28317         Based on a patch by Derek Price <derek@ximbiot.com>.
28318
28319 2005-05-22  Bruno Haible  <bruno@clisp.org>
28320
28321         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
28322         (INT64_MIN): Fix definition.
28323         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
28324
28325         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
28326         NEED_SIGNED_INT_TYPES.
28327
28328         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
28329         HAVE_SYSTEM_INTTYPES.
28330
28331 2005-05-22  Bruno Haible  <bruno@clisp.org>
28332
28333         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
28334         Also include <sys/param.h> if it defines MIN, MAX.
28335         Based on a patch by Derek Price <derek@ximbiot.com>.
28336
28337 2005-05-21  Jim Meyering  <jim@meyering.net>
28338
28339         * modules/fts (Files): Add m4/inttypes-pri.m4.
28340         (Depends-on): Add lstat and remove gettext.  Alphabetize.
28341
28342 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28343
28344         New fts module.
28345         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
28346         (setup_dir, free_dir): New functions.
28347         (enter_dir, leave_dir): Define trivial
28348         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
28349         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
28350         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
28351         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
28352         Move to fts-cycle.c.
28353         (fts_open): Use setup_dir.
28354         (fts_close): Use free_dir.
28355         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
28356         This adds a label and some gotos, but the alternatives were messier.
28357         Check for memory allocation failure when entering a dir.
28358         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
28359         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
28360         (FTS): New member fts_cycle, that is a union that contains the
28361         old active_dir_ht and cycle_state.  All uses changed to mention
28362         fts_cycle.ht and fts_cycle.state.
28363         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
28364         fts.c, with the following changes:
28365         (setup_dir, free_dir): New functions.
28366         (enter_dir): Now returns bool.  Return true if successful, false
28367         if memory exhausted.  All callers changed.
28368         Do not bother partly cleaning up on
28369         memory allocation failure; that is free_dir's job.
28370         However, free ad if hash_insert fails, to avoid memory leak.
28371         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
28372         fts->fts_options to see which union member to use.
28373
28374 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28375
28376         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
28377         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
28378
28379 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28380
28381         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
28382
28383 2005-05-20  Jim Meyering  <jim@meyering.net>
28384
28385         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
28386         Now a macro, to pacify GCC.
28387
28388 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
28389
28390         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
28391         of -1.
28392
28393 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
28394
28395         * lib/chown.c (rpl_chown): Return -1 on failure.
28396
28397 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
28398
28399         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
28400         Don't check for stddef.h.
28401         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
28402         don't use its results.
28403         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
28404         since we include them unconditionally.  Don't require
28405         AM_STDBOOL_H, since stdbool is a prerequisite.
28406         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
28407         since we assume C89 or better.
28408         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
28409         as we don't use their results.
28410         Don't check for fchdir, memmove, memset, strrchr, as we use
28411         them unconditionally.
28412         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
28413         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
28414
28415 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
28416
28417         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
28418         Include <stddef.h> unconditionally, since we assume C89 now.
28419         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
28420         * lib/fts.c: Include fts_.h first, to check interface.
28421         Do not include intprops.h; no longer needed.
28422         Include cycle-check.h and hash.h, since fts_.h no longer does.
28423         Remove unnecessary casts of closedir to void.
28424         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
28425         decide whether to decrement nlinks.
28426         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
28427         (FTS): Use struct hash_table * instead of Hash_table, so that
28428         we no longer need to include hash.h here.
28429
28430 2005-05-18  Jim Meyering  <jim@meyering.net>
28431
28432         * modules/dirfd (License): Change to LGPL.  Most of the code
28433         is already in the public domain.
28434
28435 2005-05-18  Jim Meyering  <jim@meyering.net>
28436
28437         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
28438         Reported by Yoann Vandoorselaere.
28439
28440 2005-05-17  Jim Meyering  <jim@meyering.net>
28441
28442         * m4/fts.m4: New file, from coreutils.
28443
28444 2005-05-17  Jim Meyering  <jim@meyering.net>
28445
28446         * lib/fts.c, lib/fts_.h: New files, from coreutils.
28447
28448 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28449
28450         Sync from coreutils.
28451         * m4/unlinkdir.m4: New file.
28452
28453 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28454
28455         Sync from coreutils.
28456         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
28457         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
28458         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
28459         White space changes only.
28460         * lib/makepath.c (make_path): Port to hosts where leading "//" is
28461         special.
28462         * lib/yesno.c: Include getline.h, not ctype.h.
28463         (yesno): Don't remove leading white space; POSIX doesn't allow it.
28464         Use getline to remove arbitrary restriction on response length.
28465
28466 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28467
28468         * config/srclist-update: Spell out "Street" in FSF postal
28469         mail address; this is the style the FSF seems to prefer.
28470
28471         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
28472         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
28473         this updates FSF postal mail address.
28474
28475         Sync from coreutils.
28476         * modules/unlinkdir: New file.
28477         * modules/yesno (Depends-on): Add getline.
28478         * MODULES.html.sh (File system functions): Add unlinkdir.
28479
28480 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28481
28482         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
28483         lib/strsep.h:
28484         Change the initial comment to refer to GPL, not LGPL.
28485         gnulib-tool will change it to LGPL as needed.
28486
28487         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
28488         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
28489         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
28490         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
28491         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
28492         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
28493         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
28494         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
28495         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
28496         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
28497         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
28498         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
28499         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
28500         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
28501         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
28502         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
28503         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
28504         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
28505         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
28506         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
28507         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
28508         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
28509         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
28510         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
28511         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
28512         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
28513         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
28514         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
28515         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
28516         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
28517         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
28518         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
28519         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
28520         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
28521         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
28522         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
28523         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
28524         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
28525         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
28526         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
28527         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
28528         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
28529         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
28530         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
28531         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
28532         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
28533         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
28534         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
28535         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
28536         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
28537         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
28538         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
28539         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
28540         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
28541         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
28542         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
28543         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
28544         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
28545         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
28546         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
28547         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
28548         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
28549         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
28550         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
28551         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
28552         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
28553         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
28554         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
28555         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
28556         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
28557         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
28558         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
28559         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
28560         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
28561         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
28562         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
28563         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
28564         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
28565         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
28566         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
28567         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
28568         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
28569         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
28570         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
28571         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
28572         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
28573         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
28574         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
28575         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
28576         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
28577         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
28578         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
28579         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
28580         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
28581         lib/yesno.c, lib/yesno.h:
28582         Update FSF postal mail address.
28583
28584 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28585
28586         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
28587         tests/test-memmem.c, tests/test-stpncpy.c:
28588         Update FSF postal mail address.
28589
28590 2005-05-13  Bruno Haible  <bruno@clisp.org>
28591
28592         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
28593         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
28594         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
28595         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
28596         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
28597         Add support for 64-bit integers in the MSVC compiler.
28598
28599 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28600
28601         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
28602
28603 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
28604
28605         * gnulib-tool (func_import): Sort and uniquify recommended includes.
28606
28607 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
28608
28609         * doc/getdate.texi (General date syntax): Don't say that date
28610         date --iso-8601=ns generates acceptable dates; it doesn't yet.
28611         Problem reported by Nic Ferrier.
28612
28613 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28614
28615         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
28616         specified in ai_socktype. Fix invalid ai_protocol
28617         check. ai_protocol is usually set to 0 or depending on
28618         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
28619         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
28620         ai_socktype / ai_protocol in the returned addrinfo structure.
28621
28622 2005-05-10  Simon Josefsson  <jas@extundo.com>
28623
28624         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
28625         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28626
28627 2005-05-10  Karl Berry  <karl@gnu.org>
28628
28629         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
28630         (from http://www.gnu.org/licenses).
28631         * doc/COPYING.LIB: also rename to COPYING.LESSER.
28632         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
28633         fdl.texi suffices.
28634
28635 2005-05-10  Karl Berry  <karl@gnu.org>
28636
28637         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
28638         (COPYING.DOC): remove.
28639
28640         * config/srclist-update: new FSF address.
28641
28642 2005-05-10  Derek Price  <derek@ximbiot.com>
28643
28644         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
28645         possible.
28646
28647 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28648             Bruno Haible  <bruno@clisp.org>
28649
28650         * modules/inet_ntop: New file.
28651         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28652         inet_ntop.
28653
28654 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28655             Bruno Haible  <bruno@clisp.org>
28656
28657         * m4/inet_ntop.m4: New file.
28658
28659 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28660             Bruno Haible  <bruno@clisp.org>
28661
28662         * lib/inet_ntop.h: New file.
28663         * lib/inet_ntop.c: New file, from glibc with modifications.
28664
28665 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
28666
28667         * modules/time_r (License): Change to LGPL.
28668         * modules/extensions (License): Change to LGPL.  Actually,
28669         the license is more permissive than that, but currently gnulib-tool
28670         doesn't know how to handle more-permissive licenses.
28671
28672         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
28673         Problem reported by Dave Love.
28674
28675 2005-05-08  Jim Meyering  <jim@meyering.net>
28676
28677         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
28678         blank.
28679
28680 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
28681
28682         * modules/argmatch (Depends-on): Add stdbool.
28683         * modules/backupfile (Depends-on): Likewise.
28684         * modules/chdir-long (Depends-on): Likewise.
28685         * modules/closeout (Depends-on): Likewise.
28686         * modules/cycle-check (Depends-on): Likewise.
28687         * modules/dirname (Depends-on): Likewise.
28688         * modules/fnmatch (Depends-on): Likewise.
28689         * modules/fsusage (Depends-on): Likewise.
28690         * modules/fwriteerror (Depends-on): Likewise.
28691         * modules/getcwd (Depends-on): Likewise.
28692         * modules/getloadavg (Depends-on): Likewise.
28693         * modules/hard-locale (Depends-on): Likewise.
28694         * modules/makepath (Depends-on): Likewise.
28695         * modules/mountlist (Depends-on): Likewise.
28696         * modules/nanosleep (Depends-on): Likewise.
28697         * modules/posixtm (Depends-on): Likewise.
28698         * modules/quotearg (Depends-on): Likewise.
28699         * modules/readtokens (Depends-on): Likewise.
28700         * modules/readtokens0 (Depends-on): Likewise.
28701         * modules/readutmp (Depends-on): Likewise.
28702         * modules/save-cwd (Depends-on): Likewise.
28703         * modules/strftime (Depends-on): Likewise.
28704         * modules/userspec (Depends-on): Likewise.
28705         * modules/utimecmp (Depends-on): Likewise.
28706         * modules/xgetcwd (Depends-on): Likewise.
28707         * modules/xnanosleep (Depends-on): Likewise.
28708         * modules/xstrtod (Depends-on): Likewise.
28709         * modules/yesno (Depends-on): Likewise.
28710
28711 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
28712
28713         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
28714         needless checks.
28715
28716 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28717
28718         Merge from coreutils.  Among other things,
28719         add bulletproofing for cases where stdin, stdout, or stderr are closed.
28720         * lib/fd-safer.c: New file.
28721         * lib/fcntl-safer.h, open-safer.c: Remove.
28722         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
28723         * lib/dup-safer.c: Include unistd-safer.h first.
28724         Don't include errno.h.
28725         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
28726         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
28727         * lib/file-type.c: Rely on file-type.h change.
28728         * lib/getloadavg.c: Include unistd-safer.h.
28729         (getloadavg): Use safer open.
28730         * lib/getusershell.c: Include "stdio-safer.h".
28731         (getusershell): Use safer fopen.
28732         * lib/long-options.c (long_options): Use NULL rather than 0.
28733         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
28734         'free'.
28735         * lib/modechange.c: Likewise.
28736         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
28737         (MODE_DONE): New constant.
28738         (struct mode_change): Remove 'next' member.
28739         (make_node_op_equals): New function; like the old one of the
28740         same name, except it allocates an array.
28741         (mode_compile, mode_create_from_ref): Use it.
28742         (mode_compile): Allocate result as an array, not a linked list.
28743         Parse octal string ourself, so that we catch mistakes like "+0".
28744         (mode_adjust): Arg is an array, not a linked list.
28745         * lib/modechange.c: Include stat-macros.h, xalloc.h.
28746         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
28747         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
28748         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
28749         Remove.  This is now stat-macros.h's job.
28750         (talloc): Remove.  All callers replaced by xalloc, so that
28751         our invokers don't have to worry about reporting memory failures.
28752         (make_node_op_equals): Remove.
28753         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
28754         New constants.
28755         (struct mode_change): Moved here from modechange.h.
28756         (mode_append_entry): Remove.
28757         (mode_compile): Remove MASKED_OPS arg, since it encouraged
28758         apps to have incorrect behavior.  Use simpler algorithm for head
28759         and tail.  Don't futz with umask; that's now the job of mode_adjust.
28760         Detect more invalid usages rather than having somewhat-random behavior.
28761         Don't insert an "a=" action, as that leads to incorrect behavior.
28762         (mode_compile, mode_create_from_ref): Return NULL on error instead
28763         of an enum, since now there's only one way to have an error.  All
28764         callers changed.
28765         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
28766         at the correct time.  Simplify calculation of "+u" and its ilk.
28767         Don't mishandle "+X".
28768         (mode_free): Remove "register" and localize decls.
28769         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
28770         (struct mode_change): Move to modechange.c; callers don't
28771         need to see this stuff.
28772         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
28773         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
28774         (mode_change, mode_adjust): Reflect the new signatures noted above.
28775         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
28776         that might redefine system include files.
28777         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
28778         (my_usleep): Use NULL rather than (void *) 0.
28779         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
28780         Use siginterrupt to specify that system calls should be interrupted.
28781         (rpl_nanosleep): Move initialization of suspended closer to call of
28782         my_usleep.
28783         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
28784         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
28785         (desirable_utmp_entry): New function.
28786         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
28787         using x2nrealloc, to simplify logic.
28788         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
28789         size calculation.  Do not assume utmp file is a regular file.
28790         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
28791         (READ_UTMP_CHECK_PIDS): New constant.
28792         * lib/save-cwd.c: Include unistd-safer.h.
28793         (save_cwd): Use fd_safer.
28794         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
28795         [!_LIBC] Include "stat-macros.h" instead.
28796         * lib/unistd-safer.h (fd_safer): New decl.
28797
28798 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28799
28800         * modules/getloadavg (Depends-on): Add unistd-safer.
28801         * modules/getusershell (Depends-on): Add stdio-safer.
28802         * modules/lstat (Depends-on): Remove xalloc.
28803         * modules/mkstemp (Depends-on): Add stat-macros.
28804         * modules/modechange (Depends-on): Remove xstrtol.
28805         Add stat-macros, xalloc.
28806         * modules/save-cwd (Depends-on): Add unistd-safer.
28807         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
28808         * modules/unistd-safer (Files): Add lib/fd-safer.c
28809         (Makefile.am): Remove lib_SOURCES.
28810
28811         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
28812         Remove fcntl-safer; unistd-safer supersedes it.
28813
28814 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28815
28816         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
28817         AC_HEADER_STAT.
28818         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
28819         (gl_PREREQ_CHOWN): Remove.
28820         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
28821         it.  Don't require AC_HEADER_STAT.
28822         (gl_PREREQ_LSTAT): Remove.
28823         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
28824         Don't require AC_HEADER_STAT.
28825         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
28826         (gl_PREREQ_RMDIR): Remove.
28827         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
28828         mention stat-macros.h or AC_HEADER_STAT, since we'll make
28829         the stat-macros module a prerequisite.
28830         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
28831         * m4/filemode.m4 (gl_FILEMODE): Likewise.
28832         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
28833         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
28834         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
28835         variable names.
28836         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
28837         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
28838         variable prefixes.
28839         * m4/fcntl-safer.m4: Remove.
28840         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
28841         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
28842         Invoke gl_PREREQ_FD_SAFER.
28843         (gl_PREREQ_FD_SAFER): New macro.
28844         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
28845         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
28846         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
28847         Remove duplicate call to AC_LIBOBJ(readutmp).
28848         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
28849
28850         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
28851         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
28852
28853 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28854
28855         * MODULES.html.sh (Misc): Add byteswap.
28856
28857 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28858
28859         * modules/getcwd (Depends-on): Add extensions.
28860         * modules/openat (Depends-on): Likewise.
28861
28862 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28863
28864         * modules/byteswap: New file.
28865
28866 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28867
28868         * m4/byteswap.m4: New file.
28869
28870 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28871
28872         * lib/byteswap_.h: New file.
28873
28874 2005-04-25  Karl Berry  <karl@gnu.org>
28875
28876         * m4/gettext.m4: Update from GNU gettext 0.14.4.
28877
28878 2005-04-25  Albert Chin  <china@thewrittenword.com>
28879
28880         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
28881         Toolkit C bug.
28882
28883 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
28884
28885         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
28886         (func_ln_if_changed) Remove forcibly for no error message
28887         in case file does not exist.
28888
28889 2005-04-19  Simon Josefsson  <jas@extundo.com>
28890
28891         * gnulib-tool (Options): Make --symlink mean --symbolic.
28892
28893 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
28894
28895         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
28896
28897 2005-04-16  Simon Josefsson  <jas@extundo.com>
28898
28899         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
28900
28901 2005-04-15  Simon Josefsson  <jas@extundo.com>
28902
28903         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
28904
28905 2005-04-15  Simon Josefsson  <jas@extundo.com>
28906
28907         * gnulib-tool: Rename --symlink to --symbolic.
28908
28909 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
28910
28911         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
28912         symbolic links to files instead of copying/moving.  Add --aux-dir,
28913         specifying directory relative --dir where auxiliary build tools
28914         are placed.
28915
28916 2005-04-14  Bruno Haible  <bruno@clisp.org>
28917
28918         * modules/allocsa (License): Change to LGPL.
28919         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
28920
28921 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
28922
28923         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
28924         that "UTC +1 second" continues to work.  Problem reported
28925         by Dmitry V. Levin.
28926         (relunit_snumber): New rule.
28927         (relunit): Use it.
28928
28929 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
28930
28931         * lib/getdate.y (universal_time_zone_table): New constant.
28932         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
28933         universal_time_zone_table.
28934         (lookup_zone): Prefer universal_time_zone_table to
28935         local_time_zone_table, so that "GMT" time stamps are allowed in
28936         London during the summer.  Problem reported by Ian Abbott.
28937
28938 2005-04-12  Jim Meyering  <jim@meyering.net>
28939
28940         * lib/human.c (humblock): Set *options even when returning due to
28941         xstrtoumax conversion failure.  Thanks to a used-uninitialized
28942         warning from gcc-4.
28943
28944 2005-04-09  Jim Meyering  <jim@meyering.net>
28945
28946         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
28947         -Wuninitialized: initialize tm0.tm_year.
28948
28949 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
28950
28951         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
28952         count, since there's no maximum.  All uses changed.
28953         Add member dsts_seen.
28954         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
28955         not being INT_MAX.
28956         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
28957         Use pc_rels_seen to decide whther a date is absolute.
28958
28959         * lib/getdate.y (number): Don't overwrite year.
28960         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
28961         check.
28962
28963 2005-04-02  Simon Josefsson  <jas@extundo.com>
28964
28965         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
28966         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
28967
28968 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
28969
28970         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
28971         where no absolute path name can be longer than PATH_MAX.
28972
28973 2005-03-27  Jim Meyering  <jim@meyering.net>
28974
28975         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
28976
28977 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
28978
28979         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
28980         "one's complement" -> "ones' complement" in comment, as per Knuth.
28981         "value of type" -> "type or expression" in comment.
28982         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
28983
28984 2005-03-26  Jim Meyering  <jim@meyering.net>
28985
28986         Comment nits.
28987         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
28988         Correct typos: s/or/of/.
28989
28990 2005-03-26  Jim Meyering  <jim@meyering.net>
28991
28992         * modules/check-include-files: Move to ../ and rename to...
28993         * check-module: ...this.
28994
28995 2005-03-25  Jim Meyering  <jim@meyering.net>
28996
28997         * modules/xvasprintf (Files): Add xalloc.h.
28998
28999 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
29000
29001         * modules/gettext (Files): config/config.rpath ->
29002         build-aux/config.rpath
29003         * modules/iconv (Files): Likewise.
29004         Problem reported by Oskar Liljeblad.
29005
29006 2005-03-23  Jim Meyering  <jim@meyering.net>
29007
29008         * modules/check-include-files: New script to check for
29009         missing dependencies, multiple includes, etc.
29010
29011         * modules/c-strtold (Depends-on): Add xalloc.
29012         * modules/c-strtod (Depends-on): Add xalloc.
29013         * modules/hash (Depends-on): Add xalloc.
29014         (Files): Remove lib/xalloc.h.
29015
29016         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
29017         * modules/userspec (Files): Add lib/inttostr.h.
29018
29019 2005-03-23  Jim Meyering  <jim@meyering.net>
29020
29021         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
29022
29023 2005-03-22  Jim Meyering  <jim@meyering.net>
29024
29025         * modules/stat-macros: New module.
29026         * modules/canonicalize, modules/euidaccess, modules/file-type,
29027         * modules/filemode, modules/lchown, modules/makepath,
29028         * modules/rmdir, modules/stat: Depend on new stat-macros module
29029         rather than listing lib/stat-macros.h manually.
29030         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
29031
29032 2005-03-22  Jim Meyering  <jim@meyering.net>
29033
29034         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
29035
29036 2005-03-22  Bruno Haible  <bruno@clisp.org>
29037
29038         * config/srclist.txt: Replace target directory 'config' with
29039         'build-aux'.
29040         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
29041         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
29042         ../build-aux/.
29043
29044 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
29045
29046         * modules/chdir-long (Depends-on): Add mempcpy.
29047
29048         * modules/acl, modules/backupfile, modules/c-strtod,
29049         modules/c-strtold, modules/canon-host, modules/canonicalize,
29050         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
29051         modules/exclude, modules/exitfail, modules/file-type,
29052         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
29053         modules/getdate, modules/getline, modules/getpagesize,
29054         modules/getpass, modules/getugroups, modules/group-member,
29055         modules/hard-locale, modules/hash, modules/human, modules/idcache,
29056         modules/inttostr, modules/long-options, modules/makepath,
29057         modules/md5, modules/memcasecmp, modules/memcoll,
29058         modules/modechange, modules/mountlist, modules/path-concat,
29059         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
29060         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
29061         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
29062         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
29063         modules/strftime, modules/strndup, modules/strverscmp,
29064         modules/timespec, modules/unlocked-io, modules/userspec,
29065         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
29066         modules/yesno:
29067         Remove lib_SOURCES line from Makefile.am section, as this is now
29068         done automatically by the corresponding Autoconf macro.
29069
29070 2005-03-21  Jim Meyering  <jim@meyering.net>
29071
29072         Changes imported from coreutils.
29073
29074         * lib/cycle-check.c: Don't include xalloc.h.
29075
29076         * lib/path-concat.c: Don't include assert.h.
29077         (path_concat): Remove assertion that would have triggered
29078         for ABASE starting with more than one slash.
29079         Reported by Andreas Schwab.
29080
29081         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
29082         properly when ABASE is an absolute file name.
29083         Correct the description of this function.
29084         Include <assert.h>.
29085         Add an assertion and a test driver.
29086         This fixes a bug introduced on 2004-07-02.
29087         Andreas Schwab reported the resulting failure of cp --parents:
29088         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
29089
29090 2005-03-21  Jim Meyering  <jim@meyering.net>
29091
29092         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
29093         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
29094
29095 2005-03-21  Jim Meyering  <jim@meyering.net>
29096         and  Paul Eggert  <eggert@cs.ucla.edu>
29097
29098         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
29099         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
29100         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
29101         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
29102         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
29103         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
29104         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
29105         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
29106         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
29107         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
29108         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
29109         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
29110         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
29111         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
29112         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
29113         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
29114         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
29115         for these modules.
29116
29117 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
29118
29119         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
29120         (which shouldn't happen), generate nothing instead of returning 0
29121         immediately, so that nstrftime (NULL, ...) doesn't return 0.
29122
29123 2005-03-16  Bruno Haible  <bruno@clisp.org>
29124
29125         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
29126         HAVE_LONGLONG_64BIT.
29127
29128 2005-03-16  Bruno Haible  <bruno@clisp.org>
29129
29130         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
29131         HAVE_LONGLONG_64BIT.
29132
29133 2005-03-16  Bruno Haible  <bruno@clisp.org>
29134
29135         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
29136         HAVE_LONGLONG_64BIT.
29137
29138 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
29139
29140         * lib/strftime.c (my_strftime): Prepend space to format so that we can
29141         reliably distinguish strftime failure from empty output on POSIX
29142         hosts.
29143
29144 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
29145
29146         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
29147         (iconv_string): Don't guess a size-zero buffer, as that might cause
29148         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
29149         result would be 'too large', where 'too large' is (heuristically)
29150         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
29151         overflow concerns.  This will prevent some unwanted malloc failures
29152         when the inputs are very large.
29153
29154 2005-03-15  Karl Berry  <karl@gnu.org>
29155
29156         * config/srclist.txt (config.rpath): from gettext.
29157         * config/config.rpath: update.
29158
29159 2005-03-15  Bruno Haible  <bruno@clisp.org>
29160
29161         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
29162         to 'negate'.
29163
29164         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
29165         variable.
29166
29167         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
29168         results.
29169
29170 2005-03-14  Simon Josefsson  <jas@extundo.com>
29171
29172         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
29173         <fx@gnu.org>.
29174
29175 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
29176
29177         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
29178         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
29179         intprops.h.
29180         * lib/strtol.c: Likewise.
29181
29182 2005-03-14  Jim Meyering  <jim@meyering.net>
29183
29184         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
29185         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
29186         to be nonzero so that we (and caller) can detect the difference
29187         between a valid zero-length expansion and an error return, even
29188         when the underlying strftime fails before writing anything into
29189         that location.
29190
29191 2005-03-14  Bruno Haible  <bruno@clisp.org>
29192
29193         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
29194         Update from GNU gettext 0.14.3.
29195
29196 2005-03-10  Jim Meyering  <jim@meyering.net>
29197
29198         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
29199
29200 2005-03-10  Jim Meyering  <jim@meyering.net>
29201
29202         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
29203         so that this module works on systems without fchdir.
29204
29205 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
29206
29207         Factor int-properties macros into a single file, except for
29208         glibc-related files.
29209         * lib/intprops.h: New file.
29210         * lib/getloadavg.c: Include it instead of limits.h.
29211         (INT_STRLEN_BOUND): Remove.
29212         * lib/human.c: Include intprops.h.
29213         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
29214         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
29215         302/1000.
29216         * lib/inttostr.h: Include intprops.h instead of limits.h.
29217         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
29218         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
29219         for consistency with intprops.h.
29220         (time_t_is_integer, twos_complement_arithmetic): Use them.
29221         * lib/sig2str.h: Include <signal.h>, intprops.h.
29222         (INT_STRLEN_BOUND): Remove.
29223         * lib/strftime.c (TYPE_SIGNED): Remove.
29224         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
29225         * lib/strtol.c: Adjust comments to match intprops.h.
29226         * lib/userspec.c: Include intprops.h.
29227         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
29228         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
29229         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
29230         instead of rolling our own expressions.
29231         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
29232
29233         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
29234         instead of int.
29235         (my_strftime): Do not mishandle years close to INT_MAX, by doing
29236         the right thing even if adding 1900 would overflow.  Similarly
29237         for tm_mon + 1 and tm_yday + 1.
29238         Make %Y always equivalent to %C%y, and similarly for %G and %g.
29239         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
29240         (DO_SIGNED_NUMBER): New macro.
29241         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
29242
29243 2005-03-07  Bruno Haible  <bruno@clisp.org>
29244
29245         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
29246
29247 2005-03-07  Bruno Haible  <bruno@clisp.org>
29248
29249         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
29250
29251 2005-03-04  Derek R. Price  <derek@ximbiot.com>
29252
29253         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
29254         (func_import): Only replace files via --import when they have actually
29255         changed.
29256
29257 2005-03-03  Derek R. Price  <derek@ximbiot.com>
29258
29259         * m4/mmap-anon.m4: New file.
29260         * m4/pagealign_alloc.m4: New file.
29261
29262 2005-03-03  Derek R. Price  <derek@ximbiot.com>
29263             Bruno Haible  <bruno@clisp.org>
29264
29265         * modules/pagealign_alloc: New file.
29266         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
29267
29268 2005-03-03  Derek R. Price  <derek@ximbiot.com>
29269             Bruno Haible  <bruno@clisp.org>
29270
29271         * lib/pagealign_alloc.h: New file.
29272         * lib/pagealign_alloc.c: New file.
29273
29274 2005-03-03  Bruno Haible  <bruno@clisp.org>
29275
29276         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
29277         Use an all-permissive copyright notice, recommended by RMS.
29278
29279 2005-03-02  Bruno Haible  <bruno@clisp.org>
29280
29281         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
29282         of AIX, the replacement has to be done only after <string.h> is
29283         included, therefore not in config.h. stpncpy.h does the replacement,
29284         and stpncpy.c uses it.
29285
29286 2005-03-02  Bruno Haible  <bruno@clisp.org>
29287
29288         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
29289         stpncpy.c uses it.
29290
29291 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29292
29293         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
29294         The workaround isn't strictly needed for POSIX conformance, and
29295         it's too much of a pain to configure and maintain.  We'll ask
29296         people to fix their kernels instead.
29297         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
29298         (NANOSLEEP_BUG_WORKAROUND): Remove.
29299         (xnanosleep): Remove the workaround.
29300
29301 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29302
29303         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
29304         Reported by Derek Price.
29305         (Include): Add "timespec.h".
29306
29307         * modules/xnanosleep (Depends-on): Remove gethrxtime.
29308
29309 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29310
29311         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
29312         to detect nanosleep bug.
29313
29314 2005-03-01  Bruno Haible  <bruno@clisp.org>
29315
29316         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
29317
29318 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29319
29320         * modules/gethrxtime: New file.
29321         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
29322         (Depends-on): Add gethrxtime.
29323         (configure.ac): Add gl_XNANOSLEEP.
29324         (Makefile.am): Remove lib_SOURCES line.
29325
29326 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
29327
29328         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
29329         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
29330
29331 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
29332
29333         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
29334         * lib/timespec.h (gettime): Return void, since it always
29335         succeeds now.  All uses changed.
29336         * lib/gettime.c (gettime) Likewise.
29337         [HAVE_NANOTIME]: Prefer nanotime.
29338         Assume gettimeofday succeeds, as POSIX requires.
29339         Assime time () succeeds, since other code already does.
29340         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
29341         (timespec_subtract): Remove.
29342         (NANOSLEEP_BUG_WORKAROUND): New constant.
29343         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
29344         things considerably.  Use it only on GNU/Linux hosts, since the
29345         workaround shouldn't be needed elsewhere.
29346
29347 2005-02-24  Bruno Haible  <bruno@clisp.org>
29348
29349         * modules/gettext (Files): Add m4/glibc2.m4.
29350
29351 2005-02-24  Bruno Haible  <bruno@clisp.org>
29352
29353         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
29354         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
29355         * m4/progtest.m4:
29356         Update from GNU gettext 0.14.2.
29357         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
29358
29359 2005-02-24  Bruno Haible  <bruno@clisp.org>
29360
29361         * lib/localcharset.c: Update from GNU gettext 0.14.2.
29362         * lib/config.charset: Update from GNU gettext 0.14.2.
29363
29364 2005-02-24  Bruno Haible  <bruno@clisp.org>
29365
29366         * lib/gettext.h: Update from GNU gettext 0.14.2.
29367
29368 2005-02-23  Simon Josefsson  <jas@extundo.com>
29369
29370         * m4/iconvme.m4: New file.
29371
29372 2005-02-23  Jim Meyering  <jim@meyering.net>
29373
29374         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
29375         change.
29376         Thanks to Bruno Haible for catching it.
29377
29378 2005-02-22  Simon Josefsson  <jas@extundo.com>
29379
29380         * modules/iconvme: New file.
29381
29382         * MODULES.html.sh: Add iconvme.
29383
29384 2005-02-22  Simon Josefsson  <jas@extundo.com>
29385
29386         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
29387
29388 2005-02-22  Simon Josefsson  <jas@extundo.com>
29389
29390         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
29391
29392 2005-02-22  Jim Meyering  <jim@meyering.net>
29393
29394         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
29395         s/ifndef/ifdef/.
29396
29397 2005-02-20  Neil Conway  <neilc@samurai.com>
29398
29399         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
29400         returned by OSX/Darwin if the specified buffer is not large
29401         enough for the hostname.
29402
29403 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29404
29405         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
29406         pass it to _help, otherwise the latter coredumps trying to
29407         dereference state.root_argp.
29408
29409 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29410
29411         * modules/chdir-long (Depends-on): Add memrchr.
29412         * modules/memrchr (Files): Add lib/memrchr.h.
29413         (Include): "memrchr.h".
29414
29415 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29416
29417         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
29418
29419 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29420
29421         * lib/memrchr.h: New file.
29422         * lib/chdir-long.c: Include it.
29423         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
29424         Don't bother including stddef.h.
29425
29426 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
29427
29428         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
29429         inclusion.
29430         Include <sys/types.h>, for dev_t.
29431         (ME_DUMMY, ME_REMOTE): Move from here....
29432         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
29433         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
29434         Dmitry V. Levin.
29435         Include mountlist.h first, to test the interface.
29436
29437 2005-01-29  Bruno Haible  <bruno@clisp.org>
29438
29439         * lib/progname.c (program_name): Initialize.
29440         Needed when linking statically on MacOS X.
29441
29442 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
29443
29444         Sync from coreutils.
29445         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
29446         (Depends-on): Add c-strtod.
29447         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
29448
29449 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
29450
29451         Sync from coreutils.
29452         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
29453
29454         Remove files that are specific to coreutils.
29455         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
29456
29457 2005-01-28  Bruno Haible  <bruno@clisp.org>
29458
29459         * modules/javacomp: New file.
29460         * MODULES.html.sh (Java): Add javacomp.
29461
29462 2005-01-28  Bruno Haible  <bruno@clisp.org>
29463
29464         * m4/javacomp.m4: New file, from GNU gettext.
29465
29466 2005-01-28  Bruno Haible  <bruno@clisp.org>
29467
29468         * lib/javacomp.sh.in: New file, from GNU gettext.
29469         * lib/javacomp.h: New file, from GNU gettext.
29470         * lib/javacomp.c: New file, from GNU gettext.
29471
29472 2005-01-26  Simon Josefsson  <jas@extundo.com>
29473
29474         * lib/gai_strerror.c: Use GPL in header.
29475
29476 2005-01-26  Bruno Haible  <bruno@clisp.org>
29477
29478         * modules/javaexec: New file.
29479         * MODULES.html.sh (Java): Add javaexec.
29480
29481 2005-01-26  Bruno Haible  <bruno@clisp.org>
29482
29483         * m4/javaexec.m4: New file, from GNU gettext.
29484
29485 2005-01-26  Bruno Haible  <bruno@clisp.org>
29486
29487         * lib/javaexec.sh.in: New file, from GNU gettext.
29488         * lib/javaexec.h: New file, from GNU gettext.
29489         * lib/javaexec.c: New file, from GNU gettext.
29490
29491 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29492
29493         * modules/lchown (Depends-on): Remove lchown.h
29494
29495 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29496
29497         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
29498         must be defined if the header file was not found, in order
29499         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
29500
29501 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29502
29503         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
29504         initializers for struct pentry_state.
29505         (__argp_error): Check return value of __asprintf
29506         (__argp_failure): Translate error message
29507
29508         * lib/argp-parse.c: Removed braces around the expansion of N_()
29509
29510 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29511
29512         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
29513         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
29514         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
29515         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
29516         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
29517         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
29518         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
29519         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
29520         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
29521         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
29522         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
29523         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
29524         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
29525         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
29526         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
29527         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
29528         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
29529         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
29530         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
29531         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
29532         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
29533         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
29534         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
29535         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
29536         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
29537         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
29538         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
29539         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
29540         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
29541         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
29542         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
29543         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
29544         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
29545         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
29546         xstrtol.m4, xstrtoumax.m4, yesno.m4:
29547         Use an all-permissive copyright notice, recommended by RMS.
29548
29549 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
29550
29551         * modules/chdir-long (Depends-on): Remove mempcpy.
29552
29553 2005-01-21  Jim Meyering  <jim@meyering.net>
29554
29555         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
29556         same value as for Solaris 9.
29557
29558         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
29559         component length.  This included changing the parameter to be
29560         of type `char *' rather than `char const *'.
29561         * lib/chdir-long.h (chdir_long): Update prototype.
29562
29563         * lib/openat.c (fdopendir, fstatat): New functions.
29564         * lib/openat.h: Include headers required for use of DIR and struct
29565         stat.
29566         [AT_SYMLINK_NOFOLLOW]: Define.
29567         (fdopendir, fstatat): Add prototypes.
29568
29569 2005-01-21  Bruno Haible  <bruno@clisp.org>
29570
29571         * modules/classpath: New file.
29572         * MODULES.html.sh (Java): Add classpath.
29573
29574 2005-01-21  Bruno Haible  <bruno@clisp.org>
29575
29576         * lib/classpath.h: New file, from GNU gettext.
29577         * lib/classpath.c: New file, from GNU gettext.
29578
29579 2005-01-20  Simon Josefsson  <jas@extundo.com>
29580
29581         * modules/version-etc-fsf: New file.
29582
29583 2005-01-20  Simon Josefsson  <jas@extundo.com>
29584
29585         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
29586         * lib/version-etc.c: Remove version_etc_copyright.
29587         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
29588         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
29589
29590 2005-01-20  Simon Josefsson  <jas@extundo.com>
29591
29592         * lib/base64.h (isbase64): Add.
29593
29594         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
29595         using a unsigned prototype, don't inline.
29596         (base64_decode): Use it.
29597
29598 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29599
29600         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
29601         it.
29602
29603 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29604
29605         * lib/save-cwd.c (save_cwd): Remove code to support the case
29606         where fchdir is missing or flaky.
29607
29608 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29609
29610         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
29611
29612 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
29613
29614         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
29615         AC_LIBSOURCES now does this.
29616         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
29617         with new ullong_max module.
29618
29619 2005-01-19  Bruno Haible  <bruno@clisp.org>
29620
29621         * modules/sh-quote: New file.
29622         * MODULES.html.sh (Executing programs): Add sh-quote.
29623
29624 2005-01-19  Bruno Haible  <bruno@clisp.org>
29625
29626         * lib/sh-quote.h: New file, from GNU gettext.
29627         * lib/sh-quote.c: New file, from GNU gettext.
29628
29629 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29630
29631         Merge from coreutils.
29632         * m4/ullong_max.m4: New file.
29633         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
29634         (gl_MACROS): Assume localeconv exists.
29635
29636 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29637
29638         Merge changes from coreutils, as described below in several
29639         changelogs dated today.
29640
29641         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
29642         (O_DIRECTORY): Remove; not needed here, since "." must be
29643         a directory.  All uses removed.
29644         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
29645         universal on Suns, and we also need to test for IRIX.
29646         Revamp code to use 'if' rather than '#if'.
29647         Avoid unnecessary comparison of cwd->desc to 0.
29648
29649         * lib/utimens.c (futimens): Robustify the previous patch, by checking
29650         for known valid error numbers rather than observed invalid ones.
29651
29652 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29653
29654         * modules/ullong_max: New file.
29655
29656         * modules/chdir-long, modules/openat: New files.
29657         * modules/save-cwd (Depends-on): Depend on chdir-long.
29658         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
29659
29660 2005-01-18  Jim Meyering  <jim@meyering.net>
29661
29662         Merge from coreutils.
29663         * m4/chdir-long.m4, m4/openat.m4: New files.
29664         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
29665         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
29666         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
29667         is sane and DOES follow symlinks.  Besides, testing 20 different
29668         systems found no broken chown implementations.
29669         Prompted by a change in rsync's copy of this macro.
29670         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
29671
29672         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
29673
29674         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
29675         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
29676         NULL-means-set-to-current-time semantics.
29677         Remove temporary file immediately, rather than waiting
29678         for configure's at-exit trap code to do it.
29679
29680 2005-01-18  Jim Meyering  <jim@meyering.net>
29681
29682         * lib/version-etc.c (version_etc_copyright): Update copyright date.
29683
29684         * lib/utimens.c (futimens): Account for the fact that futimes
29685         can also fail with errno == ENOSYS or errno == ENOENT.
29686         Patch from Dmitry V. Levin.
29687
29688         Change the name of the robust chdir function from chdir to chdir_long.
29689         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
29690         (restore_cwd): Use chdir_long, not chdir.
29691         * lib/chdir-long.c: Renamed from chdir.c.
29692         * lib/chdir-long.h: Renamed from chdir.h.
29693         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
29694         Hurd.
29695
29696 2005-01-18  Bruno Haible  <bruno@clisp.org>
29697
29698         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
29699         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
29700         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
29701         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
29702         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
29703         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
29704         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
29705         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
29706         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
29707         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
29708         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
29709         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
29710         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
29711         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
29712         Use an all-permissive copyright notice, recommended by RMS.
29713
29714 2005-01-18  Bob Proulx  <bob@proulx.com>
29715
29716         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
29717         simplify offsetof() macro construct to avoid compile failure with
29718         native HP-UX 11.0 ANSI C compiler.
29719
29720 2005-01-17  Bruno Haible  <bruno@clisp.org>
29721
29722         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
29723         redundant because stpncpy.m4 takes care of it.
29724
29725 2005-01-17  Bruno Haible  <bruno@clisp.org>
29726
29727         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
29728
29729 2005-01-17  Bruno Haible  <bruno@clisp.org>
29730
29731         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
29732         used.
29733
29734 2005-01-17  Bruno Haible  <bruno@clisp.org>
29735
29736         * lib/fwriteerror.h (fwriteerror): Change specification to include
29737         fclose.
29738         * lib/fwriteerror.c: Include <stdbool.h>.
29739         (fwriteerror): At the end, close the file stream. Record whether
29740         stdout was already closed.
29741
29742 2005-01-17  Bruno Haible  <bruno@clisp.org>
29743
29744         * lib/execute.c (environ): Declare if needed.
29745         * lib/pipe.c (environ): Likewise.
29746         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
29747
29748 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29749
29750         * modules/argp: Depend on vsnprintf
29751
29752 2005-01-10  Jim Meyering  <jim@meyering.net>
29753
29754         * modules/closeout (Depends-on): Add atexit.
29755
29756 2005-01-06  Bruno Haible  <bruno@clisp.org>
29757
29758         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
29759
29760 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29761
29762         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
29763         definitions to be after all include files, to avoid collisions.
29764         Problem reported by Bob Proulx.
29765
29766 2005-01-04  Jim Meyering  <jim@meyering.net>
29767
29768         Changes imported from coreutils.
29769         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
29770         as the mkstemp template, use a temporary directory and an
29771         8.3-friendly template to avoid trouble on systems like DJGPP.
29772         Reported by Juan M. Guerrero via Stepan Kasal.
29773         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
29774         close. Remove the temporary directory right away, rather than waiting
29775         for configure's at-exit trap code to do it.
29776         Suggestion from Stepan Kasal.
29777
29778 2005-01-01  Simon Josefsson  <jas@extundo.com>
29779
29780         * gnulib-tool: Print #include directives when --import'ing.
29781
29782 2004-12-28  Simon Josefsson  <jas@extundo.com>
29783
29784         * tests/test-base64.c: Include required header files.  Remove
29785         unused variables.
29786
29787 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
29788
29789         * modules/error (Depends-on): Remove gettext.
29790
29791 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
29792
29793         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
29794         not needed.  This removes a dependency on the gettext module.
29795         [defined _LIBC]: Do not include <libintl.h>; not needed.
29796
29797 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
29798
29799         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
29800         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
29801
29802 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
29803
29804         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
29805         HAVE_DECL_STRTOLD.
29806
29807 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29808
29809         * modules/getdate (Depends-on): Remove alloca-opt.
29810
29811 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29812
29813         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
29814
29815 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29816
29817         * lib/argp-parse.c: Include <stddef.h>.
29818         (alignof, alignto): New macros.
29819         (parser_init): Don't assume that void * is aligned sufficiently
29820         for struct option.
29821
29822         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
29823         need to extend the stack.
29824         (YYINITDEPTH): New macro, so that the initial stack isn't overly
29825         large.
29826
29827 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29828
29829         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
29830
29831 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
29832
29833         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
29834         (2004-10-24) change.  Apparently this was a false alarm.
29835
29836         * modules/getdate: Depend on alloca-opt, not alloca.
29837
29838 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
29839
29840         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
29841         Remove now-obsolete comment about AIX.
29842         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
29843         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
29844         (YYMAXDEPTH): New macro.
29845
29846 2004-12-18  Simon Josefsson  <jas@extundo.com>
29847
29848         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
29849
29850 2004-12-18  Bruno Haible  <bruno@clisp.org>
29851
29852         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
29853
29854 2004-12-18  Bruno Haible  <bruno@clisp.org>
29855
29856         * lib/fatal-signal.c (fatal_signals): Make non-const.
29857         (init_fatal_signals): New function.
29858         (uninstall_handlers, install_handlers): Ignore signals that were set to
29859         SIG_IGN.
29860         (at_fatal_signal): Call init_fatal_signals.
29861         (init_fatal_signal_set): Likewise. Ignore signals that were set to
29862         SIG_IGN.
29863         Reported by Paul Eggert.
29864
29865 2004-12-18  Bruno Haible  <bruno@clisp.org>
29866
29867         * doc/alloca.texi: New file.
29868         * doc/alloca-opt.texi: New file.
29869
29870 2004-12-17  Jim Meyering  <jim@meyering.net>
29871
29872         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
29873         Otherwise, install-sh could exit with improper exit status when
29874         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
29875
29876 2004-12-16  Simon Josefsson  <jas@extundo.com>
29877
29878         * tests/test-base64.c: Add license.
29879
29880 2004-12-15  Stepan Kasal  <address@hidden>
29881
29882         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
29883
29884 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
29885
29886         * modules/getcwd (Files): Add m4/d-ino.m4.
29887         Suggested by Mark D. Baushke.
29888
29889 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
29890
29891         * lib/getdate.y (textint): New member "negative".
29892         (time_zone_hhmm): New function.
29893         Expect 14 shift-reduce conflicts, not 13.
29894         (o_colon_minutes): New rule.
29895         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
29896         (yylex): Set the "negative" member of signed numbers.
29897
29898 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
29899
29900         * doc/getdate.texi (Time of day items, Time zone items):
29901         Describe new formats +00:00, UTC+00:00.
29902
29903 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29904
29905         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
29906         spurious "-l"s.  Problem reported by Stepan Kasal.
29907
29908 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
29909
29910         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
29911         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
29912
29913 2004-12-04  Simon Josefsson  <jas@extundo.com>
29914
29915         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
29916         Vandoorselaere <yoann@prelude-ids.org>.
29917
29918 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
29919
29920         Changes imported from coreutils.
29921         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
29922         exist.
29923         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
29924
29925 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
29926
29927         Changes imported from coreutils.
29928         * lib/hard-locale.c: Assume <locale.h> exists.
29929         Include "strdup.h".
29930         (GLIBC_VERSION): New macro.
29931         (hard_locale): Assume setlocale exists.
29932         Rewrite to avoid #ifdef.
29933         Use strdup rather than malloc + strcpy.
29934         * lib/human.c: Assume <locale.h> exists.
29935         (human_readable): Assume localeconv exists.
29936
29937 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
29938
29939         * modules/hard-locale (Depends-on): Add strdup.
29940
29941 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
29942
29943         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
29944         convert T2, not T.  (Imported from libc.)
29945
29946 2004-11-30  Simon Josefsson  <jas@extundo.com>
29947
29948         * modules/restrict (License): Change to LGPL.
29949
29950 2004-11-30  Simon Josefsson  <jas@extundo.com>
29951
29952         * m4/restrict.m4: Add copyright and copying conditions.
29953
29954 2004-11-30  Simon Josefsson  <jas@extundo.com>
29955
29956         * m4/base64.m4: New file.
29957
29958 2004-11-30  Simon Josefsson  <jas@extundo.com>
29959
29960         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
29961         base64.
29962
29963         * tests/test-base64.c: New file.
29964
29965         * modules/base64: New file.
29966
29967 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
29968
29969         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
29970         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
29971
29972         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
29973
29974 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
29975
29976         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
29977         (__getcwd.c): Don't restore errno; glibc doesn't.
29978         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
29979         first, falling back to our code only if its results look suspicious.
29980         Ensure that the resulting buffer is only as large as necessary.
29981
29982         * lib/readutmp.c: Include readutmp.h first.
29983         Include <errno.h>, since readutmp.h no longer does that.
29984         * lib/readutmp.h: Don't include <errno.h>,
29985         <sys/param.h>, <time.h>; not needed to establish interface.
29986         (errno): Remove decl.
29987         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
29988         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
29989         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
29990
29991 2004-11-28  Simon Josefsson  <jas@extundo.com>
29992
29993         * lib/base64.h, base64.c: New file.
29994
29995 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
29996
29997         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
29998
29999 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
30000
30001         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
30002         (Depends-on): Remove pathmax, same.  Add mempcpy.
30003         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
30004         (Makefile.am): Append getcwd.h to lib_SOURCES.
30005         (Include): Add getcwd.h.
30006         (Maintainer): Change from Jim Meyering to "all, glibc",
30007         since getdate now uses intended-for-glibc code.
30008         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
30009         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
30010
30011 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30012
30013         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
30014         HP's ANSI C compiler.
30015         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
30016         Declaring int functions causes warnings on some modern systems and
30017         shouldn't be needed to compile on ancient ones.
30018         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
30019         defined.
30020
30021         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
30022         with the following changes.
30023         (__set_errno): Parenthesize properly.
30024         Include <stdbool.h>.
30025         (MIN, MAX, MATCHING_INO): New macros.
30026         (__getcwd): Define with prototype, not K&R form.
30027         Use heuristics to allocate default buffer on stack if possible.
30028         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
30029         behavior, and to avoid the PATH_MAX limit when computing
30030         ../../../../...
30031         Use MATCHING_INO to compare inode number to file.
30032         Check for arithmetic overflow in size calculations.
30033         Fix bug in reallocation of dot array that caused getcwd to fail
30034         on directories nested deeper than 75.
30035         Be more careful about saving errno on error.
30036         Do not use realloc; use only free+malloc, as this is a bit
30037         more flexible and avoids a needless copy operation.
30038         Do not inspect st_dev and st_ino for symbolic links; POSIX
30039         doesn't specify the latter.
30040         Check for closedir errors.
30041         Avoid needless casts.
30042         Use "#ifdef weak_alias" around weak_alias, to be like other
30043         glibc code.
30044         The following changes to getcwd.c have effect only when used in
30045         gnulib; they have no effect inside glibc proper.
30046         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
30047         as alloca isn't used.
30048         (alloca, __alloca): Likewise.
30049         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
30050         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
30051         unconditionally, as gnulib assumes C89 or better.
30052         Do not include <sys/param.h>.
30053         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
30054         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
30055         better.
30056         (NULL) [!defined NULL]: Remove; we assume C89 or better.
30057         Include <dirent.h> in a way that is compatible with modern Autoconf.
30058         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
30059         New macros, if not already defined.
30060         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
30061         Use "_LIBC", not "defined _LIBC", for consistency.
30062         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
30063         a mempcpy module.
30064         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
30065         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
30066         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
30067         credit only to Jim Meyering and adjust the copyright dates.
30068         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
30069         <stdlib.h>, <unistd.h>, "pathmax.h".
30070         Instead, include "xgetcwd.h" (first) and "getcwd.h".
30071         (INITIAL_BUFFER_SIZE): Remove.
30072         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
30073
30074 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30075
30076         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
30077         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
30078         Use the _ONCE methods, for efficiency.
30079         Check for fcntl.h.  In test program, include <errno.h>
30080         and <fcntl.h> if available.  Remove old K&R cruft from
30081         test program.  Check for common errors in GNU/Linux,
30082         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
30083         don't do AC_LIBOBJ, as that's getcwd.m4's job.
30084         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
30085         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
30086         name accordingly.
30087         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
30088         accommodate new getcwd.c.
30089         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
30090         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
30091         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
30092         that's all we need now.
30093
30094 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30095
30096         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
30097         argp-parse.c depends on getopt internals, that means we should
30098         always use our getopt, to be on the safe side.
30099         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
30100         order not to spoil the result of an eventual previous invocation
30101         of gl_GETOPT_SUBSTITUTE.
30102
30103 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30104
30105         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
30106         redefinition warnings. To avoid them, include the defines
30107         in `#if !defined __need_getopt ... #endif'. The only place
30108         where __getopt_argv_const is used is in definitions
30109         of getopt_long and getopt_long_only below, which are as well
30110         protected by `#ifndef __need_getopt'.
30111         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
30112         __need_getopt after including <stdio.h> and <unistd.h> These
30113         headers might have defined it.
30114
30115 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
30116
30117         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
30118
30119 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
30120
30121         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
30122         (futimens): New function, which uses futimes if available.
30123         (futimens, utimens): Support timespec==NULL, with same semantics
30124         as utime and utimens.
30125         * lib/utimens.h (futimens): New decl.
30126
30127 2004-11-23  Jim Meyering  <jim@meyering.net>
30128
30129         * lib/getopt_.h: Remove trailing blanks.
30130
30131 2004-11-23  Jim Meyering  <jim@meyering.net>
30132
30133         * lib/__fpending.c: Add comment.
30134
30135 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
30136
30137         * modules/canonicalize (Depends-on): Add xreadlink.
30138         Problem reported by James Youngman.
30139
30140 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
30141
30142         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
30143         New macros.
30144         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
30145         optopt): Use them instead of invoking ## directly; otherwise, the
30146         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
30147
30148 2004-11-19  Bruno Haible  <bruno@clisp.org>
30149
30150         * lib/strtok_r.c: Move comments from here...
30151         * lib/strtok_r.h: ... to here.
30152
30153 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
30154
30155         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
30156         implementations that mishandle size_t overflow.
30157
30158 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
30159
30160         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
30161         might fail.  Problem reported by Yoann Vandoorselaere.
30162         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
30163         implementations that mishandle size_t overflow.
30164
30165 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30166
30167         * modules/canon-host (Depends-on): Add strdup.
30168
30169 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30170
30171         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
30172
30173 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30174
30175         * lib/canon-host.c: Include "strdup.h".
30176         (canon_host): Use getaddrinfo if available, so that IPv6 works.
30177         Use strdup instead of malloc/strcpy to duplicate strings.
30178
30179         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
30180         (human_space_before_unit): New constant.
30181         * lib/human.c (human_readable): Support it.
30182
30183         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
30184         (xgetcwd): Set errno correctly when failing.
30185         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
30186         the failure is actually due to a PATH_MAX problem.
30187
30188         Further getopt changes to make it more likely that glibc will
30189         buy the changes back.
30190         * lib/getopt.c (POSIXLY_CORRECT): New constant.
30191         (getopt): Use it, so to preserve glibc semantic
30192         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
30193         when compiling for libc.
30194         * lib/getopt_.h (__getopt_argv_const): Bring it back.
30195         (getopt_long, getopt_long_only): Use it.
30196
30197         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
30198         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
30199         (getopt): Argv is now char * const *, as per standard.
30200         (_getopt_internal_r, _getopt_internal): Argv is now char **,
30201         not char *__getopt_argv_const *.
30202         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
30203         _getopt_long_only_r): Likewise.
30204         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
30205         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
30206         _getopt_long_r, _getopt_long_only_r): Likewise.
30207         * lib/getopt_.h (__getopt_argv_const): Remove.
30208         (getopt): Argv is now char * const *, as per standard.
30209
30210         * lib/getdate.y (tORDINAL): New token.
30211         (day, relunit): Allow it for relative times.
30212         (relative_time_table): Use tORDINAL for ordinals.
30213
30214 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30215
30216         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
30217         Document that "second" isn't allowed as an ordinal number.
30218
30219 2004-11-16  Jim Meyering  <jim@meyering.net>
30220
30221         * modules/closeout (Depends-on): Add fpending.
30222
30223 2004-11-15  Jim Meyering  <jim@meyering.net>
30224
30225         * lib/closeout.c: Include "__fpending.h" once again.
30226         Include <stdbool.h>.
30227         (close_stdout): Don't fail just because stdout was closed initially,
30228         since some programs don't write to stdout in the normal course of
30229         operation (other than --version and --help), and we don't want this
30230         function to make e.g. `touch file >&-' fail.
30231         But do fail if it was closed and someone has tried to write to it.
30232         E.g., `printf foo >&-' must fail.
30233
30234 2004-11-13  Jim Meyering  <jim@meyering.net>
30235
30236         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
30237
30238 2004-11-12  Simon Josefsson  <jas@extundo.com>
30239
30240         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
30241         small doc fix is still pending.
30242
30243 2004-11-11  Simon Josefsson  <jas@extundo.com>
30244
30245         * modules/strtok_r: New file.
30246
30247         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30248         strtok_r.
30249
30250 2004-11-11  Simon Josefsson  <jas@extundo.com>
30251
30252         * m4/strtok_r.m4: New file.
30253
30254         * m4/getopt.m4: Replace opterr.
30255
30256 2004-11-11  Simon Josefsson  <jas@extundo.com>
30257
30258         * lib/strtok_r.h, strtok_r.c: New file.
30259
30260 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
30261
30262         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
30263         of replacing opterr, getopt, etc.  This should handle the
30264         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
30265
30266 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
30267
30268         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
30269         we can stop lying to compilers about the constness of argv when we
30270         are compiled outside glibc.
30271         (getopt, getopt_long, getopt_long_only): Use it.
30272         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
30273         _getopt_internal, getopt): Likewise.
30274         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
30275         _getopt_long_only_r): Likewise.
30276         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
30277         _getopt_long_r, _getopt_long_only_r): Likewise.
30278
30279         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
30280         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
30281         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
30282         the other external symbols.
30283         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
30284         declaration, since the above renaming now works around collisions.
30285
30286 2004-11-11  Jim Meyering  <jim@meyering.net>
30287
30288         * lib/linebreak.c: Remove trailing blanks.
30289         * lib/alloca_.h: Likewise.
30290         * lib/acosl.c: Likewise.
30291         * lib/euidaccess.c: Likewise.
30292         * lib/allocsa.h: Likewise.
30293
30294 2004-11-10  Simon Josefsson  <jas@extundo.com>
30295
30296         * m4/getaddrinfo.m4: New file.
30297
30298 2004-11-10  Simon Josefsson  <jas@extundo.com>
30299
30300         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
30301
30302 2004-11-10  Simon Josefsson  <jas@extundo.com>
30303
30304         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30305         getaddrinfo.
30306
30307         * modules/getaddrinfo: New file.
30308
30309 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30310
30311         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
30312
30313 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30314
30315         * lib/mktime.c (SHR): New macro, which is a portable
30316         substitute for >> that should work even on Crays.
30317         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
30318         Problem reported by Mark D. Baushke in
30319         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
30320         * lib/getdate.y (SHR): Likewise.
30321         (tm_diff): Use it.
30322         * lib/strftime.c (SHR): Likewise.
30323         (tm_diff): Use it.
30324         * lib/quotearg.c (struct quoting_options): Use unsigned int for
30325         quote_these_too, so that right shifts are well defined.  All uses
30326         changed.
30327
30328 2004-11-10  Jim Meyering  <jim@meyering.net>
30329
30330         Ensure that no close failure goes unreported.
30331         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
30332         return early when it seems there's nothing to flush.
30333         Don't include __fpending.h.
30334
30335 2004-11-10  Jim Meyering  <jim@meyering.net>
30336
30337         * modules/closeout (Depends-on): Remove fpending.
30338
30339 2004-11-10  Jim Meyering  <jim@meyering.net>
30340
30341         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
30342
30343 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30344
30345         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
30346         gl_FUNC_STRFTIME.
30347         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
30348         and AC_REQUIRE when possible, to avoid duplicate checks.
30349         Check for <wchar.h>.
30350
30351 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30352
30353         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
30354
30355 2004-11-09  Bruno Haible  <bruno@clisp.org>
30356
30357         * m4/sockpfaf.m4: New file.
30358
30359 2004-11-05  Bruno Haible  <bruno@clisp.org>
30360
30361         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
30362         Reported by Mark D. Baushke <mdb@cvshome.org>.
30363
30364 2004-11-04  Bruno Haible  <bruno@clisp.org>
30365
30366         2004-09-11  Bruno Haible  <bruno@clisp.org>
30367                 * allocsa.valgrind: New file.
30368         2004-02-06  Bruno Haible  <bruno@clisp.org>
30369                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
30370                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
30371                 Reported by Christopher Seip <chris.seip@hp.com>.
30372
30373 2004-11-04  Bruno Haible  <bruno@clisp.org>
30374
30375         * modules/allocsa (Files): Add lib/allocsa.valgrind.
30376         (Makefile.am): Distribute it.
30377
30378 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
30379
30380         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
30381         with errno == ERANGE if the buffer is too small.
30382         Problem reported by Mark D. Baushke.
30383
30384 2004-11-03  Albert Chin  <china@thewrittenword.com>
30385             Paul Eggert  <eggert@cs.ucla.edu>
30386
30387         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
30388         equivalent, substitute $ac_type for equivalent type rather than
30389         blindly using uint32_t *always* which won't work if uint32_t is not
30390         available.  Define _UINT32_T to work around typedef of uint32_t if
30391         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
30392         2.5.1.
30393
30394 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30395
30396         * m4/jm-macros.m4: Sync from coreutils.
30397         (gl_MACROS): Check for mbrlen, for pathchk.
30398         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
30399
30400 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30401
30402         * lib/xreadlink.c (MAXSIZE): New macro.
30403         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
30404         size does not exceed MAXSIZE.  Avoid cast.
30405         As suggested by Mark D. Baushke in
30406         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
30407         if readlink fails with buffer size just under MAXSIZE, try again
30408         with MAXSIZE.
30409
30410 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30411
30412         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
30413
30414 2004-11-02  Derek R. Price  <derek@ximbiot.com>
30415         and  Paul Eggert  <eggert@cs.ucla.edu>
30416
30417         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
30418         (get_date): Overparenthesize to avoid GCC warning.
30419
30420 2004-11-02  Bruno Haible  <bruno@clisp.org>
30421
30422         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
30423         returns void.
30424
30425 2004-11-02  Bruno Haible  <bruno@clisp.org>
30426
30427         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
30428         function returns void.
30429
30430 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30431
30432         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
30433         fflush_unlocked, flockfile, funlockfile, funlockfile,
30434         fputs_unlocked, putc_unlocked.
30435
30436 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30437
30438         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
30439         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
30440         already declared.
30441
30442 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30443
30444         * modules/getdate (Files): Add doc/getdate.texi.
30445         (Depends-on): Add setenv, xalloc.
30446
30447 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30448
30449         * lib/getdate.y: Add support for TZ="foo" within a date string.
30450         Fix some bugs near time_t boundaries.  Reject dates with
30451         out-of-range components, e.g., "Sept 31".
30452         Include <stdlib.h>, "setenv.h", "xalloc.h".
30453         (ISDIGIT_LOCALE): Remove; unused.
30454         Note that the TZ and time functions used here are not reentrant.
30455         (mktime_ok, get_tz): New functions.
30456         (TZBUFSIZE): New constant.
30457         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
30458         This requires that we sometimes generate our own TZ="XXX..." setting.
30459
30460 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30461
30462         * doc/getdate.texi: New file, from coreutils with modifications for
30463         the new TZ parsing.
30464
30465 2004-10-27  Derek R. Price  <derek@ximbiot.com>
30466
30467         * lib/mktime.c (not_equal_tm): Remove redundant check.
30468
30469 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30470
30471         * modules/regex (lib_SOURCES): Add regex.c.
30472         Reported by James Youngman in
30473         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
30474
30475 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30476
30477         * lib/getdate.y: Use Bison 1.875 features, and some minor
30478         code cleanups.  This change does not affect semantics.
30479         Don't include <stdlib.h>; no longer needed.
30480         Don't include unlocked-io.h; only the "#if TEST" code uses
30481         stdio, and performance isn't crucial there.
30482         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
30483         Bison 1.875 features as described below.
30484         All uses of "PC." replaced by "pc->".
30485         (YYSTYPE): Add a forward declaration.
30486         (yylex, yyerror): Use full prototypes in forward decls.
30487         Use "%pure-parser" rather than obsolescent "%pure_parser".
30488         Use %parse-param and %lex-param instead of obsolescent
30489         YYPARSE_PARAM and YYLEX_PARAM.
30490         (meridian_table, month_and_day_table, time_units_table,
30491         relative_time_table, time_zone_table, military_table,
30492         lookup_zone, lookup_word, get_date):
30493         Use NULL instead of 0 where appropriate.
30494         (to_hour): Avoid abort (), to avoid a dependency on
30495         stdlib.h.
30496         (yyerror, yylex): Now accepts parser_control * arg.
30497         (main) [TEST]: Use '\0' rather than 0 for char.
30498
30499 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30500
30501         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
30502
30503 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30504
30505         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
30506         It's now the caller's responsibility to handle the case where
30507         !HAVE_GETPAGESIZE && !defined getpagesize.
30508
30509         * lib/mktime.c (leapyear): Arg is long int, not int.
30510
30511 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
30512
30513         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
30514
30515 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30516
30517         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
30518         missing.  Problem reported by James Youngman.
30519
30520 2004-10-16  Simon Josefsson  <jas@extundo.com>
30521
30522         * gnulib-tool: Fix comments.  Fix parse problem.
30523         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
30524
30525 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
30526
30527         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
30528         implementation of getopt_long.  Problem reported by Alexander Taler in:
30529         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
30530
30531 2004-10-15  Bruno Haible  <bruno@clisp.org>
30532
30533         * gnulib-tool: Untabify. Initialize supplied_libname.
30534         (func_usage): More homogenous output.
30535         (func_modules_transitive_closure, func_modules_to_filelist,
30536         func_emit_lib_Makefile_am): New functions.
30537         (func_import): New function, extracted from big case statement. Use
30538         func_get_license, func_modules_transitive_closure,
30539         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
30540         opt_lgpl. Don't use test -a, as it's not portable.
30541         (func_create_testdir): Use func_modules_transitive_closure,
30542         func_modules_to_filelist, func_emit_lib_Makefile_am.
30543
30544 2004-10-15  Bruno Haible  <bruno@clisp.org>
30545
30546         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
30547
30548 2004-10-15  Bruno Haible  <bruno@clisp.org>
30549
30550         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
30551         the portions belonging to each module.
30552         Suggested by Derek Robert Price <derek@ximbiot.com>.
30553
30554 2004-10-12  Simon Josefsson  <jas@extundo.com>
30555
30556         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
30557         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
30558         to real functions.
30559
30560 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30561
30562         * modules/vsnprintf: New file.
30563
30564 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30565
30566         * m4/vsnprintf.m4: New file.
30567
30568 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30569
30570         * lib/vsnprintf.h: New file.
30571         * lib/vsnprintf.c: New file.
30572
30573 2004-10-11  Bruno Haible  <bruno@clisp.org>
30574
30575         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
30576         vsnprintf.
30577
30578 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30579
30580         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
30581
30582 2004-10-07  Bruno Haible  <bruno@clisp.org>
30583
30584         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
30585         fits into the provided buffer.
30586
30587 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
30588
30589         * lib/diacrit.c, diacrit.h: Add GPL notice.
30590
30591         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
30592         notice.
30593         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
30594         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
30595         This avoids a potential constant-folding bug.
30596
30597 2004-10-05  Bruno Haible  <bruno@clisp.org>
30598
30599         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
30600         for the declaration of strsep.
30601
30602 2004-10-05  Bruno Haible  <bruno@clisp.org>
30603
30604         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
30605
30606 2004-10-04  Simon Josefsson  <jas@extundo.com>
30607
30608         * modules/memmem: New file.
30609         * tests/test-memmem.c: New file.
30610         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
30611
30612 2004-10-04  Simon Josefsson  <jas@extundo.com>
30613
30614         * m4/memmem.m4: New file.
30615
30616 2004-10-04  Simon Josefsson  <jas@extundo.com>
30617
30618         * lib/memmem.h: New file.
30619         * lib/memmem.c: New file, taken from glibc.
30620
30621 2004-10-04  Simon Josefsson  <jas@extundo.com>
30622
30623         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
30624         '#ifdef USE_UNLOCKED_IO'.
30625
30626 2004-10-04  Simon Josefsson  <jas@extundo.com>
30627
30628         * config/srclist.txt: Add memmem from glibc.
30629
30630 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30631
30632         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
30633
30634         * modules/argmatch, modules/argp, modules/closeout, modules/error,
30635         modules/exclude, modules/getdate, modules/getline,
30636         modules/getndelim2, modules/getpass, modules/getpass-gnu,
30637         modules/getusershell, modules/linebuffer, modules/md5,
30638         modules/mountlist, modules/posixtm, modules/readtokens,
30639         modules/readutmp, modules/regex, modules/sha1,
30640         modules/version-etc, modules/yesno:
30641         Remove dependency on unlocked-io.
30642
30643 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30644
30645         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
30646
30647         * m4/unlocked-io.m4: Add copyright notice.
30648         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
30649
30650 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30651
30652         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
30653         * lib/xmalloc.c (xmemdup): Likewise.
30654         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
30655         XFREE): Remove these long-obsolescent macros.
30656         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
30657         * lib/xstrdup.c: Remove.
30658
30659         * lib/regex.c (re_comp): Cast gettext return value to char *,
30660         Problem reported by Martin Neitzel via Mark D. Baushke.
30661
30662 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30663
30664         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
30665         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
30666         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
30667         regex.c, sha1.c, version-etc.c, yesno.c:
30668         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
30669         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
30670         the includer's responsibility.
30671
30672         Sync from coreutils.
30673
30674         * lib/modechange.c (mode_compile): Don't decrement a pointer that
30675         points to the start of a string, as the C Standard says the
30676         resulting behavior is undefined.
30677
30678         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
30679         simple -> simple_backups, numbered_existing ->
30680         numbered_existing_backups, numbered -> numbered_backups
30681         to avoid shadowing problems.  All uses changed.
30682         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
30683         * lib/backupfile.c (check_extension, numbered_backup):
30684         Rename locals to avoid shadowing 'basename'.
30685         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
30686         once.
30687
30688         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
30689         * lib/.cvsignore: Add getopt.h.
30690
30691 2004-10-04  Bruno Haible  <bruno@clisp.org>
30692
30693         * modules/README: New file.
30694         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
30695         not a module.
30696
30697 2004-10-02  Jim Meyering  <jim@meyering.net>
30698
30699         * lib/dirfd.h, getpagesize.h: Add copyright notice.
30700
30701 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30702
30703         * modules/strsep: New file.
30704
30705 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30706
30707         * m4/strsep.m4: New file.
30708
30709 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30710
30711         * lib/strsep.h: New file.
30712         * lib/strsep.c: New file.
30713
30714 2004-10-01  Simon Josefsson  <jas@extundo.com>
30715
30716         * lib/snprintf.c (snprintf): Handle size==0.
30717
30718 2004-10-01  Simon Josefsson  <jas@extundo.com>
30719             Bruno Haible  <bruno@clisp.org>
30720
30721         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
30722         (snprintf): Declare 'args'.
30723
30724 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
30725
30726         * lib/snprintf.c: Remove comments as to why each header is needed.
30727
30728 2004-10-01  Bruno Haible  <bruno@clisp.org>
30729
30730         * MODULES.html.sh: Add strsep.
30731
30732 2004-09-30  Simon Josefsson  <jas@extundo.com>
30733
30734         * modules/snprintf: New file.
30735
30736 2004-09-30  Simon Josefsson  <jas@extundo.com>
30737
30738         * m4/snprintf.m4: New file.
30739
30740 2004-09-30  Simon Josefsson  <jas@extundo.com>
30741
30742         * lib/snprintf.h, lib/snprintf.c: New files.
30743
30744 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30745
30746         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
30747         (hol_entry_help): Never translate an empty string.
30748         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
30749         * lib/argp.h (OPTION_NO_TRANS): New option.
30750
30751 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30752
30753         * modules/argp (Maintainer): Replace Simon Josefsson
30754         by Sergey Poznyakoff.
30755
30756 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30757
30758         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
30759         changes merged back into glibc.
30760
30761 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30762
30763         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
30764
30765 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
30766
30767         * lib/xvasprintf.c: Include xalloc.h.
30768         (xvasprintf): Use xalloc_die, not xmalloc_die.
30769
30770 2004-09-29  Bruno Haible  <bruno@clisp.org>
30771
30772         * modules/alloca-opt: New file, derived from modules/alloca.
30773         * modules/allocsa: Depend on alloca-opt instead of alloca.
30774         * modules/setenv: Likewise.
30775         * modules/vasnprintf: Likewise.
30776         * MODULES.html.sh: Add alloca-opt.
30777
30778 2004-09-28  Simon Josefsson  <jas@extundo.com>
30779
30780         * gnulib-tool: New parameter --lgpl, to asseert that modules are
30781         LGPL, and to replace license template from GPL to LGPL.
30782
30783 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
30784
30785         * modules/dummy: Change license to LGPL.
30786
30787 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
30788
30789         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
30790
30791 2004-09-24  Simon Josefsson  <jas@extundo.com>
30792
30793         * modules/minmax (License): Change from GPL to LGPL.
30794
30795 2004-09-23  Simon Josefsson  <jas@extundo.com>
30796
30797         * gnulib-tool (--import): Typo.
30798
30799 2004-09-23  Simon Josefsson  <jas@extundo.com>
30800
30801         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
30802
30803 2004-09-22  Bruno Haible  <bruno@clisp.org>
30804
30805         * modules/*: Add 'License' field.
30806         * gnulib-tool: Accept --extract-license option.
30807         (func_get_license): New function.
30808
30809 2004-09-21  Bruno Haible  <bruno@clisp.org>
30810
30811         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
30812         Reported by Simon Josefsson.
30813
30814 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30815
30816         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
30817         gl_AC_TYPE_LONG_LONG.
30818
30819 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30820
30821         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
30822
30823 2004-09-18  Simon Josefsson  <jas@extundo.com>
30824         and  Paul Eggert  <eggert@cs.ucla.edu>
30825
30826         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
30827         calls with autoreconf.  Define GL_LIB.
30828
30829 2004-09-14  Karl Berry  <karl@gnu.org>
30830
30831         * config/srclist.txt: unsync setenv.c, sigh.
30832
30833 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
30834
30835         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
30836         Problem reported by Bruno Haible in:
30837         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
30838
30839 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
30840
30841         * config/srclist.txt: Comment out argp-pvh.c.
30842
30843 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
30844
30845         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
30846         in case some system header has #define'd it.  Problem reported by
30847         Soeren D. Schulze in
30848         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
30849
30850 2004-09-09  Karl Berry  <karl@gnu.org>
30851
30852         * regex.[ch]: delete from the root.  These were supposed to be
30853                 synced with emacs cvs, but this has not happened for about
30854                 a year, and anyway nothing else uses emacs regex.[ch].
30855                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
30856                 lib/regex[.ch] is untouched.
30857
30858 2004-09-09  Bruno Haible  <bruno@clisp.org>
30859
30860         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
30861
30862 2004-09-09  Bruno Haible  <bruno@clisp.org>
30863
30864         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
30865         modifications.
30866         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
30867
30868 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
30869
30870         * modules/xvasprintf: New file.
30871         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
30872
30873 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
30874
30875         * lib/xvasprintf.h: New file.
30876         * lib/xvasprintf.c: New file.
30877         * lib/xasprintf.c: New file.
30878
30879 2004-09-08  Bruno Haible  <bruno@clisp.org>
30880
30881         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
30882
30883 2004-09-08  Bruno Haible  <bruno@clisp.org>
30884
30885         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
30886         length is > INT_MAX.
30887         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
30888         more.
30889
30890 2004-09-08  Bruno Haible  <bruno@clisp.org>
30891
30892         * lib/stdint_.h: New file, taken from GNU clisp.
30893
30894 2004-09-08  Bruno Haible  <bruno@clisp.org>
30895             Oskar Liljeblad  <oskar@osk.mine.nu>
30896
30897         * modules/stdint: New file.
30898         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
30899
30900 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30901
30902         Import from coreutils.
30903         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
30904         strings on unbounded length.  alloca's performance benefits aren't
30905         that important here.
30906         (V_STRDUP): Remove.
30907         (parse_with_separator): New function, with most of the internals
30908         of the old parse_user_spec.  Allow user to omit both user and group,
30909         for compatibility with FreeBSD.
30910         Clone only the user name, not the entire spec.
30911         Do not set *uid, *gid unless entirely successful.
30912         Avoid memory leak in some failing cases.
30913         Fix regression for USER.GROUP reported by Dmitry V. Levin in
30914         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
30915         (parse_user_spec): Rewrite to use parse_with_separator.
30916
30917 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30918
30919         * modules/userspec: Don't depend on alloca.
30920
30921 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30922
30923         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
30924
30925 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
30926
30927         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
30928         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
30929         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
30930
30931 2004-08-16  Simon Josefsson  <jas@extundo.com>
30932
30933         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
30934         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
30935         Add --dry-run for --import.
30936         Let user provided command line parameters override configure.ac
30937         settings.
30938
30939 2004-08-12  Simon Josefsson  <jas@extundo.com>
30940
30941         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
30942         as discussed with Paul Eggert in threads rooted at
30943         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
30944         and
30945         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
30946         Before, the test was empty, and relied on ELIDE_CODE in source
30947         code.)
30948         (gl_PREREQ_GETOPT): New macro.
30949         (gl_GETOPT): Use them.
30950
30951 2004-08-12  Simon Josefsson  <jas@extundo.com>
30952
30953         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
30954         * lib/getopt_.h: Renamed from getopt.h.
30955
30956 2004-08-12  Simon Josefsson  <jas@extundo.com>
30957
30958         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
30959         Change default library name from libfoo to libgnu.
30960         Now, if you have a configure.ac that says:
30961                 gl_SOURCE_BASE(gl)
30962                 gl_M4_BASE(gl/m4)
30963                 gl_MODULES(error getopt etcetera)
30964                 gl_INIT
30965         you can import all you need by running:
30966                 ../gnulib/gnulib-tool --import
30967
30968         * modules/getopt (Files): Rename getopt.h to getopt_.h.
30969         (Makefile.am): Rewrite, use logic from argz.
30970         (Include): Use <getopt.h> instead of "getopt.h".
30971
30972 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
30973
30974         * modules/argp (Files): Add m4/unlocked-io.m4.
30975         (Depends-on): Add extensions.
30976
30977 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
30978
30979         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
30980         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
30981         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
30982         Check for program_invocation_name, program_invocation_short_name,
30983         flockfile, funlockfile, features.h, _getopt_long_only_r.
30984
30985 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
30986
30987         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
30988         its complicated substitute.
30989         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
30990         and program_invocation_name.
30991         (__argp_basename) [!_LIBC]: Remove; the only use was
30992         replaced by its body.
30993         (__argp_short_program_name): Change condition from
30994         !defined __argp_short_program_name to
30995         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
30996         to match argp-namefrob.h.
30997         (__argp_failure): Don't assume strerror_r returns char *.
30998         * lib/argp-parse.c (N_): Define unconditionally.
30999         (argp_default_options): Fill out initializers with 0 to avoid
31000         gcc warnings.
31001
31002 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31003
31004         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
31005         getopt1.c.
31006
31007 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31008
31009         Merge from coreutils.
31010
31011         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
31012
31013         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
31014         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
31015
31016 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31017
31018         Merge from coreutils.
31019
31020         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
31021         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
31022         for Reliant Unix 5.43.
31023
31024         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
31025         (union fooround): Use uintmax_t, not long int.
31026         The rest is a merge from libc:
31027         [defined _LIBC]: Include <shlib-compat.h>.
31028         (_obstack) [defined _LIBC]: Remove after 2.3.4.
31029
31030         * lib/settime.c (settime): Recode to avoid warning with
31031         Sun Forte C 6U2.
31032
31033         * lib/strverscmp.c: Convert to UTF-8.
31034
31035 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31036
31037         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
31038         m4/uintmax_t.m4.
31039
31040 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31041
31042         * modules/xalloc-die: New file.
31043         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
31044
31045         * modules/md5 (Files): Add m4/uint32_t.m4.
31046         * modules/sha1: Renamed from modules/sha.
31047         (Files):
31048         Rename lib/sha.h to lib/sha1.h.
31049         Rename lib/sha.c to lib/sha1.c.
31050         Rename m4/sha.m4 to m4/sha1.m4.
31051         (lib_SOURCES): Likewise.
31052         (configure.ac): Rename gl_SHA to gl_SHA1.
31053         (Include): sha.h -> sha1.h.
31054
31055 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31056
31057         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
31058         * m4/sha1.m4: Renamed from sha.m4.
31059         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
31060
31061 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31062
31063         * lib/obstack.h (obstack_empty_p):
31064         Don't assume that chunk->contents is suitably aligned.
31065         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
31066         Likewise. Problem reported by Benno in
31067         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
31068
31069         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
31070         readable.  This could be improved further but it'd take some work.
31071
31072 2004-08-08  Simon Josefsson  <jas@extundo.com>
31073
31074         * modules/xgethostname (Depends-on): Remove exit and error (not
31075         used).
31076
31077         * modules/getpass-gnu: Add getpass.h.
31078         (Depends-on): Add stdbool.
31079         * modules/getpass: Add getpass.h.
31080
31081 2004-08-08  Simon Josefsson  <jas@extundo.com>
31082
31083         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
31084         Check getpass declaration.
31085
31086 2004-08-08  Simon Josefsson  <jas@extundo.com>
31087
31088         * lib/xgethostname.c: Don't include error.h (not used).
31089
31090         * lib/getpass.h: Add.
31091         * lib/getpass.c: Include getpass.h first.
31092
31093 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
31094
31095         * lib/xalloc-die.c: New file.
31096         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
31097         All uses removed.
31098         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
31099         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
31100         xalloc-die.c.
31101         (_, N_, xalloc_die): Move to xalloc-die.c.
31102         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
31103         so that we needn't mess with xalloc_msg_memory_exhausted.
31104
31105         * lib/sha1.h: Renamed from sha.h.
31106         (SHA1_H): Renamed from _SHA_H.
31107         (sha1_ctx): Renamed from sha_ctx.
31108         (sha1_init_ctx): Renamed from sha_init_ctx.
31109         (sha1_process_block): Renamed from sha_process_block.
31110         (sha1_process_bytes): Renamed from sha_process_bytes.
31111         (sha1_finish_ctx): Renamed from sha_finish_ctx.
31112         (sha1_read_ctx): Renamed from sha_read_ctx.
31113         (sha1_stream): Renamed from sha_stream.
31114         (sha1_buffer): Renamed from sha_buffer.
31115         * lib/sha1.c: Likewise; renamed from sha.c.
31116         Do not include <sys/types.h>.
31117         Include <stddef.h> rather than <stdlib.h>.
31118
31119 2004-08-08  Bruno Haible  <bruno@clisp.org>
31120
31121         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
31122         FILESYSTEM_PREFIX_LEN.
31123         * lib/progreloc.c: Likewise.
31124         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
31125
31126 2004-08-06  Simon Josefsson  <jas@extundo.com>
31127
31128         * modules/progname (Depends-on): Don't depend on stdbool.
31129
31130 2004-08-06  Simon Josefsson  <jas@extundo.com>
31131
31132         * modules/getsubopt: New file.
31133         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31134         getsubopt.
31135
31136 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
31137
31138         More merge from coreutils.
31139
31140         * m4/utimens.m4, m4/utimecmp.m4: New files.
31141         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
31142         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
31143         prereq.m4, sha.m4: Import changes from coreutils.
31144
31145 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
31146
31147         More merge from coreutils.
31148         * modules/raise, modules/readtokens0, modules/utimens:
31149         * modules/utimecmp, module/xnanosleep: New files.
31150         * modules/strftime: Add lib/strftime.h.
31151         Change include from <time.h> to "strftime.h".
31152         * modules/yesno: Add lib/yesno.h.
31153         * modules/backupfile: Remove lib/addext.c.
31154         * modules/euidaccess: Add stat-macros.h.
31155         * modules/canonicalize, modules/euidaccess,
31156         modules/filemode, modules/lchown, modules/makepath,
31157         modules/rmdir, modules/stat: Likewise.
31158
31159 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
31160
31161         Merge from tar.
31162         * lib/argp-help.c (make_hol, hol_append): Don't assume that
31163         SIZE_MAX is a valid preprocessor constant.
31164         (__argp_basename): Change from "#ifndef _LIBC"
31165         to "#ifndef __argp_short_program_name", so that
31166         we don't compile these functions for tar.
31167
31168         More merges from coreutils.
31169         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
31170         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
31171         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
31172         * lib/addext.c: Remove; no longer needed.
31173         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
31174         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
31175         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
31176         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
31177         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
31178         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
31179         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
31180         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
31181         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
31182         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
31183         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
31184         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
31185         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
31186         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
31187         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
31188         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
31189         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
31190         Import changes from coreutils.
31191
31192 2004-08-05  Simon Josefsson  <jas@extundo.com>
31193
31194         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
31195
31196 2004-08-05  Simon Josefsson  <jas@extundo.com>
31197
31198         * m4/getsubopt.m4: New file.
31199
31200 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
31201
31202         Merge from coreutils.
31203
31204         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
31205         * m4/getcwd-path-max.m4: New files.
31206
31207         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
31208         FILESYSTEM_PREFIX_LEN ->
31209         FILE_SYSTEM_PREFIX_LEN.
31210         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
31211         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
31212         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
31213         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
31214
31215         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
31216         prerequisite modules now handle the DOS stuff.
31217         Don't check for unistd.h.
31218
31219 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
31220
31221         Merge from coreutils.
31222
31223         * lib/.gdb-history: Remove; this doesn't belong here.
31224
31225         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
31226         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
31227         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
31228         * lib/getcwd.c: New files.
31229
31230         * lib/dirname.h: Include <stdbool.h>.
31231         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
31232         for consistency with POSIX terminology.  All uses changed.
31233         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
31234         (strip_trailing_slashes): Use bool for booleans.
31235         * lib/stripslash.c (strip_trailing_slashes): Likewise.
31236
31237         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
31238         sometimes returns a positive errno value even when it succeeds.
31239         (print_errno_message) [!LIBC]: Fall back on strerror if
31240         __strerror_r fails.
31241
31242         * lib/path-concat.c (mempcpy): Don't define if a system header defines
31243         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
31244         (longest_relative_suffix): New function.
31245         (path_concat): Use it.  Assume first argument is not NULL.
31246         Port to DOS.  Omit redundant separators.
31247         Report an error instead of returning NULL.
31248         Use mempcpy instead of memcpy.
31249         (xpath_concat): Remove: not declared or used.
31250
31251         * lib/same.h: Include <stdbool.h>
31252         (same_name): Return bool, not int.
31253         * lib/same.c (same_name): Likewise.
31254         (errno): Don't declare; we assume C89 or better now.
31255
31256         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
31257         if not already defined.
31258
31259         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
31260         * lib/dup-safer.c (errno): Likewise.
31261
31262 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
31263
31264         Merge from coreutils.
31265         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
31266         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
31267         * modules/path-concat: Don't depend on strdup.
31268
31269 2004-08-03  Simon Josefsson  <jas@extundo.com>
31270
31271         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
31272         * lib/progname.h: Don't include stdbool.h.
31273
31274 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31275
31276         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
31277         * MODULES.html.sh (func_all_modules): Remove fatal.
31278
31279 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31280
31281         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
31282
31283 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31284
31285         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
31286         working.
31287
31288 2004-08-02  Simon Josefsson  <jas@extundo.com>
31289
31290         * lib/getsubopt.h: New file, with comments from Bruno Haible.
31291         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
31292         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
31293
31294 2004-08-01  Simon Josefsson  <jas@extundo.com>
31295
31296         * lib/xgetdomainname.c: Include stdlib.h, for free().
31297
31298 2004-07-19  Bruno Haible  <bruno@clisp.org>
31299
31300         * MODULES.html.sh (func_all_modules): Add dummy.
31301
31302 2004-07-16  Simon Josefsson  <jas@extundo.com>
31303
31304         * modules/dummy: New file.
31305
31306 2004-07-16  Simon Josefsson  <jas@extundo.com>
31307
31308         * lib/dummy.c: New file.
31309
31310 2004-07-16  Bruno Haible  <bruno@clisp.org>
31311
31312         * lib/backupfile.h: Add extern "C" for C++.
31313         * lib/closeout.h: Likewise.
31314         * lib/copy-file.h: Likewise.
31315         * lib/findprog.h: Likewise.
31316         * lib/full-write.h: Likewise.
31317         * lib/pathname.h: Likewise.
31318         * lib/progname.h: Likewise.
31319         * lib/stpcpy.h: Likewise.
31320         * lib/stpncpy.h: Likewise.
31321         * lib/strcase.h: Likewise.
31322         * lib/strstr.h: Likewise.
31323         * lib/xalloc.h: Likewise.
31324
31325         * lib/mbswidth.h: Add extern "C" for C++.
31326         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
31327
31328 2004-07-13  Robert Millan  <robertmh@gnu.org>
31329
31330         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
31331
31332 2004-07-09  Simon Josefsson  <jas@extundo.com>
31333
31334         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
31335         failed without this.)
31336
31337 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31338
31339         * modules/chown (Files): Add lib/fchown-stub.c, since
31340         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
31341
31342 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31343
31344         * lib/fchown-stub.c: New file.
31345
31346 2004-06-24  Jim Meyering  <jim@meyering.net>
31347
31348         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
31349
31350 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31351
31352         * modules/argz: Omit "#include".
31353
31354         * MODULES.html.sh (func_all_modules): Add calloc, to match
31355         2004-06-01 addition of calloc module.
31356
31357 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31358
31359         * m4/argz.m4: New file, which is autoupdated from libtool.
31360
31361 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31362
31363         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
31364         libtool.
31365
31366 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31367
31368         * config/srclist-update: Don't insist on "USA." before the
31369         close-comment, as libtool omits the period and puts the */ on a
31370         separate line.
31371         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
31372         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
31373
31374 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
31375
31376         * modules/argz: New file.
31377         * MODULES.html.sh (func_all_modules): Add argz.
31378
31379 2004-06-12  Jim Meyering  <jim@meyering.net>
31380         and  Paul Eggert  <eggert@cs.ucla.edu>
31381
31382         * modules/hash (Files): Add lib/xalloc.h.
31383         * modules/pipe (Depends-on): Add wait-process.
31384         * modules/stat (Depends-on): Add xalloc.
31385         * modules/userspec (Files): Add lib/userspec.h.
31386         * modules/xstrto
31387
31388         Upgrade from gettext-0.13.
31389         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
31390         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
31391         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
31392
31393 2004-06-10  Jim Meyering  <jim@meyering.net>
31394
31395         * lib/calloc.c: New file.
31396
31397 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
31398
31399         * lib/getdate.y (yylex): Allow space between sign and number.
31400         Problem reported by Dan Jacobson.
31401
31402 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
31403
31404         Merge from coreutils CVS.
31405
31406         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
31407         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
31408         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
31409         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
31410         xstrtol.m4: Fix copyright date and/or serial number.
31411
31412         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
31413         See if we need an fchown replacement.
31414         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
31415         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
31416         and use the replacement function if we detect either defect.
31417
31418         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
31419         gl_UTIMECMP.
31420
31421 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
31422         and  Jim Meyering  <jim@meyering.net>
31423
31424         Merge from coreutils CVS.
31425
31426         * lib/stat-macros.h: New file, with contents from file-type.h
31427         and coreutils' system.h.
31428         * lib/file-type.c: Include "stat-macros.h".
31429         * lib/file-type.h (file_type): Move all macro definitions to new file,
31430         stat-macros.h.
31431
31432         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
31433         Wrap old code with this conditional.
31434         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
31435         function that does not dereference symlinks.
31436         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
31437
31438         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
31439         dependency problems.
31440         (xreadlink): Accept new arg SIZE, for efficiency.
31441         All decls and uses changed.
31442         * lib/xreadlink.h: Include <stddef.h>, for size_t.
31443
31444         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
31445         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
31446
31447         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
31448         sysexits.h.
31449
31450 2004-06-01  Jim Meyering  <jim@meyering.net>
31451
31452         * m4/calloc.m4: New file.
31453
31454 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
31455
31456         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
31457         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
31458         Also, fix a typo in a diagnostic.
31459
31460 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
31461
31462         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
31463         or AC_FUNC_REALLOC.
31464
31465 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
31466
31467         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
31468         macros to be defined.
31469         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
31470         the allocator returns NULL because the requested size is zero.
31471
31472 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31473
31474         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
31475         var.  Add comment explaining why libc still defines it.  This
31476         merges the following patch from glibc:
31477         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
31478
31479 2004-05-20  Andreas Schwab  <schwab@suse.de>
31480
31481         * m4/free.m4: Replace free if it not known to work, not the other
31482         way round.
31483
31484 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
31485
31486         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
31487         present in glibc since revision 1.1 of this file.
31488         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
31489         obstack_alignment_mask, obstack_alloc, obstack_base,
31490         obstack_blank, obstack_blank_fast, obstack_chunk_size,
31491         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
31492         obstack_grow0, obstack_init, obstack_int_grow,
31493         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
31494         obstack_next_free, obstack_object_size, obstack_ptr_grow,
31495         obstack_ptr_grow_fast, obstack_room): Remove declarations of
31496         nonexistent functions.
31497
31498 2004-05-18  Karl Berry  <karl@gnu.org>
31499
31500         * config/srclist.txt: break link for vasnprintf.c.
31501
31502 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
31503
31504         Port obstack to the AS/400, where pointers are 16 bytes wide and
31505         you cannot cast an integer to a valid pointer.  This patch is
31506         currently waiting to be integrated into glibc; see
31507         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
31508
31509         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
31510         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
31511         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
31512         (struct obstack): temp member is now a union of a pointer and
31513         an integer, instead of an integer.  All integer uses changed.
31514         This does not affect the physical layout of struct obstack,
31515         except on hosts (like the AS/400) where the size or alignment of
31516         void * is greater than that of ptrdiff_t.
31517         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
31518         __STDC__)]: Store temporary in pointer member of union, not
31519         integer member.
31520         * lib/obstack.c: Include <stddef.h>, for offsetof.
31521         (struct fooalign): Remove; it doesn't need a name.
31522         (union fooround): Change double to long double, and add void *.
31523         (DEFAULT_ALIGNMENT): Use offsetof to compute.
31524         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
31525         not a macro.  Hence the values are always int; so remove all
31526         casts-to-int in uses.
31527
31528 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
31529
31530         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
31531         we can get this patch merged into glibc.
31532
31533 2004-05-17  Derek R. Price  <derek@ximbiot.com>
31534             Paul Eggert  <eggert@cs.ucla.edu>
31535
31536         * m4/argp: Depend on alloca.
31537
31538 2004-05-17  Derek R. Price  <derek@ximbiot.com>
31539             Paul Eggert  <eggert@cs.ucla.edu>
31540
31541         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
31542         freecoding.
31543
31544 2004-05-17  Bruno Haible  <bruno@clisp.org>
31545
31546         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
31547         precision that consists of a '.' followed by an empty digit string.
31548         Patch by Tor Lillqvist <tml@iki.fi>.
31549
31550 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
31551
31552         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
31553         for backward compatibility with older code.  We need our own
31554         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
31555         it under some other name, and our alloca.h will define it.
31556
31557 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
31558             Derek Price  <derek@ximbiot.com>
31559
31560         * lib/alloca.c: Include <alloca.h>, to get our interface.
31561         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
31562         include <alloca.h> first.  Use C89 prototype for alloca; this
31563         requires including <stddef.h> for size_t.  Use extern "C" if C++.
31564         Use #elif for simplicity, since we can assume C89 now.
31565         Don't try to source the system alloca.h since it will not be found
31566         and to prevent recursively including its replacement.
31567         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
31568         * lib/regex.c: Likewise.
31569
31570 2004-05-16  Derek Price  <derek@ximbiot.com>
31571             Paul Eggert  <eggert@cs.ucla.edu>
31572
31573         getline cleanup.  This changes the getndelim2 API: both order of
31574         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
31575         no delimiter).
31576
31577         * lib/getline.c: Don't include stddef.h or stdio.h, since our
31578         interface does that.
31579         (getline): Always use getdelim, so that we don't have two
31580         copies of this code.
31581         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
31582         if available.
31583         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
31584         (GETNDELIM2_MAXIMUM): New macro.
31585         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
31586         instead of the old practice of delim2==0.  All callers changed.
31587         Return -1 on overflow, instead of returning junk.
31588         Do not set *linesize unless allocation succeeds.
31589         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
31590         that we include sys/types.h.
31591         * lib/getnline.h: Likewise.
31592         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
31593         (getndelim2): Reorder arguments.
31594         * lib/getnline.c (getnline, getndelim):
31595         Don't discard the NMAX argument.
31596         (getnline): Invoke getndelim, to avoid code duplication.
31597         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
31598         of (size_t) -1 by callers of the getnline family.
31599
31600 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31601
31602         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
31603         Check for gettimeofday.
31604         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
31605         Check for settimeofday, stime.
31606
31607 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31608
31609         * lib/nanosleep.c (suspended): Change its type from int to
31610         sig_atomic_t volatile.
31611         (first_call): Make it private to rpl_nanosleep, and have it
31612         be zero initially as that's a bit faster.
31613         (my_usleep): Round up fractional times instead of truncating them,
31614         as this is the usual meaning for 'sleep'.
31615
31616         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
31617         doesn't work.
31618         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
31619         (ENOSYS): Define if not defined.
31620         (settime): Fall back on stime if it exists and settimeofday fails.
31621         But don't bother with fallbacks if a method fails with errno == EPERM.
31622
31623 2004-05-11  Jim Meyering  <jim@meyering.net>
31624
31625         Prior to this change, the save_cwd caller required read access to the
31626         current directory on most systems (ones with the fchdir function).
31627
31628         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
31629         fails, try write-only, and finally, resort to using xgetcwd.
31630
31631 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
31632
31633         * lib/obstack.c, obstack.h: Import changes from libc.
31634
31635 2004-04-28  Bruno Haible  <bruno@clisp.org>
31636
31637         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
31638         also implicitly appends .exe to executables.
31639         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
31640         accepts Windows pathnames.
31641         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
31642         Treat Cygwin like Windows, since it now accepts Windows pathnames.
31643         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
31644         Treat Cygwin like Windows, since it now accepts Windows pathnames.
31645         Reported by Derek Robert Price <derek@ximbiot.com>.
31646
31647 2004-04-21  Karl Berry  <karl@gnu.org>
31648
31649         * config/srclist.txt (localcharset.c): break sync.
31650
31651 2004-04-20  Paul Eggert  <eggert@twinsun.com>
31652
31653         * m4/host-os.m4: Add a copyright notice.
31654
31655 2004-04-20  Jim Meyering  <jim@meyering.net>
31656
31657         Change UTILS_ to gl_ in AC_DEFINE'd names.
31658         Change utils_- and jm_-prefixed variables, too.
31659         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
31660         UTILS_FUNC_MKDIR_TRAILING_SLASH.
31661         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
31662
31663         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
31664         Don't emit trailing blanks.
31665         Also rename jm_-prefixed variables to have gl_ prefix.
31666
31667         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
31668         Also rename jm_-prefixed variables to have gl_ prefix.
31669
31670         * m4/jm-macros.m4: Reflect the renamings.
31671         * m4/prereq.m4: Likewise.
31672
31673 2004-04-20  Jim Meyering  <jim@meyering.net>
31674
31675         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
31676         memory.
31677
31678 2004-04-20  Jim Meyering  <jim@meyering.net>
31679             Bruno Haible  <bruno@clisp.org>
31680
31681         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
31682         memory when realloc fails.
31683
31684 2004-04-19  Jim Meyering  <jim@meyering.net>
31685
31686         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
31687         now that readutmp.c may call `free (0)'.
31688
31689 2004-04-19  Bruno Haible  <bruno@clisp.org>
31690
31691         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
31692         * m4/inttypes_h.m4: Likewise.
31693         * m4/stdint_h.m4: Likewise.
31694         * m4/intmax_t.m4: Likewise.
31695         * m4/uintmax_t.m4: Likewise.
31696
31697 2004-04-18  Jim Meyering  <jim@meyering.net>
31698
31699         * m4/prereq.m4: Don't forbid jm_ prefix.
31700
31701         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
31702         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
31703         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
31704         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
31705         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
31706         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
31707         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
31708         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
31709         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
31710         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
31711         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
31712         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
31713         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
31714         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
31715         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
31716         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
31717         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
31718         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
31719         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
31720
31721 2004-04-18  Jim Meyering  <jim@meyering.net>
31722
31723         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
31724         failure, don't leak memory and do call END_UTMP_ENT.
31725
31726 2004-04-16  Jim Meyering  <jim@meyering.net>
31727
31728         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
31729         coreutils' stat program.
31730         (gl_PREREQ): Don't require jm_PREREQ_STAT.
31731
31732 2004-04-11  Paul Eggert  <eggert@twinsun.com>
31733
31734         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
31735         C89.
31736         (CHAR_BIT): Remove, since we assume C89.
31737         Include <stdint.h> if available, as per current Autoconf CVS advice.
31738
31739 2004-03-31  Jim Meyering  <jim@meyering.net>
31740
31741         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
31742         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
31743         * m4/xalloc.m4: Likewise.
31744
31745 2004-03-30  Paul Eggert  <eggert@twinsun.com>
31746
31747         Merge from coreutils.
31748
31749         * m4/inttostr.m4: New file.
31750         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
31751         Require AM_STDBOOL_H and gl_TIMESPEC instead.
31752         Require gl_CLOCK_TIME.
31753         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
31754
31755 2004-03-30  Paul Eggert  <eggert@twinsun.com>
31756
31757         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
31758         not bool, to be more consistent with Unix conventions.
31759         Suggested by Bruno Haible.
31760
31761         Merge from coreutils.
31762
31763         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
31764         * lib/umaxtostr.c: New files.
31765
31766         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
31767         the usual <time.h> dance.
31768         (get_date): Change signature to support fractional time stamps.
31769         All callers changed.
31770         * lib/getdate.y: Include "getdate.h" first, as we can now
31771         assume C89 and don't need to worry about 'const'.
31772         Similarly, include "unlocked-io.h" near start, not in middle.
31773         Include <limits.h>.
31774         (textint.value): Use long int rather than int.
31775         (textint.digits): Use size_t rather than int.
31776         (BILLION, LOG10_BILLION): New constants.
31777         (parser_control): New member rel_ns.  Members day_ordinal,
31778         time_zone, month, day, hour, minutes, rel_year, rel_month,
31779         rel_day, rel_hour, rel_minutes, rel_seconds
31780         are now long int, not int.  Member seconds is now struct timespec,
31781         not int.  New member timespec_seen.  Members dates_seen, days_seen,
31782         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
31783         not int.
31784         (%union.intval): Now long int, not int.
31785         New member timespec.
31786         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
31787         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
31788         (spec): Now is a timespec or an item list.
31789         (timespec, items): New nonterminals.
31790         (time, rel, relunit, number, get_date):
31791         Add support for fractional seconds.
31792         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
31793         (gmtime, localtime, mktime): Remove decls; not needed with C89.
31794         (to_hour): First arg is now long int, not int.
31795         (to_year): Returns long int, not int.
31796         Don't treat year -70 like 70.
31797         (tm_diff): Returns long int, not int.
31798         (lookup_word): Use bool instead of int when appropriate.
31799         (yylex): Use size_t for count, not int.
31800         Detect overflow when parsing large integer constants.
31801         Add support for fractions.
31802         (get_date): Make pointers 'const' if possible.
31803         Use more-portable code to detect integer overflow.
31804         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
31805         Don't use ctime; it's not reliable if the year has >4 digits.
31806
31807         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
31808         This is for compatibility with BSD.
31809
31810         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
31811         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
31812         From coreutils' system.h.
31813
31814         * lib/userspec.c: Don't include "posixver.h".
31815         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
31816         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
31817         compatible extension.  Simplify code by removing a boolean int
31818         that was always nonzero if a string was nonnull.
31819
31820 2004-03-30  Jim Meyering  <jim@meyering.net>
31821
31822         Merge from coreutils.
31823
31824         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
31825         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
31826         on some systems one must include <grp.h> before it.
31827         Reported by Christian Krackowizer.
31828
31829 2004-03-30  Jim Meyering  <jim@meyering.net>
31830
31831         Merge from coreutils.
31832
31833         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
31834
31835         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
31836         an empty input stream.
31837
31838         * lib/readtokens.c: Include <stdbool.h>.
31839         (readtoken): Use `size_t' rather than int/long.
31840         All callers adjusted.
31841         Use `bool' rather than `int' where appropriate.
31842         Use memset rather than an explicit loop.
31843         Use x2nrealloc rather than xrealloc.
31844         Allow the use of `\0' as a delimiter.
31845         (readtokens): Likewise.
31846         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
31847
31848 2004-03-30  Jim Meyering  <jim@meyering.net>
31849
31850         * m4/realloc.m4: Remove file, since now it does no more than
31851         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
31852         the `configure.ac' section of module/realloc.
31853         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
31854
31855 2004-03-30  Bruno Haible  <bruno@clisp.org>
31856
31857         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
31858         nonnull.
31859
31860 2004-03-29  Paul Eggert  <eggert@twinsun.com>
31861
31862         Merge changes to getloadavg.c from coreutils and Emacs.
31863
31864         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
31865         Define to an expression, not to the empty string.
31866         Include cloexec.h and xalloc.h.
31867         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
31868         Use set_cloexec_flag rather than rolling our own.
31869         * lib/cloexec.c, lib/cloexec.h: New files.
31870
31871 2004-03-29  Paul Eggert  <eggert@twinsun.com>
31872
31873         * m4/cloexec.m4: New file.
31874
31875 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31876
31877         * lib/getopt.h: Sync with libc CVS.
31878
31879 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31880             Bruno Haible  <bruno@clisp.org>
31881
31882         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
31883         mbswidth.
31884
31885 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31886             Bruno Haible  <bruno@clisp.org>
31887
31888         * lib/mbswidth.h: Include <wchar.h> only if
31889         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
31890         <wchar.h>.
31891         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
31892
31893 2004-03-09  Paul Eggert  <eggert@twinsun.com>
31894
31895         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
31896         Sync with libc CVS.
31897         * lib/getopt_int.h: New file, also synced from libc.
31898
31899 2004-03-09  Paul Eggert  <eggert@twinsun.com>
31900
31901         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
31902         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
31903         Bring back getopt.c, getopt.h, getopt1.c.
31904
31905 2004-03-07  Paul Eggert  <eggert@twinsun.com>
31906
31907         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
31908         All uses changed.  Check for sa_sigaction member; this fixes
31909         a bug first reported by Jason Andrade in
31910         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
31911
31912 2004-03-07  Paul Eggert  <eggert@twinsun.com>
31913
31914         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
31915         '#if' expressions.  Unlike the code it replaces, it does not
31916         depend on (defined _SC_PAGESIZE).  However, it does depend on
31917         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
31918         first reported by Jason Andrade in
31919         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
31920
31921 2004-02-25  Simon Josefsson  <jas@extundo.com>
31922
31923         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
31924
31925 2004-02-25  Simon Josefsson  <jas@extundo.com>
31926
31927         * lib/strdup.h: New file.
31928         * lib/strdup.c: Include it.
31929         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
31930         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
31931
31932 2004-02-23  Karl Berry  <karl@gnu.org>
31933
31934         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
31935         (from fencepost.gnu.org:/gd/gnuorg).
31936
31937 2004-02-23  Karl Berry  <karl@gnu.org>
31938
31939         * config/srclistvars.sh (GNUORG) [karl]: redefine.
31940         * config/srclist.txt: add maintain/standards documents.
31941
31942 2004-02-18  Bruno Haible  <bruno@clisp.org>
31943
31944         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
31945         Reported by Derek Robert Price <derek@ximbiot.com>.
31946
31947 2004-02-16  Karl Berry  <karl@gnu.org>
31948
31949         * config/mkinstalldirs, install-sh: update from automake.
31950
31951 2004-02-06  Karl Berry  <karl@gnu.org>
31952
31953         * m4/po.m4: update from gettext 0.14.1.
31954
31955 2004-02-06  Karl Berry  <karl@gnu.org>
31956
31957         * lib/config.charset: update from gettext 0.14.1.
31958
31959 2004-02-05  Paul Eggert  <eggert@twinsun.com>
31960
31961         Add comments and code, prompted by suggestions from Bruno Haible
31962         for sh-quote.
31963         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
31964         describing the enum quoting_style values.
31965         * lib/quotearg.c (quotearg_alloc): New function.
31966         (quotearg_buffer_restyled): Treat lone { and } as special.
31967         Treat = as special.  Work around bug with older shells
31968         that "see" a '\' that is really the 2nd byte of a multibyte char.
31969         Quote empty string with shell_quoting_style.
31970
31971 2004-02-03  Bruno Haible  <bruno@clisp.org>
31972
31973         * m4/pipe.m4: New file, from GNU gettext.
31974
31975 2004-02-03  Bruno Haible  <bruno@clisp.org>
31976
31977         * lib/pipe.h: New file, from GNU gettext.
31978         * lib/pipe.c: New file, from GNU gettext.
31979
31980 2004-01-27  Bruno Haible  <bruno@clisp.org>
31981
31982         * m4/execute.m4: New file, from GNU gettext.
31983
31984 2004-01-27  Bruno Haible  <bruno@clisp.org>
31985
31986         * lib/execute.h: New file, from GNU gettext.
31987         * lib/execute.c: New file, from GNU gettext.
31988         * lib/w32spawn.h: New file, from GNU gettext.
31989
31990 2004-01-24  Paul Eggert  <eggert@twinsun.com>
31991
31992         Merge from diffutils.
31993
31994         * lib/file-type.c (file_type): Add typed memory objects.
31995         * lib/file-type.h (S_TYPEISTMO): New macro.
31996
31997         * lib/c-stack.h (c_stack_action): Remove argv argument.
31998         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
31999         (die): Don't calculate message unless segv_action returns.
32000         (get_stack_location, min_address_from_argv, max_address_from_argv,
32001         volatile stack_base, volatile_stack_size): Remove.
32002         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
32003         that every segmentation violation is a stack overflow.  (Ouch!)
32004         See Debian bug 136249 (still outstanding) for more info about why
32005         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
32006
32007 2004-01-24  Paul Eggert  <eggert@twinsun.com>
32008
32009         Exit-status fix from coreutils.
32010
32011         Use exit_failure consistently in place of EXIT_FAILURE,
32012         so that program exit statuses are consistent on failure.
32013
32014         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
32015         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
32016         * lib/argmatch.h: Comment fix to match the above.
32017         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
32018         Now a macro referring to exit_failure, instead of a separate
32019         variable.  Include "exitfail.h" to get it.
32020         * lib/xstrtol.h: Include "exitfail.h".
32021         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
32022
32023         * lib/long-options.c (parse_long_options): Use prototype
32024         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
32025         for clarity.
32026
32027 2004-01-21  Jim Meyering  <jim@meyering.net>
32028
32029         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
32030         so as not to conflict with a different-sized __mktime_internal
32031         function in GNU libc.
32032         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
32033         Problem building statically-linked `ls' reported by Michael Brunnbauer.
32034
32035 2004-01-20  Karl Berry  <karl@gnu.org>
32036
32037         * config/config.guess: update from config.
32038
32039         * config/srclistvars.sh: GNUWWWLICENSES for karl.
32040
32041 2004-01-20  Bruno Haible  <bruno@clisp.org>
32042
32043         Safer stack allocation.
32044         * lib/setenv.c: Include allocsa.h.
32045         (alloca): Remove fallback definition.
32046         (freea): Remove macro.
32047         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
32048         instead of freea.
32049
32050 2004-01-20  Bruno Haible  <bruno@clisp.org>
32051
32052         * m4/eealloc.m4: New file, from GNU gettext.
32053
32054 2004-01-20  Bruno Haible  <bruno@clisp.org>
32055
32056         * m4/allocsa.m4: New file, from GNU gettext.
32057
32058 2004-01-20  Bruno Haible  <bruno@clisp.org>
32059
32060         * lib/xallocsa.h: New file, from GNU gettext.
32061         * lib/xallocsa.c: New file, from GNU gettext.
32062
32063 2004-01-20  Bruno Haible  <bruno@clisp.org>
32064
32065         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
32066
32067 2004-01-20  Bruno Haible  <bruno@clisp.org>
32068
32069         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
32070         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
32071         specially.
32072
32073 2004-01-20  Bruno Haible  <bruno@clisp.org>
32074
32075         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
32076         patch.
32077
32078 2004-01-20  Bruno Haible  <bruno@clisp.org>
32079
32080         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
32081
32082 2004-01-20  Bruno Haible  <bruno@clisp.org>
32083
32084         * lib/eealloc.h: New file.
32085
32086 2004-01-20  Bruno Haible  <bruno@clisp.org>
32087
32088         * lib/binary-io.h: Avoid warnings on Cygwin.
32089
32090 2004-01-20  Bruno Haible  <bruno@clisp.org>
32091
32092         * lib/allocsa.h: New file, from GNU gettext.
32093         * lib/allocsa.c: New file, from GNU gettext.
32094
32095 2004-01-18  Karl Berry  <karl@gnu.org>
32096
32097         * doc/gpl.texi, doc/lgpl.texi: new files.
32098
32099 2004-01-18  Karl Berry  <karl@gnu.org>
32100
32101         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
32102         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
32103
32104 2004-01-15  Paul Eggert  <eggert@twinsun.com>
32105
32106         Merge from coreutils.
32107
32108         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
32109         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
32110         (gl_DEFAULT_POSIX2_VERSION): Move
32111         the documentation from 'configure' into 'config.hin',
32112         so that 'configure --help' isn't burdened by it and
32113         we don't have to worry about its formatting there.
32114         Reword the documentation so that it's more succinct
32115         and can be run together into a single paragraph.
32116         * m4/same.m4 (gl_SAME): Check for pathconf.
32117
32118 2004-01-15  Paul Eggert  <eggert@twinsun.com>
32119
32120         Merge from coreutils.
32121
32122         * lib/posixver.c: Include posixver.h.
32123
32124         * lib/same.c: Include <stdbool.h>, <limits.h>.
32125         (_POSIX_NAME_MAX): Define if not defined.
32126         (MIN): New macro.
32127         (same_name): If file names are silently truncated, report
32128         that the file names are the same if they are the same after
32129         the silent truncation.
32130
32131         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
32132         conversion function.
32133         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
32134         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
32135         longer needed.
32136
32137 2004-01-15  Jim Meyering  <jim@meyering.net>
32138
32139         Merge from coreutils.
32140
32141         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
32142         if no library is required.
32143         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
32144         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
32145         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
32146         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
32147         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
32148         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
32149         value, $ac_cv_search_crypt, if it's "none required".
32150         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
32151         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
32152         not gl_FUNC_GETLOADAVG.
32153         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
32154         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
32155
32156 2004-01-15  Jim Meyering  <jim@meyering.net>
32157
32158         Merge from coreutils.
32159
32160         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
32161         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
32162         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
32163
32164         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
32165         optional configure-time default.
32166
32167         * lib/version-etc.c (version_etc_copyright): Update copyright date.
32168
32169         * lib/xreadlink.c (xreadlink): Correct outdated comment.
32170
32171 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
32172
32173         Merge from coreutils.
32174
32175         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
32176         value, $ac_cv_search_nanosleep, if it's "none required".
32177
32178 2004-01-14  Paul Eggert  <eggert@twinsun.com>
32179
32180         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
32181         with like-named macro in fnmatch.c.
32182         (EXT): Use an internal constant instead.
32183
32184         Merge fnmatch patches from glibc.
32185         * lib/fnmatch.c (mbsinit): Remove define.
32186         Add libc_hidden_ver (__fnmatch, fnmatch).
32187         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
32188         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
32189
32190 2004-01-14  Karl Berry  <karl@gnu.org>
32191
32192         * config/install-sh: update from automake.
32193
32194 2004-01-13  Karl Berry  <karl@gnu.org>
32195
32196         * config/install-sh: update from automake.
32197
32198 2004-01-09  Karl Berry  <karl@gnu.org>
32199
32200         * config/install-sh: update from automake.
32201
32202 2004-01-05  Karl Berry  <karl@gnu.org>
32203
32204         * config/config.{sub,guess}: update from config.
32205
32206 2003-12-31  Karl Berry  <karl@gnu.org>
32207
32208         * config/depcomp: update from automake.
32209
32210 2003-12-14  Karl Berry  <karl@gnu.org>
32211
32212         * lib/config.charset: update from gettext-runtime.
32213
32214 2003-12-03  Paul Eggert  <eggert@twinsun.com>
32215
32216         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
32217         Bug reported by Alfred M. Szmidt.
32218
32219 2003-12-03  Bruno Haible  <bruno@clisp.org>
32220
32221         * m4/gettext.m4: Upgrade from gettext-0.13.
32222         * m4/po.m4: Upgrade from gettext-0.13.
32223         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
32224         * m4/intmax.m4: New file, from gettext-0.13.
32225         * m4/printf-posix.m4: New file, from gettext-0.13.
32226
32227 2003-11-29  Karl Berry  <karl@gnu.org>
32228
32229         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
32230
32231 2003-11-25  Paul Eggert  <eggert@twinsun.com>
32232             Bruno Haible  <bruno@clisp.org>
32233
32234         * lib/printf-parse.h: Don't include sys/types.h.
32235         (ARG_NONE): New macro.
32236         (char_directive): Change type of *arg_index fields to size_t.
32237         * lib/printf-parse.c: Don't include sys/types.h.
32238         (SSIZE_MAX): Remove macro.
32239         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
32240         Remove unnecessary overflow check.
32241         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
32242         fields.
32243
32244 2003-11-25  Bruno Haible  <bruno@clisp.org>
32245
32246         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
32247
32248 2003-11-25  Bruno Haible  <bruno@clisp.org>
32249
32250         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
32251         gt_TYPE_SSIZE_T.
32252
32253 2003-11-24  Paul Eggert  <eggert@twinsun.com>
32254
32255         * modules/alloca: Remove dependency on xalloc.
32256
32257 2003-11-24  Paul Eggert  <eggert@twinsun.com>
32258
32259         * lib/alloca.c: Remove dependency on xalloc module.
32260         (xalloc_die): Remove.
32261         (memory_full) [!defined emacs]: New macro.
32262         [!defined emacs]: Don't include xalloc.h.
32263         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
32264         address arithmetic overflows.  Change datatypes a bit to avoid
32265         unnecessary casts.
32266
32267 2003-11-22  Jim Meyering  <jim@meyering.net>
32268
32269         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
32270         s/size/size_t/.
32271
32272 2003-11-21  Karl Berry  <karl@gnu.org>
32273
32274         * config/config.{sub,guess}: update from config.
32275
32276 2003-11-18  Karl Berry  <karl@gnu.org>
32277
32278         * config/config.{sub,guess}: update from config.
32279
32280         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
32281
32282 2003-11-17  Paul Eggert  <eggert@twinsun.com>
32283
32284         * README: Mention that S+T cannot overflow if S is the size of
32285         an existing object and T is sufficiently small.
32286
32287 2003-11-17  Jim Meyering  <jim@meyering.net>
32288
32289         On systems without utime and without a utimes function capable of
32290         dealing with a NULL struct utimbuf* argument, this utime replacement
32291         could -- in unusual circumstances -- leak a file descriptor.
32292         * lib/utime.c: Include <unistd.h> and <errno.h>.
32293         (utime_null): Be sure to close `fd' and to preserve errno.
32294         Reported by Geoff Collyer via Arnold Robbins.
32295
32296 2003-11-17  Bruno Haible  <bruno@clisp.org>
32297
32298         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
32299         (Depends-on): Add xsize.
32300
32301 2003-11-17  Bruno Haible  <bruno@clisp.org>
32302
32303         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
32304
32305 2003-11-17  Bruno Haible  <bruno@clisp.org>
32306
32307         * lib/vasnprintf.c (alloca): Remove fallback definition.
32308         (freea): Remove definition.
32309         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
32310         Reported by Paul Eggert.
32311
32312 2003-11-16  Paul Eggert  <eggert@twinsun.com>
32313             Bruno Haible  <bruno@clisp.org>
32314
32315         Protect against address arithmetic overflow.
32316         * lib/printf-args.h: Include stddef.h.
32317         (arguments): Change type of field 'count' to size_t.
32318         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
32319         'unsigned int' where appropriate.
32320         * lib/printf-parse.h: Include sys/types.h.
32321         (char_directive): Change type of *arg_index fields to ssize_t.
32322         (char_directives): Change type of fields 'count', max_*_length to
32323         size_t.
32324         * lib/printf-parse.c: Include sys/types.h and xsize.h.
32325         (SSIZE_MAX): Define fallback value.
32326         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
32327         instead of 'int' where appropriate. Check a_allocated, d_allocated
32328         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
32329         * lib/vasnprintf.c: Include xsize.h.
32330         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
32331         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
32332         overflow. Avoid wraparound when converting a width or precision from
32333         decimal to binary.
32334
32335 2003-11-16  Bruno Haible  <bruno@clisp.org>
32336
32337         Update from GNU gettext.
32338         * lib/printf-parse.c: Generalize to it can be compiled for wide
32339         strings.
32340         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
32341         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
32342         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
32343         SNPRINTF): New macros.
32344         Don't include <alloca.h> if the file is used inside libintl.
32345         (local_wcslen): New function, for Solaris 2.5.1.
32346         (VASNPRINTF): Use it instead of wcslen.
32347
32348 2003-11-16  Bruno Haible  <bruno@clisp.org>
32349
32350         * lib/xsize.h (xmax): New function.
32351         (xsum, xsum3, xsum4): Declare as "pure" functions.
32352
32353 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32354
32355         * modules/xalloc (Files): Undo latest change, since xalloc.h
32356         no longer needs SIZE_MAX or PTRDIFF_MAX.
32357
32358 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32359
32360         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
32361         gl_PTRDIFF_MAX.
32362
32363 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32364
32365         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
32366         "return", to pacify some unknown compiler.  Problem reported
32367         by Joerg Schilling.
32368
32369 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32370
32371         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
32372         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
32373         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
32374         heuristic is just as accurate as far as we know, and it removes a
32375         dependency on size_max.m4 and ptrdiff_max.m4.
32376
32377 2003-11-11  Bruno Haible  <bruno@clisp.org>
32378
32379         * modules/xsize (Files): Add m4/size_max.m4.
32380         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
32381
32382 2003-11-11  Bruno Haible  <bruno@clisp.org>
32383
32384         * m4/size_max.m4: New file.
32385         * m4/ptrdiff_max.m4: New file.
32386         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
32387         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
32388         (gl_XALLOC): Invoke it.
32389
32390 2003-11-11  Bruno Haible  <bruno@clisp.org>
32391
32392         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
32393         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
32394         defined.
32395
32396 2003-11-10  Paul Eggert  <eggert@twinsun.com>
32397
32398         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
32399         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
32400         rejected some allocations of exactly SIZE_MAX - 2 bytes.
32401         From Bruno Haible.
32402         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
32403         not (size_t) -1, since it's defined here.
32404
32405 2003-11-09  Karl Berry  <karl@gnu.org>
32406
32407         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
32408
32409 2003-11-06  Paul Eggert  <eggert@twinsun.com>
32410
32411         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
32412         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
32413         Reject sizes of exactly SIZE_MAX bytes.
32414         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
32415         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
32416
32417 2003-11-05  Bruno Haible  <bruno@clisp.org>
32418
32419         * lib/xsize.h: Include limits.h, to avoid a possible collision with
32420         SIZE_MAX defined in <limits.h> on Solaris.
32421
32422 2003-11-04  Jim Meyering  <jim@meyering.net>
32423
32424         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
32425         variable names, rather than @VAR@.
32426         * modules/poll: Likewise.
32427
32428 2003-11-04  Bruno Haible  <bruno@clisp.org>
32429
32430         * modules/xsize: New file.
32431         * modules/linebreak: Depend on xsize.
32432         * MODULES.html.sh (func_all_modules): Add xsize.
32433
32434 2003-11-04  Bruno Haible  <bruno@clisp.org>
32435
32436         * m4/xsize.m4: New file.
32437
32438 2003-11-04  Bruno Haible  <bruno@clisp.org>
32439
32440         * lib/xsize.h: New file.
32441         * lib/linebreak.c: Include xsize.h.
32442         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
32443         argument for overflow.
32444         Suggested by Paul Eggert.
32445
32446 2003-11-03  Karl Berry  <karl@gnu.org>
32447
32448         * config/config.{guess,sub}: update from config.
32449
32450 2003-11-03  Jim Meyering  <jim@meyering.net>
32451
32452         * modules/userspec (lib_SOURCES): Add userspec.h.
32453         (Include): Add "userspec.h".
32454         Improve description.
32455
32456 2003-11-03  Jim Meyering  <jim@meyering.net>
32457
32458         * lib/userspec.c: Include "userspec.h".
32459         * lib/userspec.h: New file.
32460
32461 2003-11-03  Bruno Haible  <bruno@clisp.org>
32462
32463         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
32464
32465 2003-11-03  Bruno Haible  <bruno@clisp.org>
32466
32467         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
32468         available, to avoid (extremely rare) race condition.
32469         Suggested by Paul Eggert.
32470
32471 2003-11-02  Karl Berry  <karl@gnu.org>
32472
32473         * config/srclist.txt (vasprintf.c): sync broken, sigh.
32474
32475 2003-10-31  Paul Eggert  <eggert@twinsun.com>
32476
32477         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
32478         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
32479         (read_filesystem_list): Set and use me_type_malloced.
32480         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
32481         whatever the type happens to be), for brevity and consistency.
32482         Check for size calculation overflow on Alphas running OSF/1.
32483
32484 2003-10-31  Jim Meyering  <jim@meyering.net>
32485
32486         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
32487
32488         * lib/linebuffer.c: Include <string.h> for declaration of memset.
32489
32490 2003-10-30  Paul Eggert  <eggert@twinsun.com>
32491             Bruno Haible  <bruno@clisp.org>
32492
32493         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
32494         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
32495
32496 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32497
32498         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
32499         netbsd*-gnu*.  Suggested by Robert Millan.
32500
32501 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32502
32503         * modules/group-member: Depend on stdbool.
32504
32505 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32506
32507         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
32508
32509 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32510
32511         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
32512         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
32513         after the 'gnu' in these cases.  This fixes some bugs in the
32514         previous change, and is based on suggestions by Robert Millan.
32515
32516 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32517
32518         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
32519         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
32520         no longer needed.
32521         * lib/quotearg.c (quotearg_n_options): Use it.
32522         * lib/group-member.c: Include <stdbool.h>.
32523         (free_group_info): Arg is now const *; don't free arg.
32524         (get_group_info): Now returns bool and accepts struct group_info *,
32525         rather than returning a malloc'ed struct group_info *.
32526         All uses changed.  Check for overflow in internal size calculation.
32527
32528         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
32529         rather than xmalloc/xrealloc.
32530         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
32531         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
32532         conformance bug: the old code used a pointer after freeing the
32533         storage that it addressed.
32534         * lib/hash.c (hash_initialize): Simplify the code by using
32535         xalloc_oversized rather than doing it by hand.
32536         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
32537         the buffer preserved.  Use free and xmalloc instead.
32538         * lib/quotearg.c (quotearg_n_options): Likewise.
32539         Use a simpler test for size overflow.  Don't use xalloc_oversized
32540         because unsigned int might be wider than size_t (!); this suggests
32541         that we should switch from unsigned int to size_t for slot numbers.
32542
32543 2003-10-28  Paul Eggert  <eggert@twinsun.com>
32544
32545         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
32546         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
32547         NetBSD kernels.  Requested by Richard Stallman.
32548
32549 2003-10-27  Paul Eggert  <eggert@twinsun.com>
32550
32551         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
32552         to allocate the returned structure.  Do not allocate a subarray,
32553         as x2nrealloc will do that.
32554         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
32555         instead of xnrealloc.
32556         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
32557
32558 2003-10-27  Bruno Haible  <bruno@clisp.org>
32559
32560         * lib/stdbool_.h: Better support for BeOS.
32561
32562 2003-10-26  Paul Eggert  <eggert@twinsun.com>
32563
32564         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
32565         now uses inline.
32566
32567 2003-10-26  Paul Eggert  <eggert@twinsun.com>
32568
32569         * lib/xalloc.h (xalloc_oversized): New static inline function, for
32570         callers that want to do their own size-overflow checking.  Include
32571         <stdbool.h>, since xalloc_oversized returns bool.
32572         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
32573         to use xalloc_oversized.
32574
32575         Add two functions x2realloc, x2nrealloc, for programs that grow
32576         arrays dynamically by doubling their sizes.
32577         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
32578         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
32579         New functions.
32580
32581         Port to C99 semantics for 'inline' of external functions.
32582         Bug reported by Bruno Haible.
32583         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
32584         with the old contents of xnmalloc.
32585         (xnmalloc, xmalloc): Use it.
32586         (xnrealloc_inline): New static inline function,
32587         with the old contents of xnrealloc.
32588         (xnrealloc, xrealloc): Use it.
32589
32590         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
32591         that.
32592
32593 2003-10-26  Karl Berry  <karl@gnu.org>
32594
32595         * config/srclist.txt (COPYING.DOC): no longer available from
32596         /gd/gnuorg; don't know where the ultimate source is.
32597
32598 2003-10-25  Paul Eggert  <eggert@twinsun.com>
32599
32600         Fix several address-calculation bugs in the hash modules,
32601         plus some minor code cleanup.
32602
32603         * lib/hash.h: Include <stdbool.h>, for bool.
32604         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
32605         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
32606         hash_get_n_entries, hash_get_max_bucket_length,
32607         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
32608         hash_rehash): Use size_t rather than unsigned.
32609         * lib/hash.c (struct hash_table, hash_get_n_buckets,
32610         hash_get_n_buckets_used, hash_get_n_entries,
32611         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
32612         hash_get_entries, hash_do_for_each, hash_string, is_prime,
32613         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
32614         Likewise.
32615         (SIZE_MAX): Define if not defined.
32616         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
32617         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
32618         hash_print):
32619         Use const * when possible.
32620         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
32621         (check_tuning): Fix bug: if tuning parameters were very close to
32622         0 or 1, rounding errors could have caused subscript violations.
32623         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
32624         (hash_initialize): Add 'fail:' label
32625         to free table and return NULL, and use it to simplify code.
32626         Use calloc rather than clearing the storage ourself.
32627         (hash_initialize, hash_rehash): Check for arithmetic overflow in
32628         buffer size calculations.
32629         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
32630         Include <stddef.h>, for size_t.
32631         * lib/hash-pjw.c (hash_pjw): Likewise.
32632         Switch to method described by Bruno Haible.
32633         Include <limits.h>, for CHAR_BIT.
32634         (SIZE_BITS): New macro.
32635
32636 2003-10-23  Paul Eggert  <eggert@twinsun.com>
32637
32638         * m4/getline.m4 (AM_FUNC_GETLINE):
32639         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
32640         hosts.  Problem reported by Derek Robert Price in
32641         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
32642         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
32643         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
32644
32645 2003-10-21  Paul Eggert  <eggert@twinsun.com>
32646
32647         * lib/getndelim2.c (getndelim2): When size calculation overflows,
32648         ceiling the allocation at NMAX bytes rather than silently
32649         discarding input bytes before NMAX is reached.  This makes
32650         a difference only if NMAX exceeds SIZE_MAX / 2.
32651
32652         * lib/obstack.c: Merge from glibc.
32653         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
32654         Add libc_hidden_def (_obstack_newchunk).
32655         (_obstack_free) [! defined _LIBC]: Remove.
32656         [defined _LIBC]: Make a strong alias from obstack_free, rather than
32657         a clone of the function body.
32658         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
32659         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
32660
32661         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
32662         glibc.
32663         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
32664         arg to memcpy.
32665
32666         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
32667         (obstack_ptr_grow_fast, obstack_int_grow_fast):
32668         Don't use lvalue casts, as GCC plans to remove support for them
32669         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
32670         was also present in the non-GCC version, indicating that this
32671         code had always been buggy and had never been widely used.
32672         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
32673         Use the fast variant of each macro, rather than copying the
32674         definiens of the fast variant; that way, we'll be more likely to
32675         catch future bugs in the fast variants.
32676
32677 2003-10-20  Bruno Haible  <bruno@clisp.org>
32678
32679         * modules/wait-process: New file.
32680         * MODULES.html.sh (func_all_modules): Add wait-process.
32681
32682 2003-10-20  Bruno Haible  <bruno@clisp.org>
32683
32684         * m4/wait-process.m4: New file.
32685
32686 2003-10-20  Bruno Haible  <bruno@clisp.org>
32687
32688         * lib/wait-process.h: New file, from GNU gettext.
32689         * lib/wait-process.c: New file, from GNU gettext.
32690
32691 2003-10-19  Jim Meyering  <jim@meyering.net>
32692
32693         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
32694         HPUX 10.20.
32695
32696 2003-10-18  Karl Berry  <karl@gnu.org>
32697
32698         * config/config.guess: update from config.
32699
32700 2003-10-16  Paul Eggert  <eggert@twinsun.com>
32701
32702         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
32703         (getgroups): First arg is int, not size_t.
32704         Don't let 'free' mangle errno.
32705
32706 2003-10-16  Paul Eggert  <eggert@twinsun.com>
32707
32708         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
32709
32710 2003-10-16  Karl Berry  <karl@gnu.org>
32711
32712         * config/config.{guess,sub}: update from config.
32713
32714 2003-10-16  Jim Meyering  <jim@meyering.net>
32715
32716         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
32717         memcpy.
32718
32719 2003-10-15  Paul Eggert  <eggert@twinsun.com>
32720
32721         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
32722         (SIZE_MAX): Remove.
32723         (new_exclude, add_exclude_file): Initial size no longer needs to
32724         be a power of 2.
32725         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
32726         our own address arithmetic overflow checking.
32727
32728         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
32729         (fnmatch): Do not alloca more than 2000 wide characters;
32730         instead, use malloc for large buffers.
32731         Check for address arithmetic overflow, and return -1
32732         with errno set to ENOMEM in that case.
32733         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
32734         (NEW_PATTERN): Do not alloca more than 8000 bytes;
32735         instead, return -1.  Check for address arithmetic overflow.
32736
32737 2003-10-14  Paul Eggert  <eggert@twinsun.com>
32738
32739         Handle invalid suffixes and overflow independently, so that
32740         callers can treat them independently as needed.  Fix some bugs in
32741         suffix handling, e.g., "100k@" was not diagnosed as an invalid
32742         suffix for a human-readable blocksize.  The major caller-visible
32743         change is the addition of a new
32744         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
32745         that both overflow and suffix chars were found.
32746
32747         * lib/human.c (humblock): Don't check separately for invalid suffix
32748         char; that is xstrtoumax's job (now that its bug is fixed).
32749         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
32750         INTMAX_MAX]: New macros.
32751         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
32752         TYPE_MAXIMUM): New macros.
32753         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
32754         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
32755         if overflow occurs, as it's what __strtol does and it's more useful
32756         in practice.
32757         (__xstrtol): If __strtol reports some error other than ERANGE,
32758         reflect it to the caller as LONGINT_INVALID.  If it reports
32759         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
32760         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
32761         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
32762         value.
32763         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
32764         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
32765         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
32766         [defined UINTMAX_MAX]: New macros.
32767
32768 2003-10-14  Bruno Haible  <bruno@clisp.org>
32769
32770         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
32771
32772 2003-10-14  Bruno Haible  <bruno@clisp.org>
32773
32774         * m4/sig_atomic_t: New file, from GNU gettext.
32775         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
32776
32777 2003-10-14  Bruno Haible  <bruno@clisp.org>
32778
32779         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
32780         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
32781         Also use volatile where needed.
32782
32783 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32784
32785         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
32786         Change maintainer from Bruno Haible to 'all'.
32787
32788 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32789
32790         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
32791
32792 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32793
32794         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
32795         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
32796         and define in terms of the other primitives.
32797         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
32798         (SIZE_MAX): Define if not already defined.
32799         (array_size_overflow): New function.
32800         (xalloc_die): Abort instead of exiting if 'error' returns.
32801         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
32802         (xmalloc, xrealloc): Use them.
32803         (xcalloc): Check for address arithmetic overflow.
32804         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
32805         a bit faster than strcpy.
32806
32807 2003-10-10  Simon Josefsson  <jas@extundo.com>
32808
32809         * modules/argp (Depends-on): Add restrict and strcase.
32810
32811 2003-10-10  Simon Josefsson  <jas@extundo.com>
32812
32813         * m4/argp.m4: Add AC_C_INLINE.
32814
32815 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32816
32817         Merge getpass from libc, plus a few fixes.
32818
32819         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
32820         Include <stdbool.h>.
32821         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
32822         __fsetlocking to empty.
32823         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
32824         do include <bits/libc-lock.h>.
32825         Do not include <fcntl.h>; not needed.
32826         [_LIBC]: Include <wchar.h>.
32827         (NOTCANCEL_MODE): New macro.
32828         (flockfile, funlockfile) [_LIBC]: New macros.
32829         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
32830         [!_LIBC]: New macros.
32831         (call_fclose): New function.
32832         (getpass): Use it.  Save tty stream separately; this simplifies the
32833         code and makes it more reliable if stdin happens to equal stdout.
32834         Invoke __fsetlocking on tty.
32835         Handle thread cancellation if needed.
32836         Namespace cleanup (use __tcgetattr, __getline).
32837         Use bool for Booleans.
32838         [USE_IN_LIBIO]: Handle wide streams.
32839         [!_LIBC]: Unconditionally do the fseek, since we don't know what
32840         stream might go where.
32841
32842         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
32843         doesn't have to include <stdio.h> before us.
32844         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
32845         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
32846         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
32847         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
32848         if not declared, so that we can use getpass.c code from libc without
32849         rewriting it.
32850         (flockfile, ftrylockfile, funlockfile): New macros.
32851
32852 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32853
32854         * modules/getpass: Depend on stdbool.
32855
32856 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32857
32858         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
32859
32860 2003-10-07  Karl Berry  <karl@gnu.org>
32861
32862         * config/config.{guess,sub}: update from config.
32863
32864 2003-10-06  Jim Meyering  <jim@meyering.net>
32865             Bruno Haible  <bruno@clisp.org>
32866
32867         This lets translators provide better translations for the
32868         "Written by ..." part of --version output.
32869         * lib/version-etc.h: Include stdarg.h.
32870         (version_etc_copyright): Declare as readonly.
32871         (version_etc): Make this function variadic with a NULL-terminated list
32872         of author name strings.
32873         (version_etc_va): New declaration.
32874         * lib/version-etc.c: Include stdarg.h, stdlib.h.
32875         (version_etc_copyright): Declare as readonly.
32876         (version_etc_va): New function. Provide a different translatable string
32877         for each possible number of authors < 10. Abbreviate when there are 10
32878         authors or more.
32879         (version_etc): Make this function variadic. Call version_etc_va.
32880         Suggestion from Gary V. Vaughan.
32881
32882         * lib/long-options.h (parse_long_options): Change prototype: the
32883         authors string is moved to the end and becomes variadic.
32884         * lib/long-options.c: Include stdarg.h.
32885         (parse_long_options): Make this function variadic, too.
32886         Call version_etc_va, not version_etc.
32887
32888 2003-10-06  Bruno Haible  <bruno@clisp.org>
32889
32890         * modules/version-etc-2: Remove file.
32891         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
32892
32893 2003-10-06  Bruno Haible  <bruno@clisp.org>
32894
32895         * modules/fatal-signal: New file.
32896         * MODULES.html.sh (func_all_modules): Add fatal-signal.
32897
32898 2003-10-06  Bruno Haible  <bruno@clisp.org>
32899
32900         * m4/fatal-signal.m4: New file.
32901         * m4/signalblocking.m4: New file, from GNU gettext.
32902
32903 2003-10-06  Bruno Haible  <bruno@clisp.org>
32904
32905         * lib/version-etc-2.h: Remove file.
32906         * lib/version-etc-2.c: Remove file.
32907
32908 2003-10-06  Bruno Haible  <bruno@clisp.org>
32909
32910         * lib/fatal-signal.h: New file, from GNU gettext.
32911         * lib/fatal-signal.c: New file, from GNU gettext.
32912
32913 2003-10-05  Paul Eggert  <eggert@twinsun.com>
32914
32915         * README: Rework advice for preventing empty .o files.
32916         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
32917         not <sys/types.h>.
32918
32919 2003-10-04  Karl Berry  <karl@gnu.org>
32920
32921         * lib/argp*: update from libc.
32922
32923 2003-10-04  Karl Berry  <karl@gnu.org>
32924
32925         * config/config.{guess,sub}: update from config.
32926
32927 2003-10-02  Bruno Haible  <bruno@clisp.org>
32928
32929         * modules/lchown (Include): Add lchown.h.
32930         * modules/time_r (Include): Use "..." syntax.
32931         * modules/xgetdomainname (Include): Add xgetdomainname.h.
32932
32933 2003-10-01  Simon Josefsson  <jas@extundo.com>
32934
32935         * MODULES.html.sh (func_all_modules): Move gethostname from section
32936         'based on' to section 'lacking' POSIX:2001.
32937
32938 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
32939
32940         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
32941         to output mode on the same stream.
32942
32943 2003-09-29  Paul Eggert  <eggert@twinsun.com>
32944
32945         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
32946         Fix arg typo in previous patch.
32947
32948 2003-09-28  Jim Meyering  <jim@meyering.net>
32949
32950         * lib/error.c: Correct cpp indentation.
32951
32952 2003-09-27  Paul Eggert  <eggert@twinsun.com>
32953
32954         * modules/free: New file.
32955
32956 2003-09-27  Paul Eggert  <eggert@twinsun.com>
32957
32958         * m4/free.m4: New file.
32959
32960 2003-09-27  Paul Eggert  <eggert@twinsun.com>
32961
32962         * lib/minmax.h (MIN, MAX)
32963         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
32964         Omit the special code that used __typeof__, since we worry that
32965         it could be more trouble than it's worth.  See:
32966         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
32967         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
32968
32969         * lib/free.c: New file.
32970
32971 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
32972
32973         Trivial fixes to Makefile.am parts of module listings.
32974         * modules/strstr: Append strstr.h to lib_SOURCES.
32975         * modules/strcase: Likewise, for strcase.h.
32976
32977 2003-09-27  Karl Berry  <karl@gnu.org>
32978
32979         * config/mkinstalldirs: update from automake.
32980
32981 2003-09-26  Paul Eggert  <eggert@twinsun.com>
32982
32983         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
32984         (error_tail): Do not loop, reallocating temporary buffer, since
32985         the output cannot contain more wide characters than the input
32986         contains bytes, the size must be big enough already.  This avoids
32987         one potential size overflow calculation.  Check for size overflow
32988         when calculating temporary buffer size.  Free temporary buffer
32989         when done, if it was allocated with malloc; this plugs a memory
32990         leak.  Remove casts from void * to pointers, that are no longer
32991         needed now that we're assuming C89 or better.
32992
32993         Merge error changes from glibc.
32994
32995         * lib/error.c, error.h: Update copyright notice header to match glibc.
32996         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
32997         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
32998         Disable cancellation while printing error.
32999         * lib/error.h: Prepend __ to parameter names.
33000
33001 2003-09-26  Jim Meyering  <jim@meyering.net>
33002
33003         * lib/error.c (error_tail): Move some declarations
33004         into inner scope where the local variables are used.
33005
33006 2003-09-26  Bruno Haible  <bruno@clisp.org>
33007
33008         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
33009         stpncpy().
33010         Don't define stpncpy through config.h; it's now done through stpncpy.h.
33011
33012 2003-09-26  Bruno Haible  <bruno@clisp.org>
33013
33014         * lib/stpncpy.h (gnu_stpncpy): New declaration.
33015         (stpncpy): Define as alias for gnu_stpncpy.
33016         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
33017
33018 2003-09-25  Simon Josefsson  <jas@extundo.com>
33019
33020         * lib/xgetdomainname.h: New file.
33021         * lib/xgetdomainname.c: New file.
33022
33023 2003-09-25  Simon Josefsson  <jas@extundo.com>
33024             Bruno Haible  <bruno@clisp.org>
33025
33026         * modules/getdomainname: New file.
33027         * modules/xgetdomainname: New file.
33028         * MODULES.html.sh (func_all_modules): Add getdomainname,
33029         xgetdomainname.
33030
33031 2003-09-25  Simon Josefsson  <jas@extundo.com>
33032             Bruno Haible  <bruno@clisp.org>
33033
33034         * m4/getdomainname.m4: New file.
33035
33036 2003-09-25  Simon Josefsson  <jas@extundo.com>
33037             Bruno Haible  <bruno@clisp.org>
33038
33039         * lib/getdomainname.h: New file.
33040         * lib/getdomainname.c: New file.
33041
33042 2003-09-25  Karl Berry  <karl@gnu.org>
33043
33044         * lib/argp-fmtstream.c, argp-help.c: update from libc.
33045
33046 2003-09-25  Karl Berry  <karl@gnu.org>
33047
33048         * config/install-sh: update from automake.
33049
33050 2003-09-25  Bruno Haible  <bruno@clisp.org>
33051
33052         * modules/version-etc-2: New file, from modules/version-etc with
33053         modifications.
33054         * MODULES.html.sh (func_all_modules): Add version-etc-2.
33055
33056 2003-09-25  Bruno Haible  <bruno@clisp.org>
33057
33058         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
33059         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
33060
33061 2003-09-24  Simon Josefsson  <jas@extundo.com>
33062
33063         * modules/xgethostname: Add xgethostname.h.
33064
33065 2003-09-24  Paul Eggert  <eggert@twinsun.com>
33066
33067         * lib/linebuffer.c (freebuffer): Don't free the argument, just
33068         the buffer associated with the argument.  Bug reported by
33069         Simon Josefsson.
33070
33071 2003-09-24  Paul Eggert  <eggert@twinsun.com>
33072
33073         * README: Document assumptions that 'int' is at least 32 bits
33074         wide, that integer arithmetic is 2's complement without overflow,
33075         that there are no holes in integer values, that adding sizes of
33076         two nonoverlapping objects can't overflow, and that all-bits-zero
33077         yields scalar zero.  Fix spelling and capitalization typos.
33078
33079 2003-09-19  Karl Berry  <karl@gnu.org>
33080
33081         * lib/argp.h: update from libc.
33082
33083 2003-09-17  Paul Eggert  <eggert@twinsun.com>
33084
33085         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
33086         to avoid spurious warnings like "AC_RUN_IFELSE was called before
33087         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
33088
33089 2003-09-17  Paul Eggert  <eggert@twinsun.com>
33090
33091         * gnulib-tool: Use "test -h", not "test -L", for portability
33092         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
33093         (tags_regexp): Remove, since \| doesn't conform to POSIX.
33094         (sed_extract_prog): Issue s commands one-by-one, rather than
33095         using \| in one s command.
33096
33097 2003-09-16  Paul Eggert  <eggert@twinsun.com>
33098
33099         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
33100         input error, instead of returning NULL the next time we are called
33101         (and therefore losing track of errno).
33102
33103 2003-09-16  Bruno Haible  <bruno@clisp.org>
33104
33105         * gnulib-tool (func_create_testdir): Warn about duplicated
33106         dependencies.
33107
33108 2003-09-15  Paul Eggert  <eggert@twinsun.com>
33109
33110         * modules/argmatch, modules/fatal, modules/obstack,
33111         modules/xalloc, modules/xgethostname: Sort dependencies by
33112         importance, not alphabetically.
33113
33114 2003-09-15  Paul Eggert  <eggert@twinsun.com>
33115
33116         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
33117         fails, so that the caller gets the proper errno.
33118
33119         * lib/readutmp.c (read_utmp): Likewise.
33120         Check for fstat error.  Close stream and free storage
33121         when failing.
33122
33123 2003-09-14  Karl Berry  <karl@gnu.org>
33124
33125         * config/srclist.txt (strdup.c): disable for c89 changes.
33126
33127 2003-09-14  Jim Meyering  <jim@meyering.net>
33128
33129         * lib/getloadavg.c: Correct cpp indentation.
33130         * lib/strdup.c: Likewise.
33131         * lib/vasnprintf.c: Likewise.
33132
33133 2003-09-14  Bruno Haible  <bruno@clisp.org>
33134
33135         * modules/fwriteerror: New file.
33136         * MODULES.html.sh (func_all_modules): Add fwriteerror.
33137
33138 2003-09-14  Bruno Haible  <bruno@clisp.org>
33139
33140         * lib/fwriteerror.h: New file.
33141         * lib/fwriteerror.c: New file.
33142
33143 2003-09-12  Paul Eggert  <eggert@twinsun.com>
33144
33145         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
33146         modules/xgethostname, modules/xalloc: Depend on exit.
33147
33148 2003-09-12  Paul Eggert  <eggert@twinsun.com>
33149
33150         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
33151
33152         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
33153         and AC_MINIX, too, so that their extensions are available.
33154
33155         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
33156         This macro has been superseded by gl_BACKUPFILE.
33157
33158         More patches to assume C89 or better.
33159
33160         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
33161
33162         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
33163         unconditionally.
33164         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
33165         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
33166         Include <string.h>, <stdlib.h> unconditionally.
33167         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
33168         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
33169         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
33170         headers or for string.h.
33171         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
33172         or strtoul.
33173
33174         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
33175         headers.
33176         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
33177         * m4/userspec.m4 (gl_USERSPEC): Likewise.
33178         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
33179         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
33180         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
33181         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
33182         memcpy, memset.
33183         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
33184         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
33185         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
33186         strtol.
33187         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
33188         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
33189         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
33190         strtoul.
33191
33192 2003-09-12  Paul Eggert  <eggert@twinsun.com>
33193
33194         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
33195         * lib/obstack.c [!defined _LIBC]: Likewise.
33196         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
33197         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
33198         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
33199
33200         More changes to assume C89 or better.
33201
33202         * lib/error.c (error_tail): Assume vprintf.
33203
33204         * lib/argmatch.c (getenv): Remove decl.
33205         * lib/progreloc.c (get_full_program_name): Define via prototype.
33206         * lib/setenv.c (clearenv): Likewise.
33207         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
33208         needed.
33209         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
33210         (malloc, memcpy): Remove decls.
33211         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
33212         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
33213         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
33214         (memcpy): Remove macro.
33215         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
33216         (__P): Remove.  All uses removed.
33217         (PTR): Remove.  All uses changed to void *.
33218         (CHAR_BIT, NULL): Remove.
33219         (spaces, zeros, memset_space, memset_zero)
33220         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
33221         Remove.
33222         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
33223         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
33224         Define with prototype.
33225         Remove now-unnecessary prototype decl.
33226         (extra_args_spec): Assume ANSI C.  All uses changed.
33227         (extra_args_spec_iso): Remove.
33228         (my_strftime, emacs_strftimeu): Define via prototype.
33229         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
33230         unconditionally.
33231         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
33232         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
33233         (strtoul, strtol): Remove decls.
33234         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
33235         LONG_MAX): Remove.
33236         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
33237         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
33238         (LOCALE_PARAM_PROTO): New macro.
33239         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
33240         (INTERNAL (strtol), strtol): Define with a prototype.
33241         (PARAMS): Remove.  All uses removed.
33242         * lib/tempname.c: Include <string.h> unconditionally.
33243         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
33244         * lib/xgethostname.c (main): Define with a prototype.
33245         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
33246         Include <stdlib.h> unconditionally.
33247         (calloc, malloc, realloc, free): Remove decls.
33248         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
33249         Include <stdlib.h> unconditionally.  Sort include file names.
33250         (strtod): Remove.
33251         (xstrtod): Define with a prototype.
33252         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
33253         (strtol, strtoul): Remove decls.
33254
33255 2003-09-11  Paul Eggert  <eggert@twinsun.com>
33256
33257         More patches to assume C89 or better.
33258         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
33259         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
33260         string.h, memchr, STDC_HEADERS.
33261
33262 2003-09-11  Paul Eggert  <eggert@twinsun.com>
33263
33264         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
33265         Include <stdlib.h>, <string.h> unconditionally.
33266         Remove now-unnecessary cast to char *.
33267         * lib/strnlen.c: Include <string.h> unconditionally.
33268         * lib/yesno.c (yesno): Define with a prototype.
33269
33270 2003-09-11  Bruno Haible  <bruno@clisp.org>
33271
33272         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
33273
33274 2003-09-10  Jim Meyering  <jim@meyering.net>
33275
33276         * lib/error.c: Correct indentation of cpp directives.
33277
33278 2003-09-10  Bruno Haible  <bruno@clisp.org>
33279
33280         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
33281         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
33282         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
33283         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
33284         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
33285         <stdlib.h> and <string.h> checks.
33286         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
33287         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
33288
33289 2003-09-10  Bruno Haible  <bruno@clisp.org>
33290
33291         * lib/strcspn.c: Include <string.h> unconditionally.
33292         * lib/strpbrk.c: Include <string.h> unconditionally.
33293         * lib/strstr.c: Include <string.h> unconditionally.
33294         * lib/unicodeio.c: Include <string.h> unconditionally.
33295         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
33296         * lib/unsetenv.c: Likewise.
33297         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
33298         * lib/yesno.c: Include <stdlib.h> unconditionally.
33299         (rpmatch): Add prototype.
33300
33301 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33302
33303         More patches to assume C89 or better.
33304         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
33305         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
33306         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
33307         or for string.h.
33308         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
33309         stdlib.h.
33310         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
33311         C headers.
33312         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
33313         string.h.
33314         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
33315         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
33316         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
33317         or for string.h.
33318         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
33319         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
33320         C headers.
33321         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
33322         memcpy.
33323         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
33324         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
33325         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
33326         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
33327         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
33328         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
33329         string.h, free.
33330         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
33331         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
33332         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
33333         C headers, or for string.h.
33334         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
33335         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
33336         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
33337         headers, memory.h, stdlib.h, string.h, strings.h.
33338         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
33339         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
33340         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
33341         strchr.
33342         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
33343         headers, memory.h, string.h.
33344         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
33345         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
33346         free.
33347         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
33348         headers.
33349         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
33350         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
33351         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
33352         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
33353         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
33354
33355 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33356
33357         More K&R removal.
33358
33359         * lib/acosl.c (main): Use a prototype.
33360         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
33361         tanl.c: Likewise.
33362
33363         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
33364
33365         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
33366         (getopt, etopt_long, getopt_long_only, _getopt_internal)
33367         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
33368         with a prototype.
33369         * lib/getopt.c (const): Remove macro.
33370         Include <string.h> unconditionally.
33371         (my_index): Remove; all uses changed to strchr.
33372         (strlen): Remove decl.
33373         (exchange): Remove forward decl; no longer needed.
33374         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
33375         Define with prototype.
33376         * lib/getopt1.c (const): Remove macro.
33377         (getopt_long, getopt_long_only, main): Define with prototype.
33378
33379         * lib/getugroups.c: Include <string.h> unconditionally.
33380
33381         * lib/getusershell.c: Include <stdlib.h> unconditionally.
33382         (getusershell, setusershell, endusershell, readname, main):
33383         Define with prototypes.
33384
33385         * lib/group-member.c: Include group-member.h first.
33386         Include <stdlib.h> unconditionally.
33387
33388         * lib/hard-locale.c: Include hard-locale.h first.
33389         Include <stdlib.h>, <string.h> unconditionally.
33390
33391         * lib/hash.c (free, malloc): Remove decls.
33392         Include <stdlib.h> unconditionally.
33393
33394         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
33395         (getenv): Do not declare.
33396
33397         * lib/idcache.c: Include <string.h> unconditionally.
33398
33399         * lib/long-options.c: Include long-options.h first, to test interface.
33400         Include <stdlib.h> unconditionally.
33401
33402         * lib/makepath.c: Include makepath.h first, to test interface.
33403         Include <stdlib.h> and <string.h> unconditionally.
33404
33405         * lib/linebuffer.c: Include <stdlib.h>.
33406         (free): Remove decl.
33407
33408         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
33409         stddef.h. rpl_malloc returns void *, not char *.
33410         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
33411         prototype.
33412
33413         * lib/md5.h: Include <limits.h> unconditionally.
33414         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
33415         (__P): Remove; all uses removed.
33416         * lib/md5.c: Include "md5.h" first.
33417         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
33418         md5_buffer, md5_process_bytes, md5_process_block):
33419         Define with prototypes.
33420         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
33421         * lib/sha.c: Include "sha.h" first.
33422         Include <stdlib.h>, <string.h> unconditionally.
33423
33424         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
33425         * lib/memcmp.c (__ptr_t): Likewise.
33426         * lib/memrchr.c (__ptr_t): Likewise.
33427         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
33428         Include <string.h> unconditionally.
33429         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
33430         * lib/memchr.c: Include <stdlib.h> unconditionally.
33431         * lib/memchr.c (LONG_MAX): Remove.
33432         * lib/memrchr.c (LONG_MAX): Likewise.
33433         * lib/memchr.c (__memchr): Define via a prototype.
33434         * lib/memrchr.c (__memrchr): Likewise.
33435         * lib/memcmp.c (__P): Remove, and remove all uses.
33436         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
33437         Remove forward decls; no longer needed.
33438         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
33439         Use types required by C89 in prototype.
33440
33441         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
33442         * lib/savedir.c: Likewise.
33443         * lib/mkdir.c (free): Remove decl.
33444         * lib/rmdir.c (rmdir): Define with a prototype.
33445         * lib/savedir.c: Include savedir.h first, to test interface.
33446
33447         * lib/mktime.c (STDC_HEADERS): Remove.
33448         Include <stdlib.h>, <string.h> unconditionally.
33449
33450         * lib/modechange.c: Include <stdlib.h> unconditionally.
33451         (malloc): Remove decl.
33452
33453         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
33454         (free): Remove decl.
33455
33456         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
33457         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
33458         (This type really should be intptr_t, but that's a C99ism.)
33459         (_obstack_memcpy): Remove: all uses changed to memcpy.
33460         Include <string.h> unconditionally.
33461         (struct obstack): Assume __STDC__ for types of members
33462         chunkfun, freefun, extra_arg.
33463         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
33464         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
33465         obstack_begin, obstack_specify_allocation,
33466         obstack_specify_allocation_with_arg, obstack_chunkfun,
33467         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
33468         Remove unprototyped decls and the macros that use them.
33469         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
33470         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
33471         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
33472         (defined __STDC__ && __STDC__)]:
33473         Remove nonprototyped code.
33474         Include <stdlib.h> unconditionally.
33475         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
33476         _obstack_allocated_p, _obstack_free, obstack_free,
33477         _obstack_memory_used, print_and_abort):
33478         Define using prototypes.
33479         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
33480         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
33481         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
33482         obstack_next_free, obstack_object_size, obstack_room) [0]:
33483         Remove unused, unprototyped code.
33484
33485         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
33486
33487         * lib/physmem.c (physmem_total, physmem_available, main): Define
33488         with prototypes.
33489
33490         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
33491         (main): Define with a prototype.
33492
33493         * lib/posixver.c (getenv): Remove decl.
33494
33495         * lib/putenv.c (malloc): Returns void *, not char *.
33496         Include <string.h> unconditionally.
33497         (strchr, memcpy, NULL): Do not define.
33498
33499         * lib/readtokens.c: Include readtokens.h first, to test interface.
33500         Include <stdlib.h>, <string.h> unconditionally.
33501         (init_tokenbuffer): Define with a prototype.
33502
33503         * lib/regex.c (PARAMS): Remove.  All uses removed.
33504         All uses of _RE_ARGS removed, too.
33505         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
33506         unconditionally.
33507         (bzero): Assume memset exists.
33508         (memcmp, memcpy, NULL): Remove.
33509         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
33510         char, or assignments to local vars of type signed char.
33511         (init_syntax_once, PREFIX(extract_number_and_incr),
33512         PREFIX(print_partial_compiled_pattern),
33513         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
33514         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
33515         PREFIX(regex_grow_registers), PREFIX(regex_compile),
33516         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
33517         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
33518         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
33519         wcs_compile_range, byte_compile_range, truncate_wchar,
33520         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
33521         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
33522         count_mbs_length, wcs_re_match_2_internal,
33523         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
33524         PREFIX(alt_match_null_string_p),
33525         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
33526         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
33527         regfree, PREFIX(extract_number)): Define with prototype.  Remove
33528         now-unnecessary declaration, if any.
33529         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
33530         regcomp, regexec):
33531         Remove now-unnecessary casts among pointer types.
33532         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
33533
33534         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
33535         (free): Remove decl.
33536
33537         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
33538
33539         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
33540         (free): Remove decl.
33541
33542         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
33543         * lib/xgetcwd.c: Likewise.
33544
33545         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
33546         (free): Remove decl.
33547
33548         * lib/strchrnul.c (strchrnul): Define with a prototype.
33549         Fix bug: c_in was not converted to char before searching.
33550
33551         The following changes are not K&R related:
33552
33553         * lib/group-member.h: Include <sys/types.h>, so that this file is
33554         self-contained.
33555         * lib/makepath.h: Likewise.
33556
33557         * lib/getusershell.c (readname, default_index, line_size, readname):
33558         Use size_t, not int, for sizes.
33559         (readname): If the size overflows, report an error instead of
33560         looping forever.
33561
33562 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33563
33564         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
33565         libc.
33566
33567 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33568
33569         * README: New section: portability guidelines.
33570
33571 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
33572
33573         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
33574         C89 spec.
33575
33576 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
33577
33578         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
33579
33580 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33581
33582         Assume C89 or better; remove K&R cruft.
33583         A few of these changes were first proposed by Derek Robert Price
33584         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
33585
33586         * lib/addext.c: Include <string.h> unconditionally.
33587         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
33588         Don't declare getenv or malloc.
33589
33590         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
33591         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
33592         (NULL): Remove.
33593         (find_stack_direction, alloca): Use prototypes.
33594
33595         * lib/atexit.c (atexit): Define using a prototype.
33596
33597         * lib/basename.c, dirname.c, stripslash.c:
33598         Include <string.h> unconditionally.
33599
33600         * lib/bcopy.c: Include <stddef.h>.
33601         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
33602
33603         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
33604
33605         * lib/error.h (error, error_at_line, error_print_progname)
33606         [! (defined (__STDC__) && __STDC__)]: Remove decls.
33607         * lib/error.c: Include error.h first, to check interface.
33608         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
33609         (VA_START): Remove; all uses changeed to va_start.
33610         (exit, strerror): Remove decls.
33611         (error_print_progname): Prototype uncondionally.
33612         Don't include <errno.h>; no longer needed.
33613         (private_strerror): Remove.
33614         (error_tail): Always define.
33615         (error, error_at_line): Assume C89 or better; always use prototypes.
33616         * lib/fatal.c: Include "fatal.h" first, to test interface.
33617         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
33618         (VA_START): Remove; all uses changed to va_start.
33619         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
33620         this case.
33621         (exit): Remove decl.
33622         (fatal): Prototype unconditionally.  Assume va_start works.
33623         Abort at end, to pacify gcc.
33624
33625         * lib/euidaccess.c (main): Define with a prototype.
33626
33627         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
33628
33629         * lib/exitfail.c: Include <stdlib.h> unconditionally.
33630
33631         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
33632         prototypes.
33633         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
33634         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
33635         (getenv): Remove decl.
33636         (fnmatch): Define using a prototype.
33637         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
33638         (FCT): Define using a prototype.
33639
33640         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
33641
33642         * lib/gethostname.c: Include <stddef.h>.
33643         (gethostname): Define with prototype.  Length is size_t, not int.
33644
33645 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33646
33647         Assume C89 or better; remove K&R cruft.
33648         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
33649         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
33650         string.h, getenv, malloc.
33651         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
33652         headers.
33653         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
33654         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
33655         do not check for strerror.
33656         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
33657         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
33658         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
33659         do not check for doprnt or vprintf.
33660         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
33661         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
33662
33663 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33664
33665         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
33666         getversion.c should have been removed then, but was accidentally
33667         preserved.
33668
33669         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
33670         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
33671
33672 2003-09-08  Karl Berry  <karl@gnu.org>
33673
33674         * config/config.sub, config.guess, srclistvars.sh: update from savannah
33675                 config, forget about prep.
33676
33677         * config/depcomp, missing: update from automake.
33678
33679 2003-09-07  Paul Eggert  <eggert@twinsun.com>
33680
33681         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
33682         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
33683
33684 2003-09-07  Paul Eggert  <eggert@twinsun.com>
33685
33686         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
33687         copy_tm_result.  Bug reported by Simon Josefsson in
33688         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
33689
33690 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33691
33692         * m4/time_r.m4: New file.
33693         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
33694         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
33695         is. Check for timegm declaration.
33696         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
33697         Do not check for gmtime_r.
33698         Replace mktime if __mktime_internal does not exist and if mktime
33699         hasn't been replaced already.
33700
33701 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33702
33703         * lib/time_r.c, lib/time_r.h: New files.
33704
33705         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
33706         __localtime_r.
33707         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
33708         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
33709
33710         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
33711         __gmtime_r.
33712         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
33713         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
33714         Include <time_r.h>.
33715
33716         * lib/timegm.c: Switch to glibc implementation, with the following
33717         changes:
33718         [defined HAVE_CONFIG_H]: Include <config.h>.
33719         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
33720         (__mktime_internal) [!defined _LIBC]: New decl.
33721         (__gmtime_r) [!defined _LIBC]: New macro and function.
33722         (timegm): Use a prototype, since gnulib assumes C89.
33723         Do not bother declaring tmp to be const, as it's not really usefu.
33724         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
33725         (timegm): Declare only if HAVE_DECL_TIMEGM.
33726
33727 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33728
33729         * MODULES.html.sh (func_all_modules): Add time_r.
33730         * modules/time_r: New file.
33731         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
33732         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
33733
33734 2003-09-03  Paul Eggert  <eggert@twinsun.com>
33735
33736         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
33737         Bug reported by Lute Kamstra in
33738         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
33739
33740         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
33741         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
33742         course with correspondingly smaller numbers for tomorrow and
33743         yesterday.  From Tadayoshi Funaba.  Originally installed into
33744         sh-utils on 1999-08-07, but the patch got lost (I guess during the
33745         coreutils merge?).
33746
33747 2003-08-31  Simon Josefsson  <jas@extundo.com>
33748
33749         * modules/timegm: New file.
33750         * MODULES.html.sh (func_all_modules): Add timegm.
33751
33752 2003-08-31  Simon Josefsson  <jas@extundo.com>
33753
33754         * m4/timegm.m4: New file.
33755
33756 2003-08-31  Simon Josefsson  <jas@extundo.com>
33757
33758         * lib/timegm.h: New file.
33759         * lib/timegm.c: New file.  Based on
33760         wget-1.8.2/src/http.c:mktime_from_utc.
33761
33762 2003-08-31  Karl Berry  <karl@gnu.org>
33763
33764         * lib/argp.h: update from libc.
33765
33766 2003-08-28  Bruno Haible  <bruno@clisp.org>
33767
33768         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
33769         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
33770         followed by '#define fnmatch fnmatch_posix' gives an error.
33771
33772 2003-08-28  Bruno Haible  <bruno@clisp.org>
33773
33774         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
33775         warning on QNX, which defines O_BINARY to 000000.
33776
33777 2003-08-27  Jim Meyering  <jim@meyering.net>
33778
33779         * m4/mkstemp.m4: Require that the system mkstemp be able to create
33780         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
33781         would fail after 32.  Reported by Danny Levinson.  Details here:
33782         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
33783
33784 2003-08-24  Bruno Haible  <bruno@clisp.org>
33785
33786         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
33787         MSVC7 <stdio.h> is included later.
33788
33789 2003-08-22  Simon Josefsson  <jas@extundo.com>
33790
33791         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
33792
33793 2003-08-20  Karl Berry  <karl@gnu.org>
33794
33795         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
33796
33797 2003-08-20  Bruno Haible  <bruno@clisp.org>
33798
33799         * modules/progname: New file.
33800         * MODULES.html.sh (func_all_modules): Add progname.
33801
33802 2003-08-20  Bruno Haible  <bruno@clisp.org>
33803
33804         * lib/progname.h: New file, from GNU gettext.
33805         * lib/progname.c: New file, from GNU gettext.
33806         * lib/progreloc.c: New file, from GNU gettext.
33807
33808 2003-08-19  Jim Meyering  <jim@meyering.net>
33809
33810         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
33811         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
33812
33813 2003-08-19  Bruno Haible  <bruno@clisp.org>
33814
33815         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
33816         more.
33817
33818 2003-08-19  Bruno Haible  <bruno@clisp.org>
33819
33820         * lib/xstrdup.c: Assume <string.h> exists.
33821
33822 2003-08-18  Paul Eggert  <eggert@twinsun.com>
33823
33824         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
33825         in makefile rules.
33826
33827 2003-08-18  Jim Meyering  <jim@meyering.net>
33828
33829         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
33830         * m4/lib-ld.m4: Likewise.
33831
33832 2003-08-18  Jim Meyering  <jim@meyering.net>
33833
33834         * lib/setenv.h: Indent nested cpp directive.
33835         * lib/vasnprintf.c: Remove trailing blanks.
33836
33837 2003-08-17  Simon Josefsson  <jas@extundo.com>
33838
33839         * modules/xstrndup: New file.
33840         * MODULES.html.sh (func_all_modules): Add xstrndup.
33841
33842 2003-08-17  Simon Josefsson  <jas@extundo.com>
33843
33844         * modules/argp: Fix autoconf macro name. Add more dependencies.
33845
33846 2003-08-17  Simon Josefsson  <jas@extundo.com>
33847
33848         * m4/xstrndup.m4: New file.
33849
33850 2003-08-17  Simon Josefsson  <jas@extundo.com>
33851
33852         * m4/argp.m4: New file.
33853
33854 2003-08-17  Simon Josefsson  <jas@extundo.com>
33855             Bruno Haible  <bruno@clisp.org>
33856
33857         * lib/xstrndup.h: New file.
33858         * lib/xstrndup.c: New file.
33859
33860 2003-08-17  Bruno Haible  <bruno@clisp.org>
33861
33862         * modules/strndup (Files, Include): Add lib/strndup.h.
33863
33864 2003-08-17  Bruno Haible  <bruno@clisp.org>
33865
33866         * modules/euidaccess (Files): Add lib/euidaccess.h.
33867
33868 2003-08-17  Bruno Haible  <bruno@clisp.org>
33869
33870         * lib/strndup.h: New file.
33871
33872 2003-08-17  Bruno Haible  <bruno@clisp.org>
33873
33874         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
33875         like AC_GNU_SOURCE.
33876         * modules/extensions (configure.ac): Comment out the invocation of
33877         gl_USE_SYSTEM_EXTENSIONS.
33878
33879 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33880
33881         Merges from coreutils, etc.
33882         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
33883         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
33884         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
33885         fixing a typo.
33886         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
33887         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
33888
33889 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33890
33891         Document merge from coreutils.
33892         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
33893         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
33894         * modules/utime: Add m4/utimes-null.m4.
33895
33896 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33897
33898         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
33899         space, undoing this 2003-08-12 change:
33900         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
33901
33902 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33903
33904         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
33905         strtoul.c from libc, undoing this 2003-08-12 change:
33906         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
33907
33908 2003-08-16  Jim Meyering  <jim@meyering.net>
33909
33910         Merges from coreutils.
33911         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
33912         prefix.  Adjust cache variables similarly.  Create 500 rather than
33913         just 300 files, to exercise bug on Darwin6.5, too.
33914         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
33915         $missing_dir.
33916         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
33917         AM_SYS_POSIX_TERMIOS.
33918         Reported by mkc@mathdogs.com.
33919         Also change use of $am_cv_sys_posix_termios
33920         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
33921         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
33922         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
33923         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
33924         in /proc/mounts until it finds one with matching device number.  This
33925         is unnecessary when the FILE argument *is* a mount point.  No stat call
33926         is necessary in that case.  So, disable the statvfs-testing code on
33927         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
33928         as RedHat bug# 84846.
33929         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
33930         to 1MB, so as not to render systems with no stack size limit (e.g.,
33931         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
33932         Include <unistd.h>.  On some systems,
33933         it is required for the definition of _SC_PAGESIZE.
33934
33935 2003-08-16  Jim Meyering  <jim@meyering.net>
33936
33937         Merge from coreutils.
33938         * lib/xstrtoimax.c: #else #if -> #elif.
33939         * lib/xstrtoumax.c: Likewise.
33940
33941 2003-08-16  Jim Meyering  <jim@meyering.net>
33942
33943         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
33944         * m4/utimes.m4: Removed.
33945         * m4/utimes-null.m4: Renamed from utimes.m4.
33946
33947         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
33948         to 1MB, so as not to render systems with no stack size limit (e.g.,
33949         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
33950         Include <unistd.h>.  On some systems,
33951         it is required for the definition of _SC_PAGESIZE.
33952
33953 2003-08-16  Jim Meyering  <jim@meyering.net>
33954         and Paul Eggert  <eggert@cs.ucla.edu>
33955
33956         Merges from coreutils, etc.
33957
33958         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
33959         using the latest version from cvs.  This avoids problems with #line
33960         directives using a vendor (Sun) compiler.
33961         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
33962         Don't set GETGROUPS_LIB here; now it's
33963         done via getgroups.m4's wrapper function.
33964         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
33965         rather than just in sh-util/configure.in, so that the
33966         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
33967         same.
33968         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
33969         AC_FUNC_GETLOADAVG where to find getloadavg.c.
33970         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
33971         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
33972         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
33973         Remove code that is now done by the newly-required macros.
33974         Append $(EXEEXT) to DF_PROG.
33975         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
33976         Do not invoke or require the following here,
33977         since prereq.m4 or some gnulib .m4 now does this for us:
33978         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
33979         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
33980         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
33981         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
33982         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
33983         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
33984         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
33985         AC_FUNC_OBSTACK.
33986         Do not replace the following functions, as this is now the job
33987         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
33988         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
33989         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
33990         atexit getpass, strdup, getpagesize.
33991         Replace 'raise'.
33992         Do not check for the following functions, as this is now the job
33993         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
33994         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
33995         setregid.
33996         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
33997         Check for sys/sysctl.h.
33998         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
33999         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
34000         of checking for ssize_t ourselves.
34001
34002         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
34003         Require every macro that gnulib/modules/* suggests for us.
34004         (jm_PREREQ_ADDEXT): New macro.
34005         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
34006         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
34007
34008         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
34009         (gl_PHYSMEM): Use it.
34010         Also check for `table' function.
34011         Check for new headers and functions.
34012         Add check for sys/sysmp.h.
34013         With suggestions from Kaveh Ghazi.
34014         Ignore headers that are present but cannot be compiled.  This
34015         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
34016         C 5.4.
34017
34018 2003-08-15  Paul Eggert  <eggert@twinsun.com>
34019
34020         Document merge from coreutils.
34021         * modules/userspec: Depend on posixver.
34022         * modules/strftime: Depend on tzset.
34023
34024 2003-08-15  Paul Eggert  <eggert@twinsun.com>
34025
34026         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
34027         rather than tab, after '#' in shell-script copyright notices.
34028         Suggested by Bruno Haible.
34029
34030 2003-08-15  Paul Eggert  <eggert@twinsun.com>
34031
34032         * config/srclist-update: Use three spaces, rather than tab, after '#'
34033         in shell-script copyright notices.  Suggested by Bruno Haible.
34034         Remove unnecessary parenthesization in regular expression.
34035
34036 2003-08-15  Jim Meyering  <jim@meyering.net>
34037
34038         Merge from coreutils.
34039         * lib/xgethostname.c: Include <stdlib.h>.
34040         (xghostname): Don't exit for anything other than memory-related
34041         failure; just return NULL.
34042         * lib/userspec.c: Include "posixver.h".
34043         (parse_user_spec): Accept `.' as a separator only
34044         in pre-POSIX-200112 mode.
34045         * lib/strtoimax.c: Use #elif rather than #else #if.
34046         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
34047         Remove function, now that we can rely on a working tzset function.
34048         [!_LIBC]: Ensure that the required autoconf test has been run.
34049         [!defined _NL_CURRENT && HAVE_STRFTIME]:
34050         Use underlying_strftime for %r.
34051         * lib/sha.c: Merge in some clean-up and optimization changes from
34052         glibc.
34053         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
34054         Ensure that it is a multiple of 64.
34055         Rearrange loop exit tests so as to avoid performing an
34056         additional fread after encountering an error or EOF.
34057         * lib/realloc.c: Update copyright date.
34058
34059 2003-08-15  Jim Meyering  <jim@meyering.net>
34060         and Paul Eggert  <eggert@twinsun.com>
34061
34062         Merge from coreutils.
34063         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
34064         member but strut utmpx does not.  Needed for AIX 4.3.3.
34065         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
34066
34067 2003-08-15  Jim Meyering  <jim@meyering.net>
34068         and Paul Eggert  <eggert@cs.ucla.edu>
34069
34070         Merges from coreutils, etc.
34071         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
34072         Require gl_FUNC_TZSET_CLOBBER.
34073         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
34074         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
34075         members.
34076
34077 2003-08-14  Paul Eggert  <eggert@twinsun.com>
34078
34079         Help the merge from coreutils.
34080         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
34081         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
34082         * m4/tzset.m4: Use it too.
34083
34084 2003-08-14  Paul Eggert  <eggert@twinsun.com>
34085
34086         * modules/tzset: New file.
34087
34088 2003-08-14  Jim Meyering  <jim@meyering.net>
34089
34090         Merges from coreutils.
34091         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
34092         variable names, rather than @FNMATCH_H@.
34093         * modules/alloca: Likewise for $(ALLOCA_H).
34094
34095         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
34096         the three copies of the literal target, `fnmatch.h'.
34097         * modules/alloca (alloca.h): Likewise.
34098
34099 2003-08-14  Jim Meyering  <jim@meyering.net>
34100
34101         Merge from coreutils.
34102         * m4/tzset.m4: New file.
34103         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
34104         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
34105         otherwise, AIX 5.1 systems would end up using the latter.
34106         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
34107         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
34108         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
34109         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
34110
34111 2003-08-14  Jim Meyering  <jim@meyering.net>
34112
34113         Merge from coreutils.
34114         * lib/obstack.h: Whitespace changes.
34115         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
34116         and xcalloc return values.
34117         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
34118         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
34119         hang on OSF/1 5.1 for DIR on both local and remote file systems.
34120         Reported by (and fix confirmed by) Nelson H. F. Beebe.
34121         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
34122         error from mntctl.
34123         Use mntctl's return value to drive the entry-processing loop, since
34124         we can't rely on the value of the vmt_length member in the last
34125         entry.  On some systems doing so could result in exhausting
34126         virtual memory.  Based in part on a patch from Mike Jetzer.
34127
34128 2003-08-14  Jim Meyering  <jim@meyering.net>
34129         and Paul Eggert  <eggert@twinsun.com>
34130
34131         Merges from coreutils, plus other fixes.
34132         * lib/physmem.c: Merge in portability changes from gcc/libiberty
34133         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
34134         for credits and details.  Thanks to Kaveh Ghazi for helping
34135         to keep these files in sync.
34136         (ARRAY_SIZE): Define it.
34137         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
34138         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
34139         (memcasecmp): Don't assume size_t fits in unsigned int.
34140         Remove casts and duplicate code.
34141         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
34142         (memcpy): Remove definition.
34143         Merge in some clean-up and optimization changes from glibc.
34144         [BLOCKSIZE]: Move definition to top of file.
34145         Ensure that it is a multiple of 64.
34146         Rearrange loop exit tests so as to avoid performing an
34147         additional fread after encountering an error or EOF.
34148         * lib/md5.h (md5_uintptr): Define.
34149         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
34150         return to the initial working directory.  Preserve errno
34151         for caller.
34152         * lib/idcache.c: Include "xalloc.h".
34153         (xmalloc, xrealloc): Remove decls.
34154         (getuser): Remove casts no longer required in C89.
34155         * lib/human.c: Include stdio.h, for sprintf.
34156         * lib/group-member.c: Include "xalloc.h".
34157         (xmalloc, xrealloc): Remove decls.
34158         (get_group_info): Remove casts no longer required in C89.
34159         * lib/getusershell.c (readname): Remove casts no longer required in
34160         C89.
34161         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
34162         * lib/getline.c: Whitespace fix, from coreutils.
34163
34164 2003-08-13  Paul Eggert  <eggert@twinsun.com>
34165
34166         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
34167         Check for isascii.
34168
34169         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
34170         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
34171         Undo previous (whitespace-only) change.
34172
34173 2003-08-13  Paul Eggert  <eggert@twinsun.com>
34174
34175         * lib/exclude.c: Include <ctype.h>
34176         (IN_CTYPE_DOMAIN): New macro.
34177         (is_space): New fn.
34178         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
34179         and empty lines.
34180
34181         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
34182         Undo previous (whitespace-only) change.
34183
34184 2003-08-13  Paul Eggert  <eggert@twinsun.com>
34185
34186         * config/srclist-update: Change update back to the old behavior,
34187         leaving whitespace alone.  Use one 'sed' command rather than a
34188         pipeline.
34189         (fixlicense): Now a variable, not a function.
34190         (remove_trailing_blanks): Remove.
34191         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
34192         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
34193         Undo previous (whitespace-only) change.
34194
34195 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34196
34197         Merge from coreutils.
34198         * modules/euidaccess: Add lib_SOURCES, include for new
34199         file euidaccess.h
34200
34201 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34202
34203         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
34204         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
34205         Normalize leading white space and remove trailing white space.
34206
34207         Merge from coreutils
34208         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
34209
34210         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
34211         0.12.1.  These files are now being upgraded automatically by
34212         ../config/srclist-update.
34213
34214 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34215
34216         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
34217         Normalize leading white space and remove trailing white space.
34218         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
34219         notice, as per ../config/srclist-update.
34220
34221         Merge from coreutils.
34222         * lib/euidaccess.h: New file.
34223         * lib/euidaccess.c: Include it.
34224         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
34225         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
34226         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
34227
34228 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34229
34230         * config/srclist-update: Add copyright notice.
34231         (remove_id_lines, remove_trailing_blanks): New constants.
34232         (fixfile): Use them to normalize spacing a bit in copied files.
34233         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
34234         Normalize leading white space and remove trailing white space.
34235
34236         * config/texinfo.tex: Sync with texinfo.
34237
34238         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
34239         strtoul.c from libc, to merge coreutils whitespace changes.
34240
34241         * config/srclist.txt: Get the following m4 files from gettext:
34242         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
34243         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
34244         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
34245         wint_t.m4.
34246
34247 2003-08-12  Karl Berry  <karl@gnu.org>
34248
34249         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
34250         been made.
34251
34252 2003-08-11  Paul Eggert  <eggert@twinsun.com>
34253
34254         * modules/gnu-source, m4/gnu-source.m4:
34255         Remove; we're assuming Autoconf 2.54 or later now.
34256         Suggested by Bruno Haible.
34257         * MODULES.html.sh (func_all_modules): Remove gnu-source.
34258
34259 2003-08-11  Bruno Haible  <bruno@clisp.org>
34260
34261         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
34262
34263 2003-08-11  Bruno Haible  <bruno@clisp.org>
34264
34265         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
34266         (vasnprintf): Use it instead of wcslen.
34267
34268 2003-08-11  Bruno Haible  <bruno@clisp.org>
34269
34270         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
34271         value to ensure that _Bool promotes to int. Use #define for _Bool when
34272         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
34273
34274 2003-08-10  Karl Berry  <karl@gnu.org>
34275
34276         * lib/regex.h: update from libc (whitespace fix).
34277
34278 2003-08-09  Paul Eggert  <eggert@twinsun.com>
34279
34280         Merge some files from coreutils.  These changes were
34281         originally made by Jim Meyering.
34282         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
34283         many older Unixes require this.
34284         * lib/alloca.c (alloca): Remove cast to argument of free;
34285         no longer needed in C89.
34286         * lib/alloca_.h, regex.h: Fix white space to match
34287         what GNU indent does.
34288
34289 2003-08-09  Paul Eggert  <eggert@twinsun.com>
34290
34291         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
34292         apparently Emacs's Unicode mode got confused before my 2003-08-05
34293         checkin.
34294
34295 2003-08-08  Paul Eggert  <eggert@twinsun.com>
34296
34297         * m4/extensions.m4: New file.
34298         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
34299         Require gl_USE_SYSTEM_EXTENSIONS.
34300         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
34301         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
34302
34303 2003-08-08  Paul Eggert  <eggert@twinsun.com>
34304
34305         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
34306         * modules/extensions, modules/gnu-source: New files.
34307         * modules/timespec, modules/unlocked-io: Depend on extensions.
34308
34309 2003-08-07  Paul Eggert  <eggert@twinsun.com>
34310
34311         * modules/restrict: New file.
34312         * MODULES.html.sh (func_all_modules): Add restrict.
34313         * modules/regex: Depend on restrict.
34314
34315 2003-08-07  Paul Eggert  <eggert@twinsun.com>
34316
34317         * m4/restrict.m4: New file.
34318         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
34319
34320 2003-08-07  Bruno Haible  <bruno@clisp.org>
34321
34322         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
34323         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
34324
34325 2003-08-07  Bruno Haible  <bruno@clisp.org>
34326
34327         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
34328         makes the module 'getndelim2' compatible with the module 'getline'.
34329
34330 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34331
34332         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
34333         byte with "\201" to avoid glitches when editing that source file
34334         with multi-gnome-terminal.
34335
34336 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34337
34338         * lib/bumpalloc.h: Remove.
34339
34340 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34341
34342         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
34343         * modules/bumpalloc: Remove.
34344
34345 2003-08-04  Paul Eggert  <eggert@twinsun.com>
34346
34347         * lib/getloadavg.c: Change copyright notice and spacing to conform to
34348         GNU coding style.
34349
34350         Merge from coreutils.
34351         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
34352         1. From glibc.
34353         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
34354         from Karl Berry, implemented by Jim Meyering.
34355         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
34356         from Dmitry V. Levin.
34357         Remove anachronistic cast of xrealloc.
34358         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
34359         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
34360         type. Otherwise, it wouldn't compile with at least /bin/cc on
34361         ymp-cray-unicos9.0.2.X.
34362         Combine two mostly-identical uses of alloca into one.
34363         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
34364
34365 2003-08-04  Dave Love  <d.love@dl.ac.uk>
34366
34367         [From Emacs.]
34368
34369         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
34370         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
34371         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
34372         obsolete NLIST_NAME_UNION.
34373         [__GNU__]: Undef BSD and FSCALE.
34374         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
34375
34376 2003-08-03  Paul Eggert  <eggert@twinsun.com>
34377
34378         * lib/stdbool_.h (_Bool): Make it signed char, instead of
34379         an enum type, so that it's guaranteed to promote to int.  See:
34380         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
34381
34382 2003-08-03  Karl Berry  <karl@gnu.org>
34383
34384         * config/depcomp: update from automake.
34385
34386 2003-07-31  Paul Eggert  <eggert@twinsun.com>
34387
34388         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
34389         (strerror): Don't assume that a printable int fits in 14 bytes.
34390
34391 2003-07-31  Bruno Haible  <bruno@clisp.org>
34392
34393         * modules/getpass-gnu: New file.
34394         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
34395
34396 2003-07-31  Bruno Haible  <bruno@clisp.org>
34397
34398         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
34399
34400 2003-07-24  Karl Berry  <karl@gnu.org>
34401
34402         * config/missing: update from automake.
34403
34404 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
34405             Bruno Haible  <bruno@clisp.org>
34406
34407         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
34408         * lib/getline.c (getline, getdelim): Likewise.
34409         Remove _GNU_SOURCE define; now it's defined in config.h through
34410         m4/getline.m4.
34411
34412 2003-07-23  Karl Berry  <karl@gnu.org>
34413
34414         * config/config.sub: update from prep.
34415
34416 2003-07-22  Paul Eggert  <eggert@twinsun.com>
34417
34418         * modules/xalloc (Depends-on): Add exitfail.
34419         * modules/xmemcoll: Likewise.
34420
34421 2003-07-22  Paul Eggert  <eggert@twinsun.com>
34422
34423         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
34424         over-parenthesization in macros.
34425
34426         Sync with coreutils.
34427
34428         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
34429         required by C99.
34430
34431         Use `exit_failure' for xalloc and xmemcoll instead of their own
34432         private exit-failure variables.
34433         * lib/xalloc.h (xalloc_exit_failure): Remove.
34434         * lib/xmalloc.c: Likewise.  Include exitfail.h.
34435         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
34436         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
34437         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
34438         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
34439
34440 2003-07-20  Jim Meyering  <jim@meyering.net>
34441
34442         * modules/closeout (Depends-on): Add exitfail.
34443         Suggestion from Bruno Haible.
34444
34445 2003-07-19  Karl Berry  <karl@gnu.org>
34446
34447         * config/config.sub: update from prep.
34448
34449 2003-07-18  Paul Eggert  <eggert@twinsun.com>
34450
34451         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
34452         Remove.
34453         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
34454         to test that it can stand by itself.  Include "exitfail.h".
34455         Clients should set exit_failure instead.
34456         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
34457
34458 2003-07-18  Bruno Haible  <bruno@clisp.org>
34459
34460         * modules/getndelim2: New file.
34461         * modules/getline: Share files with module getndelim2.
34462         * modules/getnline: Depend on getndelim2 instead of sharing files with
34463         it. Add getnline.c to lib_SOURCES.
34464         * MODULES.html.sh (func_all_modules): Add getndelim2.
34465
34466 2003-07-18  Bruno Haible  <bruno@clisp.org>
34467
34468         * m4/getndelim2.m4: New file.
34469         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
34470         invoke gl_PREREQ_GETNDELIM2.
34471         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
34472         gl_PREREQ_GETNDELIM2.
34473         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
34474         gl_GETNDELIM2.
34475
34476 2003-07-18  Bruno Haible  <bruno@clisp.org>
34477
34478         * lib/getndelim2.h: New file.
34479         * lib/getndelim2.c: Make into a module of its own. Include config.h,
34480         getndelim2.h.
34481         (getndelim2): Make non-static. Change return type to ssize_t.
34482         * lib/getline.h: Change argument names.
34483         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
34484         * lib/getnline.c: Include getndelim2.h.
34485
34486 2003-07-18  Andreas Schwab  <schwab@suse.de>
34487
34488         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
34489
34490 2003-07-17  Karl Berry  <karl@gnu.org>
34491
34492         * config/config.sub: update from prep.
34493
34494 2003-07-17  Bruno Haible  <bruno@clisp.org>
34495
34496         * modules/getnline: New file.
34497         * modules/getline: Add lib/getndelim2.c to source file list.
34498         * MODULES.html.sh (func_all_modules): Add getnline.
34499
34500 2003-07-17  Bruno Haible  <bruno@clisp.org>
34501
34502         * m4/getnline.m4: New file.
34503
34504 2003-07-17  Bruno Haible  <bruno@clisp.org>
34505
34506         * m4/Makefile.am.in: Remove file.
34507         * m4/Makefile.am: Remove file.
34508         * m4/Makefile.in: Remove file.
34509
34510 2003-07-17  Bruno Haible  <bruno@clisp.org>
34511
34512         * lib/getnline.h: New file.
34513         * lib/getnline.c: New file.
34514         * lib/getndelim2.c: New file, extracted from getline.c.
34515         (getndelim2): Renamed from getdelim2, with added nmax argument.
34516         * lib/getline.c: Include getndelim2.c.
34517         (getdelim2): Moved out to getndelim2.c.
34518         (getline, getdelim): Update.
34519
34520 2003-07-17  Bruno Haible  <bruno@clisp.org>
34521
34522         * lib/Makefile.am: Remove file.
34523         * lib/Makefile.in: Remove file.
34524
34525 2003-07-17  Bruno Haible  <bruno@clisp.org>
34526
34527         * configure.in: Remove file.
34528         * Makefile.in: Remove file.
34529
34530 2003-07-17  Bruno Haible  <bruno@clisp.org>
34531
34532         * MODULES.html.sh: Put the </BODY> right before </HTML>.
34533
34534 2003-07-16  Karl Berry  <karl@gnu.org>
34535
34536         * config/srclist-update: was running fixlicense twice, which caused
34537                 texinfo.tex to be nullified for some reason.  Simplify,
34538                 $gplsrc is no longer needed as far as I can see?
34539
34540 2003-07-16  Jim Meyering  <jim@meyering.net>
34541
34542         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
34543
34544 2003-07-15  Paul Eggert  <eggert@twinsun.com>
34545
34546         * config/srclist.txt: Get the following files from gettext-runtime/intl
34547         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
34548         ref-del.sin.  From Bruno Haible.
34549         * config/srclist-update (fixfile): Change grep pattern again, since the
34550         previous fix didn't work (there was another trailing $).  Use
34551         '[$]' to escape the $s.
34552
34553 2003-07-15  Karl Berry  <karl@gnu.org>
34554
34555         * lib/vasnprintf.c: update from gettext.
34556
34557 2003-07-15  Karl Berry  <karl@gnu.org>
34558
34559         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
34560         gets expanded when surrounded by '$'.
34561
34562 2003-07-15  Jim Meyering  <jim@meyering.net>
34563
34564         * modules/save-cwd: Don't depend on error.  From Derek Price.
34565
34566 2003-07-15  Jim Meyering  <jim@meyering.net>
34567
34568         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
34569
34570 2003-07-14  Simon Josefsson  <jas@extundo.com>
34571
34572         * modules/mempcpy: New file.
34573         * MODULES.html.sh (func_all_modules): Add mempcpy.
34574
34575 2003-07-14  Simon Josefsson  <jas@extundo.com>
34576
34577         * m4/mempcpy.m4: New file.
34578
34579 2003-07-14  Simon Josefsson  <jas@extundo.com>
34580
34581         * lib/mempcpy.h: New file.
34582         * lib/mempcpy.c: New file.
34583
34584 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34585
34586         * modules/getdate, modules/posixtm: Depend on mktime.
34587
34588 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34589
34590         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
34591         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
34592         unicodeio.c, unicodeio.h, unlocked-io.h:
34593         Switch from LGPL to GPL.
34594
34595 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34596
34597         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
34598         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
34599         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
34600         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
34601         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
34602         updated automatically by ../config/srclist-update.  This changes
34603         their license from LPGL to GPL.
34604
34605 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34606
34607         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
34608         assumed to refer to the root of the most recent stable gettext version.
34609         * config/srclistvars.sh: Add defaults for eggert.
34610         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
34611         Match "This program" as well as "The program".  This is needed
34612         for gettext.
34613
34614 2003-07-14  Jim Meyering  <jim@meyering.net>
34615
34616         Don't emit diagnostics.  Let callers do that.
34617         * lib/save-cwd.c: Don't include "error.h".
34618         (save_cwd): Don't call error.  Ensure that errno is valid
34619         when returning nonzero.
34620
34621         * lib/save-cwd.h (restore_cwd): Update prototype.
34622         * lib/save-cwd.c (restore_cwd): Remove two parameters.
34623         Simplify.  Don't call error upon failure.  Let callers do that.
34624         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
34625         when auditing is enabled.  But don't bother updating the #if.
34626
34627 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
34628
34629         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
34630         it breaks C++ compilation.
34631         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
34632
34633 2003-07-10  Simon Josefsson  <jas@extundo.com>
34634
34635         * modules/strchrnul (Makefile.am): Add strchrnul.h.
34636
34637 2003-07-10  Jim Meyering  <jim@meyering.net>
34638
34639         * m4/clock_time.m4: Remove trailing blank.
34640         * m4/intmax_t.m4: Likewise.
34641
34642 2003-07-10  Jim Meyering  <jim@meyering.net>
34643
34644         * lib/vasnprintf.c: Remove trailing blanks.
34645         Make cpp indentation consistent.
34646
34647 2003-07-09  Paul Eggert  <eggert@twinsun.com>
34648
34649         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
34650         posixver.c, strftime.c, strnlen.c, strverscmp.c:
34651         Switch from LGPL to GPL.
34652
34653 2003-07-09  Paul Eggert  <eggert@twinsun.com>
34654
34655         * config/srclist.txt: Sort sublists.  Add
34656         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
34657         that differ from gnulib for one reason or another; we'd like this list
34658         to be smaller but for now let's document what we have.
34659
34660 2003-07-08  Paul Eggert  <eggert@twinsun.com>
34661
34662         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
34663         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
34664         and sweeter "eval x=$x".
34665         * config/srclist.txt: Get lib/argp* from glibc.
34666
34667 2003-07-07  Paul Eggert  <eggert@twinsun.com>
34668
34669         * lib/mktime.c: Fix some boundary cases and remove need for floating
34670         point.
34671
34672         Issue a compile-time diagnostic if time_t is floating point, or if
34673         two's complement arithmetic is not in effect, or if arithmetic
34674         right shift does not propagate the sign.  These assumptions were
34675         all in the original code but they weren't checked.
34676
34677         (TIME_T_MIDPOINT, verify): New macros.
34678         (__isleap): Remove; it has integer overflow problems.
34679         (leapyear): New function, without those problems.
34680         (ydhms_tm_diff): Remove; splitting into two parts.
34681         (ydhms_diff): New function, containing the arithmetic part of
34682         the old ydhms_tm_diff function.  Issue a compile-time
34683         diagnostic if we are not using C99 integer division.
34684         Avoid casts when possible.
34685         (guess_time_tm): New function, containing the checking part of
34686         the old ydhms_tm_diff function.  Return the new value, rather than
34687         the difference between it and the old.  Accept a new argument T
34688         so that *T specifies the old value.  Check for overflow in the result.
34689
34690         (__mktime_internal): Use a time_t offset, not a long int offset.
34691         This undoes the 2003-06-04 change, which is no longer needed now
34692         that we have better overflow checking.
34693         (localtime_offset): Likewise.
34694
34695         (__mktime_internal): Avoid harmful overflow on hosts where time_t
34696         and long are 64-bit but int is only 32-bit.
34697         (ydhms_diff): Use long int to store year1 and yday1.
34698         Issue a compile-time diagnostic if long int is not wide enough.
34699
34700         (__mktime_internal): Use long int to store adjusted year and yday.
34701         Use plain C rather than preprocessor commands, if that doesn't
34702         affect efficiency.
34703         Check for overflow (and try to repair) after each probe
34704         rather than checking only at the very end.  This avoids some bugs
34705         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
34706         does not equal GMT offset at maximum time).
34707         Use integer to check for overflow rather than floating point; this
34708         is more portable to non-IEEE hosts, and is a tad faster.
34709         When we detect that we are oscillating between two values,
34710         don't check whether tm_isdst has the requested value, since
34711         we already know the answer.  When tm_isdst has the wrong value,
34712         use a different heuristic to find the right one, based on the
34713         extreme values actually observed in practice in tz2003a,
34714         rather than the (overly optimistic) "previous 3 calendar quarters".
34715
34716         (not_equal_tm, print_tm, check_result): Use "const T" rather than
34717         "T const" to accommodate glibc style.
34718         (check_result): Use less-confusing report format.  "long" -> "long int.
34719         (main): Likewise.
34720         Don't loop if the iteration overflows time_t.
34721         Allow a negative step in the iteration.
34722
34723 2003-07-06  Karl Berry  <karl@gnu.org>
34724
34725         * config/depcomp: update from automake.
34726         * config/config.sub: update from prep.
34727
34728 2003-07-03  Karl Berry  <karl@gnu.org>
34729
34730         * config/config.guess: update from prep.
34731
34732 2003-07-01  Paul Eggert  <eggert@twinsun.com>
34733
34734         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
34735         xreadlink.c now includes it unconditionally.
34736
34737 2003-07-01  Paul Eggert  <eggert@twinsun.com>
34738
34739         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
34740         having it depend on HAVE_SYS_TYPES_H.
34741
34742 2003-07-01  Bruno Haible  <bruno@clisp.org>
34743
34744         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
34745         <sys/types.h> should be sufficient.
34746         Reported by Paul Eggert.
34747
34748 2003-06-26  Karl Berry  <karl@gnu.org>
34749
34750         * config/depcomp: update from automake.
34751
34752 2003-06-26  Bruno Haible  <bruno@clisp.org>
34753
34754         * modules/human: Depend on module stdbool.
34755
34756 2003-06-25  Bruno Haible  <bruno@clisp.org>
34757
34758         * modules/readlink: New file.
34759         * modules/xreadlink: Depend on it.
34760         * MODULES.html.sh (func_all_modules): Add readlink.
34761
34762 2003-06-25  Bruno Haible  <bruno@clisp.org>
34763
34764         * m4/readlink.m4: New file.
34765
34766 2003-06-25  Bruno Haible  <bruno@clisp.org>
34767
34768         * lib/readlink.c: New file.
34769
34770 2003-06-22  Karl Berry  <karl@gnu.org>
34771
34772         * config/srclist.txt: update mkinstalldirs from automake.
34773         * config/mkinstalldirs: update.
34774
34775 2003-06-22  Bruno Haible  <bruno@clisp.org>
34776
34777         Portability to mingw32.
34778         * m4/ssize_t.m4: New file, from GNU gettext.
34779         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
34780         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
34781
34782 2003-06-22  Bruno Haible  <bruno@clisp.org>
34783
34784         * modules/safe-read: Add m4/ssize_t.m4.
34785         * modules/xreadlink: Add m4/ssize_t.m4.
34786
34787 2003-06-20  Bruno Haible  <bruno@clisp.org>
34788
34789         Assume C89, so PARAMS isn't needed.
34790         * lib/unicodeio.h (PARAMS): Remove.
34791         * lib/unicodeio.c: Don't use PARAMS.
34792
34793 2003-06-18  Karl Berry  <karl@gnu.org>
34794
34795         * config/config.{guess,sub}: update from prep.
34796
34797 2003-06-18  Jim Meyering  <jim@meyering.net>
34798
34799         Merge changes from coreutils.
34800         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
34801         Remove explicit declarations of xmalloc and realloc.
34802         Include xalloc.h.
34803         (read_utmp): Remove anachronistic cast of xmalloc.
34804
34805 2003-06-17  Paul Eggert  <eggert@twinsun.com>
34806
34807         Assume C89, so PARAMS isn't needed.
34808         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
34809         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
34810         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
34811         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
34812         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
34813         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
34814         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
34815         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
34816         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
34817         lib/xstrtod.h, lib/xstrtol.h: Likewise.
34818         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
34819         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
34820         no longer needed. Anyway, config.h should always be included before any
34821         other file.
34822
34823 2003-06-11  Simon Josefsson  <jas@extundo.com>
34824
34825         * modules/sysexits: New file.
34826         * MODULES.html.sh (func_all_modules): Add sysexits.
34827
34828 2003-06-11  Simon Josefsson  <jas@extundo.com>
34829
34830         * lib/sysexit_.h: New file.
34831
34832 2003-06-11  Derek Price  <derek@ximbiot.com>
34833
34834         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
34835         necessary.
34836
34837 2003-06-11  Bruno Haible  <bruno@clisp.org>
34838
34839         * m4/sysexits.m4: New file.
34840
34841 2003-06-10  Simon Josefsson  <jas@extundo.com>
34842
34843         * lib/argp.h: New file, from glibc.
34844         * lib/argp-ba.c: New file, from glibc.
34845         * lib/argp-eexst.c: New file, from glibc.
34846         * lib/argp-fmtstream.c: New file, from glibc.
34847         * lib/argp-fmtstream.h: New file, from glibc.
34848         * lib/argp-fs-xinl.c: New file, from glibc.
34849         * lib/argp-help.c: New file, from glibc.
34850         * lib/argp-namefrob.h: New file, from glibc.
34851         * lib/argp-parse.c: New file, from glibc.
34852         * lib/argp-pv.c: New file, from glibc.
34853         * lib/argp-pvh.c: New file, from glibc.
34854         * lib/argp-xinl.c: New file, from glibc.
34855
34856 2003-06-10  Simon Josefsson  <jas@extundo.com>
34857
34858         * modules/strchrnul: New file.
34859
34860 2003-06-10  Simon Josefsson  <jas@extundo.com>
34861
34862         * modules/argp: New file.
34863
34864 2003-06-10  Simon Josefsson  <jas@extundo.com>
34865
34866         * m4/strchrnul.m4: New file.
34867
34868 2003-06-10  Simon Josefsson  <jas@extundo.com>
34869
34870         * lib/strchrnul.h: New file.
34871         * lib/strchrnul.c: New file.
34872
34873 2003-06-10  Bruno Haible  <bruno@clisp.org>
34874
34875         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
34876
34877 2003-06-07  Karl Berry  <karl@gnu.org>
34878
34879         * config/config.{guess,sub}: update from prep.
34880
34881 2003-06-07  Jim Meyering  <jim@meyering.net>
34882
34883         * modules/strtod: Use $(...) notation, not @...@ for
34884         AC_REPLACE'd variables.
34885         * modules/localcharset: Likewise.
34886
34887 2003-06-07  Jim Meyering  <jim@meyering.net>
34888
34889         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
34890         in place of my name in the copyright comment.
34891         Remove definition and uses of __P.
34892
34893         From coreutils.
34894         * lib/stat.c: Don't declare xmalloc explicitly.
34895         Instead, include "xalloc.h".
34896         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
34897         xrealloc, and xcalloc return values.
34898         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
34899         Improve comment.
34900         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
34901
34902 2003-06-07  Bruno Haible  <bruno@clisp.org>
34903
34904         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
34905         avoid AC_CONFIG_LINKS.
34906         * modules/fnmatch (Makefile.am): Use explicit creation rule for
34907         fnmatch.h, to avoid AC_CONFIG_LINKS.
34908         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
34909
34910 2003-06-07  Bruno Haible  <bruno@clisp.org>
34911
34912         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
34913         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
34914         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
34915         directory.
34916         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
34917         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
34918         directory.
34919
34920 2003-06-06  Jim Meyering  <jim@meyering.net>
34921
34922         Merge from coreutils.
34923         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
34924         Consolidate declarations and initializations of *_base* locals.
34925
34926         Merge from coreutils.
34927         This avoids a core dump on systems without GNU putenv,
34928         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
34929         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
34930         (unsetenv): New static function, from GNU libc.
34931         (rpl_putenv): Use it.
34932
34933         * lib/modechange.c: Remove trailing blanks.
34934
34935         Merge from coreutils.
34936         * lib/fsusage.c: Remove declaration of statfs.
34937         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
34938
34939         * lib/posixtm.c: Include <stdbool.h> unconditionally.
34940
34941 2003-06-06  Jim Meyering  <jim@meyering.net>
34942
34943         * lib/stdbool_.h: Renamed from stdbool.h.in.
34944
34945 2003-06-06  Jim Meyering  <jim@meyering.net>
34946             Bruno Haible  <bruno@clisp.org>
34947
34948         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
34949         Adjust Makefile.am snippet not to redirect directly to target.
34950         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
34951
34952 2003-06-05  Paul Eggert  <eggert@twinsun.com>
34953
34954         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
34955         mismatch, look in future quarters as well as past.  This fixes a
34956         bug when processing fall-backwards gaps immediately after a long
34957         period of daylight-saving time.
34958
34959         * lib/mktime.c: Assume freestanding C89 or better.
34960         (HAVE_LIMITS_H): Remove.  Assume it's 1.
34961         (__P): Remove; not used.
34962         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
34963         (mktime, not_equal_tm, print_tm, check_result,
34964         main): Use prototypes.  Use const * where appropriate.
34965         (main): Fix typo in testing code that uncovered by above changes.
34966         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
34967
34968 2003-06-04  Paul Eggert  <eggert@twinsun.com>
34969
34970         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
34971         locale.h, localeconv.  This merges changes from coreutils.
34972
34973         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
34974         It can be removed after the next Autoconf is released.
34975         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
34976         needed.
34977
34978 2003-06-04  Paul Eggert  <eggert@twinsun.com>
34979
34980         * lib/mktime.c: Fix Debian bug 177940
34981         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
34982         (localtime_offset): Now long int, not time_t, because we want it
34983         to be guaranteed to be signed.  All uses changed.
34984         (__mktime_internal): If overflow would occur when adding offset,
34985         don't add it.
34986
34987         Merge 'human' changes from coreutils.  Rewrite to support
34988         locale-specific notations like thousands separators.
34989         * lib/human.c: Simplify authorship notice.
34990         Include human.h immediately after config.h.
34991         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
34992         <limits.h>: Do not include, since human.h does.
34993         (SIZE_MAX, UINTMAX_MAX): New macros.
34994         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
34995         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
34996         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
34997         (power_letter): Renamed from suffixes.
34998         (generate_suffix_backwards): Remove.
34999         (adjust_value): Now takes int style (because of human.h changes)
35000         and long double value (for greater precision on some platforms).
35001         (group_number): New function.
35002         (human_readable): Use it.  Use integer options, not enum.
35003         Put the options before the sizes in the arg list.
35004         Support all the new options.
35005         The old human_readable function has been removed;
35006         use inttostr.h instead.
35007         (human_readable, default_block_size, humblock):
35008         Use uintmax_t, not int, for block sizes.
35009         (human_readable_inexact, block_size_types): Remove.
35010         (block_size_opts): New constant.
35011         (human_options): Renamed from human_block_size, with new signature
35012         that allows block sizes up to UINTMAX_MAX.  All callers changed.
35013         * lib/human.h: Add copyright and authorship notice.
35014         Include <limits.h> and <stdbool.h> unconditionally.
35015         (PARAMS): Remove.  All uses removed.
35016         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
35017         (enum human_inexact_style): Remove tag; now a nameless enum.
35018         (human_floor, human_ceiling, human_round_to_even): Now have
35019         values 2, 0, 1 rather than -1, 1, 0.
35020         (human_group_digits, human_suppress_point_zero, human_autoscale,
35021         human_base_1024, human_SI, human_B): New constants.
35022         (human_readable_inexact, human_block_size): Remove.
35023         (human_readable): Size args are now uintmax_t, not int.
35024         (human_options): New decl.
35025
35026         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
35027         unnecessary now that we assume C89 or better.  This change
35028         imported from coreutils.
35029
35030         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
35031         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
35032         in the 2003-05-30 sync from glibc.
35033
35034         .h files should stand alone, but we shouldn't include <sys/types.h>
35035         if we can get away with just <stddef.h>.
35036
35037         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
35038         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
35039         rather than <sys/types.h>, as we merely need size_t.
35040         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
35041         to get size_t.
35042         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
35043         Include <stdio.h>, to get FILE.
35044         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
35045         memcasecmp.h has included <stddef.h> and all we need is size_t.
35046         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
35047         our interface, instead of including <sys/types.h>
35048
35049 2003-06-04  Paul Eggert  <eggert@twinsun.com>
35050
35051         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
35052         now, as glibc mktime is buggy on non-glibc systems.
35053
35054 2003-06-03  Karl Berry  <karl@gnu.org>
35055
35056         * config/config.sub: update from prep.
35057
35058 2003-06-02  Paul Eggert  <eggert@twinsun.com>
35059
35060         [from coreutils]
35061         Fix some minor time-related bugs with POSIX time arguments.
35062         Some valid time stamps were being rejected (notably -1, and
35063         time stamps before 1900 on 64-bit hosts).  And some invalid
35064         time stamps were being accepted, e.g. September 31.
35065
35066         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
35067         that we can return (time_t) -1 successfully.
35068         * lib/posixtm.c: Likewise.
35069         [HAVE_STDBOOL_H]: Include <stdbool.h>.
35070         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
35071         (t): Remove static var.
35072         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
35073         of static var.  All uses changed.
35074         (year): Do not reject years before 1900; they can occur with
35075         64-bit time_t.
35076         (posix_time_parse): Do not check for out-of-range components;
35077         that is now the caller's responsibility, since our checks were
35078         only approximations.
35079         (posixtime): Use mktime to check for out-of-range components,
35080         since it knows them exactly.
35081         If mktime returns (time_t) -1, check whether an error actually occurred
35082         by invoking localtime on -1.
35083         (main) [TEST_POSIXTIME]: Check for input data errors, and report
35084         posixtime failures better.
35085         Improve the test data (in comments only).
35086
35087 2003-06-02  Karl Berry  <karl@gnu.org>
35088
35089         * config/mkinstalldirs (version): new variable.
35090         (--version): new option.
35091         (usage): improve message.
35092
35093 2003-05-30  Karl Berry  <karl@gnu.org>
35094
35095         * lib/mktime.c: update from libc.
35096
35097 2003-05-30  Bruno Haible  <bruno@clisp.org>
35098
35099         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
35100         * config/config.rpath: Upgrade to gettext-0.12.1.
35101
35102 2003-05-30  Bruno Haible  <bruno@clisp.org>
35103
35104         * m4/gettext.m4: Upgrade to gettext-0.12.1.
35105         * m4/nls.m4: New file, from gettext-0.12.1.
35106         * m4/po.m4: New file, from gettext-0.12.1.
35107         * m4/progtest.m4: Upgrade to gettext-0.12.1.
35108
35109 2003-05-30  Bruno Haible  <bruno@clisp.org>
35110
35111         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
35112         * lib/localcharset.h: Likewise.
35113         * lib/localcharset.c: Likewise.
35114
35115 2003-05-29  Karl Berry  <karl@gnu.org>
35116
35117         * config/config.rpath: update from gettext.
35118
35119 2003-05-28  Paul Eggert  <eggert@twinsun.com>
35120
35121         Assume the headers required for C89 freestanding compilers.
35122         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
35123         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
35124         * m4/human.m4 (gl_HUMAN): Likewise.
35125         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
35126         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
35127         * m4/userspec.m4 (gl_USERSPEC): Likewise.
35128         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
35129         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
35130         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
35131
35132 2003-05-28  Paul Eggert  <eggert@twinsun.com>
35133
35134         Assume the headers required for C89 freestanding compilers.
35135         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
35136         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
35137         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
35138         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
35139         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
35140         define, since <limits.h> is guaranteed to do that.
35141         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
35142         * lib/exclude.c: Include <stdbool.h> unconditionally.
35143         * lib/tempname.c: Include <stddef.h> unconditionally.
35144         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
35145         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
35146         <stddef.h> does that.
35147         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
35148         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
35149         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
35150         needed.
35151         * lib/xstrtol.c: Likewise.
35152         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
35153         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
35154
35155         * lib/addext.c (addext): Use assignment rather than cast, to avoid
35156         warnings on some platforms.
35157
35158         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
35159         arbitrarily.
35160
35161 2003-05-26  Jim Meyering  <jim@meyering.net>
35162
35163         Merge in a change from coreutils:
35164         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
35165         that is guaranteed to be `no'.  Use `no_such_member' to indicate
35166         that condition, rather than `-1' which is slightly misleading.
35167         Change the name of the cache variable to have the gl_ prefix.
35168         Prompted by a patch from Richard Dawe for DJGPP.
35169
35170 2003-05-24  Karl Berry  <karl@gnu.org>
35171
35172         * config/config.guess: update from prep.
35173
35174 2003-05-22  Karl Berry  <karl@gnu.org>
35175
35176         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
35177
35178 2003-05-20  Karl Berry  <karl@gnu.org>
35179
35180         * config/config.guess: update from prep.
35181
35182 2003-05-18  Karl Berry  <karl@gnu.org>
35183
35184         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
35185         might actually be set by the user.
35186
35187         * config/depcomp, install-sh, mdate-sh: update from automake.
35188
35189 2003-05-17  Bruno Haible  <bruno@clisp.org>
35190
35191         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
35192         invalid expansion for AC_EGREP_CPP.
35193         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
35194         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
35195         Suggested by Akim Demaille <akim@epita.fr> in
35196         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
35197
35198 2003-05-12  Jim Meyering  <jim@meyering.net>
35199
35200         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
35201         the space-padded-by-default conversion specifiers, %e, %k, %l.
35202
35203 2003-05-12  Bruno Haible  <bruno@clisp.org>
35204
35205         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
35206         the string is longer than 4 KB.
35207
35208 2003-05-11  Karl Berry  <karl@gnu.org>
35209
35210         * config/config.{guess,sub}: update from prep.
35211
35212 2003-05-09  Bruno Haible  <bruno@clisp.org>
35213
35214         * modules/error: Add m4/strerror_r.m4 to file list.
35215
35216 2003-05-03  Bruno Haible  <bruno@clisp.org>
35217
35218         Upgrade to Unicode-4.0.
35219         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
35220         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
35221         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
35222         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
35223         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
35224         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
35225         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
35226         Change width of U+E0100..U+E01EF from 1 to 0.
35227
35228 2003-04-25  Jim Meyering  <jim@meyering.net>
35229
35230         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
35231         of type size_t, not int.
35232
35233 2003-04-25  Bruno Haible  <bruno@clisp.org>
35234
35235         * lib/copy-file.c: Include <stddef.h>, for size_t.
35236
35237 2003-04-21  Paul Eggert  <eggert@twinsun.com>
35238
35239         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
35240         code which expansion is under static control.  Patch imported from
35241         Akim Demaille's patch to Bison; see
35242         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
35243
35244 2003-04-14  Bruno Haible  <bruno@clisp.org>
35245
35246         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
35247
35248 2003-04-11  Jim Meyering  <jim@meyering.net>
35249
35250         Merge changes from Coreutils.
35251
35252         2003-03-22  Jim Meyering  <jim@meyering.net>
35253
35254         * lib/strftime.c (widen): Cast alloca return value to proper type.
35255
35256         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
35257
35258         From GNU libc.
35259         * lib/strftime.c (my_strftime): Handle very large width
35260         specifications for numeric values correctly.  Improve checks for
35261         overflow.
35262
35263         2003-01-19  Jim Meyering  <jim@meyering.net>
35264
35265         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
35266         definitions.
35267         (nl_get_alt_digit) [! defined my_strftime]: Define.
35268         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
35269         _nl_get_alt_digit and _nl_get_walt_digit.
35270
35271         * lib/strftime.c (my_strftime): Merge in locale-related changes from
35272         libc. These changes have no effect outside of _LIBC.
35273
35274 2003-04-10  Bruno Haible  <bruno@clisp.org>
35275
35276         * modules/findprog: New file.
35277         * MODULES.html.sh (func_all_modules): Add it.
35278
35279 2003-04-10  Bruno Haible  <bruno@clisp.org>
35280
35281         * m4/findprog.m4: New file.
35282         * m4/eaccess.m4: New file.
35283
35284 2003-04-10  Bruno Haible  <bruno@clisp.org>
35285
35286         * lib/findprog.h: New file, from GNU gettext.
35287         * lib/findprog.c: New file, from GNU gettext.
35288
35289 2003-04-05  Jim Meyering  <jim@meyering.net>
35290
35291         Merge changes from Coreutils.
35292
35293         * lib/exclude.h (PARAMS): Remove definition and uses.
35294         * lib/exclude.c: Remove uses of `PARAMS'.
35295
35296         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
35297         Add test-cases for DOS filenames. Declare program_name.
35298         (main): Set up program_name.  Patch by Rich Dawe.
35299
35300         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
35301         error from mntctl.
35302         Use mntctl's return value to drive the entry-processing loop, since
35303         we can't rely on the value of the vmt_length member in the last
35304         entry.  On some systems doing so could result in exhausting
35305         virtual memory.  Based in part on a patch from Mike Jetzer.
35306
35307 2003-04-04  Bruno Haible  <bruno@clisp.org>
35308
35309         * modules/linebreak: New file.
35310         * MODULES.html.sh (func_all_modules): Add it.
35311
35312 2003-04-04  Bruno Haible  <bruno@clisp.org>
35313
35314         * m4/linebreak.m4: New file.
35315
35316 2003-04-04  Bruno Haible  <bruno@clisp.org>
35317
35318         * lib/linebreak.h: New file, from GNU gettext.
35319         * lib/linebreak.c: New file, from GNU gettext with slight
35320         modifications.
35321         * lib/lbrkprop.h: New file, from GNU gettext.
35322
35323 2003-04-03  Bruno Haible  <bruno@clisp.org>
35324
35325         * modules/utf8-ucs4: New file.
35326         * modules/utf16-ucs4: New file.
35327         * modules/ucs4-utf8: New file.
35328         * modules/ucs4-utf16: New file.
35329         * MODULES.html.sh (func_all_modules): Add them.
35330
35331 2003-04-03  Bruno Haible  <bruno@clisp.org>
35332
35333         * m4/utf-ucs4.m4: New file.
35334         * m4/ucs4-utf.m4: New file.
35335
35336 2003-04-03  Bruno Haible  <bruno@clisp.org>
35337
35338         * lib/utf8-ucs4.h: New file, from GNU gettext.
35339         * lib/utf16-ucs4.h: New file, from GNU gettext.
35340         * lib/ucs4-utf8.h: New file, from GNU gettext.
35341         * lib/ucs4-utf16.h: New file, from GNU gettext.
35342
35343 2003-04-02  Bruno Haible  <bruno@clisp.org>
35344
35345         * modules/binary-io: New file.
35346         * MODULES.html.sh (func_all_modules): Add it.
35347
35348 2003-04-02  Bruno Haible  <bruno@clisp.org>
35349
35350         * lib/binary-io.h: New file, from GNU gettext.
35351
35352 2003-04-01  Bruno Haible  <bruno@clisp.org>
35353
35354         * modules/pathname: New file.
35355         * MODULES.html.sh (func_all_modules): Add it.
35356
35357 2003-04-01  Bruno Haible  <bruno@clisp.org>
35358
35359         * lib/pathname.h: New file, from GNU gettext.
35360         * lib/concatpath.c: New file, from GNU gettext.
35361
35362 2003-03-30  Bruno Haible  <bruno@clisp.org>
35363
35364         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
35365
35366 2003-03-30  Bruno Haible  <bruno@clisp.org>
35367
35368         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
35369         function chown() doesn't exist.
35370
35371 2003-03-28  Bruno Haible  <bruno@clisp.org>
35372
35373         * modules/copy-file: New file.
35374         * MODULES.html.sh (func_all_modules): Add it.
35375
35376 2003-03-28  Bruno Haible  <bruno@clisp.org>
35377
35378         * m4/copy-file.m4: New file.
35379
35380 2003-03-28  Bruno Haible  <bruno@clisp.org>
35381
35382         * lib/copy-file.h: New file, from GNU gettext.
35383         * lib/copy-file.c: New file, from GNU gettext.
35384
35385 2003-03-18  Jim Meyering  <jim@meyering.net>
35386
35387         * lib/quote.c (quote_n): Fix typo in comment.
35388
35389 2003-03-18  Bruno Haible  <bruno@clisp.org>
35390
35391         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
35392         checking.
35393         * m4/onceonly_2_57.m4: Likewise.
35394
35395 2003-03-17  Bruno Haible  <bruno@clisp.org>
35396
35397         * m4/onceonly.m4: Require autoconf 2.54 or newer.
35398         (m4_quote): Remove macro.
35399         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
35400
35401 2003-03-14  Jim Meyering  <jim@meyering.net>
35402
35403         Merge changes from Coreutils.
35404         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
35405         to be const, in order to avoid warnings.
35406         (obstack_room): Likewise.
35407         (obstack_empty_p): Likewise.
35408
35409 2003-03-14  Bruno Haible  <bruno@clisp.org>
35410
35411         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
35412         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
35413
35414 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35415
35416         Merge changes from Bison.
35417         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
35418         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
35419         when compiling Bison 1.875's `bitset bset = obstack_alloc
35420         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
35421         * lib/hash.c: Include <stdbool.h> unconditionally.
35422
35423 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35424
35425         * m4/onceonly.m4 (m4_quote): New macro.
35426         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
35427         Quote AC_FOREACH variable-expansions properly.
35428
35429 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35430
35431         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
35432
35433 2003-03-09  Paul Eggert  <eggert@twinsun.com>
35434
35435         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
35436         Reported by Bruce Becker; see:
35437         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
35438
35439 2003-03-03  Paul Eggert  <eggert@twinsun.com>
35440             Bruno Haible  <bruno@clisp.org>
35441
35442         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
35443         Reported by John Hughes, see
35444         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
35445
35446 2003-02-20  Bruno Haible  <bruno@clisp.org>
35447
35448         * MODULES.html.sh (func_all_modules): Add poll.
35449
35450 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35451
35452         * modules/poll: New file.
35453
35454 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35455
35456         * lib/poll_.h: New file.
35457         * lib/poll.c: New file.
35458
35459 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35460
35461         * m4/poll.m4: New file.
35462
35463 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35464
35465         * modules/mathl: New file.
35466
35467 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35468
35469         * lib/mathl.h: New file.
35470         * lib/acosl.c: New file.
35471         * lib/asinl.c: New file.
35472         * lib/atanl.c: New file.
35473         * lib/ceill.c: New file.
35474         * lib/cosl.c: New file.
35475         * lib/expl.c: New file.
35476         * lib/floorl.c: New file.
35477         * lib/frexpl.c: New file.
35478         * lib/ldexpl.c: New file.
35479         * lib/logl.c: New file.
35480         * lib/sincosl.c: New file.
35481         * lib/sinl.c: New file.
35482         * lib/sqrtl.c: New file.
35483         * lib/tanl.c: New file.
35484         * lib/trigl.c: New file.
35485         * lib/trigl.h: New file.
35486
35487 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35488
35489         * m4/mathl.m4: New file.
35490
35491 2003-02-18  Bruno Haible  <bruno@clisp.org>
35492
35493         * MODULES.html.sh (func_all_modules): Add mathl.
35494
35495 2003-02-17  Bruno Haible  <bruno@clisp.org>
35496
35497         * modules/mkdtemp: New module.
35498         * MODULES.html.sh (func_all_modules): Add it.
35499
35500 2003-02-17  Bruno Haible  <bruno@clisp.org>
35501
35502         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
35503
35504 2003-02-17  Bruno Haible  <bruno@clisp.org>
35505
35506         * lib/mkdtemp.h: New file, from GNU gettext.
35507         * lib/mkdtemp.c: New file, from GNU gettext.
35508
35509 2003-02-02  Jim Meyering  <jim@meyering.net>
35510
35511         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
35512         e.g. glibc-2.2.93.
35513
35514 2003-01-31  Bruno Haible  <bruno@clisp.org>
35515
35516         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
35517         'rpl_rename'.
35518         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
35519         'rpl_strnlen'.
35520         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
35521         'rpl_strtod'.
35522         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
35523         'rpl_utime'.
35524
35525 2003-01-31  Bruno Haible  <bruno@clisp.org>
35526
35527         * lib/rename.c: #undef rename before defining rpl_rename.
35528         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
35529
35530 2003-01-30  Bruno Haible  <bruno@clisp.org>
35531
35532         * modules/vasnprintf, modules/vasprintf: New modules.
35533         * MODULES.html.sh (func_all_modules): Add them.
35534
35535 2003-01-30  Bruno Haible  <bruno@clisp.org>
35536
35537         * m4/signed.m4: New file, from GNU gettext.
35538         * m4/longdouble.m4: New file, from GNU gettext.
35539         * m4/wchar_t.m4: New file, from GNU gettext.
35540         * m4/wint_t.m4: New file, from GNU gettext.
35541         * m4/vasnprintf.m4: New file.
35542         * m4/vasprintf.m4: New file.
35543
35544 2003-01-30  Bruno Haible  <bruno@clisp.org>
35545
35546         * lib/printf-args.h: New file, from GNU gettext.
35547         * lib/printf-args.c: New file, from GNU gettext.
35548         * lib/printf-parse.h: New file, from GNU gettext.
35549         * lib/printf-parse.c: New file, from GNU gettext.
35550         * lib/vasnprintf.h: New file, from GNU gettext.
35551         * lib/vasnprintf.c: New file, from GNU gettext.
35552         * lib/asnprintf.c: New file, from GNU gettext.
35553         * lib/vasprintf.h: New file, from GNU gettext with modifications.
35554         * lib/vasprintf.c: New file, from GNU gettext.
35555         * lib/asprintf.c: New file, from GNU gettext.
35556
35557 2003-01-29  Bruno Haible  <bruno@clisp.org>
35558
35559         * modules/stpncpy: New module.
35560         * MODULES.html.sh (func_all_modules): Add it.
35561
35562 2003-01-29  Bruno Haible  <bruno@clisp.org>
35563
35564         * m4/stpncpy.m4: New file.
35565
35566 2003-01-29  Bruno Haible  <bruno@clisp.org>
35567
35568         * lib/stpncpy.h: New file, from GNU gettext with modifications.
35569         * lib/stpncpy.c: New file, from GNU gettext with modifications.
35570
35571 2003-01-28  Bruno Haible  <bruno@clisp.org>
35572
35573         * modules/c-ctype: New module.
35574         * MODULES.html.sh (func_all_modules): Add it.
35575
35576 2003-01-28  Bruno Haible  <bruno@clisp.org>
35577
35578         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
35579         Paul Eggert.
35580         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
35581         Paul Eggert.
35582
35583 2003-01-27  Bruno Haible  <bruno@clisp.org>
35584
35585         * modules/xsetenv: New module.
35586         * MODULES.html.sh (func_all_modules): Add it.
35587
35588 2003-01-27  Bruno Haible  <bruno@clisp.org>
35589
35590         * lib/xsetenv.h: New file, from GNU gettext.
35591         * lib/xsetenv.c: New file, from GNU gettext.
35592
35593 2003-01-23  Jim Meyering  <jim@meyering.net>
35594
35595         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
35596         from working on systems without dirfd (at least Irix and OSF1/Tru64).
35597
35598 2003-01-23  Bruno Haible  <bruno@clisp.org>
35599
35600         * modules/minmax: New module.
35601         * MODULES.html.sh (func_all_modules): Add it.
35602
35603 2003-01-23  Bruno Haible  <bruno@clisp.org>
35604
35605         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
35606         Eggert.
35607
35608 2003-01-22  Bruno Haible  <bruno@clisp.org>
35609
35610         * modules/exit: New module.
35611         * MODULES.html.sh (func_all_modules): Add it.
35612
35613 2003-01-22  Bruno Haible  <bruno@clisp.org>
35614
35615         * lib/exit.h: New file, from GNU gettext.
35616
35617 2003-01-19  Bruno Haible  <bruno@clisp.org>
35618
35619         * gnulib-tool: Recognize option --extract-maintainer.
35620         (func_get_maintainer): New function.
35621         * modules/*: Add Maintainer entry.
35622
35623 2003-01-16  Jim Meyering  <jim@meyering.net>
35624
35625         * m4/regex.m4: The `regex' struct is both input and output.
35626         Initialize it before each use.  Patch by Tim Waugh.
35627
35628 2003-01-16  Bruno Haible  <bruno@clisp.org>
35629
35630         * MODULES.html.sh: Add a table of contents. Add the module name as
35631         leftmost column. Add hyperlinks.
35632
35633 2003-01-15  Bruno Haible  <bruno@clisp.org>
35634
35635         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
35636
35637 2003-01-15  Bruno Haible  <bruno@clisp.org>
35638
35639         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
35640         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
35641         suffix.
35642
35643 2003-01-15  Bruno Haible  <bruno@clisp.org>
35644
35645         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
35646
35647 2003-01-15  Bruno Haible  <bruno@clisp.org>
35648
35649         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
35650         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
35651
35652 2003-01-14  Jim Meyering  <jim@meyering.net>
35653
35654         * lib/same.c (same_name): Tweak a comment.
35655
35656 2003-01-14  Bruno Haible  <bruno@clisp.org>
35657
35658         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
35659         when a string comparison is sufficient.
35660
35661 2003-01-14  Bruno Haible  <bruno@clisp.org>
35662
35663         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
35664         'unsigned int'.
35665
35666 2003-01-14  Bruno Haible  <bruno@clisp.org>
35667
35668         * lib/hash-pjw.c: Add comment about low quality of this function.
35669
35670 2003-01-13  Bruno Haible  <bruno@clisp.org>
35671
35672         * modules/stpcpy: Distribute lib/stpcpy.h.
35673         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
35674
35675 2003-01-13  Bruno Haible  <bruno@clisp.org>
35676
35677         * modules/*: Add a description.
35678         * modules/strpbrk: Fix Makefile.am snippet.
35679         * modules/strtoimax: Fix dependencies.
35680         * modules/strtoumax: Likewise.
35681
35682 2003-01-13  Bruno Haible  <bruno@clisp.org>
35683
35684         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
35685         * modules/alloca (Makefile.am): All object files depend on alloca.h.
35686         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
35687
35688 2003-01-13  Bruno Haible  <bruno@clisp.org>
35689
35690         * gnulib-tool (func_create_testdir): Store config/* files in the main
35691         directory.
35692         * config.rpath: Move to ...
35693         * config/config.rpath: ... here.
35694         * modules/gettext: Contains config/config.rpath, not config.rpath.
35695         * modules/iconv: Likewise.
35696
35697 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35698
35699         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35700         to avoid collisions with libcurses and libreadline.
35701
35702         * m4/getstr.m4: Remove.
35703         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
35704
35705 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35706
35707         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35708         to avoid collisions with libcurses and libreadline.
35709
35710         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
35711         * lib/getstr.h, getstr.c: Remove.
35712         * lib/getline.c: Include "getline.h", to check interface.
35713         Move body of old getstr.c here: this defines MIN_CHUNK and
35714         declares getdelim2, which is renamed from getstr.
35715         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
35716
35717         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
35718         All uses changed.
35719         * lib/linebuffer.h: Likewise.
35720         (readline): Remove backward-compatibility macro.
35721
35722 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35723
35724         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35725         to avoid collisions with libcurses and libreadline.
35726         * getstr: Remove.
35727         * MODULES.html.sh: Remove getstr.
35728         * modules/getline: Depend on unlocked-io, not getstr.
35729
35730 2003-01-12  Jim Meyering  <jim@meyering.net>
35731
35732         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
35733
35734 2003-01-10  Bruno Haible  <bruno@clisp.org>
35735
35736         * modules/alloca: Change Makefile.am requirements. Simplify Include
35737         requirements. Add lib/alloca_.h to file list.
35738
35739 2003-01-10  Bruno Haible  <bruno@clisp.org>
35740
35741         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
35742
35743 2003-01-10  Bruno Haible  <bruno@clisp.org>
35744
35745         * lib/alloca_.h: New file.
35746         * lib/getdate.y: Unconditionally include alloca.h.
35747         * lib/makepath.c: Likewise.
35748         * lib/setenv.c: Likewise.
35749         * lib/userspec.c: Likewise.
35750
35751 2003-01-09  Karl Berry  <karl@gnu.org>
35752
35753         * MODULES.html.sh: include `dirname $0` in PATH, to find
35754         gnulib-tool.
35755
35756 2003-01-09  Bruno Haible  <bruno@clisp.org>
35757
35758         * modules/stdbool: Change configure.ac, Makefile.am requirements.
35759         Simplify Include requirements. Add lib/stdbool.h.in to file list.
35760
35761 2003-01-09  Bruno Haible  <bruno@clisp.org>
35762
35763         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
35764
35765 2003-01-09  Bruno Haible  <bruno@clisp.org>
35766
35767         * lib/stdbool.h.in: New file.
35768
35769 2003-01-09  Bruno Haible  <bruno@clisp.org>
35770
35771         * gnulib-tool (func_all_modules): Ignore files ending in ~.
35772         * MODULES.html.sh: Likewise.
35773
35774 2003-01-08  Jim Meyering  <jim@meyering.net>
35775
35776         * lib/full-write.c: Undefine and define-away `const' after inclusion
35777         of errno.h, not before.  Suggestion from Bruno Haible.
35778
35779 2003-01-08  Bruno Haible  <bruno@clisp.org>
35780
35781         * modules/full-read: Depend on full-write.
35782
35783 2003-01-08  Bruno Haible  <bruno@clisp.org>
35784
35785         * lib/safe-read.c: Include specification header first, to ensure its
35786         selfcontainedness.
35787         * lib/full-write.c: Likewise.
35788
35789 2003-01-07  Jim Meyering  <jim@meyering.net>
35790
35791         * lib/full-write.c: Rework so that it may serve to define full_read,
35792         too.
35793         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
35794
35795 2003-01-07  Bruno Haible  <bruno@clisp.org>
35796
35797         * lib/strtoimax.c: Include <stdint.h> as an alternative to
35798         <inttypes.h>.
35799         * lib/xstrtol.h: Likewise.
35800         * lib/xstrtoimax.c: Likewise.
35801         * lib/xstrtoumax.c: Likewise.
35802         * lib/human.h: Likewise.
35803
35804         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
35805         on systems that have <inttypes.h> but not <stdint.h>.
35806
35807 2003-01-07  Bruno Haible  <bruno@clisp.org>
35808
35809         * MODULES.html.sh: Add copyright notice.
35810         (missed_files): Omit CVS directory entries.
35811         (func_module): Make it work with sed-3.02.
35812         * MODULES.txt: Remove file.
35813
35814 2003-01-06  Jim Meyering  <jim@meyering.net>
35815
35816         * lib/version-etc.c: Update year in translatable copyright string.
35817
35818 2003-01-03  Karl Berry  <karl@gnu.org>
35819
35820         * config/config.{guess,sub}: update from prep.
35821
35822 2003-01-02  Karl Berry  <karl@gnu.org>
35823
35824         * doc/COPYING.DOC: belatedly updated to 1.2.
35825
35826 2003-01-01  Karl Berry  <karl@gnu.org>
35827
35828         * gnulib-tool (func_verify_module): report module name $module in
35829         error message, not $1.
35830         * gnulib-tool (create-testdir): don't complain if destdir couldn't
35831         be created, only if it doesn't exist.
35832         * gnulib-tool (last_checkin_date): don't expand the $Date here.
35833
35834 2002-12-31  Paul Eggert  <eggert@twinsun.com>
35835
35836         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
35837
35838 2002-12-31  Paul Eggert  <eggert@twinsun.com>
35839
35840         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
35841         memcmp if strcoll doesn't work.
35842
35843 2002-12-31  Bruno Haible  <bruno@clisp.org>
35844
35845         * lib/utime.c (utime_null): No need to call ftruncate if the file was
35846         nonempty.
35847
35848 2002-12-31  Bruno Haible  <bruno@clisp.org>
35849
35850         * lib/memcoll.c (STRCOLL): New macro.
35851         (memcoll): Use it.
35852
35853 2002-12-31  Bruno Haible  <bruno@clisp.org>
35854
35855         * lib/localcharset.h: New file.
35856         * lib/localcharset.c: Include it.
35857         * lib/unicodeio.c: Likewise.
35858
35859 2002-12-31  Bruno Haible  <bruno@clisp.org>
35860
35861         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
35862         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
35863
35864 2002-12-31  Bruno Haible  <bruno@clisp.org>
35865
35866         * lib/getline.h: Include <stddef.h>, for size_t.
35867
35868         * lib/unicodeio.h: Include <stddef.h>, for size_t.
35869         * lib/unicodeio.c: Don't include <stddef.h>.
35870
35871 2002-12-31  Bruno Haible  <bruno@clisp.org>
35872
35873         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
35874         HAVE_TM_ZONE.
35875
35876 2002-12-24  Karl Berry  <karl@gnu.org>
35877
35878         * config/config.guess: update from prep.
35879
35880 2002-12-24  Bruno Haible  <bruno@clisp.org>
35881
35882         General infrasructure.
35883         * m4/README: Rewritten.
35884         * m4/onceonly.m4: New file.
35885         * m4/onceonly_2_57.m4: New file.
35886
35887         Module atexit.
35888         * m4/atexit.m4: New file.
35889
35890         Module strtod.
35891         * m4/strtod.m4: New file.
35892
35893         Module strtol.
35894         * m4/strtol.m4: New file.
35895
35896         Module strtoul.
35897         * m4/strtoul.m4: New file.
35898
35899         Module memchr.
35900         * m4/memchr.m4: New file.
35901
35902         Module memcmp.
35903         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
35904         (jm_FUNC_MEMCMP): Invoke it.
35905
35906         Module memcpy.
35907         * m4/memcpy.m4: New file.
35908
35909         Module memmove.
35910         * m4/memmove.m4: New file.
35911
35912         Module memset.
35913         * m4/memset.m4: New file.
35914
35915         Module strcspn.
35916         * m4/strcspn.m4: New file.
35917
35918         Module strpbrk.
35919         * m4/strpbrk.m4: New file.
35920
35921         Module strstr.
35922         * m4/strstr.m4: New file.
35923
35924         Module strerror.
35925         * m4/strerror.m4: New file.
35926
35927         Module mktime.
35928         * m4/mktime.m4: Renamed from jm-mktime.m4.
35929         (gl_PREREQ_MKTIME): New macro.
35930         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
35931
35932         Module malloc.
35933         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
35934         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
35935         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
35936
35937         Module realloc.
35938         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
35939         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
35940         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
35941
35942         Module strftime.
35943         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
35944         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
35945         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
35946         gl_TM_GMTOFF.
35947         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
35948
35949         Module xalloc.
35950         * m4/xalloc.m4: New file.
35951
35952         Module alloca.
35953         * m4/alloca.m4: New file.
35954
35955         Module putenv.
35956         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
35957         (jm_FUNC_PUTENV): Invoke it.
35958
35959         Module setenv.
35960         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
35961         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
35962         when invoked twice.
35963         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
35964         gt_FUNC_SETENV.
35965
35966         Module memrchr.
35967         * m4/memrchr.m4: New file.
35968
35969         Module stpcpy.
35970         * m4/stpcpy.m4: New file.
35971
35972         Module strcase.
35973         * m4/strcase.m4: New file.
35974
35975         Module strdup.
35976         * m4/strdup.m4: New file.
35977
35978         Module strnlen.
35979         * m4/strnlen.m4: New file.
35980
35981         Module strndup.
35982         * m4/strndup.m4: New file.
35983
35984         Module xstrtod.
35985         * m4/xstrtod.m4: New file.
35986
35987         Module xstrtol.
35988         * m4/xstrtol.m4: New file.
35989
35990         Module getdate.
35991         * m4/getdate.m4: New file.
35992
35993         Module unlocked-io.
35994         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
35995         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
35996         * m4/jm-glibc-io.m4n: Remove file.
35997
35998         Module long-options.
35999         * m4/long-options.m4: New file.
36000
36001         Module md5.
36002         * m4/md5.m4: New file.
36003
36004         Module sha.
36005         * m4/sha.m4: New file.
36006
36007         Module getstr.
36008         * m4/getstr.m4: New file.
36009
36010         Module getline.
36011         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
36012         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
36013         <sys/types.h>, for size_t. Use the function name gnu_getline, not
36014         simply getline. Infoke gl_PREREQ_GETLINE.
36015
36016         Module obstack.
36017         * m4/obstack.m4: New file.
36018
36019         Module hash.
36020         * m4/hash.m4: New file.
36021
36022         Module readtokens.
36023         * m4/readtokens.m4: New file.
36024
36025         Module strverscmp.
36026         * m4/strverscmp.m4: New file.
36027
36028         Module stdbool.
36029         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
36030         OSF/1.
36031
36032         Module strtoll.
36033         * m4/strtoll.m4: New file.
36034
36035         Module strtoull.
36036         * m4/strtoull.m4: New file.
36037
36038         Module strtoimax.
36039         * m4/strtoimax.m4: New file.
36040
36041         Module strtoumax.
36042         * m4/strtoumax.m4: New file.
36043
36044         Module xstrtoimax.
36045         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
36046         jm_AC_PREREQ_XSTRTOIMAX.
36047         Moved the strtol prerequisites to strtol.m4.
36048         Moved the strtoll prerequisites to strtoll.m4.
36049         Moved the strtoimax prerequisites to strtoimax.m4.
36050
36051         Module xstrtoumax.
36052         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
36053         jm_AC_PREREQ_XSTRTOUMAX.
36054         Moved the strtoul prerequisites to strtoul.m4.
36055         Moved the strtoull prerequisites to strtoull.m4.
36056         Moved the strtoumax prerequisites to strtoumax.m4.
36057
36058         Module chown.
36059         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
36060         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
36061
36062         Module dup2.
36063         * m4/dup2.m4: New file.
36064
36065         Module ftruncate.
36066         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
36067         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
36068
36069         Module getgroups.
36070         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
36071         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
36072
36073         Module gettimeofday.
36074         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
36075         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
36076         gl_PREREQ_GETTIMEOFDAY.
36077
36078         Module mkdir.
36079         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
36080         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
36081
36082         Module mkstemp.
36083         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
36084         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
36085         jm_AC_TYPE_UINTMAX_T.
36086         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
36087
36088         Module stat.
36089         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
36090         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
36091
36092         Module lstat.
36093         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
36094         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
36095
36096         Module timespec.
36097         * m4/timespec.m4 (gl_TIMESPEC): New macro.
36098         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
36099         * m4/st_mtim.m4: Indentation.
36100
36101         Module nanosleep.
36102         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
36103         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
36104         gl_PREREQ_NANOSLEEP.
36105
36106         Module regex.
36107         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
36108         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
36109         (gl_REGEX): New macro.
36110
36111         Module rename.
36112         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
36113         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
36114
36115         Module rmdir.
36116         * m4/rmdir.m4: New file.
36117
36118         Module utime.
36119         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
36120         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
36121         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
36122
36123         Module dirname.
36124         * m4/dirname.m4: New file.
36125
36126         Module getopt.
36127         * m4/getopt.m4: New file.
36128
36129         Module unistd-safer.
36130         * m4/unistd-safer.m4: New file.
36131
36132         Module fnmatch.
36133         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
36134         declaration.
36135         (gl_PREREQ_FNMATCH_EXTRA): New macro.
36136         (gl_FUNC_FNMATCH_POSIX): New macro.
36137         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
36138         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
36139         simply fnmatch.
36140
36141         Module exclude.
36142         * m4/exclude.m4: New file.
36143
36144         Module human.
36145         * m4/human.m4: New file.
36146
36147         Module acl.
36148         * m4/acl.m4: Nop.
36149
36150         Module backupfile.
36151         * m4/backupfile.m4: New file.
36152         * m4/d-ino.m4: Indentation.
36153
36154         Module fsusage.
36155         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
36156         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
36157         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
36158
36159         Module dirfd.
36160         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
36161         requirements.
36162
36163         Module euidaccess.
36164         * m4/euidaccess.m4: New file.
36165
36166         Module file-type.
36167         * m4/file-type.m4: New file.
36168
36169         Module fileblocks.
36170         * m4/fileblocks.m4: New file.
36171
36172         Module filemode.
36173         * m4/filemode.m4: New file.
36174
36175         Module isdir.
36176         * m4/isdir.m4: New file.
36177
36178         Module lchown.
36179         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
36180         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
36181
36182         Module makepath.
36183         * m4/makepath.m4: New file.
36184
36185         Module modechange.
36186         * m4/modechange.m4: New file.
36187
36188         Module mountlist.
36189         * m4/mountlist.m4: New file.
36190         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
36191         Indentation.
36192
36193         Module path-concat.
36194         * m4/path-concat.m4: New file.
36195
36196         Module pathmax.
36197         * m4/pathmax.m4: New file.
36198
36199         Module same.
36200         * m4/same.m4: New file.
36201
36202         Module save-cwd.
36203         * m4/save-cwd.m4: New file.
36204
36205         Module savedir.
36206         * m4/savedir.m4: New file.
36207
36208         Module xgetcwd.
36209         * m4/xgetcwd.m4: New file.
36210         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
36211
36212         Module xreadlink.
36213         * m4/xreadlink.m4: New file.
36214
36215         Module safe-read.
36216         * m4/safe-read.m4: New file.
36217
36218         Module safe-write.
36219         * m4/safe-write.m4: New file.
36220
36221         Module closeout.
36222         * m4/closeout.m4: New file.
36223
36224         Module stdio-safer.
36225         * m4/stdio-safer.m4: New file.
36226
36227         Module getpass.
36228         * m4/getpass.m4: New file.
36229
36230         Module getugroups.
36231         * m4/getugroups.m4: New file.
36232
36233         Module group-member.
36234         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
36235         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
36236
36237         Module idcache.
36238         * m4/idcache.m4: New file.
36239
36240         Module userspec.
36241         * m4/userspec.m4: New file.
36242
36243         Module gettime.
36244         * m4/clock_time.m4: New file.
36245         * m4/gettime.m4: New file.
36246
36247         Module settime.
36248         * m4/settime.m4: New file.
36249
36250         Module posixtm.
36251         * m4/posixtm.m4: New file.
36252
36253         Module gethostname.
36254         * m4/gethostname.m4: New file.
36255
36256         Module canon-host.
36257         * m4/canon-host.m4: New file.
36258
36259         Module gettext.
36260         * m4/codeset.m4: New file, from gettext-0.11.5.
36261         * m4/gettext.m4: New file, from gettext-0.11.5.
36262         * m4/glibc21.m4: New file, from gettext-0.11.5.
36263         * m4/iconv.m4: New file, from gettext-0.11.5.
36264         * m4/intdiv0.m4: New file, from gettext-0.11.5.
36265         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
36266         * m4/inttypes.m4: New file, from gettext-0.11.5.
36267         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
36268         * m4/isc-posix.m4: New file, from gettext-0.11.5.
36269         * m4/lcmessage.m4: New file, from gettext-0.11.5.
36270         * m4/lib-ld.m4: New file, from gettext-0.11.5.
36271         * m4/lib-link.m4: New file, from gettext-0.11.5.
36272         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
36273         * m4/progtest.m4: New file, from gettext-0.11.5.
36274         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
36275         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
36276         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
36277
36278         Module localcharset.
36279         * m4/localcharset.m4: New file.
36280
36281         Module hard-locale.
36282         * m4/hard-locale.m4: New file.
36283
36284         Module mbswidth.
36285         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
36286         onceonly macros.
36287         * m4/mbrtowc.m4: Add comment.
36288
36289         Module memcasecmp.
36290         * m4/memcasecmp.m4: New file.
36291
36292         Module memcoll.
36293         * m4/memcoll.m4: New file.
36294
36295         Module unicodeio.
36296         * m4/unicodeio.m4: New file.
36297
36298         Module rpmatch.
36299         * m4/rpmatch.m4: New file.
36300
36301         Module yesno.
36302         * m4/yesno.m4: New file.
36303
36304         Module exitfail.
36305         * m4/exitfail.m4: New file.
36306
36307         Module c-stack.
36308         * m4/c-stack.m4 (gl_C_STACK): New macro.
36309         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
36310
36311         Module error.
36312         * m4/error.m4 (gl_ERROR): New macro.
36313         (jm_PREREQ_ERROR): Use onceonly macros.
36314
36315         Module fatal.
36316         * m4/fatal.m4: New file.
36317
36318         Module getloadavg.
36319         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
36320         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
36321
36322         Module getpagesize.
36323         * m4/getpagesize.m4: New file.
36324
36325         Module getusershell.
36326         * m4/getusershell.m4: New file.
36327
36328         Module physmem.
36329         * m4/physmem.m4: New file.
36330
36331         Module posixver.
36332         * m4/posixver.m4: New file.
36333
36334         Module quotearg.
36335         * m4/quotearg.m4: New file.
36336
36337         Module quote.
36338         * m4/quote.m4: New file.
36339
36340         Module readutmp.
36341         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
36342
36343         Module sig2str.
36344         * m4/sig2str.m4: New file.
36345
36346         Other.
36347         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
36348         ulonglong.m4.
36349         * m4/intmax_t.m4: New file.
36350         * m4/d-type.m4: Indentation.
36351         * m4/jm-macros.m4: Update.
36352         * m4/prereq.m4 (jm_PREREQ): Update.
36353         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
36354         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
36355         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
36356         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
36357         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
36358         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
36359         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
36360         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
36361         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
36362         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
36363         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
36364         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
36365         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
36366         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
36367         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
36368         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
36369         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
36370         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
36371         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
36372
36373 2002-12-24  Bruno Haible  <bruno@clisp.org>
36374
36375         * MODULES.txt: Update according to m4/ changes.
36376
36377         Module gettext.
36378         * config.rpath: New file, from gettext-0.11.5.
36379
36380         * modules/*: New module descriptions.
36381         * gnulib-tool: New file.
36382         * MODULES.html.sh: New file.
36383
36384 2002-12-21  Karl Berry  <karl@gnu.org>
36385
36386         * doc/fdl.texi: update to version 1.2.
36387
36388 2002-12-19  Karl Berry  <karl@gnu.org>
36389
36390         * config/config.guess: update from prep.
36391
36392 2002-12-18  Bruno Haible  <bruno@clisp.org>
36393
36394         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
36395         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
36396
36397 2002-12-17  Bruno Haible  <bruno@clisp.org>
36398
36399         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
36400         stdlib.h, string.h.
36401
36402 2002-12-17  Bruno Haible  <bruno@clisp.org>
36403
36404         * lib/canon-host.c (strdup): Remove unused declaration.
36405
36406         * lib/fsusage.c: Include full_read.h.
36407         (get_fs_usage): Use full_read instead of safe_read.
36408
36409         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
36410
36411 2002-12-12  Karl Berry  <karl@gnu.org>
36412
36413         * config/config.guess: update from prep.
36414
36415 2002-12-11  Bruno Haible  <bruno@clisp.org>
36416
36417         * m4/setenv.m4: New file, from gettext-0.11.5.
36418
36419 2002-12-11  Bruno Haible  <bruno@clisp.org>
36420
36421         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
36422         not unsetenv().
36423         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
36424         modifications:
36425
36426         2002-12-11  Bruno Haible  <bruno@clisp.org>
36427
36428                 * setenv.c (alloca): Fall back to malloc.
36429                 (freea): New macro.
36430                 (setenv): Use freea() to free memory allocated with alloca().
36431
36432         2002-11-13  Bruno Haible  <bruno@clisp.org>
36433
36434                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
36435                 function declarations.
36436                 * unsetenv.c (unsetenv): Likewise.
36437
36438         2002-03-04  Bruno Haible  <bruno@clisp.org>
36439
36440                 Portability to AIX 4.3.3.
36441                 * unsetenv.c: New file, extracted from setenv.c.
36442                 * setenv.c: Move the unsetenv() function to unsetenv.c.
36443
36444         2001-12-20  Bruno Haible  <bruno@clisp.org>
36445
36446                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
36447                 use malloc instead. For SunOS 4.
36448
36449         2001-12-11  Bruno Haible  <bruno@clisp.org>
36450
36451                 * setenv.c: Declare alloca.
36452                 (compar_fn_t): New typedef.
36453                 (KNOWN_VALUE, STORE_VALUE): Use it.
36454
36455         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
36456         setenv.h.
36457
36458 2002-12-10  Paul Eggert  <eggert@twinsun.com>
36459
36460         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
36461         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
36462         Choose values that are less likely to collide with system fnmatch
36463         options.
36464         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
36465         defined (e.g., a pure POSIX system).
36466         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
36467         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
36468
36469 2002-12-06  Paul Eggert  <eggert@twinsun.com>
36470
36471         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
36472         a pain in practice to deal with generated m4 files.  This change
36473         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
36474
36475         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
36476         and jm-glibc-io.m4, as they are no longer a special case.
36477         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
36478         kludge and the auto-generation stuff.  Check only whether the
36479         functions are declared, not whether they exist, since older hosts
36480         that don't declare the functions can't use the optimization anyway.
36481
36482 2002-12-06  Jim Meyering  <jim@meyering.net>
36483
36484         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
36485
36486         Merge in changes from libc's misc/error.c, in preparation
36487         for the merge of gnulib's changes back into libc.
36488
36489         * lib/error.c (_): Define only if not already defined.
36490         Move definition to follow all #include directives.
36491         Include unlocked-io.h only if !_LIBC.
36492         [_LIBC]: Include <libio/libioP.h>.
36493         [USE_IN_LIBIO]: Include <libio/iolibio.h>
36494         (fflush): Tweak definition to use INTUSE.
36495         (putc): Define.
36496
36497 2002-12-05  Paul Eggert  <eggert@twinsun.com>
36498
36499         * lib/alloca.c [defined emacs]: Include "lisp.h".
36500         (xalloc_die) [defined emacs]: New macro.
36501         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
36502         [! defined emacs]: Include <xalloc.h>.
36503         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
36504         (pointer): Typedef to POINTER_TYPE *.
36505         (malloc): Remove decl; we now always use xmalloc.
36506         (alloca): Use old-style definition, since Emacs needs this.
36507         Check for arithmetic overflow when computing combined size.
36508
36509 2002-12-04  Paul Eggert  <eggert@twinsun.com>
36510
36511         Do not generate unlocked-io.h automatically, since it's easier to
36512         maintain it by hand.
36513
36514         * lib/unlocked-io.h: New file, from GNU diffutils,
36515         but with proper copyright notice and attribution.
36516         * lib/gen-uio: Remove.
36517         * lib/Makefile.am: Add copyright notice.
36518         (libfetish_a_SOURCES): Add unlocked-io.h.
36519         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
36520         (DISTCLEANFILES, io_functions): Remove macros.
36521         (EXTRA_DIST): Remove gen_uio.
36522         (unlocked-io.h): Remove rule.
36523
36524 2002-12-04  Jim Meyering  <jim@meyering.net>
36525
36526         Reflect the fact that stat.c and lstat.c are no longer generated.
36527         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
36528         (DISTCLEANFILES): Likewise.
36529         (EXTRA_DIST): Likewise.
36530         (all_local): Don't depend on stat.c or lstat.c.
36531         (stat.c, lstat.c): Remove rules.
36532         (EXTRA_DIST): Remove xstat.in.
36533
36534         * lib/xstat.in: Remove file.  Contents moved into stat.c.
36535         * lib/stat.c: New file.  Contents mostly from xstat.in.
36536         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
36537         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
36538
36539         * lib/safe-read.c: Rework so that it may serve to define safe_write,
36540         too.
36541         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
36542
36543 2002-12-03  Jim Meyering  <jim@meyering.net>
36544
36545         * lib/safe-read.c, safe-write.c: Change variable names and comments,
36546         but not semantics, to minimize the differences between these two files.
36547         (safe_read): Change comment to mention SAFE_READ_ERROR.
36548
36549         * lib/safe-read.c (IS_EINTR): Define.
36550         (safe_read): Use IS_EINTR in place of in-function cpp directives.
36551
36552 2002-12-02  Jim Meyering  <jim@meyering.net>
36553
36554         * lib/safe-read.c (EINTR): Define.
36555         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
36556         (INT_MAX): Provide fallback.
36557         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
36558
36559         * lib/safe-read.h (SAFE_READ_ERROR): Define.
36560
36561 2002-12-02  Bruno Haible  <bruno@clisp.org>
36562
36563         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
36564         Define, taken from safe-read.c.
36565         (INT_MAX): Provide fallback.
36566         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
36567         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
36568
36569         * lib/safe-read.c (EINTR): Remove definition.
36570         (safe_read): Don't use EINTR if it is absent.
36571
36572 2002-12-01  Jim Meyering  <jim@meyering.net>
36573
36574         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
36575         zero.
36576         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
36577
36578 2002-11-27  Paul Eggert  <eggert@twinsun.com>
36579
36580         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
36581         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
36582         with `if (! (value < limit)) abort ();', for readability.
36583
36584 2002-11-26  Karl Berry  <karl@gnu.org>
36585
36586         * lib/strdup.c: copy from libc again, with jim's ok.
36587         * lib/.cppi-disable: re-add strdup.c
36588
36589 2002-11-25  Karl Berry  <karl@gnu.org>
36590
36591         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
36592         instead of "strtol.c".
36593
36594 2002-11-25  Karl Berry  <karl@gnu.org>
36595
36596         * config/install-sh: update from automake for variable quoting, $0 in
36597         error msgs, etc.
36598
36599         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
36600         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
36601         entry.
36602
36603 2002-11-25  Jim Meyering  <jim@meyering.net>
36604
36605         * lib/mktime.c: Sync from libc, now that it has the latest fix.
36606
36607 2002-11-24  Karl Berry  <karl@gnu.org>
36608
36609         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
36610         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
36611
36612 2002-11-24  Jim Meyering  <jim@meyering.net>
36613
36614         Update from coreutils:
36615
36616         * lib/mktime.c: Merge in changes from libc.
36617
36618         Avoid a link-time failure on some Linux systems.
36619         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
36620         (otherwise).
36621         (__mon_yday): Declare with the STATIC attribute.
36622         (__mktime_internal): Likewise.
36623         Based on a report from Greg Schafer.
36624
36625 2002-11-23  Jim Meyering  <jim@meyering.net>
36626
36627         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
36628         Use `unsigned', not `int', as type of index.
36629
36630         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
36631
36632         * lib/fsusage.c: Remove unneeded parentheses around operands of
36633         `defined'.
36634
36635 2002-11-22  Paul Eggert  <eggert@twinsun.com>
36636
36637         * lib/quotearg.h: Allow multiple inclusion by surrounding with
36638         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
36639         so that we can be included first.
36640         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
36641         * lib/quotearg.c: Include quotearg.h immediately after config.h.
36642         No need to include stddef.h or sys/types.h any more.
36643         Surround local include files with "", not "<>".
36644         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
36645         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
36646         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
36647         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
36648         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
36649         (ISPRINT): Remove; no longer needed now that we assume C89.
36650
36651         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
36652         Preserve errno.
36653
36654         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
36655         quotearg_char): Use SIZE_MAX rather than
36656         (size_t) -1 when we are talking about "infinity".
36657
36658         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
36659
36660 2002-11-22  Paul Eggert  <eggert@twinsun.com>
36661
36662         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
36663         hint that one should use `if (! x) abort ();' rather than `assert
36664         (x);', and anyway it's one less thing to worry about configuring.
36665         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
36666         hash_rehash, hash_insert): Use abort rather than assert.
36667
36668 2002-11-22  Bruno Haible  <bruno@clisp.org>
36669
36670         * lib/safe-read.h: Assume C89. Add comments.
36671         (safe_read): Change return type to size_t.
36672         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
36673         byte counts > SSIZE_MAX correctly.
36674         * lib/safe-write.h: New file.
36675         * lib/safe-write.c: New file.
36676         * lib/full-read.h: New file.
36677         * lib/full-read.c: New file.
36678         * lib/full-write.h: Assume C89. Add comments.
36679         * lib/full-write.c: Include safe-write.h.
36680         (full_write): Rewritten to use safe_write.
36681         Suggested by Jim Meyering and Paul Eggert.
36682
36683 2002-11-21  Jim Meyering  <jim@meyering.net>
36684
36685         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
36686
36687         Merge in changes from the coreutils.
36688
36689         2002-09-25  Paul Eggert  <eggert@twinsun.com>
36690         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
36691         <stdint.h>.
36692         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
36693         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
36694         int.  Work more efficiently if X is the same width as uintmax_t.
36695         Do not compare X to -1, to avoid bogus compiler warning.
36696         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
36697         Don't assume that f_frsize and f_bsize are the same type.
36698
36699         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
36700         warning on FreeBSD.
36701
36702         * lib/makepath.c (make_path): Restore umask *before* creating the final
36703         component.
36704         (make_path): Minor reformatting.
36705
36706         * lib/xmalloc.c: Adjust to work with new autoconf macros,
36707         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
36708         HAVE_MALLOC/HAVE_REALLOC.
36709
36710         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
36711         dummy ones.  At least on GNU/Linux systems, `auto' means something
36712         else.
36713         From Michael Stone.
36714
36715 2002-11-21  Bruno Haible  <bruno@clisp.org>
36716
36717         Remove case insensitive option matching.
36718         * lib/argmatch.h (argcasematch): Remove declaration.
36719         (ARGCASEMATCH): Remove macro.
36720         (__xargmatch_internal): Remove case_sensitive argument.
36721         (XARGMATCH): Update.
36722         (XARGCASEMATCH): Remove macro.
36723         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
36724         case_sensitive argument.
36725         (argcasematch): Remove function.
36726         (__xargmatch_internal): Remove case_sensitive argument.
36727         (main): Use XARGMATCH instead of XARGCASEMATCH.
36728
36729         * lib/xmalloc.c: Change compile-time error message. Add comment about
36730         required autoconf version.
36731
36732 2002-11-20  Paul Eggert  <eggert@twinsun.com>
36733
36734         Merge argmatch cleanups from Bison.  Assume C89.
36735
36736         * lib/argmatch.c: Include config.h here, not in argmatch.h.
36737         Include stdlib.h, for EXIT_FAILURE.
36738         Always include <string.h>, since we assume C89.
36739         (EXIT_FAILURE): Remove pre-C89 bug workaround.
36740         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
36741         Include <stddef.h> instead, since it's all we need for size_t.
36742         (PARAMS): Remove.  All uses removed.
36743         (ARRAY_CARDINALITY): Do not bother to #undef.
36744         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
36745         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
36746         Remove unnecessary parentheses.
36747         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
36748         Insert necessary parentheses.
36749         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
36750         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
36751
36752 2002-11-19  Bruno Haible  <bruno@clisp.org>
36753
36754         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
36755         * lib/mbswidth.h: Include <stddef.h>, for size_t.
36756
36757         * lib/mbswidth.h (PARAMS): Remove macro.
36758         (mbswidth, mbsnwidth): Use ANSI C function declarations.
36759         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
36760
36761         * lib/gcd.h (PARAMS): Remove macro.
36762         (gcd): Use ANSI C function declarations.
36763         * lib/gcd.c (gcd): Likewise.
36764
36765 2002-11-15  Bruno Haible  <bruno@clisp.org>
36766
36767         * lib/strcspn.c: Include <stddef.h>.
36768         (strcspn): Use ANSI C function declaration. Change return type to
36769         size_t. Use NULL.
36770         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
36771         (strpbrk): Use NULL.
36772         * lib/strpbrk.h (PARAMS): Remove macro.
36773         (strpbrk): Use ANSI C function declaration.
36774         * lib/strstr.c: Don't include <sys/types.h>.
36775         * lib/strstr.h (PARAMS): Remove macro.
36776         (strstr): Use ANSI C function declarations.
36777
36778 2002-11-14  Karl Berry  <karl@gnu.org>
36779
36780         * config/mkinstalldirs: `do' on separate line, instead of
36781         `for var; do'.
36782
36783 2002-11-06  Bruno Haible  <bruno@clisp.org>
36784
36785         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
36786         * lib/gcd.c (gcd): Likewise.
36787
36788 2002-11-05  Bruno Haible  <bruno@clisp.org>
36789
36790         * lib/gcd.h: New file, from gettext-0.11.5.
36791         * lib/gcd.c: New file, from gettext-0.11.5.
36792
36793 2002-11-05  Bruno Haible  <bruno@clisp.org>
36794
36795         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36796         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36797         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36798         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36799
36800         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
36801         <libintl.h>.
36802         * lib/makepath.c: Include gettext.h instead of <locale.h> and
36803         <libintl.h>.
36804
36805         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
36806         * lib/human.c: Include gettext.h instead of <libintl.h>.
36807         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
36808         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
36809         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
36810         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
36811         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
36812         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
36813         (textdomain): Remove definition.
36814         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
36815
36816         * lib/long-options.c: Remove include of <libintl.h> and definition of
36817         _.
36818         * lib/same.c: Remove include of <libintl.h> and definition of _.
36819
36820 2002-11-04  Owen Taylor  <otaylor@redhat.com>
36821
36822         * lib/config.charset: A few additions for Solaris.
36823
36824 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
36825
36826         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
36827         * lib/localcharset.c (locale_charset): Declare as extern "C".
36828
36829 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
36830
36831         * lib/config.charset: msdos in uk_UA uses CP1125.
36832
36833 2002-11-04  Bruno Haible  <bruno@clisp.org>
36834
36835         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
36836         * lib/strcase.h: New file, from GNU gettext-0.11.5.
36837         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
36838         * lib/strstr.h: New file, from GNU gettext-0.11.5.
36839         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
36840
36841 2002-11-04  Bruno Haible  <bruno@clisp.org>
36842
36843         * lib/localcharset.c (locale_charset): Don't return an empty string.
36844
36845 2002-11-04  Bruno Haible  <bruno@clisp.org>
36846
36847         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
36848         aliases.
36849
36850 2002-11-04  Bruno Haible  <bruno@clisp.org>
36851
36852         * lib/config.charset: Update for newest glibc. Add canonical names
36853         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
36854
36855 2002-11-04  Bruno Haible  <bruno@clisp.org>
36856
36857         * lib/config.charset: Add support for NetBSD.
36858
36859 2002-11-04  Bruno Haible  <bruno@clisp.org>
36860
36861         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
36862
36863 2002-11-01  Bruno Haible  <bruno@clisp.org>
36864
36865         * configure.in: Add AC_CONFIG_AUX_DIR call.
36866         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
36867         test/Makefile.
36868         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
36869
36870 2002-09-28  Karl Berry  <karl@gnu.org>
36871
36872         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
36873         installed automake until the next release, since changes have been
36874         made.
36875
36876 2002-09-25  Karl Berry  <karl@gnu.org>
36877
36878         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
36879         * lib/getopt*: copy from libc/posix.
36880         * lib/gettext.h: copy from gettext.
36881         * lib/.cppi-disable: add strdup.c, gettext.h.
36882
36883 2002-09-25  Karl Berry  <karl@gnu.org>
36884
36885         * config/srclist.txt: enable gettext.h check.
36886         * config/config.{guess,sub}: update from prep.
36887         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
36888                 from automake 1.6.3.
36889         See srclist*.
36890
36891 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
36892
36893         * regex.c (PATFETCH): Remove the translating fetch.
36894         (PATFETCH_RAW): Rename to PATFETCH.
36895         (set_image_of_range): New fun.
36896         (SET_RANGE_TABLE_WORK_AREA): Use it.
36897         (regex_compile): Don't translate the pattern chars so eagerly.
36898         Only do it when inserting an `exactn' bytecode or when handling
36899         a char-range.
36900         (mutually_exclusive_p): Avoid empty statement.
36901
36902 2002-07-06  Jim Meyering  <meyering@lucent.com>
36903
36904         * m4/README: Don't mention Makefile.am.in.
36905         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
36906
36907 2002-07-01  Jim Meyering  <meyering@lucent.com>
36908
36909         * lib/c-stack.c: Include sys/time.h.
36910         From Volker Borchert.
36911
36912 2002-06-26  Paul Eggert  <eggert@twinsun.com>
36913
36914         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
36915
36916 2002-06-26  Paul Eggert  <eggert@twinsun.com>
36917
36918         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
36919         New macro.  Use it uniformly instead of
36920         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
36921         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
36922         reported by Vin Shelton.
36923
36924 2002-06-22  Paul Eggert  <eggert@twinsun.com>
36925
36926         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
36927         Do not assume SA_SIGINFO behavior.
36928         Bug reported by Jim Meyering on NetBSD 1.5.2.
36929
36930 2002-06-22  Jim Meyering  <meyering@lucent.com>
36931
36932         * m4/c-stack.m4: New file, from diffutils-2.8.2.
36933         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
36934
36935         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
36936         now that configure.ac uses AC_GNU_SOURCE.
36937         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
36938         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
36939
36940         Update to latest tools.  Suggestions from Paul Eggert.
36941         * m4/stdbool.m4: New file, from diffutils-2.8.2.
36942         * m4/gnu-source.m4: Update from diffutils-2.8.2.
36943         * m4/fnmatch.m4: Likewise.
36944         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
36945         to AC_HEADER_STDBOOL
36946
36947 2002-06-22  Jim Meyering  <meyering@lucent.com>
36948
36949         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
36950         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
36951
36952 2002-06-22  Jim Meyering  <meyering@lucent.com>
36953
36954         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
36955
36956         * lib/exitfail.c, exitfail.h: Likewise.
36957         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
36958
36959         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
36960         of fnmatch.h.
36961         (EXTRA_DIST): Add fnmatch_loop.c.
36962         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
36963
36964         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
36965         * lib/fnmatch.c: Update from diffutils-2.8.2.
36966         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
36967         * lib/fnmatch.h: Remove file.
36968
36969 2002-06-21  Jim Meyering  <meyering@lucent.com>
36970
36971         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
36972         * m4/mbrtowc.m4: Likewise.
36973
36974         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
36975         * m4/mbswidth.m4: Reflect name change:
36976         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
36977         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
36978
36979         * m4/lib-link.m4: Update from gettext-0.11.2.
36980         * m4/gettext.m4: Likewise.
36981
36982         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
36983         From Alfred M. Szmidt.
36984
36985 2002-06-18  Paul Eggert  <eggert@twinsun.com>
36986
36987         * lib/file-type.h: Report an error if neither S_ISREG nor
36988         S_IFREG is defined, instead of using a test specific to glibc
36989         2.2.  This should be safe, since POSIX requires S_ISREG and
36990         Unix Version 7 had S_IFREG.  We don't need to check for
36991         <sys/types.h> since we don't use any symbols that it defines.
36992
36993 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
36994
36995         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
36996         $@-t, so that each temporary file name is unique and valid in the first
36997         8 characters, for operation under DOS.
36998
36999 2002-06-15  Paul Eggert  <eggert@twinsun.com>
37000
37001         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
37002
37003 2002-06-15  Jim Meyering  <meyering@lucent.com>
37004
37005         Work even with DJGPP 2.03, which lacks support for symlinks.
37006         From Richard Dawe.
37007         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
37008         is defined.
37009         * lib/lchown.c (S_ISLNK): Likewise.
37010
37011 2002-06-15  Jim Meyering  <meyering@lucent.com>
37012
37013         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
37014         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
37015         have been included before this file.
37016
37017 2002-06-14  Jim Meyering  <meyering@lucent.com>
37018
37019         * lib/file-type.h: Use the version from diffutils-2.8.2.
37020         * lib/file-type.c: Likewise.
37021
37022 2002-06-07  Jim Meyering  <meyering@lucent.com>
37023
37024         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
37025         They're needed at least for NetBSD 1.5.2.
37026         ($statxfs_includes): Include those same headers.
37027         ($statxfs_includes): Include sys/vfs.h if available.
37028         ($statxfs_includes): Likewise for sys/statvfs.h.
37029         Check for the following members in both structs statfs and statvfs:
37030         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
37031
37032 2002-06-01  Jim Meyering  <meyering@lucent.com>
37033
37034         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
37035         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
37036
37037 2002-05-28  Jim Meyering  <meyering@lucent.com>
37038
37039         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
37040         Reported by Volker Borchert.
37041
37042 2002-05-27  Jim Meyering  <meyering@lucent.com>
37043
37044         Fix a problem seen only on nonconforming systems whereby ls.c's
37045         use of localtime, and then of gettimeofday would cause trouble:
37046         the localtime call used to initialize rpl_gettimeofday's save
37047         mechanism would clobber ls's current local time information so
37048         that in any long listing the first file would always be listed
37049         with date 1970-01-01.  Analysis by Volker Borchert.
37050
37051         * lib/gettimeofday.c (localtime): Undefine.
37052         (rpl_localtime): New function.
37053
37054 2002-05-27  Jim Meyering  <meyering@lucent.com>
37055
37056         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
37057         localtime.
37058
37059         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
37060         use the replacement function; it wouldn't resolve at link time.
37061         Reported by Volker Borchert.
37062
37063 2002-05-22  Jim Meyering  <meyering@lucent.com>
37064
37065         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
37066         file-type.h.
37067         * lib/file-type.h: New file.
37068         * lib/file-type.c (file_type): New file/function.  Extracted from
37069         diffutils.
37070
37071 2002-04-30  Jim Meyering  <meyering@lucent.com>
37072
37073         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
37074
37075 2002-04-29  Paul Eggert  <eggert@twinsun.com>
37076
37077         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
37078
37079 2002-04-29  Paul Eggert  <eggert@twinsun.com>
37080
37081         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
37082         Do not check for alloca.h (no longer used) or stdbool.h (was never
37083         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
37084
37085 2002-04-29  Paul Eggert  <eggert@twinsun.com>
37086
37087         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
37088
37089 2002-04-29  Jim Meyering  <meyering@lucent.com>
37090
37091         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
37092         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
37093         Use AC_FUNC_STRNLEN here instead.
37094
37095         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
37096         With autoconf-2.53a, it's part of AC_PROG_CC.
37097
37098 2002-04-28  Paul Eggert  <eggert@twinsun.com>
37099
37100         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
37101         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
37102
37103 2002-04-28  Paul Eggert  <eggert@twinsun.com>
37104
37105         * lib/sig2str.h, lib/sig2str.c: New files.
37106         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
37107
37108 2002-04-28  Paul Eggert  <eggert@twinsun.com>
37109
37110         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
37111         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
37112         of 127, since 64 is the largest conceivable number for ancient
37113         nonstandard hosts.
37114         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
37115
37116 2002-04-28  Jim Meyering  <meyering@lucent.com>
37117
37118         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
37119
37120 2002-04-24  Jim Meyering  <meyering@lucent.com>
37121
37122         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
37123         (jm_PREREQ): Use it.
37124
37125         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
37126         mach/mach.h fcntl.h.
37127         Check for this function: setlocale.
37128
37129 2002-04-24  Jim Meyering  <meyering@lucent.com>
37130
37131         * lib/gettext.h: New file, from Gettext.
37132         * lib/Makefile.am (INCLUDES): Remove -I../intl.
37133         (libfetish_a_SOURCES): Add gettext.h.
37134
37135 2002-04-16  Jim Meyering  <meyering@lucent.com>
37136
37137         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
37138         ut_pid, ut_id, ut_exit.
37139
37140 2002-04-16  Jim Meyering  <meyering@lucent.com>
37141
37142         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
37143         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
37144         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
37145
37146 2002-04-12  Jim Meyering  <meyering@lucent.com>
37147
37148         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
37149         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
37150         existence of the getmntinfo function.  Needed for Darwin 5.3.
37151
37152         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
37153         This is necessary at least on Darwin 5.3.
37154
37155         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
37156         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
37157         strnlen.o in the library, and that makes some versions of ranlib
37158         object.
37159
37160 2002-04-12  Jim Meyering  <meyering@lucent.com>
37161
37162         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
37163
37164 2002-04-09  Jim Meyering  <meyering@lucent.com>
37165
37166         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
37167         to be more precise.  Rather than saying we're checking whether the
37168         function `works', say what we're testing.
37169         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
37170         Reported by Bruno Haible.
37171
37172 2002-03-10  Jim Meyering  <meyering@lucent.com>
37173
37174         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
37175         Suggestion from Santiago Vila.
37176
37177 2002-03-08  Jim Meyering  <meyering@lucent.com>
37178
37179         * lib/rename.c: Mention that this wrapper is needed also on
37180         mips-dec-ultrix4.4 systems.
37181
37182 2002-03-02  Jim Meyering  <meyering@lucent.com>
37183
37184         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
37185         not HAVE_CLOCK_SETTIME.
37186
37187 2002-02-27  Paul Eggert  <eggert@twinsun.com>
37188
37189         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
37190         Check for clock_settime.
37191
37192 2002-02-27  Paul Eggert  <eggert@twinsun.com>
37193
37194         * lib/nanosleep.h: Rename to....
37195         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
37196
37197         * lib/gettime.c: New file.
37198         * lib/settime.c: New file.
37199         * lib/stime.c: Remove.
37200
37201         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
37202         timespec.h.  Remove nanosleep.h.
37203
37204 2002-02-25  Paul Eggert  <eggert@twinsun.com>
37205
37206         * m4/acl.m4: New file.
37207         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
37208         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
37209
37210 2002-02-25  Paul Eggert  <eggert@twinsun.com>
37211
37212         * lib/acl.c, lib/acl.h: New files.
37213         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
37214
37215 2002-02-24  Jim Meyering  <meyering@lucent.com>
37216
37217         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
37218         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
37219         cause trouble.  Reported by Nelson Beebe.
37220
37221 2002-02-23  Paul Eggert  <eggert@twinsun.com>
37222
37223         * lib/path-concat.c (xpath_concat): Reorder code to pacify
37224         compilers that don't know that xalloc_die never returns.
37225
37226 2002-02-20  Jim Meyering  <meyering@lucent.com>
37227
37228         * lib/getdate.c: Regenerate using bison-1.33.
37229
37230 2002-02-17  Jim Meyering  <meyering@lucent.com>
37231
37232         * config/config.guess (main): Don't use `head -1'; it's no longer
37233         portable. Use `sed 1q' instead.
37234
37235 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
37236
37237         * m4/codeset.m4: Upgrade to gettext-0.11.
37238         * m4/gettext.m4: Upgrade to gettext-0.11.
37239         * m4/glibc21.m4: Upgrade to gettext-0.11.
37240         * m4/iconv.m4: Upgrade to gettext-0.11.
37241         * m4/isc-posix.m4: Upgrade to gettext-0.11.
37242         * m4/lcmessage.m4: Upgrade to gettext-0.11.
37243         * m4/lib-ld.m4: New file, from gettext-0.11.
37244         * m4/lib-link.m4: New file, from gettext-0.11.
37245         * m4/lib-prefix.m4: New file, from gettext-0.11.
37246         * m4/progtest.m4: Upgrade to gettext-0.11.
37247
37248 2002-02-15  Paul Eggert  <eggert@twinsun.com>
37249
37250         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
37251         (jm_PREREQ): Use it.
37252
37253 2002-02-15  Paul Eggert  <eggert@twinsun.com>
37254
37255         * lib/posixver.c, lib/posixver.h: New files.
37256         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
37257
37258 2002-02-02  Paul Eggert  <eggert@twinsun.com>
37259             Bruno Haible  <bruno@clisp.org>
37260
37261         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
37262         (fwrite_success_callback): New declaration.
37263         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
37264         print_unicode_char. Call failure callback instead of error.
37265         (fwrite_success_callback): New function.
37266         (exit_failure_callback): New function.
37267         (fallback_failure_callback): New function.
37268         (print_unicode_char): Call unicode_to_mb.
37269
37270 2002-01-26  Jim Meyering  <meyering@lucent.com>
37271
37272         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
37273         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
37274
37275 2002-01-26  Jim Meyering  <meyering@lucent.com>
37276
37277         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
37278
37279 2002-01-22  Paul Eggert  <eggert@twinsun.com>
37280
37281         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
37282
37283 2002-01-22  Jim Meyering  <meyering@lucent.com>
37284
37285         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
37286         Otherwise, some versions of automake would omit the rule that makes
37287         Makefile from Makefile.in.
37288
37289 2002-01-21  Paul Eggert  <eggert@twinsun.com>
37290
37291         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
37292         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
37293         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
37294         (memcoll): Set errno to zero if there is no error.
37295
37296         * lib/quotearg.c (quotearg_buffer_restyled):
37297         Fix bug with quoting buffers containing NUL when backslashing escapes.
37298         This bug was exposed by the other changes in this patch.
37299         (quotearg_n_options): New arg ARGSIZE.
37300         All callers changed.
37301         (quoting_options_from_style): New function.
37302         (quotearg_n_style): Use it.
37303         (quotearg_n_style_mem): New function.
37304
37305         * lib/quotearg.h (quotearg_n_style_mem): New function.
37306
37307 2002-01-19  Jim Meyering  <meyering@lucent.com>
37308
37309         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
37310         Remove useless quotes: DF_PROG="df".
37311         * m4/strnlen.m4: New file.
37312
37313 2002-01-16  Paul Eggert  <eggert@twinsun.com>
37314
37315         * lib/backupfile.c (ISDIGIT): Comment fix.
37316         * lib/getdate.y (ISDIGIT): Likewise.
37317         * lib/posixtm.c (ISDIGIT, year): Likewise.
37318         * lib/strverscmp.c (ISDIGIT): Likewise.
37319         * lib/userspec.c (ISDIGIT): Likewise.
37320
37321 2002-01-16  Jim Meyering  <meyering@lucent.com>
37322
37323         * lib/getdate.y: Add three semicolons, each just before a closing
37324         brace. Bison (as of version 1.31) no longer papers over that mistake.
37325
37326 2002-01-05  Jim Meyering  <meyering@lucent.com>
37327
37328         * lib/version-etc.c (version_etc_copyright): Update copyright year.
37329
37330 2001-12-19  Paul Eggert  <eggert@twinsun.com>
37331
37332         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
37333         not silently exit merely because the output buffer happens to
37334         have nothing pending.
37335
37336 2001-12-18  Paul Eggert  <eggert@twinsun.com>
37337
37338         See the big note in ../ChangeLog.
37339         * lib/human.c (suffixes): Prefer K to k for 1024.
37340         (generate_suffix_backwards): New function.
37341         (human_readable_inexact): Use it.
37342         * lib/xstrtol.c (__xstrtol): If there is no number but there
37343         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
37344         Accept 'K' as well as 'k'.
37345
37346 2001-12-15  Jim Meyering  <meyering@lucent.com>
37347
37348         * lib/regex.h (__restrict_arr): Update from libc.
37349
37350         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
37351         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
37352         (STREQ): Define.
37353
37354 2001-12-14  Jim Meyering  <meyering@lucent.com>
37355
37356         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
37357         Suggestion from Bruno Haible.
37358
37359 2001-12-10  Jim Meyering  <meyering@lucent.com>
37360
37361         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
37362         xrealloc, Instead, include "xalloc.h".
37363         (initbuffer): Don't cast xmalloc return value to char*.
37364         (readline): Reword comment.
37365         Don't cast xrealloc return value to char*
37366         Return NULL, not 0.
37367
37368 2001-12-09  Jim Meyering  <meyering@lucent.com>
37369
37370         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
37371         about `signed and unsigned type in conditional expression'.
37372         * lib/posixtm.c (posix_time_parse): Likewise.
37373
37374         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
37375
37376         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
37377         to avoid a pedantic warning.
37378
37379         * lib/getstr.c: Don't include assert.h.
37380         (getstr): Remove warning-evoking assertions.
37381         Return -1 if offset parameter is out of bounds.
37382         Change the type of a local from int to size_t.
37383
37384         * lib/strftime.c (my_strftime_localtime_r): Include this function
37385         definition in the `#if ! HAVE_TM_GMTOFF' block.
37386
37387         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
37388         Include xalloc.h instead.
37389
37390 2001-12-02  Jim Meyering  <meyering@lucent.com>
37391
37392         * lib/tempname.c: Don't declare getenv, thus reverting the change of
37393         2001-11-18.  It's no longer necessary, now that stdlib.h is always
37394         included.
37395
37396         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
37397         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
37398
37399 2001-11-30  Akim Demaille  <akim@epita.fr>
37400
37401         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
37402         before being defined.
37403
37404 2001-11-27  Paul Eggert  <eggert@twinsun.com>
37405
37406         * lib/quotearg.h (quotearg_n, quotearg_n_style):
37407         First arg is int, not unsigned.
37408         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
37409         (SIZE_MAX, UINT_MAX): New macros.
37410         (quotearg_n_options): Abort if N is negative.
37411         Avoid overflow check on hosts where size_t is 64 bits and int
37412         is 32 bits, as overflow is impossible there.
37413         Fix off-by-one typo that caused unnecessary reallocation.
37414
37415 2001-11-27  Jim Meyering  <meyering@lucent.com>
37416
37417         * lib/tempname.c: Merge with version from libc.
37418         * lib/regex.c: Likewise.
37419
37420         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
37421         systems for which STDC_HEADERS is 0, it was not included, resulting in
37422         a warning about an integer-to-pointer conversion problem with getenv.
37423         Reported by Volker Borchert.
37424
37425 2001-11-26  Jim Meyering  <meyering@lucent.com>
37426
37427         * lib/gtod.h: Remove file.
37428         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
37429         * lib/gettimeofday.c: Don't include gtod.h.
37430         (GTOD_init): Remove function.
37431         (rpl_gettimeofday): Do its job here instead, rather than aborting.
37432         Suggestion from Volker Borchert.
37433
37434 2001-11-23  Jim Meyering  <meyering@lucent.com>
37435
37436         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
37437         it.
37438         * lib/hash.c (struct hash_table): Define it here instead.
37439
37440 2001-11-22  Jim Meyering  <meyering@lucent.com>
37441
37442         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
37443
37444 2001-11-20  Jim Meyering  <meyering@lucent.com>
37445
37446         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
37447         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
37448
37449 2001-11-19  Jim Meyering  <meyering@lucent.com>
37450
37451         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
37452         directory.  Use "conftestXXXXXX" as the template.
37453         Suggestion from Paul Eggert.
37454
37455         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
37456         immediately, so the test doesn't mistakenly hit the max-open-files
37457         limit.
37458
37459 2001-11-18  Paul Eggert  <eggert@twinsun.com>
37460
37461         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
37462         (TEMPORARIES): New macro.
37463         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
37464         removes an artificial limitation (e.g. HP-UX 10.20, where
37465         TMP_MAX is 17576).
37466
37467 2001-11-18  Jim Meyering  <meyering@lucent.com>
37468
37469         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
37470
37471 2001-11-18  Jim Meyering  <meyering@lucent.com>
37472
37473         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
37474         on SunOS 4.
37475
37476         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
37477         files will be created before anything else.
37478
37479 2001-11-17  Paul Eggert  <eggert@twinsun.com>
37480
37481         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
37482         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
37483
37484 2001-11-17  Jim Meyering  <meyering@lucent.com>
37485
37486         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
37487         Prompted by a report from Bob Proulx.
37488
37489         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
37490         Instead, require UTILS_FUNC_MKSTEMP.
37491
37492 2001-11-17  Jim Meyering  <meyering@lucent.com>
37493
37494         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
37495         Now, that's done as part of AC_FUNC_STRTOD.
37496
37497 2001-11-17  Jim Meyering  <meyering@lucent.com>
37498
37499         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
37500         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
37501         rather than group writable.  Patch by Juan F. Codagnone.
37502
37503         * lib/readtokens.c: Remove explicit declarations of xmalloc and
37504         xrealloc, Instead, include "xalloc.h".
37505
37506         * lib/mountlist.c: Include unlocked-io.h after all system headers.
37507         Remove explicit declarations of xmalloc, xrealloc,
37508         and xstrdup.  Instead, include "xalloc.h".
37509
37510         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
37511         unlocked-io.h.
37512         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
37513         Likewise.
37514         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
37515
37516         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
37517         Reported by Padraig Brady.
37518
37519         * lib/mkstemp.c: #undef mkstemp.
37520         Include config.h.
37521         (rpl_mkstemp): Rename from mkstemp.
37522         Protoize.
37523
37524 2001-11-16  Jim Meyering  <meyering@lucent.com>
37525
37526         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
37527         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
37528         determine the amount of total physical memory, use pstat_getstatic.
37529         HPUX-11 doesn't define _SC_PHYS_PAGES.
37530         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
37531         If sysconf couldn't be used to determine the amount of available
37532         physical memory, use both pstat_getstatic and pstat_getdynamic.
37533         Based on a patch from Bob Proulx.
37534
37535 2001-11-10  Jim Meyering  <meyering@lucent.com>
37536
37537         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
37538         (jm_PREREQ): Use it.
37539
37540 2001-11-09  Jim Meyering  <meyering@lucent.com>
37541
37542         * m4/jm-macros.m4: Require autoconf-2.52f.
37543         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
37544         Use these AC_-prefixed names, not the AM_-prefixed ones.
37545
37546         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
37547
37548 2001-11-05  Jim Meyering  <meyering@lucent.com>
37549
37550         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
37551
37552 2001-11-04  Jim Meyering  <meyering@lucent.com>
37553
37554         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
37555         $DEFS.
37556
37557 2001-11-03  Jim Meyering  <meyering@lucent.com>
37558
37559         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
37560         of AC_DEFUN.
37561
37562         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
37563         know the name of the variable in the macro definition.
37564
37565 2001-11-03  Jim Meyering  <meyering@lucent.com>
37566
37567         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
37568         in argmatch_to_argument call.
37569
37570         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
37571         argument.
37572
37573         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
37574         e.g., a fault due to an attempt to free a NULL pointer.
37575
37576 2001-11-01  Jim Meyering  <meyering@lucent.com>
37577
37578         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
37579         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
37580
37581 2001-11-01  Jim Meyering  <meyering@lucent.com>
37582
37583         * lib/dirfd.c, lib/dirfd.h: New files.
37584         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
37585
37586         * lib/hash.c (hash_print) [TESTING]: Clean up.
37587
37588 2001-10-22  Paul Eggert  <eggert@twinsun.com>
37589
37590         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
37591         to avoid a warning if -Wall.
37592
37593 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
37594
37595         * README: New file
37596         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
37597         (per RMS's instructions, this is now the canonical source)
37598         * lgpl/, gpl/: New directories.
37599
37600 2001-10-21  Paul Eggert  <eggert@twinsun.com>
37601
37602         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
37603
37604 2001-10-21  Jim Meyering  <meyering@lucent.com>
37605
37606         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
37607         this code would end up calling gettext even in packages built
37608         with --disable-nls.
37609         * lib/getopt.c (_): Likewise.
37610         * lib/regex.c (_): Likewise.
37611
37612 2001-10-20  Paul Eggert  <eggert@twinsun.com>
37613
37614         * m4/error.m4 (jm_PREREQ_ERROR):
37615         Do not invoke AC_CHECK_FUNCS with strerror_r, as
37616         AC_FUNC_STRERROR_R does that.
37617         Check for strerror declaration.
37618
37619         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
37620         are supposed to have them these days.
37621         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
37622         Merge changes from latest Autoconf CVS.
37623         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
37624         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
37625         POSIX decided to standardize on the int flavor of strerror_r.
37626
37627 2001-10-20  Paul Eggert  <eggert@twinsun.com>
37628
37629         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
37630         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
37631         Use strerror_r that is only a macro, even if it is not a function.
37632         (strerror): Check for HAVE_DECL_STRERROR before declaring.
37633         (private_strerror): Use prototypes, not old-style function definition.
37634         (print_errno_message): New function.
37635         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
37636         char*-flavored one.
37637         (error_tail, error, error_at_line): Use it.
37638
37639 2001-10-11  Jim Meyering  <meyering@lucent.com>
37640
37641         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
37642         and quote_n (1, ... to avoid clobbering a buffer.
37643
37644 2001-10-05  Jim Meyering  <meyering@lucent.com>
37645
37646         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
37647         hash-pjw.h.
37648         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
37649         * lib/hash-pjw.h: New file.
37650
37651 2001-09-30  Jim Meyering  <meyering@lucent.com>
37652
37653         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
37654         `struct fsstat' has the `f_fstypename' member.
37655         Use that to define FS_TYPE, which is now used to make
37656         the getfsstat link test tighter.
37657
37658 2001-09-30  Jim Meyering  <meyering@lucent.com>
37659
37660         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
37661         Include <sys/ucred.h>, for Apple Darwin.
37662         Include sys/mount.h and sys/fs_types.h only if available.
37663         (FS_TYPE): Define.
37664         (read_filesystem_list): Use FS_TYPE.
37665
37666 2001-09-29  Paul Eggert  <eggert@twinsun.com>
37667
37668         * lib/exclude.c (excluded_filename): 0 -> false, since it's
37669         a boolean context.
37670
37671 2001-09-29  Jim Meyering  <meyering@lucent.com>
37672
37673         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
37674         [one-argument getmntent function]): Include stdio.h before mntent.h.
37675         SunOS 4.1.x needs it for the declaration of `FILE'.
37676         Patch by Volker Borchert.
37677
37678         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
37679         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
37680         sys/fs_types.h, and make the link-test for getfsstat guard #include
37681         directives with appropriate #if HAVE_*_H tests so that we can
37682         detect getfsstat on Apple Darwin1.3.7 systems.
37683         Reported by Nelson Beebe.
37684         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
37685
37686 2001-09-28  Paul Eggert  <eggert@twinsun.com>
37687
37688         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
37689         #defines strtoimax.  Also treat the other strto* functions
37690         like strtoimax.
37691
37692         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
37693         Check for strtoul and strtoumax,
37694         as those declarations are made even in the signed case.
37695         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
37696         Likewise, for strtol and strtoimax.
37697
37698 2001-09-28  Paul Eggert  <eggert@twinsun.com>
37699
37700         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
37701         #defines strtoimax.  Also treat the other strto* functions
37702         like strtoimax.
37703
37704         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
37705         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
37706         (strtoimax, strtoumax): Do not declare if already defined as a macro.
37707
37708 2001-09-26  Jim Meyering  <meyering@lucent.com>
37709
37710         Most macros in unlocked-io.h had the wrong number of arguments.
37711         * lib/gen-uio: New script.
37712         (USE_UNLOCKED_IO): Define to 1 if not already defined.
37713         * lib/unlocked-io.hin: Remove file.
37714         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
37715         rather than trying to embed it here.
37716         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
37717         Reported by Padraig Brady.
37718
37719 2001-09-25  Volker Borchert  <bt@teknon.de>
37720
37721         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
37722         `result'.
37723
37724 2001-09-24  Jim Meyering  <meyering@lucent.com>
37725
37726         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
37727
37728 2001-09-23  Jim Meyering  <meyering@lucent.com>
37729
37730         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
37731         instead of the mere test for existence of mntent.h.  The latter
37732         would get a false-positive on AIX 3.4 systems.
37733         In the outer getmntent if-block, don't die if neither of the getmntent
37734         tests succeeds.  Instead, just fall through and continue with the
37735         remaining tests.
37736
37737 2001-09-23  Jim Meyering  <meyering@lucent.com>
37738
37739         * lib/mountlist.c: Remove useless parentheses in #if directives.
37740         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
37741         the deprecated MOUNTED symbol is no longer defined in mntent.h.
37742
37743 2001-09-22  Jim Meyering  <meyering@lucent.com>
37744
37745         * m4/gettext.m4: New file.  From gettext.
37746         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
37747         * m4/progtest.m4: Likewise
37748         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
37749         * m4/glibc21.m4: Likewise.
37750
37751         * m4/libintl.m4: Remove.  No longer used.
37752
37753 2001-09-22  Jim Meyering  <meyering@lucent.com>
37754
37755         * lib/localcharset.c: Update from latest gettext.
37756         * lib/config.charset: Likewise.
37757
37758 2001-09-20  Jim Meyering  <meyering@lucent.com>
37759
37760         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
37761         strtoimax.
37762         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
37763         strtoumax.
37764
37765 2001-09-20  Jim Meyering  <meyering@lucent.com>
37766
37767         * lib/xstrtol.c (strtoimax): Guard declaration with
37768         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
37769         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
37770         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
37771         (strtoumax): Likewise, for completeness (it wasn't necessary).
37772
37773 2001-09-17  Paul Eggert  <eggert@twinsun.com>
37774
37775         * lib/strtoimax.c (HAVE_LONG_LONG):
37776         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
37777         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
37778         to work around bug in IBM C compiler.
37779
37780 2001-09-17  Jim Meyering  <meyering@lucent.com>
37781
37782         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
37783         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
37784         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
37785         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
37786         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
37787         whenever the right hand side need not be expanded by the shell.
37788
37789 2001-09-16  Paul Eggert  <eggert@twinsun.com>
37790
37791         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
37792         library.  It's not correct, as some older glibcs are buggy.
37793         fnmatch wasn't fixed until glibc 2.2.
37794
37795         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
37796         special shell magic here.
37797
37798 2001-09-16  Jim Meyering  <meyering@lucent.com>
37799
37800         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
37801         * m4/jm-macros.m4: Require it.
37802
37803 2001-09-16  Jim Meyering  <meyering@lucent.com>
37804
37805         * lib/mkdir.c: New file.
37806
37807 2001-09-15  Jim Meyering  <meyering@lucent.com>
37808
37809         * m4/jm-macros.m4: Check for help2man.
37810
37811 2001-09-11  Jim Meyering  <meyering@lucent.com>
37812
37813         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
37814         The body, by Paul Eggert, was moved here from configure.in.
37815         * m4/jm-macros.m4: Require UTILS_HOST_OS.
37816
37817 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37818
37819         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
37820         (jm_PREREQ): Use it.
37821
37822 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37823
37824         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
37825         Use ssize_t, not int, to store result of readlink.
37826         Check for ssize_t overflow as well as size_t overflow,
37827         as POSIX says the result of readlink is implementation-defined
37828         when ssize_t overflows.
37829         Remove unnecessary cast to char*.
37830         Use free+malloc instead of realloc, as the storage doesn't need
37831         to be preserved and it's clearer and can be more efficient that way.
37832         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
37833         * lib/xreadlink.h (xreadlink): Update prototype.
37834
37835 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37836
37837         * lib/xgetcwd.c: Revert some of the previous change; intead,
37838         fix the HAVE_GETCWD_NULL code to behave more like the
37839         !HAVE_GETCWD_NULL code used to.
37840
37841         Include "xalloc.h".
37842         (xgetcwd): Do not return NULL when memory is exhausted; instead,
37843         invoke xalloc_die.
37844
37845 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37846
37847         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
37848         sys/param.h, as pathmax.h includes them.
37849
37850 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37851
37852         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
37853         (jm_PREREQ_XGETCWD): New macro.
37854
37855         * m4/getcwd.m4: New file.
37856
37857 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37858
37859         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
37860         like the HAVE_GETCWD_NULL code.
37861         Include pathmax.h if not HAVE_GETCWD.
37862         Do not include xalloc.h.
37863         (INITIAL_BUFFER_SIZE): New symbol.
37864         Do not use xmalloc / xrealloc, since the caller is responsible for
37865         handling errors.  Preserve errno around `free' during failure.
37866         Do not overrun buffer when using getwd.
37867
37868 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37869
37870         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
37871         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
37872         getcwd (NULL, 0).
37873
37874 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37875
37876         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
37877         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
37878         spotted by Jim Meyering.
37879
37880 2001-09-03  Jim Meyering  <meyering@lucent.com>
37881
37882         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
37883         failure.
37884
37885 2001-09-02  Jim Meyering  <meyering@lucent.com>
37886
37887         * lib/error.c: Update from GNU libc.
37888
37889 2001-09-01  Jim Meyering  <meyering@lucent.com>
37890
37891         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
37892         Used by df.
37893
37894 2001-09-01  Jim Meyering  <meyering@lucent.com>
37895
37896         * lib/xreadlink.c: New file.
37897         * lib/xreadlink.h: New file.
37898         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
37899         xreadlink.h.
37900
37901         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
37902         doesn't conflict with sparc Solaris 7's definition in
37903         /usr/include/sys/int_types.h.
37904
37905         * lib/exclude.c: Use `""', not `<>' to #include non-system header
37906         files.
37907         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
37908         and strncasecmp as r-values.  Unixware didn't have declarations.
37909
37910 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37911
37912         * lib/xstrtol.h: Add copyright notice.
37913         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
37914         LONGINT_INVALID_SUFFIX_CHAR.
37915
37916 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37917
37918         * lib/xstrtol.c (strtoimax): New decl.
37919
37920 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37921
37922         * lib/xgetcwd.c: Don't include pathmax.h.
37923         Include stdlib.h and unistd.h if available.
37924         Include xalloc.h.
37925         (xmalloc, xstrdup, free): Remove decls.
37926         (xgetcwd): Don't assume sizes fit in unsigned.
37927         Check for overflow when computing sizes.
37928         Simplify reallocation code.
37929
37930 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37931
37932         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
37933         a directory's st_size can have an arbitrary value, so the old
37934         usage could waste an arbitrary amount of memory.  All uses
37935         changed.
37936         * lib/savedir.h: Update prototype.
37937
37938 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37939
37940         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
37941
37942         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
37943         old strtoimax.c.
37944
37945         Also, make the following further changes to make this file's
37946         configuration more similar to that of strtol.c:
37947         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
37948         (strtoumax, uintmax_t, strtoull, strtol): Remove.
37949         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
37950         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
37951         changed to signed values.
37952
37953         And make the following changes as well:
37954         Fix copyright notice, as 1999 was missing.
37955         (verify): New macro.
37956         (strtoimax): Check sizes at compile-time, not run-time.
37957         Prefer strtol to strtoll if both work.
37958         (main): Remove; it was not that useful and was a pain to maintain.
37959
37960         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
37961
37962 2001-08-31  Jim Meyering  <meyering@lucent.com>
37963
37964         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
37965         Use an initial, malloc'd, buffer of length 128 rather than
37966         a statically allocated one of length 1024.
37967
37968 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37969
37970         Simplify code, partly by assuming autoconf 2.52 semantics.
37971
37972         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
37973
37974         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
37975         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
37976         All uses removed.
37977         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
37978         Move AC_REQUIRE to next-to-top level, to avoid confusion.
37979         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
37980         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
37981         jm_AC_HEADER_INTTYPES_H.
37982         * m4/jm-macros.m4 (jm_MACROS): Likewise.
37983
37984         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
37985
37986         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
37987         Quote first arg of AC_DEFUN.
37988         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
37989         since they are needed to parse the include file even if we need
37990         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
37991         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
37992         but with opposite signedness.
37993
37994 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37995
37996         Merge 'exclude' changes from tar 1.13.22.
37997         This fixes one or two unlikely storage allocation overflow bugs,
37998         but doesn't change user-visible behavior otherwise.
37999
38000 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38001
38002         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
38003         (jm_PREREQ_EXCLUDE): New macro.
38004
38005 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38006
38007         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
38008         tm to be declared.
38009
38010 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38011
38012         * lib/hash.c: Remove '2001' from copyright notice.
38013
38014 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38015
38016         * lib/full-write.h: New file.
38017         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
38018         * lib/full-write.c: Correct credits, as cccp.c no longer
38019         exists and anyway it was so heavily changed from the old cccp
38020         code as to be unrecognizable.  Include full-write.h.
38021         (full_write) Return size_t, with short writes meaning failure.
38022         All callers changed.  This fixes a bug with large buffers
38023         on 64-bit hosts.
38024         * lib/utime.c: Include full-write.h.
38025
38026 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38027
38028         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
38029         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
38030         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
38031         Include if available.
38032         (<xalloc.h>): Include
38033         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
38034         (verify): New macro.  Use it to verify that EXCLUDE macros do not
38035         collide with FNM macros.
38036         (struct patopts): New struct.
38037         (struct exclude): Use it, as exclude patterns now come with options.
38038         (new_exclude): Support above changes.
38039         (new_exclude, add_exclude_file):
38040         Initial size must now be a power of two to simplify overflow checking.
38041         (free_exclude, fnmatch_no_wildcards): New function.
38042         (excluded_filename): No longer requires options arg, as the options
38043         are determined by add_exclude.  Now returns bool, not int.
38044         (excluded_filename, add_exclude):
38045         Add support for the fancy new exclusion options.
38046         (add_exclude, add_exclude_file): Now takes int options arg.
38047         Check for arithmetic overflow when computing sizes.
38048         (add_exclude_file): xrealloc might modify errno, so don't
38049         realloc until after errno might be used.
38050
38051         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
38052         New macros.
38053         (free_exclude): New decl.
38054         (add_exclude, add_exclude_file): Now takes int options arg.
38055         (excluded_filename): No longer requires options arg, as the options
38056         are determined by add_exclude.  Now returns bool, not int.
38057
38058 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38059
38060         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
38061
38062 2001-08-27  Jim Meyering  <meyering@lucent.com>
38063
38064         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
38065
38066         * lib/version-etc.c (N_): Remove definition.
38067         Revert most of last change.
38068         Instead, simply don't mark the `Copyright...' string for translation.
38069         Based on advice from Paul Eggert.
38070
38071         * lib/strtoxmax.c: Tweak comment.
38072
38073 2001-08-26  Jim Meyering  <meyering@lucent.com>
38074
38075         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
38076
38077         * m4/xstrtoimax.m4: New file.
38078         * m4/xstrtoumax.m4: Add comments explaining why we
38079         AC_REPLACE_FUNCS(strtol).
38080
38081 2001-08-26  Jim Meyering  <meyering@lucent.com>
38082
38083         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
38084         of copyright with `%s' so translators don't get an untranslated
38085         message in 2002.
38086         (COPYRIGHT_YEAR): Define.
38087         (version_etc): Use fprintf rather than fputs.
38088         Suggestion from Ulrich Drepper.
38089
38090         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
38091
38092         * lib/strtoll.c: New file, from GNU libc.
38093         * lib/xstrtoimax.c: New file.
38094
38095         * lib/xstrtol.h: Add xstrtoimax.
38096         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
38097         * lib/strtoimax.c: New file.  Likewise, but first define
38098         STRTOUXMAX_SIGNED.
38099
38100         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
38101         ...
38102         * lib/strtoxmax.c: ... then renamed to this.
38103
38104 2001-08-18  Paul Eggert  <eggert@twinsun.com>
38105
38106         * m4/inttypes.m4: Add AC_PREREQ(2.13).
38107         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
38108         (jm_AC_TYPE_INTMAX_T): New macro.
38109         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
38110
38111         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
38112
38113         * m4/longlong.m4: Renamed from ulonglong.m4.
38114         * m4/inttypes.m4: Renamed from inttypes_h.m4.
38115         * m4/uintmax_t.m4: Removed.
38116
38117 2001-08-13  Paul Eggert  <eggert@twinsun.com>
38118
38119         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
38120         Port to Solaris 8, where 'sed' requires a space after the 'r'
38121         command, and where sh dislikes "$/".  Clean up the spacing a bit.
38122         Redirect output to $tmp just once.
38123
38124 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
38125
38126         * lib/addext.c (<errno.h>): Include.
38127         (errno): Declare if not defined.
38128         (addext): Work correctly when pathconf returns -1 and leaves
38129         errno alone because there is no limit.  Also, work even if
38130         pathconf returns a value greater than SIZE_MAX.
38131
38132 2001-08-12  Jim Meyering  <meyering@lucent.com>
38133
38134         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
38135         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
38136         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
38137         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
38138         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
38139         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
38140         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
38141         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
38142         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
38143         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
38144         utime.m4, utimes.m4, xstrtoumax.m4:
38145         Quote the first argument in each use of AC_DEFUN.
38146
38147 2001-08-12  Jim Meyering  <meyering@lucent.com>
38148
38149         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
38150         Simply `return getcwd (NULL, 0);'.
38151         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
38152         Use 1300 as initial value for length, not PATH_MAX.
38153
38154         * lib/pathmax.h: Clean up cpp syntax.
38155
38156 2001-08-12  Jim Meyering  <meyering@lucent.com>
38157
38158         * lib/gettimeofday.c: New file.
38159         * lib/gtod.h: New file.
38160         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
38161
38162 2001-08-05  Jim Meyering  <meyering@lucent.com>
38163
38164         * m4/jm-macros.m4: Require autoconf-2.52.
38165
38166 2001-08-04  Jim Meyering  <meyering@lucent.com>
38167
38168         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
38169         stmt, to get in sync with glibc.
38170
38171 2001-08-03  Paul Eggert  <eggert@twinsun.com>
38172
38173         The following changes are from gettext 0.10.39 as maintained by
38174         Bruno Haible.
38175
38176         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
38177         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
38178         with inverted sense.  All uses changed.
38179
38180         * lib/mbswidth.c: Don't include <limits.h>.
38181         Include <stdlib.h> and <string.h> unconditionally.
38182         (iswcntrl, mbsinit, ISCNTRL): New macros.
38183         (mbsnwidth): Use K&R style function declarations.
38184         Don't bother checking for MB_LEN_MAX == 1, since the compiler
38185         can optimize it when MB_CUR_MAX == 1.
38186         The width of control characters is zero, not 1.
38187
38188 2001-08-03  Paul Eggert  <eggert@twinsun.com>
38189
38190         The following changes are from gettext 0.10.39 as maintained by
38191         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
38192
38193         * m4/codeset.m4: Upgrade to serial AM1.
38194         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
38195         all uses changed.  Quote first arg of AC_DEFUN.
38196         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
38197
38198         * m4/iconv.m4: Upgrade to serial AM2.
38199         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
38200         Add --with-libconv-prefix.
38201         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
38202         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
38203         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
38204         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
38205         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
38206
38207         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
38208         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
38209         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
38210         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
38211         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
38212         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
38213         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
38214         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
38215         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
38216
38217         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
38218         string.h any more.
38219
38220         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
38221         not the default value.
38222
38223         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
38224         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
38225         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
38226         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
38227         Also check for iswcntrl, used for wcwidth fallback.
38228         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
38229         to Autoconf 2.13.
38230
38231 2001-08-03  Jim Meyering  <meyering@lucent.com>
38232
38233         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
38234         as it was in the original.  Reported by Paul Eggert.
38235
38236 2001-07-16  Jim Meyering  <meyering@lucent.com>
38237
38238         * m4/gettimeofday.m4: New file.
38239         Prompted by a report from Bernhard Baehr.
38240
38241 2001-07-15  Jim Meyering  <meyering@lucent.com>
38242
38243         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
38244         stuff. Now it's in ../Makefile.cfg.
38245
38246 2001-07-15  Jim Meyering  <meyering@lucent.com>
38247
38248         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
38249         (BUILT_SOURCES): Add unlocked-io.h.
38250         (io_functions): Define.
38251         (unlocked-io.h): New rule.
38252         (DISTCLEANFILES): Add unlocked-io.h.
38253         (all-local): Depend on unlocked-io.h, to ensure it is created.
38254
38255         * lib/unlocked-io.hin: New file
38256
38257         * lib/regex.c: Update from glibc.
38258
38259 2001-07-05  Jim Meyering  <meyering@lucent.com>
38260
38261         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
38262         recommendation.
38263         (libfetish_a_SOURCES): Put all .h files here instead.
38264         Remove a thus-exposed (better checks in automake) duplicate and
38265         two unnecessary .h files.
38266
38267 2001-07-04  Jim Meyering  <meyering@lucent.com>
38268
38269         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
38270         that generates jm-glibc-io.m4 so that it doesn't trigger any make
38271         distcheck failure.
38272
38273 2001-07-02  Jim Meyering  <meyering@lucent.com>
38274
38275         The following changes were prompted by suggestions from Bruno Haible.
38276
38277         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
38278         is now generated.
38279         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
38280         definition of EXTRA_DIST.
38281         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
38282         ensure that the generated file is created/updated whenever the list
38283         of $(unlocked_functions) is changed.
38284         (jm-glibc-io.m4): New rule.
38285         (unlocked-io.h): New rule -- currently unused.
38286
38287 2001-06-24  Jim Meyering  <meyering@lucent.com>
38288
38289         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
38290         unmatched right bracket, rather than kludging it with an extra,
38291         falsely-matching quote in a comment.  Patch by Akim Demaille.
38292
38293 2001-06-11  Jim Meyering  <meyering@lucent.com>
38294
38295         * lib/regex.c: Update from GNU libc.
38296
38297 2001-05-27  Jim Meyering  <meyering@lucent.com>
38298
38299         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
38300         Check for ut_type in struct utmp.
38301
38302 2001-05-27  Jim Meyering  <meyering@lucent.com>
38303
38304         * lib/readutmp.h (UT_TYPE): Define.
38305
38306 2001-05-24  Jim Meyering  <meyering@lucent.com>
38307
38308         * lib/argmatch.c: Include "quote.h".
38309         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
38310         quote function.  Reported by Göran Uddeborg.
38311
38312 2001-05-22  Jim Meyering  <meyering@lucent.com>
38313
38314         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
38315         now that we use the package-supplied version unconditionally.
38316         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
38317
38318 2001-05-21  Jim Meyering  <meyering@lucent.com>
38319
38320         * m4/regex.m4: Change a couple backticks to single quotes to avoid
38321         shell syntax errors.
38322
38323 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
38324
38325         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
38326
38327 2001-05-20  Paul Eggert  <eggert@twinsun.com>
38328
38329         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
38330         Don't bother to check library strftime, since
38331         we'll be using our own my_strftime function anyway.
38332         Define my_strftime instead of strftime.
38333
38334 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
38335
38336         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
38337         which is not yet declared.
38338
38339 2001-05-15  Jim Meyering  <meyering@lucent.com>
38340
38341         * m4/regex.m4: Use proper quoting so brackets appear in the test
38342         program.
38343         Reported by, and with help from, Bruno Haible.
38344
38345 2001-05-13  Jim Meyering  <meyering@lucent.com>
38346
38347         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
38348         undefined.
38349
38350 2001-05-11  Paul Eggert  <eggert@twinsun.com>
38351
38352         dirname code cleanup.  base_name now behaves more compatibly
38353         with POSIX basename when given file names that have trailing
38354         slashes, and similarly for dir_name.  Add new primitives
38355         base_len and dir_len.  Put the directory-name-related decls
38356         into dirname.h.
38357
38358         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
38359         * lib/backupfile.c (base_name): Likewise.
38360         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
38361         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
38362         * lib/makepath.c (strip_trailing_slashes): Likewise.
38363         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
38364         ISSLASH): Likewise.
38365         * lib/rename.c (strip_trailing_slashes): Likewise.
38366         * lib/same.c (base_name): Likewise.
38367         * lib/stripslash.c (ISSLASH): Likewise.
38368
38369         * lib/addext.c: Include <dirname.h> after size_t is defined.
38370         * lib/backupfile.c: Likewise.
38371
38372         * lib/addext.c (addext): Use base_len to trim redundant
38373         trailing slashes instead of doing it ourselves.
38374         But do not trim the last slash if it is not redundant.
38375
38376         * lib/backupfile.c (find_backup_file_name,
38377         max_backup_version): Use base_len instead of rolling it ourselves.
38378         Handle the case of "" and (on DOS) "C:" correctly.
38379
38380         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
38381         needed. Include <string.h>, <dirname.h>.
38382         (base_name): Allow file names ending in slashes, other than names
38383         that are all slashes.  In this case, return the basename followed
38384         by the slashes.  This is more general, and can be used in places
38385         where the original base_name purposely had an assertion failure.
38386         (base_len): New function.
38387
38388         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
38389         Do not include <assert.h>; no longer needed.
38390         Include xalloc.h.
38391         (memrchr): Remove decl.
38392         (dir_name_r): Remove.
38393         (dir_len): Renamed from dirlen.  All callers changed.
38394         Rewrite in terms of base_name, for simplicity and consistency.
38395         (dir_name): Never return NULL.  All callers changed.
38396         Do not include <stdlib.h> in test program; no longer needed.
38397         return 0; is fine for test program.
38398
38399         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
38400         New macros.
38401         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
38402
38403         * lib/path-concat.c (path_concat): Use base_len to compute
38404         base length, not strlen; this means we cannot rely on memcpy
38405         to null-terminate.
38406
38407         * lib/same.c (STREQ): Remove.
38408         (same_name): Handle the case where the basename ends in trailing '/'.
38409
38410         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
38411         a slash was stripped.  Do not strip the last slash after a
38412         file system prefix.
38413
38414 2001-05-11  Paul Eggert  <eggert@twinsun.com>
38415
38416         * lib/Makefile.am (libfetish_a_SOURCES):
38417         Add strftime.c, since we now compile it on all hosts.
38418
38419         * lib/strftime.c (my_strftime):
38420         Define to nstrftime if emacs, but only if my_strftime is not defined.
38421         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
38422         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
38423         Add one more extra argument: a nanoseconds value.
38424         All uses changed.
38425         (ns): New macro.
38426         (my_strftime function): Add %N format.
38427         (emacs_strftimeu): Renamed from emacs_strftime,
38428         with extra ut argument.
38429
38430 2001-05-09  Paul Eggert  <eggert@twinsun.com>
38431
38432         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
38433
38434 2001-04-21  Jim Meyering  <meyering@lucent.com>
38435
38436         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
38437         doesn't interfere.
38438
38439 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
38440
38441         * m4/ftruncate.m4: Check for chsize.
38442         Link with ftruncate.o unconditionally if ftruncate is missing.
38443         This was required when cross-compiling to i586-mingw32msvc.
38444
38445 2001-04-08  Jim Meyering  <meyering@lucent.com>
38446
38447         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
38448         recomputed; that's necessary when the offset spans a DST transition.
38449         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
38450
38451 2001-04-02  Jim Meyering  <meyering@lucent.com>
38452
38453         * lib/regex.h, regex.c: Update from GNU libc.
38454
38455 2001-03-24  Jim Meyering  <meyering@lucent.com>
38456
38457         * m4/jm-macros.m4: Require autoconf-2.49d.
38458
38459 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
38460
38461         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
38462
38463 2001-03-19  Paul Eggert  <eggert@twinsun.com>
38464
38465         * lib/version-etc.c (version_etc_copyright): Update to 2001.
38466
38467 2001-03-17  Jim Meyering  <meyering@lucent.com>
38468
38469         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
38470         now that the version in autoconf is equivalent.
38471         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
38472
38473         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
38474         Suggestion from Akim Demaille.
38475
38476         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
38477         (jm_PREREQ_TEMPNAME): New function.
38478
38479 2001-03-16  Paul Eggert  <eggert@twinsun.com>
38480
38481         * lib/tempname.c (uint64_t): Define to uintmax_t if
38482         not defined, and if UINT64_MAX is not defined.
38483         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
38484         Reported by John David Anglin.
38485
38486 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
38487
38488         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
38489         resolve alias if codeset is empty.
38490         * lib/config.charset (BeOS): Use wildcard syntax.
38491
38492 2001-03-13  Jim Meyering  <meyering@lucent.com>
38493
38494         * lib/path-concat.c (path_concat)
38495         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
38496         concatenating e.g., `C:' and `foo'.
38497         From Bruno Haible.
38498
38499 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
38500
38501         * lib/localcharset.c (locale_charset): Don't use
38502         setlocale(LC_CTYPE,NULL). Don't return NULL.
38503         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
38504
38505 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
38506
38507         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
38508         support for DOS/DJGPP.
38509
38510 2001-03-01  Paul Eggert  <eggert@twinsun.com>
38511
38512         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
38513         lacks mkstemp.  Compile our own tempname.c if we compile our own
38514         mkstemp.c, as mkstemp relies on tempname.
38515
38516 2001-03-01  Jim Meyering  <meyering@lucent.com>
38517
38518         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
38519         AH_VERBATIM really does output its argument verbatim.
38520
38521 2001-02-28  Paul Eggert  <eggert@twinsun.com>
38522
38523         * lib/Makefile.am (libfetish_a_SOURCES):
38524         Add dup-safer.c, fopen-safer.c.
38525         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
38526
38527         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
38528         * lib/unistd-safer.h: New files.
38529
38530 2001-02-25  Paul Eggert  <eggert@twinsun.com>
38531
38532         The mkstemp replacement is taken from glibc 2.2.2, with some
38533         portability fixes for use outside glibc, as follows:
38534
38535         * lib/tempname.c (struct_stat64): New macro.
38536         (direxists, __gen_tempname): Use it.
38537         This avoids a portability problem with Solaris 8.
38538
38539         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
38540         (<stddef.h>, <stdint.h>, <string.h>):
38541         Include only if STDC_HEADERS || _LIBC.
38542         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
38543         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
38544         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
38545         (__set_errno): Define this macro if <errno.h> doesn't.
38546         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
38547         Define these macros if <stdio.h> doesn't.
38548         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
38549         Define these macros if <sys/stat.h>
38550         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
38551         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
38552         __xstat64): Define if not _LIBC.
38553         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
38554         (__gen_tempname): Invoke gettimeofday only if
38555         HAVE_GETTIMEOFDAY || _LIBC;
38556         otherwise, fall back on plain "time".
38557         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
38558
38559         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
38560
38561         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
38562
38563 2001-02-18  Paul Eggert  <eggert@twinsun.com>
38564
38565         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
38566
38567 2001-02-17  Paul Eggert  <eggert@twinsun.com>
38568
38569         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
38570         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
38571         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
38572         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
38573
38574 2001-02-17  Paul Eggert  <eggert@twinsun.com>
38575
38576         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
38577         Remove workaround macros for hosts that have mbrtowc but not
38578         mbstate_t, as we now insist on proper declarations for both
38579         before using mbrtowc.
38580
38581 2001-02-17  Jim Meyering  <meyering@lucent.com>
38582
38583         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
38584         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
38585         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
38586         UnixWare 7.1.1.
38587
38588         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
38589         rather than AC_CACHE_VAL.
38590
38591 2001-02-17  Jim Meyering  <meyering@lucent.com>
38592
38593         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
38594         around included file name.
38595
38596         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
38597
38598         * lib/strftime.c: Update from GNU libc (the only changes were to
38599         comments).
38600
38601 2001-02-17  Jim Meyering  <meyering@lucent.com>
38602
38603         * lib/regex.c: Update from libc.
38604
38605 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
38606
38607         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
38608         clash.
38609
38610 2001-02-16  Paul Eggert  <eggert@twinsun.com>
38611
38612         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
38613         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
38614         Reported by Mark Hounschell via Paul Eggert.
38615
38616 2001-02-07  Jim Meyering  <meyering@lucent.com>
38617
38618         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
38619
38620 2001-02-05  Jim Meyering  <meyering@lucent.com>
38621
38622         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
38623         it includes the patch required for `large file' support with at least
38624         HP-UX's 10.20 /bin/cc.
38625
38626 2001-02-03  Jim Meyering  <meyering@lucent.com>
38627
38628         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
38629         AS_IF, now that it works once again (mysteriously).
38630         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
38631
38632 2001-01-30  Jim Meyering  <meyering@lucent.com>
38633
38634         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
38635         * m4/chown.m4: Rename conftestchown to conftest.chown.
38636         * m4/rename.m4: s/conftestdir/conftest.d1/ and
38637         s/conftestdir2/conftest.d2/.
38638         * m4/utimes.m4: s/conftestdata/conftest.data/
38639         Inspired by Pavel Roskin's change in autoconf.
38640
38641 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
38642
38643         * lib/config.charset: Update for FreeBSD 4.2.
38644
38645 2001-01-27  Jim Meyering  <meyering@lucent.com>
38646
38647         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
38648         a use of AS_IF.
38649         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
38650
38651 2001-01-26  Jim Meyering  <meyering@lucent.com>
38652
38653         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
38654         quotearg.c includes it.
38655
38656 2001-01-26  Jim Meyering  <meyering@lucent.com>
38657
38658         * lib/quotearg.c: Include stddef.h.
38659         * lib/quote.c: Include stddef.h.
38660         Reported by Axel Kittenberger.
38661
38662         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
38663         line in double quotes so that it evokes a better diagnostic.
38664         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
38665         Reported by Axel Kittenberger.
38666
38667 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
38668
38669         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
38670         as if it was a `charset'.
38671
38672 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
38673
38674         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
38675         has const.
38676
38677 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
38678
38679         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
38680         to avoid a warning.  Add back 'const' to inptr.
38681
38682 2001-01-20  Jim Meyering  <meyering@lucent.com>
38683
38684         Be sure that headers are checked before used in code compiled
38685         for the type checks.
38686         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
38687         In place of that, invoke jm_CHECK_ALL_TYPES.
38688         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
38689         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
38690         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
38691         The check for ssize_t was mistakenly run before the test for unistd.h.
38692
38693         The configure-time check for stdbool.h was missing.
38694         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
38695         (jm_PREREQ_HASH): New function.
38696
38697 2001-01-17  Jim Meyering  <meyering@lucent.com>
38698
38699         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
38700         for autoconf-2.49c.
38701         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
38702
38703 2001-01-16  Jim Meyering  <meyering@lucent.com>
38704
38705         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
38706         From Bruno Haible.
38707
38708 2001-01-14  Jim Meyering  <meyering@lucent.com>
38709
38710         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
38711         foo and bar.  Create conftestdir/ in the script, not in the C code.
38712         Remove directories in the script, not in the C code.
38713         Remove conftestdir{,2} before trying to create the directory.
38714         Make the entire configure script fail if the mkdir fails.
38715
38716 2001-01-14  Jim Meyering  <meyering@lucent.com>
38717
38718         * lib/rename.c: New file.  From Volker Borchert.
38719         Include stdlib.h, string.h or strings.h, and xalloc.h.
38720         Use strip_trailing_slashes rather than open-coding it.
38721
38722 2001-01-03  Paul Eggert  <eggert@twinsun.com>
38723
38724         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
38725
38726 2001-01-03  Jim Meyering  <meyering@lucent.com>
38727
38728         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
38729         of local `inptr' to avoid warning with some system declarations of
38730         iconv.
38731
38732 2001-01-02  Volker Borchert  <bt@teknon.de>
38733
38734         * m4/rename.m4: New file.
38735         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
38736
38737 2001-01-01  Jim Meyering  <meyering@lucent.com>
38738
38739         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
38740         even on systems with utmpx.h.  It's necessary for the declaration of
38741         utmp's ut_user member.  Reported by Andreas Jaeger.
38742
38743         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
38744         available. They are required for the declarations of getgrgid and
38745         getpwuid resp.
38746         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
38747         Reported by Andreas Jaeger.
38748
38749 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
38750
38751         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
38752         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
38753         so `make install' also works in VPATH builds.
38754
38755 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
38756
38757         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
38758         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
38759         can be used in subdirectories.
38760
38761 2000-12-29  Paul Eggert  <eggert@twinsun.com>
38762
38763         * lib/modechange.c: Do not assume that mode_t uses the
38764         traditional octal encoding.  E.g. "chmod 1 FOO" should set
38765         the other-execute bit of FOO even if S_IXOTH != 1.
38766
38767         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
38768         WOTH, XOTH, ALLM): New macros.
38769         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
38770          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
38771         Use them.
38772         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
38773         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
38774         (mode_compile):
38775         No need to use uintmax_t; unsigned long is long enough.
38776         Don't bother to get suffix since we don't use it.
38777
38778 2000-12-26  Jim Meyering  <meyering@lucent.com>
38779
38780         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
38781         better with autoheader.
38782
38783 2000-12-24  Jim Meyering  <meyering@lucent.com>
38784
38785         * lib/hash.c (is_prime): Return explicit boolean values.
38786         (hash_get_first): Return NULL to appease Irix5.6's 89.
38787         Reported by Nelson Beebe.
38788
38789 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
38790
38791         * lib/localcharset.c (locale_charset): Add support for Win32.
38792
38793 2000-12-18  Paul Eggert  <eggert@twinsun.com>
38794
38795         * lib/physmem.h, lib/physmem.c: New files.
38796
38797         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
38798         (noinst_HEADERS): Add physmem.h.
38799
38800         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
38801         't' for compatibility with Solaris 8 sort.
38802
38803 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
38804
38805         * lib/config.charset: Add support for BeOS.
38806
38807 2000-12-17  Jim Meyering  <meyering@lucent.com>
38808
38809         * m4/dos.m4 (jm_AC_DOS): New file and macro.
38810         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
38811
38812 2000-12-16  Jim Meyering  <meyering@lucent.com>
38813
38814         This bug had a serious impact on chown: `chown N:M FILE' (for integer
38815         N and M) would have treated it like `chown N:N FILE'.
38816
38817         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
38818
38819 2000-12-16  Jim Meyering  <meyering@lucent.com>
38820
38821         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
38822         SHELLS_FILE to a file name that's useful on djgpp systems.
38823         Include stdlib.h.
38824         (ADDITIONAL_DEFAULT_SHELLS): Define.
38825         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
38826         Based mostly on a patch from Prashant TR.
38827
38828 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
38829
38830         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
38831         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
38832         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
38833
38834 2000-12-08  Andreas Schwab  <schwab@suse.de>
38835
38836         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
38837         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
38838
38839 2000-12-07  Jim Meyering  <meyering@lucent.com>
38840
38841         * lib/stripslash.c (ISSLASH): Define.
38842         (strip_trailing_slashes): Use ISSLASH rather than comparing against
38843         `/'.
38844         From Prashant TR.
38845
38846         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
38847         (dir_name_r): Declare this function as static.
38848         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
38849         manifest itself on a name containing a mix of slashes and
38850         backslashes.
38851         Make this function work with names starting with a DOS-style
38852         drive letter and colon prefix.
38853         (dir_name): Append `.' if necessary.
38854         Based mostly on patches from Prashant TR and Eli Zaretskii.
38855
38856         * lib/dirname.h (dir_name_r): Remove prototype.
38857
38858 2000-12-06  Paul Eggert  <eggert@twinsun.com>
38859
38860         * m4/off_t-format.m4: Remove this file.
38861         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
38862
38863 2000-12-06  Jim Meyering  <meyering@lucent.com>
38864
38865         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
38866         replacement strtoull, we may well need the replacement strtoul, too.
38867         Check for declarations of strtoul and strtoull.
38868         Check for strtol.  Mainly as a cue to cause automake to include
38869         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
38870         Check for limits.h -- strtol.c needs it.
38871
38872 2000-12-05  Jim Meyering  <meyering@lucent.com>
38873
38874         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
38875
38876 2000-12-04  Jim Meyering  <meyering@lucent.com>
38877
38878         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
38879         Also include memory.h, stdlib.h, unistd.h if appropriate.
38880         Reported by Andreas Jaeger (conflicting declaration of malloc).
38881
38882 2000-12-02  Jim Meyering  <meyering@lucent.com>
38883
38884         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
38885         * m4/jm-macros.m4 (jm_MACROS): require it.
38886
38887 2000-12-02  Jim Meyering  <meyering@lucent.com>
38888
38889         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
38890
38891 2000-12-01  Paul Eggert  <eggert@twinsun.com>
38892
38893         * lib/memrchr.c: Include <config.h> before any system include file.
38894
38895 2000-11-30  Jim Meyering  <meyering@lucent.com>
38896
38897         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
38898
38899 2000-11-30  Jim Meyering  <meyering@lucent.com>
38900
38901         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
38902
38903 2000-11-29  Paul Eggert  <eggert@twinsun.com>
38904
38905         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
38906
38907 2000-11-26  Jim Meyering  <meyering@lucent.com>
38908
38909         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
38910
38911 2000-11-22  Paul Eggert  <eggert@twinsun.com>
38912
38913         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
38914         size of (size_t) -1; it's not portable.
38915
38916 2000-11-17  Jim Meyering  <meyering@lucent.com>
38917
38918         * lib/strstr.c: Update from GNU libc.
38919
38920 2000-11-17  Akim Demaille  <akim@epita.fr>
38921
38922         * lib/obstack.h: Formatting changes.
38923         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
38924         prevent type checking.
38925         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
38926         cast the value to (void *): assigning a `foo *' to a `void *'
38927         variable is valid.
38928         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
38929
38930 2000-11-16  Jim Meyering  <meyering@lucent.com>
38931
38932         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
38933
38934 2000-11-11  Jim Meyering  <meyering@lucent.com>
38935
38936         * lib/error.c: Add a couple #includes, merging from GNU libc version.
38937
38938 2000-11-10  Jim Meyering  <meyering@lucent.com>
38939
38940         * lib/obstack.h: Update from GNU libc.
38941         * lib/obstack.c: Likewise.
38942
38943 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
38944
38945         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
38946
38947 2000-11-06  Paul Eggert  <eggert@twinsun.com>
38948
38949         * lib/getusershell.c (setusershell): Use rewind rather than
38950         fseek/fseeko, to avoid configuration hassles with fseeko.
38951         Don't bother opening SHELLS_FILE if shellstream is NULL;
38952         it's not necessary.
38953
38954 2000-11-05  Jim Meyering  <meyering@lucent.com>
38955
38956         * lib/makepath.h (make_dir): Declare.
38957         * lib/makepath.c (make_dir): Remove `static' attribute.
38958         Tweak a comment.
38959
38960 2000-11-04  Jim Meyering  <meyering@lucent.com>
38961
38962         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
38963
38964 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
38965
38966         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
38967         last one in a bucket, advance to the next bucket.
38968
38969 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
38970
38971         * lib/fnmatch.c: Do not comment out all the code if we are using
38972         the GNU C library, because in some cases we are replacing buggy
38973         code in the GNU C library itself.
38974
38975 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
38976
38977         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
38978         (regex_compile): Catch bogus \(\1\).
38979
38980 2000-10-30  Paul Eggert  <eggert@twinsun.com>
38981
38982         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
38983         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
38984         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
38985
38986 2000-10-30  Paul Eggert  <eggert@twinsun.com>
38987
38988         * lib/error.h, getline.h, modechange.h:
38989         Remove "2000" from Copyright line, as the file hasn't been
38990         changed this year other than in the copyright notice.
38991
38992         * lib/xalloc.h: Add "2000" to Copyright line, as this file
38993         was changed this year.
38994
38995 2000-10-29  Jim Meyering  <meyering@lucent.com>
38996
38997         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
38998         renaming.
38999         * m4/ls-mntd-fs.m4: Likewise
39000
39001 2000-10-29  Jim Meyering  <meyering@lucent.com>
39002
39003         * lib/xstat.in: Fix grammar in comment.
39004
39005 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
39006
39007         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
39008         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
39009         doesn't define __restrict_arr.
39010
39011 2000-10-28  Jim Meyering  <meyering@lucent.com>
39012
39013         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
39014         (jm_PREREQ_MEMCHR): New function.
39015
39016 2000-10-28  Jim Meyering  <meyering@lucent.com>
39017
39018         * lib/memchr.c: Update from libc.
39019         Adjust for portability:
39020         [HAVE_STDLIB_H]: Include stdlib.h.
39021         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
39022         Undef __memchr, too.
39023         [!weak_alias]: Define __memchr to memchr.
39024
39025         * lib/regex.c: Update from libc.
39026         * lib/regex.h: Likewise.
39027         * lib/getopt1.c: Likewise.
39028         * lib/memcmp.c: Likewise.
39029
39030         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
39031         Avoid using fseek, when possible -- it's broken by design.
39032         Patch by Ulrich Drepper.
39033
39034 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
39035
39036         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
39037         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
39038         Giving in to popular pressure to shut up the compiler with casts.
39039
39040 2000-10-26  Jim Meyering  <meyering@lucent.com>
39041
39042         * lib/strftime.c: Update from libc.
39043
39044 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
39045
39046         * regex.c: More `unsigned char' -> `re_char' changes.
39047         Also change several `int' into `re_wchar_t'.
39048         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
39049         (PUSH_FAILURE_POINTER): Don't cast any more.
39050         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
39051         We want GCC to complain, since this piece of code makes
39052         re_match non-reentrant, which *should* be fixed.
39053         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
39054         (EXTEND_BUFFER): Use RETALLOC.
39055         (SET_LIST_BIT): Don't cast.
39056         (re_wchar_t): New type.
39057         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
39058         that those two functions will always properly return.
39059         (IMMEDIATE_QUIT_CHECK): Cast to void.
39060         (analyse_first): Use recursion rather than an explicit stack.
39061         (re_compile_fastmap): Can't fail anymore.
39062         (re_search_2): Don't check re_compile_fastmap for failure.
39063         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
39064         Now also sets the new value (passed in a new argument).
39065         (re_match_2_internal): Use it.
39066         Also, use a new var `reg' of type size_t when looping through regs
39067         rather than reuse the inappropriate `mcnt'.
39068
39069 2000-10-25  Jim Meyering  <meyering@lucent.com>
39070
39071         * lib/obstack.c: Update from libc.
39072
39073 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
39074
39075         * regex.c (regex_compile): Change the way of handling a range from
39076         a char less than 256 to a char not less than 256.
39077
39078 2000-10-24  Andrew Innes  <andrewi@gnu.org>
39079
39080         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
39081         NT-Emacs only.
39082         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
39083         so that re_search functions only quit when callers expect them to.
39084
39085 2000-10-23  Jim Meyering  <meyering@lucent.com>
39086
39087         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
39088         wrong.  That set_locale call must not have any side effects.
39089         From Paul Eggert.
39090
39091 2000-10-22  Jim Meyering  <meyering@lucent.com>
39092
39093         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
39094         [CYCLIC]: Remove now-unused definition.
39095
39096         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
39097         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
39098         Suggestion from Ulrich Drepper.
39099
39100 2000-10-21  Jim Meyering  <meyering@lucent.com>
39101
39102         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
39103         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
39104         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
39105
39106 2000-10-21  Jim Meyering  <meyering@lucent.com>
39107
39108         * lib/dirname.c (memrchr): Declare if necessary.
39109         (dir_name): Remove the restriction that there be no
39110         trailing slashes.  Now, this code skips past them, effectively
39111         ignoring them.
39112         [TEST_DIRNAME] (main): New unit tests.
39113
39114         * lib/memrchr.c: New file from GNU libc.
39115         Undef __memrchr, too.
39116         [!weak_alias]: Define __memrchr to memrchr.
39117         Guard weak_alias use with `#ifdef weak_alias'.
39118
39119 2000-10-21  Jim Meyering  <meyering@lucent.com>
39120
39121         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
39122         (dir_name): Use dir_name_r.
39123         * lib/dirname.h (dir_name_r): Declare it.
39124
39125 2000-10-17  Jim Meyering  <meyering@lucent.com>
39126
39127         * lib/quote.h (PARAMS): Define and use.
39128         Reported by Akim Demaille.
39129
39130         * lib/getopt.c: Update from libc.
39131
39132 2000-10-16  Jim Meyering  <meyering@lucent.com>
39133
39134         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
39135         setlocale.
39136         From Jan Fedak.
39137
39138 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
39139
39140         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
39141
39142 2000-09-25  Jim Meyering  <meyering@lucent.com>
39143
39144         * lib/md5.h (rol): Define (from GnuPG).
39145
39146         * lib/sha.c: Give credit (GnuPG) where due.
39147         (M): Use rol rather than open-coding it.
39148         Add a FIXME comment.
39149
39150 2000-09-21  Jim Meyering  <meyering@lucent.com>
39151
39152         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
39153         Reported by Michael Stone.
39154
39155 2000-09-20  Jim Meyering  <meyering@lucent.com>
39156
39157         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
39158         (noinst_HEADERS): Add sha.h.
39159         Based on code from Scott G. Miller and from GnuPG.
39160
39161 2000-09-18  Jim Meyering  <meyering@lucent.com>
39162
39163         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
39164         LIBS. Otherwise, everyone ends up linking with -lelf for some
39165         configurations.
39166         Reported by Mike Stone.
39167
39168 2000-09-15  Jim Meyering  <meyering@lucent.com>
39169
39170         * lib/regex.c: Update from libc.
39171
39172 2000-09-10  Jim Meyering  <meyering@lucent.com>
39173
39174         * lib/getopt.c (_getopt_internal): Update from glibc.
39175
39176 2000-09-09  Jim Meyering  <meyering@lucent.com>
39177
39178         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
39179         think it should be used as a general replacement for isascii.
39180         * lib/fnmatch.c: Likewise.
39181         * lib/mbswidth.c: Likewise
39182         * lib/regex.c: Likewise.
39183
39184         Don't use atoi.
39185         * lib/userspec.c: Include sys/param.h and limits.h.
39186         Include xstrtol.h.
39187         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
39188         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
39189         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
39190         UID, GID.  Check range.
39191
39192 2000-09-06  Jim Meyering  <meyering@lucent.com>
39193
39194         * lib/getopt.c (_getopt_internal): Update from glibc.
39195
39196 2000-08-30  Jim Meyering  <meyering@lucent.com>
39197
39198         * lib/strftime.c: Merge in changes from GNU libc.
39199
39200 2000-08-26  Jim Meyering  <meyering@lucent.com>
39201
39202         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
39203         * m4/fpending.m4: New file.
39204
39205 2000-08-26  Jim Meyering  <meyering@lucent.com>
39206
39207         * lib/closeout.c: Include "__fpending.h".
39208         (close_stdout_status): Return right away if there's nothing to flush.
39209
39210         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
39211         * lib/__fpending.c: New file.
39212         * lib/__fpending.h: New file.
39213
39214 2000-08-20  Jim Meyering  <meyering@lucent.com>
39215
39216         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
39217         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
39218         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
39219
39220 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
39221
39222         Improve fileutils installation on systems where running
39223         programs (like install) can't be unlinked.
39224         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
39225         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
39226
39227 2000-08-07  Paul Eggert  <eggert@twinsun.com>
39228
39229         Standardize on "memory exhausted" instead of "Memory exhausted"
39230         or "virtual memory exhausted".
39231         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
39232         "virtual memory exhausted".
39233         * lib/same.c (same_name): Invoke xalloc_die instead of printing
39234         our own message.
39235         * lib/userspec.c (parse_user_spec): Likewise.
39236         * lib/bumpalloc.h: comment fix
39237         * lib/same.c, userspec.c: Include xalloc.h.
39238
39239         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
39240         not char *const and pointing to a constant array.
39241         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
39242         (xrealloc): Comment fix.
39243
39244         * lib/userspec.c (parse_user_spec):
39245         Don't translate a message until just before returning,
39246         to avoid unnecessary translation.
39247
39248 2000-08-07  Jim Meyering  <meyering@lucent.com>
39249
39250         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
39251         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
39252         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
39253         getgroups.c, gethostname.c, getopt.h, group-member.c,
39254         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
39255         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
39256         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
39257         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
39258         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
39259         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
39260         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
39261         yesno.c: Back out Copyright date changes for each file with no change
39262         this year.  This eases coordination with other programs using the same
39263         source code modules.  From Paul Eggert.
39264
39265 2000-08-06  Paul Eggert  <eggert@twinsun.com>
39266
39267         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
39268         not char, for compatibility with glibc 2.1.3 strftime.c.
39269
39270 2000-08-03  Greg McGary  <greg@mcgary.org>
39271
39272         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
39273         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
39274         (EXTEND_BUFFER): Use them.
39275
39276 2000-08-01  Jim Meyering  <meyering@lucent.com>
39277
39278         * lib/dirname.c (ISSLASH): Define.
39279         (BACKSLASH_IS_PATH_SEPARATOR): Define.
39280         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
39281         both `\' and `/' may be use as path separators.
39282         Based on a patch from Prashant TR.
39283
39284 2000-07-31  Paul Eggert  <eggert@twinsun.com>
39285
39286         * lib/quotearg.c (quotearg_n_options): Don't make the initial
39287         slot vector a constant, since it might get modified.
39288
39289 2000-07-31  Jim Meyering  <meyering@lucent.com>
39290
39291         * lib/xmalloc.c: Use `virtual memory exhausted', not
39292         `Memory exhausted'.
39293         * lib/obstack.c (print_and_abort): Likewise.
39294
39295 2000-07-30  Paul Eggert  <eggert@twinsun.com>
39296
39297         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
39298         buffer, so that the caller can always quote one small
39299         component of a "memory exhausted" message in slot 0.
39300         From a suggestion by Jim Meyering.
39301
39302 2000-07-30  Jim Meyering  <meyering@lucent.com>
39303
39304         * lib/makepath.c (make_path): Quote the other instance, too.
39305
39306         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
39307         (STATIC_BUF_SIZE): Define.
39308         (quotearg_n_options): Use only statically allocated storage when
39309         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
39310         than STATIC_BUF_SIZE.
39311
39312 2000-07-29  Jim Meyering  <meyering@lucent.com>
39313
39314         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
39315         * lib/dirname.c (dir_name): Likewise.
39316
39317         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
39318         `/'.
39319
39320         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
39321         (dir_name): Assert that there are no trailing slashes.
39322
39323 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
39324
39325         * lib/mbswidth.h (mbswidth): Add a flags argument.
39326         (mbswidth): New declaration.
39327         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
39328         * lib/mbswidth.c (mbswidth): Add a flags argument.
39329         (mbsnwidth): New function.
39330
39331 2000-07-24  Jim Meyering  <meyering@lucent.com>
39332
39333         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
39334
39335 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39336
39337         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
39338
39339 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39340
39341         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
39342         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
39343         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
39344         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
39345         invoke multibyte primitives.
39346
39347 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39348
39349         * lib/quotearg.c:
39350         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
39351         so that mbstate_t is always defined.
39352
39353         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
39354         be 1 in at least one GCC installation, and this configuration
39355         error is likely to be common.  Ignoring MB_LEN_MAX hurts
39356         performance on hosts that have mbrtowc but have only unibyte
39357         locales, but I assume these hosts are rare.
39358
39359 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39360
39361         * lib/mbswidth.c (_XOPEN_SOURCE):
39362         Don't define; this causes problems on Solaris 7.
39363         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
39364
39365 2000-07-23  Jim Meyering  <meyering@lucent.com>
39366
39367         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
39368         too: getgrgid, getpwuid, getuid.
39369
39370 2000-07-23  Jim Meyering  <meyering@lucent.com>
39371
39372         * lib/basename.c (base_name): Add an assertion.
39373
39374 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
39375
39376         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
39377         shadow its mbsinit function.
39378
39379 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
39380
39381         * lib/mbswidth.h: New file.
39382         * lib/mbswidth.c: New file.
39383         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
39384         (noinst_HEADERS): Add mbswidth.h.
39385
39386 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
39387
39388         * lib/config.charset: Add support for FreeBSD. Improve support for
39389         HP-UX and IRIX 6.
39390
39391 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
39392
39393         * m4/mbswidth.m4: New file.
39394         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
39395
39396 2000-07-15  Jim Meyering  <meyering@lucent.com>
39397
39398         * lib/makepath.c: Include quote.h.
39399         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
39400         corresponding argument in a `quote (...)' call.
39401         Give better diagnostics.
39402
39403         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
39404         (noinst_HEADERS): Add quote.h.
39405
39406         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
39407         from tar's src/misc.c.
39408         * lib/quote.h: New file.  Prototypes for same.
39409
39410 2000-07-14  Paul Eggert  <eggert@twinsun.com>
39411
39412         From a suggestion by Bruno Haible.
39413         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
39414         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
39415         to decide whether to define the BeOS workaround macro;
39416         this adjusts to the change to AC_MBSTATE_T.
39417
39418 2000-07-14  Jim Meyering  <meyering@lucent.com>
39419
39420         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
39421         jm_AC_TYPE_UINTMAX_T.
39422
39423 2000-07-13  Paul Eggert  <eggert@twinsun.com>
39424
39425         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
39426
39427         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
39428         quotearg_buffer_restyled): Add support for
39429         clocale_quoting_style.  Undo previous change to
39430         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
39431         and "{RIGHT QUOTATION MARK}" msgids.
39432
39433 2000-07-10  Paul Eggert  <eggert@twinsun.com>
39434
39435         From a suggestion by Bruno Haible.
39436         * m4/mbstate_t.m4 (AC_MBSTATE_T):
39437         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
39438         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
39439         and mbstate_t, to a single-part test that simply defines mbstate_t.
39440         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
39441         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
39442
39443 2000-07-10  Jim Meyering  <meyering@lucent.com>
39444
39445         * m4/strerror_r.m4: Mirror the correction made in autoconf.
39446
39447         * m4/gnu-source.m4: Output to confdefs.h directly.
39448         Suggestion from Akim Demaille.
39449
39450 2000-07-09  Paul Eggert  <eggert@twinsun.com>
39451
39452         The old behavior of quoting `like this' doesn't look good with
39453         newer, ISO-style fonts.  See:
39454         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
39455
39456         Instead, quote "like this" by default.  Let the translator
39457         tailor the locale-specific quoting behavior by providing
39458         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
39459
39460         * lib/quotearg.c (N_): New macro.
39461         (gettext_default): New function.
39462         (quotearg_buffer_restyled): Use
39463         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
39464         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
39465
39466 2000-07-09  Jim Meyering  <meyering@lucent.com>
39467
39468         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
39469         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
39470
39471         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
39472         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
39473
39474 2000-07-09  Jim Meyering  <meyering@lucent.com>
39475
39476         * lib/Most files: Update copyright dates to include 2000.
39477
39478 2000-07-08  Jim Meyering  <meyering@lucent.com>
39479
39480         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
39481         if not defined.
39482         (xgethostname): Remove now-unnecessary #ifdef.
39483         Move declaration of `err' into loop where it's used.
39484
39485 2000-07-05  Paul Eggert  <eggert@twinsun.com>
39486         and Bruno Haible  <haible@clisp.cons.org>
39487
39488         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
39489         only if the test for an object-type mbstate_t fails.  This
39490         prevents us from mistakenly reporting that mbstate_t is a
39491         system object type after we "#define mbstate_t int" to work
39492         around its lack.
39493
39494 2000-07-05  Paul Eggert  <eggert@twinsun.com>
39495         and Bruno Haible  <haible@clisp.cons.org>
39496
39497         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
39498
39499 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39500
39501         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
39502         to strerror_r.
39503         Include <ctype.h> for use of isalpha.
39504
39505 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39506
39507         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
39508         by allocating a larger buffer. Test the gethostname return value for
39509         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
39510         returns an error and ENAMETOOLONG isn't defined.
39511
39512 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39513
39514         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
39515         dimension.
39516
39517 2000-07-04  Jim Meyering  <meyering@lucent.com>
39518
39519         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
39520         of the deprecated AC_CHECKING.
39521
39522 2000-07-04  Jim Meyering  <meyering@lucent.com>
39523
39524         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
39525         Reported by Bruno Haible.
39526
39527 2000-07-04  Jim Meyering  <meyering@lucent.com>
39528
39529         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
39530         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
39531         lacks mbrtowc.
39532
39533 2000-07-03  Paul Eggert  <eggert@twinsun.com>
39534
39535         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
39536         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
39537
39538 2000-07-03  Paul Eggert  <eggert@twinsun.com>
39539         and Bruno Haible  <haible@clisp.cons.org>
39540
39541         * lib/quotearg.c (mbrtowc):
39542         Assign to *pwc, and return 1 only if result is nonzero.
39543         (iswprint): Use ISPRINT when substituting our own mbrtowc.
39544
39545 2000-07-03  Jim Meyering  <meyering@lucent.com>
39546
39547         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
39548
39549 2000-07-03  Jim Meyering  <meyering@lucent.com>
39550
39551         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
39552         This is necessary to get a definition of e.g., UTMP_FILE on
39553         HP-UX 10.20.
39554         From Bob Proulx.
39555
39556 2000-07-02  Jim Meyering  <meyering@lucent.com>
39557
39558         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
39559
39560         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
39561         AC_LIBOBJ(function_name).
39562         * m4/chown.m4: Likewise.
39563         * m4/fnmatch.m4: Likewise.
39564         * m4/ftruncate.m4: Likewise.
39565         * m4/getgroups.m4: Likewise.
39566         * m4/getline.m4: Likewise.
39567         * m4/group-member.m4: Likewise.
39568         * m4/jm-macros.m4: Likewise.
39569         * m4/lstat.m4: Likewise.
39570         * m4/malloc.m4: Likewise.
39571         * m4/memcmp.m4: Likewise.
39572         * m4/nanosleep.m4: Likewise.
39573         * m4/putenv.m4: Likewise.
39574         * m4/realloc.m4: Likewise.
39575         * m4/regex.m4: Likewise.
39576         * m4/stat.m4: Likewise.
39577         * m4/strftime.m4: Likewise.
39578
39579 2000-07-02  Jim Meyering  <meyering@lucent.com>
39580
39581         * lib/quotearg.c (mbstate_t): Don't define here.
39582
39583 2000-07-02  Jim Meyering  <meyering@lucent.com>
39584
39585         * lib/nanosleep.c (SIGCONT): Define if not already defined.
39586
39587 2000-07-01  Jim Meyering  <meyering@lucent.com>
39588
39589         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
39590
39591 2000-07-01  Jim Meyering  <meyering@lucent.com>
39592
39593         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
39594         problem.
39595
39596 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
39597
39598         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
39599         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
39600
39601 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
39602
39603         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
39604         per change in ../m4/ls-mntd-fs.m4.
39605         (read_filesystem_list): Ignore symbolic links.
39606
39607 2000-06-29  Jim Meyering  <meyering@lucent.com>
39608
39609         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
39610         for declaration of strcmp.
39611
39612         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
39613
39614         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
39615         Avoid warning by casting result to `char *' to remove `const'.
39616
39617 2000-06-28  Jim Meyering  <meyering@lucent.com>
39618
39619         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
39620         included by quotearg.c, for which we perform this test.  From
39621         Bruno Haible.
39622
39623 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
39624
39625         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
39626         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
39627         <utmpx.h> exists, put readutmp.o into LIBOBJS.
39628
39629 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
39630
39631         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
39632
39633 2000-06-26  Paul Eggert  <eggert@twinsun.com>
39634
39635         savedir now sets errno on failure and invokes xmalloc to get memory.
39636         Fix a couple of other minor bugs while we're at it.
39637
39638         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
39639         (NAMLEN): Remove macro.
39640         (malloc, realloc): Remove decls.
39641         (stpcpy): Likewise.
39642         ("xalloc.h"): Include.
39643         (NAME_SIZE_DEFAULT): New macro.
39644         (savedir): Use xmalloc / xrealloc to allocate memory.
39645         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
39646         Skip "" directory entries.
39647         Use strlen to calculate directory entry length, since the old method
39648         is rarely used these days and isn't worth supporting.
39649         Don't use a pointer after freeing it.
39650         Check for integer overflow when calculating allocation size.
39651         Use memcpy to copy entries, instead of stpcpy.
39652         Set errno properly when returning NULL.
39653         Check for readdir error.
39654
39655 2000-06-26  Jim Meyering  <meyering@lucent.com>
39656
39657         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
39658
39659 2000-06-25  Jim Meyering  <meyering@lucent.com>
39660
39661         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
39662         Linux header bug when _XOPEN_SOURCE is defined to 500.
39663
39664 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
39665
39666         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
39667         deficiency.
39668
39669 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
39670
39671         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
39672         Include xalloc.h.
39673         Don't include <stdlib.h>.  Don't declare malloc, realloc.
39674
39675 2000-06-24  Jim Meyering  <meyering@lucent.com>
39676
39677         * m4/strerror_r.m4: Revive this file -- to try out an experimental
39678         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
39679         for which strerror does return char*, but which lacks a conveniently
39680         accessible declaration of the function.  If the compile-test says
39681         strerror_r doesn't work, then resort to a `run'-test that works on
39682         BeOS and segfaults on DEC Unix.
39683
39684 2000-06-24  Jim Meyering  <meyering@lucent.com>
39685
39686         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
39687
39688 2000-06-23  Paul Eggert  <eggert@twinsun.com>
39689
39690         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
39691         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
39692
39693 2000-06-23  Paul Eggert  <eggert@twinsun.com>
39694
39695         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
39696         (mbrtowc, mbstate_t): Define substitutes if
39697         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
39698         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
39699         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
39700
39701 2000-06-23  Jim Meyering  <meyering@lucent.com>
39702
39703         * m4/afs.m4: Add missing AC_MSG_RESULT.
39704         Reported by Bruno Haible.
39705
39706         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
39707         Suggestion from Bruno Haible.
39708
39709 2000-06-23  Jim Meyering  <meyering@lucent.com>
39710
39711         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
39712
39713 2000-06-21  Jim Meyering  <meyering@lucent.com>
39714
39715         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
39716
39717 2000-06-21  Jim Meyering  <meyering@lucent.com>
39718
39719         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
39720         (noinst_HEADERS): Add getstr.h.
39721
39722         * lib/getline.c (getstr): Move into a separate file.
39723         * lib/getstr.c (getstr): New file, extracted from getline.c, with
39724         the following changes: new parameter, delim2; both delim[12]
39725         parameters have type `int', not `char'.  The latter would lose
39726         with 8-bit delimiters.
39727         * lib/getstr.h: New file.
39728
39729 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39730
39731         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
39732         than 1024, return a memory chunk of least possible size, instead
39733         of size PATH_MAX + 2. In the loop, increment the size proportionally.
39734         Use free/xmalloc instead of xrealloc to avoid copying for very long
39735         paths.
39736
39737 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39738
39739         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
39740         the empty string.
39741
39742 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39743
39744         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
39745         address, not strdup.  Include <stdlib.h> and don't declare free().
39746
39747 2000-06-19  Jim Meyering  <meyering@lucent.com>
39748
39749         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
39750
39751 2000-06-18  Jim Meyering  <meyering@lucent.com>
39752
39753         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
39754
39755         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
39756         `checking whether...' message to be consistent with that of the
39757         lstat test.
39758
39759 2000-06-18  Jim Meyering  <meyering@lucent.com>
39760
39761         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
39762         Besides, these days every porting target provides a mkdir function.
39763
39764         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
39765         needed. (this snippet comes from src/system.h).
39766
39767 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
39768
39769         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
39770
39771 2000-06-15  Paul Eggert  <eggert@twinsun.com>
39772
39773         * lib/human.c (adjust_value): New function.
39774         (human_readable_inexact): Apply rounding style even when
39775         printing approximate values.
39776
39777 2000-06-14  Paul Eggert  <eggert@twinsun.com>
39778
39779         * lib/human.c (human_readable_inexact): Allow an input block
39780         size that is not a multiple of the output block size, and vice versa.
39781         Reported by Piergiorgio Sartor.
39782
39783 2000-06-14  Paul Eggert  <eggert@twinsun.com>
39784
39785         * lib/getdate.y (get_date): Apply relative times after time
39786         zone indicator, not before.  Reported by Todd A. Jacobs.
39787
39788 2000-06-13  Jim Meyering  <meyering@lucent.com>
39789
39790         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
39791
39792         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
39793
39794 2000-06-12  Paul Eggert  <eggert@twinsun.com>
39795
39796         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
39797
39798 2000-06-12  Jim Meyering  <meyering@lucent.com>
39799
39800         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
39801         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
39802         optional argument.
39803         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
39804         the optional argument, `lib'.
39805
39806 2000-06-08  Jim Meyering  <meyering@lucent.com>
39807
39808         * m4/largefile.m4: Remove file (now that it's part of autoconf).
39809
39810 2000-06-04  Paul Eggert  <eggert@twinsun.com>
39811
39812         Rewrite largefile configuration so that we don't need to run
39813         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
39814         AC_CANONICAL_HOST in configure.in -- jmm]
39815
39816         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
39817         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
39818         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
39819         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
39820         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
39821         All uses changed.
39822         Instead of inspecting the output of getconf, try to compile the
39823         test program without and with the macro definition.
39824         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
39825         for getconf.  Instead, check for the needed flags by compiling
39826         test programs.
39827
39828 2000-06-04  Paul Eggert  <eggert@twinsun.com>
39829
39830         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
39831
39832 2000-06-04  Jim Meyering  <meyering@lucent.com>
39833
39834         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
39835         SunOS 4.1.4 for which gid_t is an unsigned type.
39836
39837 2000-06-03  Jim Meyering  <meyering@lucent.com>
39838
39839         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
39840         now that autoconf requires that.
39841
39842         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
39843         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
39844         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
39845
39846 2000-06-03  Jim Meyering  <meyering@lucent.com>
39847
39848         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
39849
39850 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
39851
39852         * m4/glibc21.m4: New file.
39853         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
39854
39855 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
39856
39857         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
39858         newer, don't install charset.alias.
39859         * lib/config.charset: Change the Linux/glibc rules so they become empty
39860         on glibc-2.1 or newer.
39861
39862 2000-06-02  Jim Meyering  <meyering@lucent.com>
39863
39864         * lib/mountlist.c: Back out last change.  Instead, do this...
39865         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
39866         me_dummy member using the same `ignore'-testing code.
39867         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
39868         fs_type strings.
39869         From Mark D. Roth.
39870
39871 2000-05-29  Jim Meyering  <meyering@lucent.com>
39872
39873         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
39874         mounts with the `ignore' attribute.  Based on a patch from
39875         Mark D. Roth.
39876
39877 2000-05-28  Jim Meyering  <meyering@lucent.com>
39878
39879         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
39880         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39881         * m4/stat.m4: Likewise.
39882         * m4/lstat.m4: Likewise.
39883         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
39884
39885         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
39886         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
39887
39888 2000-05-26  Jim Meyering  <meyering@lucent.com>
39889
39890         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
39891
39892 2000-05-24  Jim Meyering  <meyering@lucent.com>
39893
39894         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
39895         autoconf requires that.
39896         * m4/lib-check.m4: Likewise.
39897         * m4/jm-macros.m4: Likewise.
39898         * m4/strftime.m4: Likewise.
39899
39900         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
39901         AC_CHECK_DECLS, now that autoconf requires that.
39902
39903 2000-05-22  Jim Meyering  <meyering@lucent.com>
39904
39905         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39906         * m4/lstat.m4: Likewise.
39907
39908 2000-05-22  Jim Meyering  <meyering@lucent.com>
39909
39910         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
39911
39912 2000-05-20  Jim Meyering  <meyering@lucent.com>
39913
39914         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
39915         (jm_PREREQ): Use it.
39916
39917 2000-05-18  Jim Meyering  <meyering@lucent.com>
39918
39919         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
39920         back, too, since it may have been modified by allocate_entry.
39921         (hash_delete): Rewrite to use neither the assignment operator
39922         nor the comma operator in an if-expression.
39923
39924 2000-05-15  Paul Eggert  <eggert@twinsun.com>
39925
39926         * lib/closeout.c:
39927         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
39928         Remove; no longer needed.
39929         "quotearg.h": Add include.
39930         (file_name): Do not bother to explicitly initialize to NULL; it's less
39931         efficient on some hosts.
39932         (close_stdout_status): Remove test as to whether stdout was already
39933         closed; it breaks for the case "echo x | sort >&-".
39934         Quote file name colons.
39935         Do not assume that _("write error") lacks format strings.
39936
39937 2000-05-15  Jim Meyering  <meyering@lucent.com>
39938
39939         * lib/version-etc.c (version_etc_copyright): Update the copyright
39940         string used in all --version output.
39941
39942 2000-05-14  Jim Meyering  <meyering@lucent.com>
39943
39944         * lib/closeout.c (close_stdout_set_file_name): New function.
39945         (close_stdout_status): Use new file-scoped global.
39946         Return right away if fstat says the stdout file descriptor is invalid.
39947         * lib/closeout.h (close_stdout_set_file_name): Declare.
39948
39949 2000-05-10  Jim Meyering  <meyering@lucent.com>
39950
39951         * lib/closeout.c [default_exit_status]: New file-scoped variable.
39952         (close_stdout_set_status): New function.
39953         * lib/closeout.h (close_stdout_set_status): Declare.
39954
39955 2000-05-09  Jim Meyering  <meyering@lucent.com>
39956
39957         * m4/gettext.m4: Rename this...
39958         * m4/libintl.m4: ...to this.
39959
39960 2000-05-08  Jim Meyering  <meyering@lucent.com>
39961
39962         * lib/long-options.c: Don't include closeout.h.
39963         (parse_long_options): Don't call close_stdout for --version.
39964
39965 2000-05-06  Paul Eggert  <eggert@twinsun.com>
39966
39967         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
39968         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
39969         2.1.3 bug.  This avoids a clash when files like regex.c define
39970         _GNU_SOURCE.
39971
39972 2000-05-06  Jim Meyering  <meyering@lucent.com>
39973
39974         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
39975         (AC_REPLACE_FUNCS): Add strnlen.
39976
39977         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
39978         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
39979
39980         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
39981         AC_SEARCH_LIBS call for nanosleep.
39982         (LIB_NANOSLEEP): Set and AC_SUBST.
39983
39984 2000-05-06  Jim Meyering  <meyering@lucent.com>
39985
39986         * lib/strnlen.c: Undefine __strnlen and strnlen.
39987         [!weak_alias]: Define __strnlen to strnlen.
39988
39989         * lib/atexit.c: New file, from libiberty.
39990
39991 2000-05-06  Jim Meyering  <meyering@lucent.com>
39992
39993         * lib/closeout.c (close_stdout_status): Also check for errors on the
39994         stderr stream.
39995
39996 2000-05-05  Jim Meyering  <meyering@lucent.com>
39997
39998         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
39999         AC_SEARCH_LIBS call for clock_gettime.
40000         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
40001
40002         * m4/search-libs.m4: Update from autoconf.
40003
40004         su doesn't work on Solaris 2.6.
40005         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
40006         <shadow.h>.  Reported by Dragos Harabor.
40007
40008 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
40009
40010         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
40011         memcpy instead of xmalloc, xrealloc, path_concat.
40012         (locale_charset): Treat empty environment variables as absent.
40013         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
40014
40015 2000-05-04  Jim Meyering  <meyering@lucent.com>
40016
40017         * lib/getopt.c: Update from glibc.
40018         * lib/obstack.c: Likewise.
40019         * lib/obstack.h: Likewise.
40020         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
40021         file
40022
40023         * lib/regex.h: Likewise.
40024         * lib/strndup.c: Likewise.
40025         * lib/strnlen.c: New file, from glibc.
40026
40027 2000-05-03  Jim Meyering  <meyering@lucent.com>
40028
40029         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
40030
40031 2000-05-02  Paul Eggert  <eggert@twinsun.com>
40032
40033         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
40034         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
40035         compile-time test, rather than inspecting host and OS, to
40036         decide whether to define _LARGEFILE_SOURCE.
40037
40038 2000-05-01  Jim Meyering  <meyering@lucent.com>
40039
40040         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
40041
40042         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
40043         Based on a patch from Bruno Haible.
40044
40045 2000-05-01  Jim Meyering  <meyering@lucent.com>
40046
40047         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
40048
40049 2000-04-29  Jim Meyering  <meyering@lucent.com>
40050
40051         * lib/path-concat.c: Declare strdup only if it's not defined.
40052         * lib/canon-host.c: Likewise.
40053
40054 2000-04-28  Jim Meyering  <meyering@lucent.com>
40055
40056         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
40057         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
40058         is included first, then limits.h is included by locale.h by libintl.h.
40059         From John David Anglin.
40060
40061 2000-04-25  Jim Meyering  <meyering@lucent.com>
40062
40063         * lib/makepath.c (S_IRWXUGO): Define.
40064         (make_path): Always perform explicit chmod if MODE specifies any
40065         of the `special' permission bits.  Prompted by a bug report against
40066         install from Mate Wierdl and Joost van Baal.
40067
40068 2000-04-18  Jim Meyering  <meyering@lucent.com>
40069
40070         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
40071         (jm_PREREQ): Use it.
40072
40073 2000-04-18  Jim Meyering  <meyering@lucent.com>
40074
40075         * lib/README: New file.
40076
40077         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
40078         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
40079
40080 2000-04-17  Jim Meyering  <meyering@lucent.com>
40081
40082         Get it right :-)
40083         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
40084         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
40085         Suggestion from Akim Demaille.
40086
40087 2000-04-17  Jim Meyering  <meyering@lucent.com>
40088
40089         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
40090         the definition of it to rpl_strftime also defined-away the system's
40091         declaration.
40092
40093 2000-04-15  Jim Meyering  <meyering@lucent.com>
40094
40095         Use `C' to denote so-called `contiguous' files, the same way
40096         that tar does.
40097         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
40098         (ftypelet): Use S_ISCTG.
40099         From Michael Deutschmann.
40100
40101 2000-04-14  Jim Meyering  <meyering@lucent.com>
40102
40103         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
40104         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
40105         clobbered.
40106
40107 2000-04-14  Jim Meyering  <meyering@lucent.com>
40108
40109         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
40110
40111 2000-04-13  Jim Meyering  <meyering@lucent.com>
40112
40113         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
40114         AH_VERBATIM to insert required #ifndef into config.h.in.
40115         Suggestion from Akim Demaille.
40116
40117 2000-04-12  Jim Meyering  <meyering@lucent.com>
40118
40119         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
40120         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
40121         Christian Krackowizer.
40122
40123         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
40124         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
40125         (AC_SYS_LARGEFILE): Require.
40126         (AM_C_PROTOTYPES): Require.
40127
40128 2000-04-08  Jim Meyering  <meyering@lucent.com>
40129
40130         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
40131         names don't conflict.  Reported by Eli Zaretskii.
40132
40133 2000-04-07  Jim Meyering  <meyering@lucent.com>
40134
40135         * lib/putenv.c: Move inclusion of errno.h so it follows that of
40136         sys/types.h, to work around system header problems on AIX 3.2.5.
40137         From Bruno Haible.
40138
40139 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
40140
40141         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
40142         bug.  Deal with the different error behavior of Irix iconv.
40143
40144 2000-04-05  Paul Eggert  <eggert@twinsun.com>
40145
40146         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
40147         IRIX if the installer said otherwise.
40148
40149 2000-04-05  Jim Meyering  <meyering@lucent.com>
40150
40151         Portability tweaks required for ultrix4.3.
40152         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
40153         (jm_CHECK_DECLS): Add getutent to the list of functions.
40154         (_jm_DECL_HEADERS): Add utmpx.h.
40155         From John David Anglin.
40156
40157         * m4/strftime.m4: Back out the 2000-04-02 change.
40158         Instead of that change, simply undefine putenv in the test program.
40159
40160 2000-04-05  Jim Meyering  <meyering@lucent.com>
40161
40162         Portability tweaks required for ultrix4.3.
40163         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
40164         getutent.
40165         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
40166         * lib/canon-host.c: Declare strdup.
40167         * lib/path-concat.c: Likewise.
40168         From John David Anglin.
40169
40170 2000-04-04  Jim Meyering  <meyering@lucent.com>
40171
40172         Be more DOS 8.3-friendly.
40173         * lib/ref-add.sin: Renamed from ref-add.sed.in.
40174         * lib/ref-del.sin: Renamed from ref-del.sed.in.
40175         * lib/Makefile.am: Reflect renaming.
40176         Reported by Eli Zaretskii.
40177
40178         Use a temporary file name that won't clash with `charset.alias'
40179         in the DOS 8.3 name space.
40180         * lib/Makefile.am (charset_tmp): Define.
40181         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
40182         (uninstall-local): Likewise.
40183         Reported by Eli Zaretskii.
40184
40185 2000-04-03  Jim Meyering  <meyering@lucent.com>
40186
40187         * m4/gettext.m4: Fix typo in comment.
40188
40189         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
40190         textutils/configure.in).  Suggestion from Paul Eggert.
40191         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
40192
40193 2000-04-02  Paul Eggert  <eggert@twinsun.com>
40194
40195         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
40196         variable in the shell rather than using putenv, which isn't
40197         portable.  This avoids the configure-time inter-test dependency
40198         on the potentially-renamed putenv function.
40199
40200 2000-03-30  Paul Eggert  <eggert@twinsun.com>
40201
40202         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
40203         before checking struct stat.st_blksize, so that
40204         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
40205
40206 2000-03-29  Paul Eggert  <eggert@twinsun.com>
40207
40208         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
40209         since strftime.c uses HAVE_STRFTIME to decide whether to use
40210         the underlying strftime.
40211
40212 2000-03-29  Paul Eggert  <eggert@twinsun.com>
40213
40214         * lib/time/strftime.c (my_strftime): Make sure we call the system
40215         strftime, not ourselves, when invoking the underlying strftime.
40216
40217 2000-03-24  Jim Meyering  <meyering@lucent.com>
40218
40219         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
40220         (charset_alias): Define.
40221         (install-exec-local): Factor out common code.
40222         (uninstall-local): Split lines longer than 80.
40223         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
40224         (SUFFIXES): Define.
40225         (.sed.in.sed): New rule.  Don't redirect directly to $@.
40226         (CLEANFILES): Add ref-add.sed and ref-del.sed.
40227
40228 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
40229
40230         * lib/config.charset: Output a line containing "Packages using this
40231         file".
40232         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
40233         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
40234         ref-del.sed): New rules.
40235
40236 2000-03-17  Jim Meyering  <meyering@lucent.com>
40237
40238         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
40239         Otherwise, include <strings.h>
40240
40241 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
40242
40243         * lib/unicodeio.c (utf8_wctomb): New function.
40244         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
40245         format instead of in UCS-4 with platform dependent endianness.
40246
40247 2000-03-10  Jim Meyering  <meyering@lucent.com>
40248
40249         * m4/lib-check.m4: Look for getspnam in -lgen, too.
40250         From Marco Franzen.
40251
40252 2000-03-07  Paul Eggert  <eggert@twinsun.com>
40253
40254         * lib/savedir.c (savedir): Work even if directory size is
40255         negative; this can happen with some screwy NFS configurations.
40256
40257 2000-03-06  Jim Meyering  <meyering@lucent.com>
40258
40259         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
40260         if it's NULL (because we ran out of memory).  From Bruno Haible.
40261
40262 2000-03-05  Jim Meyering  <meyering@lucent.com>
40263
40264         * lib/localcharset.c ("path-concat.h"): Include.
40265         (get_charset_aliases): Use path_concat instead of ANSI string
40266         concatenation.
40267
40268         * lib/unicodeio.h (PARAMS): Define.
40269         Use it to guard prototype.
40270
40271 2000-03-04  Jim Meyering  <meyering@lucent.com>
40272
40273         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
40274         for lib/localcharset.c.
40275
40276 2000-03-04  Jim Meyering  <meyering@lucent.com>
40277
40278         * lib/Makefile.am (install-exec-local): Create $(libdir) before
40279         installing into it.
40280         (uninstall-local): Uncomment this rule so `make distcheck' works
40281         once again.
40282
40283         * lib/unicodeio.c (<errno.h>): Include it.
40284         (errno): Declare if not defined.
40285
40286         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
40287
40288         * lib/config.charset: New version, incorporating remarks from a linux
40289         i18n mailing list.  From Bruno Haible.
40290
40291 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
40292
40293         * m4/codeset.m4: New file.
40294         * m4/iconv.m4: New file.
40295         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
40296
40297 2000-03-03  Jim Meyering  <meyering@lucent.com>
40298
40299         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
40300
40301 2000-03-02  Jim Meyering  <meyering@lucent.com>
40302
40303         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
40304         the messages come out on separate lines.
40305
40306         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
40307         rather than jm_CHECK_DECLARATIONS.
40308         * m4/decl.m4: Remove now-unused file.
40309
40310         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
40311         geteuid.
40312
40313 2000-03-02  Jim Meyering  <meyering@lucent.com>
40314
40315         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
40316
40317 2000-03-01  Jim Meyering  <meyering@lucent.com>
40318
40319         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
40320         * lib/unicodeio.c: Likewise.
40321
40322 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
40323
40324         * lib/config.charset: New file.
40325         * lib/localcharset.c: New file.
40326         * lib/unicodeio.h, lib/unicodeio.c: New files.
40327         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
40328         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
40329         (noinst_HEADERS): Add unicodeio.h.
40330         (all-local, install-exec-local, charset.alias): New targets.
40331
40332 2000-02-28  Paul Eggert  <eggert@twinsun.com>
40333
40334         * lib/quotearg.c (ALERT_CHAR): New macro.
40335         (quotearg_buffer_restyled): Use it.
40336
40337 2000-02-27  Jim Meyering  <meyering@lucent.com>
40338
40339         * m4/check-decl.m4: Add getenv to the list.
40340
40341 2000-02-27  Jim Meyering  <meyering@lucent.com>
40342
40343         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
40344         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
40345
40346         * lib/backupfile.c: Guard inclusion of stdlib.h with
40347         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
40348         Declare malloc if needed.
40349
40350         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
40351         `#ifndef HAVE_DECL..'
40352         now that autoconf always defines the HAVE_DECL_ symbols.
40353         * lib/human.c: Likewise.
40354         * lib/same.c: Likewise.
40355         * lib/strtoumax.c: Likewise.
40356
40357         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
40358         declaration check was not run.
40359         * lib/hash.c: Likewise.
40360         * lib/human.c: Likewise.
40361         * lib/same.c: Likewise.
40362         * lib/strtoumax.c: Likewise.
40363
40364         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
40365         `.', then first look up the entire `.'-containing string as a login
40366         name.
40367
40368 2000-02-23  Jim Meyering  <meyering@lucent.com>
40369
40370         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
40371         in place of my hack.
40372
40373 2000-02-18  Paul Eggert  <eggert@twinsun.com>
40374
40375         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
40376         (textint): New typedef.
40377         (parser_control): Member year changed from int to textint.
40378         All uses changed.
40379         (YYSTYPE): Removed; replaced by %union with int and textint members.
40380         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
40381         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
40382         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
40383         (tSNUMBER, tUNUMBER): Now of type <textintval>.
40384         (date, number, to_year): Use width of number in digits, not its value,
40385         to determine whether it's a 2-digit year, or a 2-digit time.
40386         (yylex): Store number of digits of numeric tokens.
40387         Reported by John Kendall.
40388
40389         (parser_control): Changed from struct parser_control to typedef (for
40390         consistency).  All uses changed.
40391
40392         (tID): Removed; not used.
40393         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
40394
40395 2000-02-14  Paul Eggert  <eggert@twinsun.com>
40396
40397         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
40398         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
40399
40400 2000-02-12  Jim Meyering  <meyering@lucent.com>
40401
40402         * lib/userspec.c (ISDIGIT): Define it.
40403         (isdigit): Remove definition.
40404         (is_number): Use ISDIGIT, not isdigit.
40405         <libintl.h>: Include.
40406         (_ and N_): Define.
40407         (parse_user_spec): Mark translatable strings.
40408
40409 2000-02-10  Jim Meyering  <meyering@lucent.com>
40410
40411         With these changes, nanosleep.[ch] are finally enough like the other
40412         lib/* replacement files to compile on a few more losing systems.
40413
40414         * lib/nanosleep.h: Don't include config.h.
40415         Remove prototype from declaration of nanosleep.
40416         (PARAMS): Remove now-unneeded definition.
40417         * lib/nanosleep.c: #undef nanosleep.
40418         (rpl_nanosleep): Rename from nanosleep.
40419
40420 2000-02-10  Jim Meyering  <meyering@lucent.com>
40421
40422         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
40423         gnu_nanosleep to rpl_nanosleep.
40424
40425 2000-02-09  Jim Meyering  <meyering@lucent.com>
40426
40427         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
40428         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
40429
40430 2000-02-08  Akim Demaille  <akim@epita.fr>
40431
40432         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
40433         `[' and `]' and remove uses of `changequote'.
40434         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
40435         (AC_SYS_LARGEFILE): Likewise.
40436         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
40437         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
40438         of changequote.
40439         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
40440         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
40441         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
40442         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
40443
40444 2000-02-05  Jim Meyering  <meyering@lucent.com>
40445
40446         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
40447         Remove explicit use of AC_HEADER_TIME.  It is required by
40448         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
40449         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
40450         in autoconf whereby the expansion of the latter ended up preceding
40451         the expansion of its prerequisite, AC_HEADER_TIME.
40452         Reported by Volker Borchert.
40453
40454 2000-02-03  Jim Meyering  <meyering@lucent.com>
40455
40456         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
40457
40458 2000-02-03  Jim Meyering  <meyering@lucent.com>
40459
40460         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
40461         rather than with `#if HAVE_UTMPNAME'.
40462
40463 2000-02-02  Jim Meyering  <meyering@lucent.com>
40464
40465         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
40466         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
40467         Reported by Eli Zaretskii.
40468
40469 2000-02-01  Jim Meyering  <meyering@lucent.com>
40470
40471         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
40472
40473 2000-01-31  Jim Meyering  <meyering@lucent.com>
40474
40475         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
40476         functions.  Add the time.h and sys/time.h headers along with the
40477         AC_REQUIRE'ment of AC_HEADER_TIME.
40478
40479 2000-01-31  Jim Meyering  <meyering@lucent.com>
40480
40481         * lib/nanosleep.h (nanosleep): Guard declaration with
40482         `#if ! HAVE_DECL_NANOSLEEP'.
40483         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
40484         the declaration in that vendor's sys/timers.h.
40485         Reported by Christian Krackowizer.
40486
40487         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
40488         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
40489         (ISPRINT): Likewise.
40490         Reported by Tom Tromey.
40491
40492 2000-01-30  Jim Meyering  <meyering@lucent.com>
40493
40494         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
40495
40496         * m4/prereq.m4 (utmp_includes): Define.
40497         Check for ut_user and ut_name members in both struct utmpx
40498         and struct utmp.
40499
40500 2000-01-30  Jim Meyering  <meyering@lucent.com>
40501
40502         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
40503         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
40504         header files where only utmpx.ut_user is declared.
40505
40506         * lib/readutmp.h (UT_USER): Define.
40507
40508 2000-01-29  Jim Meyering  <meyering@lucent.com>
40509
40510         * m4/lib-check.m4: New file containing library-related checks from
40511         fileutils and sh-utils (textutils had none).
40512
40513 2000-01-28  Jim Meyering  <meyering@lucent.com>
40514
40515         * m4/perl.m4: Change format of warning message to look more like that
40516         from the missing script.  Suggestion from François Pinard.
40517
40518 2000-01-25  Jim Meyering  <meyering@lucent.com>
40519
40520         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
40521         well as time.h in the compile check.
40522         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
40523         Fix typo in cross-compiling case: s/yes/no/.
40524
40525 2000-01-23  Jim Meyering  <meyering@lucent.com>
40526
40527         * m4/jm-macros.m4: Move df-related tests here from
40528         fileutils/configure.in
40529
40530         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
40531         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
40532
40533         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
40534         s/space/ac_fsusage_space/.
40535         (jm_FILE_SYSTEM_USAGE): Take two parameters.
40536
40537         * m4/ftruncate.m4: New file (derived from part of
40538         fileutils/configure.in).
40539         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
40540         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
40541
40542         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
40543         AC_SUBST these here, rather than just in sh-util/configure.in, so
40544         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
40545         all the same.
40546         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
40547         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
40548         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
40549         (AC_SUBST(POW_LIBM)): Likewise.
40550         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
40551
40552 2000-01-23  Jim Meyering  <meyering@lucent.com>
40553
40554         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
40555         obstack.c.
40556
40557 2000-01-22  Jim Meyering  <meyering@lucent.com>
40558
40559         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
40560
40561         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
40562
40563         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
40564         configure.in
40565         (AC_CHECK_HEADERS): Likewise for sh-utils.
40566         (AC_CHECK_HEADERS): Likewise for textutils.
40567         Merge the three lists of headers.
40568
40569         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
40570         from fileutils' configure.in.
40571
40572         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
40573         code. Moved tests into their own function (_jm_DECL_HEADERS) in
40574         check-decl.m4.
40575
40576         * m4/check-decl.m4: Use #if rather than #ifdef.
40577         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
40578         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
40579         (_jm_DECL_HEADERS): Define new function.
40580         (jm_CHECK_DECLARATIONS): Require it.
40581
40582 2000-01-22  Jim Meyering  <meyering@lucent.com>
40583
40584         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
40585         [! HAVE_DECL_STRTOULL]: Declare strtoull.
40586         Required for some AIX systems.  Reported by Christian Krackowizer.
40587         [TESTING] (main): New function.
40588
40589         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
40590         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
40591         letters.
40592
40593         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
40594         iswprint.
40595
40596         * lib/strverscmp.c (ISDIGIT): Define.
40597         (strverscmp): Use ISDIGIT, not isdigit.
40598
40599 2000-01-19  Jim Meyering  <meyering@lucent.com>
40600
40601         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
40602         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
40603         defines `struct timespec' in <sys/time.h>
40604
40605         * m4/c-bs-a.m4: Remove uses of changequote altogether.
40606         Thanks to Akim for explaining.
40607
40608 2000-01-17  Paul Eggert  <eggert@twinsun.com>
40609
40610         * lib/nanosleep.c (nanosleep):
40611         Don't use SA_INTERRUPT to decide whether to call sigaction, as
40612         POSIX.1 doesn't require SA_INTERRUPT and some systems
40613         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
40614         it's been part of POSIX.1 since day 1 (in 1988).
40615
40616 2000-01-17  Jim Meyering  <meyering@lucent.com>
40617
40618         * lib/interlock: Remove unused file.  Reported by François Pinard.
40619
40620 2000-01-16  Paul Eggert  <eggert@twinsun.com>
40621
40622         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
40623         alert, backslash, formfeed, and vertical tab unnecessarily in
40624         shell quoting style.
40625
40626 2000-01-16  Jim Meyering  <meyering@lucent.com>
40627
40628         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
40629         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
40630         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
40631         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
40632
40633 2000-01-16  Jim Meyering  <meyering@lucent.com>
40634
40635         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
40636         because the latter didn't work.
40637
40638 2000-01-15  Jim Meyering  <meyering@lucent.com>
40639
40640         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
40641         (AC_REPLACE_FUNCS): Add memcpy and memset.
40642         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
40643         Add strpbrk.
40644         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
40645
40646 2000-01-12  Jim Meyering  <meyering@lucent.com>
40647
40648         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
40649         (jm_PREREQ): Use it.
40650         (jm_PREREQ_READUTMP): New macro.
40651         (jm_PREREQ): Use it.
40652
40653 2000-01-11  Paul Eggert  <eggert@twinsun.com>
40654
40655         Quote multibyte characters correctly.
40656         * m4/c-bs-a.m4: New file.
40657         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
40658         (jm_PREREQ): Use it.
40659
40660 2000-01-11  Paul Eggert  <eggert@twinsun.com>
40661
40662         * m4/uintmax_t.m4: Port to autoconf 2.13.
40663
40664 2000-01-08  Jim Meyering  <meyering@ascend.com>
40665
40666         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
40667         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
40668
40669 2000-01-04  Jim Meyering  <meyering@ascend.com>
40670
40671         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
40672         jm_STRUCT_DIRENT_D_TYPE.
40673         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
40674         jm_STRUCT_DIRENT_D_INO.
40675         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
40676         jm_STRUCT_UTIMBUF.
40677         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
40678         renamings.
40679         * m4/utime.m4: Likewise.
40680
40681         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
40682         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
40683
40684 2000-01-03  Paul Eggert  <eggert@twinsun.com>
40685
40686         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
40687         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
40688
40689 2000-01-02  Jim Meyering  <meyering@ascend.com>
40690
40691         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
40692         remember if this is necessary.
40693
40694 1999-12-26  Jim Meyering  <meyering@ascend.com>
40695
40696         * m4/jm-macros.m4: Use it here.
40697         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
40698
40699 1999-12-23  Jim Meyering  <meyering@ascend.com>
40700
40701         * m4/jm-macros.m4: Check for clock_gettime (moved from
40702         fileutils/configure.in)
40703         Check for gettimeofday.
40704
40705 1999-12-20  Jim Meyering  <meyering@ascend.com>
40706
40707         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
40708         autoconf-2.14a-1999-12-20.
40709
40710 1999-12-19  Jim Meyering  <meyering@ascend.com>
40711
40712         * m4/lstat-slash.m4: New file.
40713         * m4/jm-macros.m4: Use the new macro:
40714         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40715
40716 1999-12-07  Jim Meyering  <meyering@ascend.com>
40717
40718         * m4/perl.m4: Require that File::Compare be available, too.
40719         Too many systems seem to lack it.
40720
40721         * m4/strftime.m4: Add checks for most of the cpp macros tested in
40722         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
40723
40724 1999-11-18  Paul Eggert  <eggert@twinsun.com>
40725
40726         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
40727         problem with the QNX 4.25 shell, which doesn't propagate exit
40728         status of failed commands inside shell assignments.
40729
40730 1999-11-17  Jim Meyering  <meyering@ascend.com>
40731
40732         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
40733
40734 1999-11-07  Jim Meyering  <meyering@ascend.com>
40735
40736         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
40737
40738 1999-11-06  Jim Meyering  <meyering@ascend.com>
40739
40740         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
40741         * m4/jm-macros.m4 (jm_MACROS): Use it here.
40742
40743 1999-11-05  Jim Meyering  <meyering@ascend.com>
40744
40745         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
40746         configure.in of textutils, fileutils, and sh-utils into this one
40747         (shared between those packages) file.
40748         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
40749         AC_STRUCT_ST_BLKSIZE.
40750
40751 1999-11-03  Jim Meyering  <meyering@ascend.com>
40752
40753         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
40754         of AC_CHECK_TYPE checks includes unistd.h.
40755         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
40756         Suggestion from Akim Demaille.
40757
40758 1999-10-30  Jim Meyering  <meyering@ascend.com>
40759
40760         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
40761         m4-quoted string.
40762         * m4/ls-mntd-fs.m4: Likewise.
40763         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
40764         * m4/jm-winsz1.m4: Likewise.
40765
40766         * m4/const.m4: Remove file, since the fix made it into the experimental
40767         version of autoconf.
40768         * m4/mktime.m4: Likewise.
40769
40770         * m4/check-type.m4: Remove file, now that the latest version of
40771         AC_CHECK_TYPE takes a third arg to specify additional #includes.
40772
40773         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
40774         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
40775         AC_CHECK_TYPE.
40776
40777 1999-10-04  Jim Meyering  <meyering@ascend.com>
40778
40779         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
40780
40781 1999-09-22  Paul Eggert  <eggert@twinsun.com>
40782
40783         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
40784         2.95.1 bug with HP-UX 10.20.
40785
40786 1999-09-17  Jim Meyering  <meyering@ascend.com>
40787
40788         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
40789         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
40790         due to missing strdup (against sh-utils-2.0).
40791
40792 1999-08-29  Jim Meyering  <meyering@ascend.com>
40793
40794         * m4/jm-macros.m4: Require jm_BISON.
40795         * m4/bison.m4: New file.
40796
40797 1999-08-17  Paul Eggert  <eggert@twinsun.com>
40798
40799         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
40800         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
40801
40802 1999-08-05  Jim Meyering  <meyering@ascend.com>
40803
40804         * m4/getline.m4: Rename test file from conftestdata to conftest.data
40805         to avoid conflicts with `conftest' on 8+3 filesystems.
40806         Suggestion from Eli Zaretskii.
40807
40808 1999-08-04  Jim Meyering  <meyering@ascend.com>
40809
40810         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
40811         fileutils and sh-utils (textutils's getline test was inadequate).
40812         (AM_FUNC_GETLINE): Run this test.
40813         (AC_CHECK_FUNCS): Check for getdelim.
40814         Reported by Bob Proulx.
40815
40816 1999-08-02  Jim Meyering  <meyering@ascend.com>
40817
40818         * m4/jm-macros.m4: Add a comment.
40819
40820 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40821
40822         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
40823         <inttypes.h> defines strtoumax as a macro (and not as a
40824         function).
40825
40826 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40827
40828         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
40829         that we can shift, multiply and divide unsigned long long
40830         values; Ultrix cc can't do it.
40831
40832 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40833
40834         * m4/mktime.m4: New file, which is a preview of what should appear
40835         in the next public autoconf release.
40836
40837 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40838
40839         * m4/lfs.m4: Remove this file.
40840         * m4/largefile.m4: New file.  It contains the old contents of
40841         lfs.m4, except that all names with prefix AC_LFS have been
40842         changed to use the prefix AC_SYS_LARGEFILE instead, to be
40843         compatible with future autoconf versions.  Also, some minor m4
40844         quoting problems have been fixed.
40845
40846 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40847
40848         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
40849         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
40850         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
40851         and simplify the shell code.
40852
40853 1999-08-01  Jim Meyering  <meyering@ascend.com>
40854
40855         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
40856         m4.
40857
40858 1999-07-20  Jim Meyering  <meyering@ascend.com>
40859
40860         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
40861
40862 1999-07-15  Jim Meyering  <meyering@ascend.com>
40863
40864         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
40865
40866 1999-05-22  Jim Meyering  <meyering@ascend.com>
40867
40868         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
40869
40870 1999-05-20  Jim Meyering  <meyering@ascend.com>
40871
40872         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
40873         Add a colon after each `then' in case $4 is empty.
40874
40875 1999-05-16  Jim Meyering  <meyering@ascend.com>
40876
40877         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
40878
40879 1999-05-10  Jim Meyering  <meyering@ascend.com>
40880
40881         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
40882
40883         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
40884         AC_FUNC_MKTIME.
40885
40886 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
40887
40888         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
40889
40890 1999-05-04  Paul Eggert  <eggert@twinsun.com>
40891
40892         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
40893         not CPPFLAGS, so that linking works correctly in IRIX.
40894
40895 1999-04-30  Paul Eggert  <eggert@twinsun.com>
40896
40897         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
40898
40899 1999-04-20  Paul Eggert  <eggert@twinsun.com>
40900
40901         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
40902         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
40903         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
40904         jm_AC_TYPE_UNSIGNED_LONG_LONG.
40905         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
40906
40907         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
40908
40909 1999-04-20  Jim Meyering  <meyering@ascend.com>
40910
40911         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
40912         AC_REPLACE xstroull if necessary.  From Paul Eggert.
40913         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
40914
40915 1999-04-18  Jim Meyering  <meyering@ascend.com>
40916
40917         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
40918         * m4/jm-macros.m4: Use it.
40919
40920 1999-04-06  Jim Meyering  <meyering@ascend.com>
40921
40922         * m4/strftime.m4: Remove test for %f.
40923
40924 1999-03-29  Jim Meyering  <meyering@ascend.com>
40925
40926         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
40927         superset of the AC_TYPE_* checks in the textutils, fileutils,
40928         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
40929         AC_TYPE_PID_T.
40930
40931 1999-03-28  Jim Meyering  <meyering@ascend.com>
40932
40933         * m4/jm-macros.m4: Define GNU_PACKAGE here.
40934         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
40935         replaced e.g., in the *.sh files of the sh-utils.
40936
40937 1999-03-20  Jim Meyering  <meyering@ascend.com>
40938
40939         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
40940         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
40941         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
40942
40943 1999-03-19  Jim Meyering  <meyering@ascend.com>
40944
40945         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
40946
40947 1999-03-12  Jim Meyering  <meyering@ascend.com>
40948
40949         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
40950
40951 1999-03-07  Jim Meyering  <meyering@ascend.com>
40952
40953         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
40954         declared.
40955
40956 1999-02-17  Jim Meyering  <meyering@ascend.com>
40957
40958         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
40959         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
40960
40961 1999-02-07  Jim Meyering  <meyering@ascend.com>
40962
40963         * m4/group-member.m4: New file -- extracted from sh-utils'
40964         configure.in.
40965
40966         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
40967         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
40968
40969 1999-02-06  Jim Meyering  <meyering@ascend.com>
40970
40971         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
40972         * m4/fnmatch.m4: Likewise.
40973         * m4/getgroups.m4: Likewise.
40974         * m4/lstat.m4: Likewise.
40975         * m4/malloc.m4: Likewise.
40976         * m4/putenv.m4: Likewise.
40977         * m4/realloc.m4: Likewise.
40978         * m4/regex.m4: Likewise.
40979         * m4/stat.m4: Likewise.
40980         * m4/strftime.m4: Likewise.
40981         Suggestion from Alain Magloire.
40982
40983         * m4/chown.m4: Use `.$ac_objext', not `.o'.
40984         * m4/fnmatch.m4: Likewise.
40985         * m4/getgroups.m4: Likewise.
40986         * m4/getline.m4: Likewise.
40987         * m4/lstat.m4: Likewise.
40988         * m4/malloc.m4: Likewise.
40989         * m4/memcmp.m4: Likewise.
40990         * m4/putenv.m4: Likewise.
40991         * m4/realloc.m4: Likewise.
40992         * m4/regex.m4: Likewise.
40993         * m4/stat.m4: Likewise.
40994         * m4/strftime.m4: Likewise.
40995         Suggestion from Alain Magloire.
40996
40997         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
40998         an argument.
40999
41000         * m4/regex.m4: Add a run-time Test for proper operation of
41001         re_compile_pattern.
41002
41003 1999-01-31  Jim Meyering  <meyering@ascend.com>
41004
41005         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
41006
41007 1999-01-30  Jim Meyering  <meyering@ascend.com>
41008
41009         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
41010
41011         * m4/jm-mktime.m4: Make this a wrapper around the official
41012         AM_FUNC_MKTIME rather than my private copy, now that the official one
41013         is up to date.
41014         * m4/mktime.m4: Remove file.
41015
41016         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
41017         * m4/uptime.m4: Likewise.
41018         * m4/uintmax_t.m4: Likewise.
41019
41020 1999-01-28  Jim Meyering  <meyering@ascend.com>
41021
41022         * m4/jm-macros.m4: Use jm_AFS.
41023         * m4/afs.m4: New file (from fileutils' configure.in).
41024
41025         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
41026         * m4/chown.m4: Likewise.
41027         * m4/d-ino.m4: Likewise.
41028         * m4/d-type.m4: Likewise.
41029         * m4/fnmatch.m4: Likewise.
41030         * m4/getgroups.m4: Likewise.
41031         * m4/gettext.m4: Likewise.
41032         * m4/jm-mktime.m4: Likewise.
41033         * m4/jm-winsz2.m4: Likewise.
41034         * m4/lcmessage.m4: Likewise.
41035         * m4/ls-mntd-fs.m4: Likewise.
41036         * m4/malloc.m4: Likewise.
41037         * m4/memcmp.m4: Likewise.
41038         * m4/putenv.m4: Likewise.
41039         * m4/realloc.m4: Likewise.
41040         * m4/st_mtim.m4: Likewise.
41041         * m4/strftime.m4: Likewise.
41042
41043 1999-01-16  Jim Meyering  <meyering@ascend.com>
41044
41045         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
41046         (ARGMATCH_DIE_DECL): Define.
41047
41048 1999-01-12  Jim Meyering  <meyering@ascend.com>
41049
41050         * m4/Makefile.am.in: Rewrite to avoid using fmt.
41051         Reported by Lars Hecking.
41052
41053 1999-01-10  Jim Meyering  <meyering@ascend.com>
41054
41055         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
41056         gross kludge.
41057         * m4/inttypes_h.m4: Likewise.
41058         * m4/lstat.m4: Likewise.
41059         * m4/malloc.m4: Likewise.
41060         * m4/readdir.m4: Likewise.
41061         * m4/realloc.m4: Likewise.
41062         * m4/st_dm_mode.m4: Likewise.
41063         * m4/stat.m4: Likewise.
41064         * m4/utimbuf.m4: Likewise.
41065         * m4/utimes.m4: Likewise.
41066
41067         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
41068         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
41069         comments in config.h.in are meaningful.
41070
41071         * m4/jm-macros.m4: Require autoconf-2.13 here.
41072
41073         * m4/regex.m4: By default, don't use the included regex.c on systems
41074         with glibc 2.  Suggestion from Uli Drepper.
41075
41076 1999-01-02  Jim Meyering  <meyering@ascend.com>
41077
41078         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
41079
41080 1998-12-18  Jim Meyering  <meyering@ascend.com>
41081
41082         * m4/Makefile.am.in (Makefile.am): Simplify rule.
41083         Based on a suggestion from Lars Hecking.
41084
41085 1998-11-16  Paul Eggert  <eggert@twinsun.com>
41086
41087         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
41088
41089 1998-11-16  Jim Meyering  <meyering@ascend.com>
41090
41091         * m4/lfs.m4: Double-quote the `uname...` expression.
41092
41093 1998-11-14  Jim Meyering  <meyering@ascend.com>
41094
41095         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
41096         * m4/stat.m4: Likewise.
41097
41098 1998-11-03  Jim Meyering  <meyering@ascend.com>
41099
41100         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
41101         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
41102
41103 1998-10-18  Jim Meyering  <meyering@ascend.com>
41104
41105         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
41106
41107 1998-10-17  Jim Meyering  <meyering@ascend.com>
41108
41109         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
41110         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
41111         calls for those previously hard-coded headers.  Instead, take a new
41112         parameter.
41113         (jm_CHECK_DECLARATIONS): Reflect interface change.
41114         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
41115         (jm_CHECK_DECL_LOCALTIME_R): New macro.
41116
41117         * m4/mktime.m4: Test for spring-forward gap before long-running test.
41118
41119 1998-10-14  Jim Meyering  <meyering@ascend.com>
41120
41121         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
41122         instead of "TZ=America/Vancouver".  From Paul Eggert.
41123
41124 1998-10-11  Jim Meyering  <meyering@ascend.com>
41125
41126         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
41127         This adds a test for a recently added compatibility fix for mktime.c.
41128         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
41129
41130 1998-09-27  Jim Meyering  <meyering@ascend.com>
41131
41132         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
41133
41134         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
41135         ../configure.in, including a change from Gordon Matzigkeit to allow
41136         cross-compiling for the Hurd.
41137
41138         * m4/glibc.m4: New file/macro to test for the GNU C Library
41139         versions 1 and 2.  From Gordon Matzigkeit.
41140         Indent.
41141
41142 1998-09-21  Jim Meyering  <meyering@ascend.com>
41143
41144         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
41145
41146 1998-08-18  Paul Eggert  <eggert@twinsun.com>
41147
41148         Port nanosecond-resolution times to UnixWare 2.1.2 and
41149         pedantic Solaris 2.6.
41150
41151         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
41152         AC_STRUCT_ST_MTIM.
41153         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
41154         Generate name of ns member, instead of just 1 or undef.
41155         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
41156
41157 1998-08-15  Jim Meyering  <meyering@ascend.com>
41158
41159         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
41160         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
41161         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
41162         instead of jm_TYPE_SSIZE_T.
41163
41164 1998-08-12  Jim Meyering  <meyering@ascend.com>
41165
41166         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
41167
41168 1998-08-02  Jim Meyering  <meyering@ascend.com>
41169
41170         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
41171         in acconfig.h manually.
41172
41173 1998-07-31  Paul Eggert  <eggert@twinsun.com>
41174
41175         * m4/st_mtim.m4: New file.
41176
41177 1998-07-28  Jim Meyering  <meyering@ascend.com>
41178
41179         * m4/utimes.m4: Undef stat.
41180
41181 1998-07-25  Jim Meyering  <meyering@ascend.com>
41182
41183         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
41184         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
41185
41186 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
41187
41188         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
41189         uid and gid actually remain unchanged.
41190
41191 1998-07-07  Jim Meyering  <meyering@ascend.com>
41192
41193         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
41194
41195 1998-07-04  Jim Meyering  <meyering@ascend.com>
41196
41197         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
41198         to prove that this macro can be used in packages without regex.c.
41199
41200 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
41201
41202         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
41203         is to be used.
41204
41205 1998-07-03  Jim Meyering  <meyering@ascend.com>
41206
41207         * m4/gettext.m4: Add -lintl if it's found to be necessary.
41208
41209         * m4/gettext.m4: New file -- from gettext-0.10.35.
41210         * m4/lcmessage.m4: Likewise.
41211         * m4/progtest.m4: Likewise.
41212
41213         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
41214         * m4/jm-macros.m4: Require the new macro.
41215
41216 1998-06-29  Jim Meyering  <meyering@ascend.com>
41217
41218         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
41219         for the definition of NGROUPS (used in a system header included
41220         by sys/mount.h).
41221
41222 1998-06-28  Jim Meyering  <meyering@ascend.com>
41223
41224         * m4/ls-mntd-fs.m4: New file.
41225         * m4/fstypename.m4: New file.
41226
41227         * m4/jm-macros.m4: Require the new macro.
41228         * m4/jm-glibc-io.m4: New file.
41229
41230 1998-05-19  Jim Meyering  <meyering@ascend.com>
41231
41232         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
41233         * m4/lchown.m4: New file.
41234
41235         * m4/Makefile.am.in: New file.
41236         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
41237
41238 1998-05-14  Jim Meyering  <meyering@ascend.com>
41239
41240         * m4/Makefile.am (EXTRA_DIST): Add them.
41241         * m4/jm-macros.m4: New file.
41242         * m4/utimbuf.m4: New file.
41243
41244 1998-05-12  Jim Meyering  <meyering@ascend.com>
41245
41246         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
41247
41248 1998-05-11  Jim Meyering  <meyering@ascend.com>
41249
41250         * m4/isc-posix.m4: New file.
41251
41252 1998-05-10  Jim Meyering  <meyering@ascend.com>
41253
41254         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
41255
41256 1998-05-09  Jim Meyering  <meyering@ascend.com>
41257
41258         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
41259         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
41260         with automake.
41261
41262         * m4/ssize_t.m4: New file.
41263         * m4/mktime.m4: Remove file -- the new automake has this now.
41264
41265 1998-04-26  Jim Meyering  <meyering@ascend.com>
41266
41267         * m4/assert.m4: New file.
41268         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
41269
41270 1998-04-05  Jim Meyering  <meyering@ascend.com>
41271
41272         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
41273         (jm_PREREQ): Use it here.
41274
41275 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
41276
41277         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
41278         in acconfig.h.
41279
41280 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
41281
41282         * m4/prereq.m4: New file.
41283         * m4/error.m4: New file.
41284         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
41285
41286 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
41287
41288         * m4/getline.m4: Don't set am_cv_func_working_getline before the
41289         cache-check for the same variable -- that defeated the purpose of
41290         the test; the test program was never run.  This was a problem only
41291         on systems with losing getline functions -- HP-UX 10.20 is one.
41292         Reported by Bjorn Helgaas.
41293
41294 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
41295
41296         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
41297
41298 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
41299
41300         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
41301
41302         * m4/const.m4: New file.  Use an initializer in this declaration
41303         typedef int charset[2]; const charset x;
41304         Reported by Bob Glickstein.
41305
41306 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
41307
41308         * m4/chown.m4: Fix reversed types on -1 args to chown.
41309         From Kaveh Ghazi.
41310
41311 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
41312
41313         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
41314         Add lseek and memchr.
41315
41316         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
41317         T.E.Dickey <dickey@clark.net> said that some older preprocessors
41318         have a 20-character limit on names.
41319
41320 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
41321
41322         * m4/inttypes_h.m4: New file.
41323         * m4/uintmax_t.m4: New file.
41324         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
41325
41326
41327         -----
41328
41329         Local Variables:
41330         coding: utf-8
41331         End:
41332
41333         Copyright (C) 1997-2008 Free Software Foundation, Inc.
41334
41335         Copying and distribution of this file, with or without
41336         modification, are permitted provided the copyright notice
41337         and this notice are preserved.