b73cf2303721c6ea520028dff255ca087f7d729b
[gnulib.git] / ChangeLog
1 2008-06-06  Eric Blake  <ebb9@byu.net>
2
3         Tweak documentation to cover cygwin argz bugs.
4         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
5         argz bug fix; no code change needed since no cygwin releases
6         occurred between the last fix and the bug being tested.
7         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
8         module and recently fixed cygwin bugs.
9         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
10         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
11         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
12         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
13         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
14         Likewise.
15         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
16         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
17         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
18         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
19         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
20         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
21         Likewise.
22
23         Avoid gcc warning on cygwin.
24         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
25         !ACL_NO_TRIVIAL]: Avoid unused variable.
26
27 2008-06-05  Eric Blake  <ebb9@byu.net>
28
29         Be tolerant of UNKNOWN version in gnulib-tool test dir.
30         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
31         git-version-gen fails to come up with a version.
32         Reported by Simon Josefsson.
33
34 2008-06-05  Jim Meyering  <meyering@redhat.com>
35             Paul Eggert  <eggert@cs.ucla.edu>
36
37         utimens.c: work around a probable Linux kernel bug
38         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
39         appears to be a kernel bug that causes utimensat to return 280
40         instead of 0, indicating success.
41
42 2008-06-04  Bruno Haible  <bruno@clisp.org>
43
44         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
45         2008-06-01 commit.
46
47 2008-06-04  Bruno Haible  <bruno@clisp.org>
48
49         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
50         * lib/file-has-acl.c (acl_access_nontrivial): New function.
51         (file_has_acl): Use it. Save errno afterwards.
52         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
53
54 2008-06-03  Bruno Haible  <bruno@clisp.org>
55
56         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
57         draft code. Simplify #ifs.
58         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
59         Put Solaris code after POSIX-draft code. Fix comments regarding
60         Solaris 10, HP-UX. Mention Cygwin.
61         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
62
63 2008-06-03  Eric Blake  <ebb9@byu.net>
64
65         Provide fallback for older kernels.
66         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
67         Provide runtime fallback if kernel lacks support.
68         Reported by Mike Frysinger.
69
70 2008-06-02  Bruno Haible  <bruno@clisp.org>
71
72         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
73         it exists.
74
75 2008-06-02  Bruno Haible  <bruno@clisp.org>
76
77         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
78         * lib/copy-acl.c (qcopy_acl): Update comment.
79
80 2008-06-02  Bruno Haible  <bruno@clisp.org>
81
82         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
83         like ACL APIs.
84
85 2008-06-02  Bruno Haible  <bruno@clisp.org>
86
87         * tests/test-file-has-acl.sh: Use different code for Cygwin.
88         * tests/test-set-mode-acl.sh: Likewise.
89         * tests/test-copy-acl.sh: Likewise.
90         * tests/test-copy-file.sh: Likewise.
91
92 2008-06-02  Bruno Haible  <bruno@clisp.org>
93
94         * tests/test-file-has-acl.sh: Remove unused code.
95
96 2008-06-01  Bruno Haible  <bruno@clisp.org>
97
98         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
99         (copy_acl): Just a wrapper around qcopy_acl that emits the error
100         messages.
101         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
102
103 2008-06-01  Bruno Haible  <bruno@clisp.org>
104
105         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
106         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
107         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
108         APIs.
109         * modules/acl-tests (configure.ac): Remove tests now contained in
110         m4/acl.m4.
111
112 2008-06-02  Jim Meyering  <meyering@redhat.com>
113
114         announce-gen: use a better key-server host name
115         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
116         it may be more consistently reliable.  Suggested by Werner Koch
117         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
118
119 2008-06-01  Bruno Haible  <bruno@clisp.org>
120
121         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
122         Reported by Voroskoi Andras <voroskoi@gmail.com>.
123
124 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
125
126         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
127
128 2008-06-01  Bruno Haible  <bruno@clisp.org>
129
130         New ACL tests.
131         * tests/test-file-has-acl.sh: New file.
132         * tests/test-file-has-acl.c: New file.
133         * tests/test-set-mode-acl.sh: New file.
134         * tests/test-set-mode-acl.c: New file.
135         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
136         * tests/test-copy-acl.c: New file.
137         * modules/acl-tests: New file, based on modules/copy-file-tests.
138         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
139         (Depends-on): Add acl-tests.
140         (configure.ac): Remove checks.
141         (Makefile.am): Don't create test-sameacls program here any more.
142
143 2008-06-01  Bruno Haible  <bruno@clisp.org>
144
145         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
146         * tests/test-sameacls.c: Include progname.h.
147         (main): Invoke set_program_name. Portability fixes for MacOS X,
148         Solaris, HP-UX.
149
150 2008-06-01  Bruno Haible  <bruno@clisp.org>
151
152         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
153         function.
154         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
155
156 2008-06-01  Bruno Haible  <bruno@clisp.org>
157
158         * modules/rpmatch (Depends-on): Add strdup.
159
160 2008-06-01  Bruno Haible  <bruno@clisp.org>
161
162         * lib/pipe.c: Include unistd-safer.h.
163         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
164         * modules/pipe (Depends-on): Add unistd-safer.
165
166 2008-05-30  Simon Josefsson  <simon@josefsson.org>
167
168         * modules/autobuild (configure.ac): Call AB_INIT.
169
170 2008-05-30  Simon Josefsson  <simon@josefsson.org>
171
172         * tests/test-getaddrinfo.c: Don't print debug messages by default.
173         Suggested by Bruno Haible <bruno@clisp.org>.
174
175 2008-05-30  Simon Josefsson  <simon@josefsson.org>
176
177         * tests/test-base64.c: Cast size_t to unsigned long when invoking
178         printf.  Use %lu instead of %d.  Reported by Bruno Haible
179         <bruno@clisp.org>.
180
181 2008-05-29  Eric Blake  <ebb9@byu.net>
182
183         Prefer new POSIX 200x interfaces over futimesat.
184         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
185         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
186         when available.
187         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
188
189 2008-05-28  Bruno Haible  <bruno@clisp.org>
190
191         * modules/stpcpy (License): Change to LGPLv2+.
192         Requested by David Lutterkort <dlutter@redhat.com>.
193
194 2008-05-27  Bruno Haible  <bruno@clisp.org>
195
196         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
197         current mingw.
198         Reported by Jose E. Marchesi <jemarch@gnu.org>.
199
200 2008-05-27  Bruno Haible  <bruno@clisp.org>
201
202         * modules/iconv_open (Link): New section, from module 'iconv'.
203         * modules/striconv (Link): Likewise.
204         * modules/striconveh (Link): Likewise.
205         * modules/xstriconv (Link): Likewise.
206         * modules/unicodeio (Link): Likewise.
207         * modules/propername (Link): Likewise.
208         Reported by Jim Meyering.
209
210 2008-05-26  Jim Meyering  <meyering@redhat.com>
211
212         sha256: do not artificially restrict buffer length to be < 2^32
213         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
214         uint32_t to size_t.
215         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
216         to match.
217
218         avoid unaligned access errors, e.g., on sparc
219         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
220         direct access through a possibly-unaligned uint64* pointer.
221         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
222         direct access through a possibly-unaligned uint32* pointer.
223         Prompted by this patch from Tom "spot" Callaway:
224         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
225
226         sha512.c: fix typo in comment
227         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
228
229 2008-05-25  Bruno Haible  <bruno@clisp.org>
230
231         * lib/set-mode-acl.c: Renamed from lib/acl.c.
232         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
233         (Makefile.am): Update lib_SOURCES.
234
235 2008-05-25  Bruno Haible  <bruno@clisp.org>
236
237         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
238
239 2008-05-25  Jim Meyering  <meyering@redhat.com>
240
241         useless-if-before-free: freed expr may have white-space differences
242         * build-aux/useless-if-before-free: Recognize cases in which the
243         freed expression differs from the tested one in embedded white
244         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
245         $1 was used, so we can't make any regexp shy.  Improved tests now
246         detect this.
247
248         useless-if-before-free: accept white space in the expression.
249         * build-aux/useless-if-before-free: For now, any white space
250         in the expression must be identical in the free argument.
251
252         useless-if-before-free: efficiency tweak
253         * build-aux/useless-if-before-free: Make the expression-matching
254         regexp "shy".
255         Make the *outer* regexp shy, not the expr-matching one.
256
257         update code-in-comment to accept cast of free arg
258         * build-aux/useless-if-before-free: Update regexp.
259
260 2008-05-25  Bruno Haible  <bruno@clisp.org>
261
262         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
263         * modules/copy-file-tests (Files, Makefile.am): Update.
264         * tests/test-copy-file.c (func_test_copy): Update.
265
266 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
267
268         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
269
270 2008-05-23  Bruno Haible  <bruno@clisp.org>
271
272         Improve support for ACLs on OSF/1.
273         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
274         Remove fallback for unknown flavors of ACLs.
275
276 2008-05-22  Bruno Haible  <bruno@clisp.org>
277
278         Add support for ACLs on OSF/1.
279         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
280         replacements.
281         (acl_free_text): New macro fallback.
282         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
283         acl_free.
284         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
285         acl_free_text function. Require AC_C_INLINE.
286
287 2008-05-22  Bruno Haible  <bruno@clisp.org>
288
289         Make copy_acl work on MacOS X 10.5.
290         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
291         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
292         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
293         If MODE_INSIDE_ACL, don't assume that every system has the same text
294         representation for ACLs as FreeBSD.
295         * lib/copy-acl.c (copy_acl): Add support for platforms with
296         !MODE_INSIDE_ACL.
297         * lib/file-has-acl.c (file_has_acl): Likewise.
298         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
299         FreeBSD, MacOS X, or IRIX, respectively.
300
301 2008-05-22  Bruno Haible  <bruno@clisp.org>
302
303         * lib/acl.h: Don't include <sys/acl.h>.
304         (GETACLCNT): Move fallback to lib/acl-internal.h.
305         * lib/acl-internal.h: Include <sys/acl.h> here.
306         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
307
308 2008-05-22  Bruno Haible  <bruno@clisp.org>
309
310         Split off copy_acl function to separate file.
311         * lib/copy-acl.c: New file, extracted from lib/acl.c.
312         * lib/acl.c (copy_acl): Moved function to separate file.
313         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
314         * modules/acl (Files): Add lib/copy-acl.c.
315         (Makefiles.am): Augment lib_SOURCES.
316
317 2008-05-22  Bruno Haible  <bruno@clisp.org>
318
319         * modules/copy-file-tests: New file.
320         * tests/test-copy-file.sh: New file.
321         * tests/test-copy-file.c: New file.
322         * tests/test-copy-file-sameacls.c: New file.
323
324 2008-05-22  Eric Blake  <ebb9@byu.net>
325
326         Avoid gcc warning.
327         * tests/test-memcmp.c (main): Pass NULL indirectly.
328
329 2008-05-21  Bruno Haible  <bruno@clisp.org>
330
331         Add reference doc about ACLs.
332         * doc/acl-resources.txt: New file.
333         * doc/acl-cygwin.txt: New file.
334
335 2008-05-21  Bruno Haible  <bruno@clisp.org>
336
337         Avoid one more warning from gcc.
338         * lib/vasnprintf.c (IF_LINT): Update comments.
339         (VASNPRINTF): Use it also for the 'prefix' array initializer.
340
341 2008-05-21  Jim Meyering  <meyering@redhat.com>
342
343         avoid a warning from gcc
344         * lib/vasnprintf.c (IF_LINT): Define.
345         (scale10_round_decimal_long_double):
346         Use it to avoid a "may be used uninitialized" warning.
347         (scale10_round_decimal_double): Likewise.
348
349 2008-05-21  Simon Josefsson  <simon@josefsson.org>
350
351         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
352         declared.
353
354 2008-05-20  Bruno Haible  <bruno@clisp.org>
355
356         * tests/test-memcmp.c (main): Test also the sign of the result. Test
357         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
358
359 2008-05-20  Simon Josefsson  <simon@josefsson.org>
360
361         * modules/memcmp-tests: New file.
362         * tests/test-memcmp.c: New file.
363
364 2008-05-19  Bruno Haible  <bruno@clisp.org>
365
366         * modules/propername (Notice, configure.ac): Put quoted "..." into
367         --keyword option.
368         * lib/propername.h: Update comments accordingly.
369         Reported by Eric Blake.
370
371 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
372
373         * modules/getpass-gnu (Depends-on): Add fseeko.
374
375 2008-05-19  Simon Josefsson  <simon@josefsson.org>
376
377         * modules/base64-tests: New file.
378
379 2008-05-19  Bo Borgerson <gigabo@gmail.com>
380
381         * lib/base64.c (base64_decode_ctx): If a decode context structure
382         was passed in use it to ignore newlines.  If a context structure
383         was _not_ passed in, continue to treat newlines as garbage (this
384         is the historical behavior).  Formerly base64_decode.
385         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
386         takes a decode context structure.
387         * lib/base64.h (base64_decode): Macro for four-argument calls.
388         (base64_decode_alloc): Likewise.
389         * lib/base64.c (base64_decode_ctx): If a decode context structure
390         was passed in use it to ignore newlines.  If a context structure
391         was _not_ passed in, continue to treat newlines as garbage (this
392         is the historical behavior).  Formerly base64_decode.
393         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
394         takes a decode context structure.
395         * lib/base64.h (base64_decode): Macro for four-argument calls.
396         (base64_decode_alloc): Likewise.
397
398 2008-05-19  Jim Meyering  <meyering@redhat.com>
399
400         avoid a warning from gcc
401         * lib/trim.c (IF_LINT): Define.
402         (trim2): Use it to avoid a "may be used uninitialized" warning.
403
404         Fix doc typo.
405         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
406
407 2008-05-19  Bruno Haible  <bruno@clisp.org>
408
409         * doc/glibc-functions/getpass.texi: Document limits of other
410         implementations.
411
412 2008-05-19  Simon Josefsson  <simon@josefsson.org>
413             Bruno Haible <bruno@clisp.org>
414
415         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
416
417 2008-05-18  Bruno Haible  <bruno@clisp.org>
418
419         * modules/propername: New file, from GNU gettext.
420         * lib/propername.h: New file, from GNU gettext.
421         * lib/propername.c: New file, from GNU gettext.
422         * MODULES.html.sh (Internationalization functions): Add propername.
423
424 2008-05-16  Jim Meyering  <meyering@redhat.com>
425             Bruno Haible  <bruno@clisp.org>
426
427         Avoid some warnings from "gcc -Wshadow".
428         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
429
430 2008-05-15  Eric Blake  <ebb9@byu.net>
431
432         Extend previous patch to cygwin 1.7.0.
433         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
434         fast implementation in cygwin >= 1.7.0.
435         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
436         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
437
438 2008-05-15  Bruno Haible  <bruno@clisp.org>
439
440         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
441         implementation in glibc >= 2.9.
442         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
443         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
444
445 2008-05-15  Bruno Haible  <bruno@clisp.org>
446
447         * MODULES.html.sh (Internationalization functions): Remove linebreak.
448         (Unicode string functions): Add unilbrk/*.
449         Reported by Karl Berry.
450
451 2008-05-15  Eric Blake  <ebb9@byu.net>
452
453         Fix violation of <stdbool.h> replacement in regex.
454         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
455         * lib/regexec.c (re_search_internal): Likewise.
456         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
457
458 2008-05-15  Jim Meyering  <meyering@redhat.com>
459
460         avoid distracting test output when git or cvs is not found
461         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
462         * tests/test-vc-list-files-git.sh: Likewise.
463
464 2008-05-15  Eric Blake  <ebb9@byu.net>
465
466         Glibc finally accepted the memmem speedup code, bugzilla #5514.
467         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
468         glibc version.
469         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
470         * doc/posix-functions/strstr.texi (strstr): Likewise.
471         * lib/str-two-way.h (MAX): Sychronize with glibc.
472
473 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
474
475         * lib/regcomp.c (optimize_utf8): Add a note on why we test
476         opr.ctx_type.
477         (calc_first): Initialize constraint field.
478         (duplicate_node_closure): Use it instead of special casing ANCHORS.
479         Fix grammar.
480         (duplicate_node): Merge constraint field for all node types.
481         (calc_eclosure_iter): Look at constraint field for all node types.
482         * lib/regex_internal.c (create_cd_newstate): Don't look at
483         opr.ctx_type.
484
485 2008-05-14  Bruno Haible  <bruno@clisp.org>
486
487         Help GCC to do better code generation.
488         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
489         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
490         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
491         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
492         Declare with attribute 'malloc' if supported.
493
494 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
495
496         use "echo STR|wc -c" rather than unportable "expr length STR"
497         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
498         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
499
500 2008-05-14  Jim Meyering  <meyering@redhat.com>
501
502         use dd ibs=$n count=1 ... rather than less-portable head -c$n
503         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
504         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
505         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
506         via Collin Lasse.
507
508 2008-05-14  Eric Blake  <ebb9@byu.net>
509
510         Avoid quadratic growth in gl_LIBSOURCES.
511         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
512         Suggested by Bruno Haible.
513
514         Test xmemdup0.
515         * modules/xmemdup0-tests: New file.
516         * tests/test-xmemdup0.c: Likewise.
517
518 2008-05-13  Eric Blake  <ebb9@byu.net>
519
520         Split xmemdup0 into its own module.
521         * modules/xmemdup0: New file.
522         * lib/xmemdup0.h: Likewise.
523         * lib/xmemdup0.c: Likewise.
524         * MODULES.html.sh (Memory management functions): Add xmemdup0.
525         * lib/xalloc.h (xmemdup0): Remove.
526         * lib/xmalloc.c (xmemdup0): Likewise.
527
528 2008-05-13  Eric Blake  <ebb9@byu.net>
529             Bruno Haible  <bruno@clisp.org>
530
531         Reduce number of forks required during autoconf.
532         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
533         and gl_LIBSOURCES_DIR.
534         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
535         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
536         m4_syscmd per file.
537         <m4_foreach_w>: Move...
538         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
539
540 2008-05-13  Eric Blake  <ebb9@byu.net>
541
542         * gnulib-tool: Fix various comment typos.
543
544 2008-05-12  Bruno Haible  <bruno@clisp.org>
545
546         Tailor the linebreaking algorithm.
547         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
548
549 2008-05-12  Bruno Haible  <bruno@clisp.org>
550
551         Update to Unicode 5.0.0.
552         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
553         LBP_JV, LBP_JT. Redistribute values.
554         (unilbrk_table): Change size.
555         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
556         Unicode TR#14 rev. 22.
557         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
558         LBP_JV, LBP_JT. Redistribute values.
559         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
560         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
561         Update.
562         * lib/unilbrk/lbrkprop1.h: Regenerated.
563         * lib/unilbrk/lbrkprop2.h: Regenerated.
564         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
565         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
566         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
567         Likewise.
568         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
569         Likewise.
570         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
571         result.
572         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
573         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
574         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
575         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
576         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
577         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
578
579 2008-05-11  Bruno Haible  <bruno@clisp.org>
580
581         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
582
583 2008-05-11  Bruno Haible  <bruno@clisp.org>
584
585         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
586         * modules/unilbrk/gen-lbrk: New file.
587
588 2008-05-11  Bruno Haible  <bruno@clisp.org>
589
590         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
591         * m4/sha512.m4 (gl_SHA512): Likewise.
592
593 2008-05-11  Jim Meyering  <meyering@redhat.com>
594
595         New modules: crypto/sha256, crypto/sha512 (from coreutils)
596         * modules/crypto/sha256: New file.
597         * modules/crypto/sha512: Likewise.
598         * lib/sha256.c: Likewise.
599         * lib/sha256.h: Likewise.
600         * lib/sha512.c: Likewise.
601         * lib/sha512.h: Likewise.
602         * lib/u64.h: Likewise.
603         * m4/sha256.m4: Likewise.
604         * m4/sha512.m4: Likewise.
605         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
606
607 2008-05-10  Bruno Haible  <bruno@clisp.org>
608
609         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
610         (Input/Output <stdio.h>): Add xprintf.
611         (Signal handling <signal.h>): Add strsignal.
612         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
613         (Core language properties): Add func.
614         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
615         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
616         strings.
617         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
618         (Input/output): New section.
619         (File system functions): Add openat-die, stat-macros.
620         (Networking functions): Add sockets.
621         (Unicode string functions): Add unictype/*.
622         (Support for building libraries and executables): Add gperf.
623         (Support for building documentation): Add agpl-3.0.
624         (Misc): Add nocrash.
625
626 2008-05-10  Bruno Haible  <bruno@clisp.org>
627
628         * modules/unictype/gen-ctype: New file.
629
630 2008-05-10  Jim Meyering  <meyering@redhat.com>
631
632         Make chdir-safer.c more efficient on a system with no symlinks.
633         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
634         also if ELOOP is zero.  Suggested by Bruno Haible.
635
636         Make chdir-safer.c slightly safer.
637         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
638         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
639
640         Avoid compile failure on systems without ELOOP (like mingw).
641         * lib/chdir-safer.c (ELOOP): Define if not already defined.
642         Reported by Bruno Haible.
643
644 2008-05-10  Bruno Haible  <bruno@clisp.org>
645
646         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
647         (is_utf8_encoding): Use a case-insensitive comparison.
648         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
649         streq.
650
651 2008-05-10  Bruno Haible  <bruno@clisp.org>
652
653         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
654         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
655         * lib/unilbrk/ulc-common.h (iconv_string_length,
656         iconv_string_keeping_offsets): Remove declarations.
657         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
658         Don't include <iconv.h>, streq.h, xsize.h.
659         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
660         conversion.
661         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
662         <iconv.h>, streq.h, xsize.h.
663         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
664         conversion.
665         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
666         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
667         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
668         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
669
670 2008-05-10  Bruno Haible  <bruno@clisp.org>
671
672         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
673         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
674
675         * modules/unilbrk/u32-width-linebreaks-tests: New file.
676         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
677
678         * modules/unilbrk/u16-width-linebreaks-tests: New file.
679         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
680
681         * modules/unilbrk/u8-width-linebreaks-tests: New file.
682         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
683
684         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
685         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
686
687         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
688         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
689
690         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
691         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
692
693         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
694         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
695
696 2008-05-10  Bruno Haible  <bruno@clisp.org>
697
698         Split up 'linebreak' module.
699         * lib/unilbrk.h: New file, based on lib/linebreak.h.
700         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
701         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
702         modifications.
703         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
704         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
705         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
706         lib/linebreak.c.
707         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
708         lib/linebreak.c.
709         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
710         lib/linebreak.c.
711         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
712         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
713         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
714         lib/linebreak.c.
715         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
716         lib/linebreak.c.
717         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
718         lib/linebreak.c.
719         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
720         lib/linebreak.c.
721         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
722         lib/linebreak.c.
723         * modules/unilbrk/base: New file.
724         * modules/unilbrk/tables: New file.
725         * modules/unilbrk/u8-possible-linebreaks: New file.
726         * modules/unilbrk/u16-possible-linebreaks: New file.
727         * modules/unilbrk/u32-possible-linebreaks: New file.
728         * modules/unilbrk/ulc-common: New file.
729         * modules/unilbrk/ulc-possible-linebreaks: New file.
730         * modules/unilbrk/u8-width-linebreaks: New file.
731         * modules/unilbrk/u16-width-linebreaks: New file.
732         * modules/unilbrk/u32-width-linebreaks: New file.
733         * modules/unilbrk/ulc-width-linebreaks: New file.
734         * lib/linebreak.h: Remove file.
735         * lib/linebreak.c: Remove file.
736         * m4/linebreak.m4: Remove file.
737         * modules/linebreak: Remove file.
738         * NEWS: Mention the changes.
739
740 2008-05-09  Eric Blake  <ebb9@byu.net>
741
742         Add xmemdup0.
743         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
744         implementation.
745         * lib/xmalloc.c (xmemdup0): New C implementation.
746
747 2008-05-08  Bruno Haible  <bruno@clisp.org>
748
749         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
750
751 2008-05-07  Eric Blake  <ebb9@byu.net>
752
753         Support cross-compilation of <wctype.h>.
754         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
755         AC_CACHE_CHECK.
756
757 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
758
759         * build-aux/vc-list-files: Add support for bzr.
760
761 2008-05-03  Jim Meyering  <meyering@redhat.com>
762
763         avoid failed assertion with tight malloc
764         * tests/test-getndelim2.c: Correct an off-by-one assertion.
765
766 2008-05-03  Simon Josefsson  <simon@josefsson.org>
767
768         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
769         are needed from arpa/inet.h.
770         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
771         Reported by Bruno Haible.
772
773 2008-05-02  Jim Meyering  <meyering@redhat.com>
774
775         avoid compilation error on FreeBSD 6
776         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
777
778 2008-05-01  Jim Meyering  <meyering@redhat.com>
779
780         useless-if-before-free: correct --help's exit status description
781         * build-aux/useless-if-before-free (usage): Like grep, exit 0
782         for one or more matches, etc.  Reported by Bruno Haible.
783
784         vc-list-files: make the stand-alone gnulib test work
785         * modules/vc-list-files-tests (configure.ac):
786         Define and AC_SUBST abs_aux_dir.
787         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
788         $(abs_top_srcdir) to each script and having each of them
789         duplicate the work of setting PATH, set PATH here, using
790         the new variable, abs_aux_dir instead.
791         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
792         * tests/test-vc-list-files-git.sh: Likewise.
793         Reported by Bruno Haible.
794
795 2008-05-01  Bruno Haible  <bruno@clisp.org>
796
797         * lib/getndelim2.c (getndelim2): Fix newsize computation during
798         reallocation. Rename 'done' to 'found_delimiter'.
799
800 2008-05-01  Jim Meyering  <meyering@redhat.com>
801
802         vc-list-files: accommodate /bin/sh like the one from Solaris 10
803         * build-aux/vc-list-files: Use `...`, not $(...).
804
805 2008-04-30  Jim Meyering  <meyering@redhat.com>
806
807         add tests for vc-list-files
808         * modules/vc-list-files-tests: New module.
809         * tests/test-vc-list-files-cvs.sh: New file.
810         * tests/test-vc-list-files-git.sh: New file.
811
812         avoid a warning from gcc
813         * lib/getndelim2.c (IF_LINT): Define.
814         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
815
816         vc-list-files: work properly with build-aux/cvsu, too
817         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
818         to all cvs-based clauses.
819
820         vc-list-files: work properly in the CVS+awk case, too
821         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
822
823         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
824         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
825         take more than one file argument, so .  Add quotes, just in case $dir
826         ever contains a shell meta-character.  Prompted by Soren Hansen in
827         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
828
829 2008-04-29  Eric Blake  <ebb9@byu.net>
830
831         Optimize getndelim2 to use block operations when possible.
832         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
833         freadseek, and memchr2.
834         * lib/getndelim2.c (getndelim2): Use them for block reads.
835
836 2008-04-29  Bruno Haible  <bruno@clisp.org>
837
838         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
839         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
840         * modules/inet_ntop (Depends-on): Add extensions.
841         * modules/inet_pton (Depends-on): Likewise.
842         Reported by Simon Josefsson.
843
844 2008-04-29  Jim Meyering  <meyering@redhat.com>
845
846         When the is more than one match in a block, match all of them.
847         * build-aux/useless-if-before-free: Iterate through each block
848         until there are no more matches.
849
850         Fix broken useless-if-before-free script.
851         * build-aux/useless-if-before-free: Fix typo: missing "?" after
852         the expression to match cast of argument to free-like function.
853
854 2008-04-29  Eric Blake  <ebb9@byu.net>
855
856         Use new header.
857         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
858
859 2008-04-29  Jim Meyering  <meyering@redhat.com>
860
861         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
862         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
863         by gnulib to exist and to declare e.g., inet_ntop.
864         Don't include "inet_ntop.h", now removed.
865
866         * m4/arpa_inet_h.m4: Remove trailing blanks.
867
868 2008-04-29  Eric Blake  <ebb9@byu.net>
869
870         Silence valgrind on safe reads beyond potential array bounds.
871         * lib/rawmemchr.valgrind: New file.
872         * lib/strchrnul.valgrind: Likewise.
873         * modules/rawmemchr (Files): Distribute new file.
874         * modules/strchrnul (Files): Likewise.
875         Suggested by Bruno Haible.
876
877 2008-04-29  Bruno Haible  <bruno@clisp.org>
878
879         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
880         (inet_ntop, inet_pton): Change portability warning's wording.
881         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
882         Invoke gl_CHECK_NEXT_HEADERS.
883         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
884         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
885         set ARPA_INET_H.
886         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
887         * modules/arpa_inet (Description): No longer only for systems that
888         lack it.
889         (Depends-on): Add include_next.
890         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
891         HAVE_ARPA_INET_H.
892
893 2008-04-29  Jim Meyering  <meyering@redhat.com>
894
895         * modules/mkdir (License): Re-license as LGPLv2+.
896
897 2008-04-29  Bruno Haible  <bruno@clisp.org>
898
899         * modules/rawmemchr (Maintainer): Set to Eric.
900         * modules/strchrnul (Maintainer): Likewise.
901
902 2008-04-29  Simon Josefsson  <simon@josefsson.org>
903
904         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
905         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
906
907         * modules/arpa_inet (arpa/inet.h): Use them.
908
909 2008-04-28  Eric Blake  <ebb9@byu.net>
910
911         Test getndelim2.
912         * modules/getndelim2-tests: New file.
913         * tests/test-getndelim2.c: Likewise.
914         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
915         stream.
916         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
917
918         * MODULES.html.sh: Document new module.
919
920 2008-04-20  Bruno Haible  <bruno@clisp.org>
921
922         * lib/c-stack.c (die): Use raise.
923         * modules/c-stack (Depends-on): Add raise.
924
925 2008-04-28  Bruno Haible  <bruno@clisp.org>
926
927         Expect rpmatch to be declared.
928         * lib/yesno.c (rpmatch): Remove declaration.
929
930         Declare rpmatch.
931         * lib/stdlib.in.h (rpmatch): New declaration.
932         * lib/rpmatch.c: Include <stdlib.h> first.
933         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
934         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
935         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
936         HAVE_RPMATCH.
937         * modules/rpmatch (Depends-on): Add stdlib, extensions.
938         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
939         (Include): Set to <stdlib.h>.
940         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
941         HAVE_RPMATCH.
942         * NEWS: Document the change.
943
944 2008-04-28  Bruno Haible  <bruno@clisp.org>
945
946         Change rpmatch to use nl_langinfo when appropriate.
947         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
948         (N_): New macro.
949         (localized_pattern): New function/macro.
950         (try): Remove match, nomatch arguments. Copy the pattern into safe
951         memory before caching it.
952         (rpmatch): Use localized_pattern. Add translator comments.
953         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
954         Suggested by Eric Blake.
955         * modules/rpmatch (Depends-on): Add stdbool.
956
957 2008-04-28  Eric Blake  <ebb9@byu.net>
958
959         Add rawmemchr module, matching glibc.
960         * modules/string (Makefile.am): New indicator.
961         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
962         * lib/string.in.h (rawmemchr): Declare when appropriate.
963         * modules/rawmemchr: New file.
964         * m4/rawmemchr.m4: Likewise.
965         * lib/rawmemchr.c: Likewise.
966         * modules/rawmemchr-tests: Likewise.
967         * tests/test-rawmemchr.c: Likewise.
968         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
969         module.
970         * modules/strchrnul (Depends-on): Add rawmemchr.
971         * lib/strchrnul.c (strchrnul): Optimize a corner case.
972
973         Whitespace cleanup.
974         * tests/test-strchrnul.c: Reindent.
975         * lib/strchrnul.c: Likewise.
976
977         Optimize and test strchrnul.
978         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
979         * modules/strchrnul-tests: New file.
980         * tests/test-strchrnul.c: Likewise.
981
982         Remove intprops dependency.
983         * modules/memchr (Depends-on): Remove intprops.
984         * modules/memrchr (Depends-on): Likewise.
985         * modules/memchr2 (Depends-on): Likewise.
986         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
987         * lib/memrchr.c (__memrchr): Likewise.
988         * lib/memrchr2.c (memchr2): Likewise.
989         Reported by Simon Josefsson.
990
991 2008-04-28  Simon Josefsson  <simon@josefsson.org>
992
993         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
994         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
995
996 2008-04-28  Simon Josefsson  <simon@josefsson.org>
997
998         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
999
1000         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
1001
1002         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
1003
1004         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
1005         declarations.
1006         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
1007
1008         * m4/inet_pton.m4: Don't check for header files.
1009
1010         * m4/inet_ntop.m4: Don't check for header files.
1011
1012 2008-04-28  Simon Josefsson  <simon@josefsson.org>
1013
1014         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
1015         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
1016         trigger for cygwin).
1017         Reported by Bruno Haible  <bruno@clisp.org>.
1018
1019 2008-04-28  Bruno Haible  <bruno@clisp.org>
1020
1021         * doc/posix-functions/strdup.texi: Mention mingw problem.
1022
1023 2008-04-27  Bruno Haible  <bruno@clisp.org>
1024
1025         * modules/stat-time-tests (Depends-on): Add sleep.
1026         * tests/test-stat-time.c (force_unlink): New function.
1027         (cleanup): Use it.
1028         (test_mtime): Remove the ctime related tests.
1029         (test_ctime): New function, containing the ctime related tests.
1030         (main): Call test_ctime, except on native Windows platforms.
1031
1032 2008-04-27  Bruno Haible  <bruno@clisp.org>
1033
1034         * lib/rpmatch.c (rpmatch): Add some comments.
1035         Reported by James Youngman <jay@gnu.org>.
1036
1037 2008-04-27  Bruno Haible  <bruno@clisp.org>
1038
1039         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
1040         quiet NaNs.
1041
1042 2008-04-27  Bruno Haible  <bruno@clisp.org>
1043
1044         Make test-yesno.sh work on mingw.
1045         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
1046         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
1047         (main): Set stdin to binary mode.
1048         * modules/yesno-tests (Depends-on): Add binary-io.
1049
1050 2008-04-27  Bruno Haible  <bruno@clisp.org>
1051
1052         Fix 'isfinite' on x86, x86_64, ia64 platforms.
1053         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
1054         argument that lie outside the IEEE 854 domain.
1055         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
1056         (gl_ISFINITE): Use it.
1057         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
1058
1059 2008-04-27  Bruno Haible  <bruno@clisp.org>
1060
1061         Allow local renaming in config.h.
1062         * lib/memrchr.c (memrchr): Don't undefine outside libc.
1063
1064 2008-04-27  Bruno Haible  <bruno@clisp.org>
1065
1066         * lib/memchr.c (__memchr): Change type of 'i'.
1067         * lib/memchr2.c (memchr2): Likewise.
1068
1069 2008-04-26  Eric Blake  <ebb9@byu.net>
1070         and Bruno Haible  <bruno@clisp.org>
1071
1072         Optimize and test memrchr.
1073         * modules/memrchr (Depends-on): Add intprops.
1074         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
1075         * modules/memrchr-tests: New file.
1076         * tests/test-memrchr.c: New file.
1077
1078 2008-04-26  Bruno Haible  <bruno@clisp.org>
1079
1080         Add tentative support for DragonFly BSD.
1081         * lib/stdio-impl.h: Add macros for DragonFly BSD.
1082         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
1083         fp.
1084         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
1085         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
1086         * lib/fpurge.c (fpurge): Likewise.
1087         * lib/freadable.c (freaadable): Likewise.
1088         * lib/freadahead.c (freadahead): Likewise.
1089         * lib/freading.c (freading): Likewise.
1090         * lib/freadptr.c (freadptr): Likewise.
1091         * lib/freadseek.c (freadptrinc): Likewise.
1092         * lib/fseeko.c (fseeko): Likewise.
1093         * lib/fseterr.c (fseterr): Likewise.
1094         * lib/fwritable.c (fwritable): Likewise.
1095         * lib/fwriting.c (fwriting): Likewise.
1096
1097 2008-04-26  Bruno Haible  <bruno@clisp.org>
1098
1099         * lib/stdio-impl.h: New file.
1100         * lib/fbufmode.c: Include stdio-impl.h.
1101         (fbufmode): Use fp_, remove redundant #defines.
1102         * lib/fflush.c: Include stdio-impl.h.
1103         (clear_ungetc_buffer): Remove redundant #defines.
1104         * lib/fpurge.c: Include stdio-impl.h.
1105         (fpurge): Remove redundant #defines.
1106         * lib/freadable.c: Include stdio-impl.h.
1107         (freadable): Remove redundant #defines.
1108         * lib/freadahead.c: Include stdio-impl.h.
1109         (freadahead): Remove redundant #defines.
1110         * lib/freading.c: Include stdio-impl.h.
1111         (freading): Remove redundant #defines.
1112         * lib/freadptr.c: Include stdio-impl.h.
1113         (freadptr): Remove redundant #defines.
1114         * lib/freadseek.c: Include stdio-impl.h.
1115         (freadptrinc): Remove redundant #defines.
1116         * lib/fseeko.c: Include stdio-impl.h.
1117         (rpl_fseeko): Remove redundant #defines.
1118         * lib/fseterr.c: Include stdio-impl.h.
1119         (fseterr): Remove redundant #defines.
1120         * lib/fwritable.c: Include stdio-impl.h.
1121         (fwritable: Remove redundant #defines.
1122         * lib/fwriting.c: Include stdio-impl.h.
1123         (fwriting): Remove redundant #defines.
1124         * modules/fbufmode (Files): Add lib/stdio-impl.h.
1125         * modules/fflush (Files): Likewise.
1126         * modules/fpurge (Files): Likewise.
1127         * modules/freadable (Files): Likewise.
1128         * modules/freadahead (Files): Likewise.
1129         * modules/freading (Files): Likewise.
1130         * modules/freadptr (Files): Likewise.
1131         * modules/freadseek (Files): Likewise.
1132         * modules/fseeko (Files): Likewise.
1133         * modules/fseterr (Files): Likewise.
1134         * modules/fwritable (Files): Likewise.
1135         * modules/fwriting (Files): Likewise.
1136
1137 2008-04-26  Bruno Haible  <bruno@clisp.org>
1138
1139         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
1140         restore_seek_optimization, update_fpos_cache): New functions, extracted
1141         from rpl_fflush.
1142         (rpl_fflush): Use them.
1143         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
1144         (gl_REPLACE_FFLUSH): Use it.
1145
1146 2008-04-26  Bruno Haible  <bruno@clisp.org>
1147
1148         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
1149         on Solaris.
1150         * tests/test-xstrtoimax.sh: Likewise.
1151         * tests/test-xstrtoumax.sh: Likewise.
1152         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1153
1154 2008-04-26  Bruno Haible  <bruno@clisp.org>
1155
1156         * modules/memchr-tests: New file.
1157         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
1158
1159 2008-04-26  Eric Blake  <ebb9@byu.net>
1160             Bruno Haible  <bruno@clisp.org>
1161
1162         * lib/memchr.c: Include intprops.h.
1163         (__memchr): Optimize parallel detection of matching bytes. Rename local
1164         variables. Add explanatory comments.
1165
1166 2008-04-26  Bruno Haible  <bruno@clisp.org>
1167
1168         Fix module 'memchr', broken since 2000-10-28.
1169         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
1170
1171 2008-04-26  Bruno Haible  <bruno@clisp.org>
1172
1173         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
1174         comments.
1175
1176 2008-04-25  Eric Blake  <ebb9@byu.net>
1177
1178         Use native fstatat on cygwin 1.7.0.
1179         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
1180         first.
1181
1182 2008-04-23  Eric Blake  <ebb9@byu.net>
1183
1184         Improve memchr2 performance.
1185         * lib/memchr2.c (memchr2): Further optimize parallel detection of
1186         NUL bytes.
1187         * modules/memchr2 (Depends-on): Use intprops.h.
1188
1189 2008-04-23  Simon Josefsson  <simon@josefsson.org>
1190
1191         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
1192         an inline function instead of a CPP macro.  Patch by Ben Pfaff
1193         <blp@cs.stanford.edu>.
1194
1195 2008-04-23  Simon Josefsson  <simon@josefsson.org>
1196
1197         * lib/arpa_inet.in.h: New file.
1198
1199         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
1200         (Makefile.am): Sed in substitute header file.
1201
1202         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
1203         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
1204
1205         * modules/inet_ntop (configure.ac): Use
1206         gl_ARPA_INET_MODULE_INDICATOR.
1207
1208         * modules/inet_pton (configure.ac): Use
1209         gl_ARPA_INET_MODULE_INDICATOR.
1210
1211 2008-04-22  Jim Meyering  <meyering@redhat.com>
1212
1213         * modules/verify (License): Re-license as LGPLv2+.
1214
1215 2008-04-22  Simon Josefsson  <simon@josefsson.org>
1216
1217         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
1218         parameter to void* as per POSIX standard (MinGW uses char*).
1219
1220 2008-04-21  Bruno Haible  <bruno@clisp.org>
1221
1222         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
1223         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
1224         Define to replacements if REPLACE_ISWCNTRL is 1.
1225         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
1226         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
1227         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
1228         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
1229         what it fixes.
1230         * doc/posix-functions/iswalpha.texi: Likewise.
1231         * doc/posix-functions/iswblank.texi: Likewise.
1232         * doc/posix-functions/iswcntrl.texi: Likewise.
1233         * doc/posix-functions/iswdigit.texi: Likewise.
1234         * doc/posix-functions/iswgraph.texi: Likewise.
1235         * doc/posix-functions/iswlower.texi: Likewise.
1236         * doc/posix-functions/iswprint.texi: Likewise.
1237         * doc/posix-functions/iswpunct.texi: Likewise.
1238         * doc/posix-functions/iswspace.texi: Likewise.
1239         * doc/posix-functions/iswupper.texi: Likewise.
1240         * doc/posix-functions/iswxdigit.texi: Likewise.
1241         Reported by Alain Guibert.
1242
1243 2008-04-21  Bruno Haible  <bruno@clisp.org>
1244
1245         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
1246         Patch by Alain Guibert.
1247
1248 2008-04-21  Bruno Haible  <bruno@clisp.org>
1249
1250         Fix test failures on mingw.
1251         * tests/test-xstrtol.c (print_no_progname): New function.
1252         (main): Install it in error_print_progname hook.
1253         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
1254         * tests/test-xstrtoimax.sh: Likewise.
1255         * tests/test-xstrtoumax.sh: Likewise.
1256
1257 2008-04-21  Bruno Haible  <bruno@clisp.org>
1258
1259         Fix test failure on mingw.
1260         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
1261
1262 2008-04-21  Bruno Haible  <bruno@clisp.org>
1263
1264         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
1265         Actually assign a value.
1266
1267 2008-04-20  Bruno Haible  <bruno@clisp.org>
1268
1269         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
1270         take 2.
1271         * lib/canonicalize.c (canonicalize_file_name): Elide if the
1272         'canonicalize-lgpl' module is also used.
1273         * lib/canonicalize-lgpl.c: Undo last change.
1274         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
1275
1276 2008-04-20  Bruno Haible  <bruno@clisp.org>
1277
1278         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
1279         config.h. Provide _mkdir based fallback for mingw.
1280         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
1281         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
1282         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
1283         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
1284         rather than defining mkdir in config.h.
1285         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
1286         (gl_SYS_STAT_H_DEFAULTS): New macro.
1287         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
1288         HAVE_IO_H any more.
1289         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
1290         HAVE_DECL_MKDIR and HAVE_IO_H.
1291
1292 2008-04-20  Bruno Haible  <bruno@clisp.org>
1293
1294         * lib/isapipe.c: Port to native Windows platforms.
1295
1296 2008-04-20  Bruno Haible  <bruno@clisp.org>
1297
1298         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
1299
1300 2008-04-21  Eric Blake  <ebb9@byu.net>
1301
1302         Work around preprocessors that don't handle UINTMAX_MAX.
1303         * lib/memchr2.c (memchr2): Avoid embedded #if.
1304         Reported by Alain Guibert, fix suggested by Bruno Haible.
1305
1306 2008-04-21  Simon Josefsson  <simon@josefsson.org>
1307
1308         * doc/posix-functions/strftime.texi (strftime): Explain better
1309         Windows incompatibility.  Suggested by Micah Cowan
1310         <micah@cowan.name>.
1311
1312 2008-04-20  Bruno Haible  <bruno@clisp.org>
1313
1314         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
1315         unistr/u8-mblen.
1316
1317 2008-04-20  Bruno Haible  <bruno@clisp.org>
1318
1319         Fix test failure on platforms with non-GNU iconv.
1320         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
1321         (U_TO_U8): Use it, rather than u16_to_u8.
1322         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
1323         units at the end of the input string.
1324         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
1325
1326 2008-04-20  Bruno Haible  <bruno@clisp.org>
1327
1328         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
1329         when the resulting length is 0.
1330         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
1331
1332 2008-04-20  Bruno Haible  <bruno@clisp.org>
1333
1334         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
1335         works.
1336         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
1337
1338 2008-04-20  Bruno Haible  <bruno@clisp.org>
1339
1340         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
1341         * modules/tsearch-tests (configure.ac): Test for initstate function.
1342
1343 2008-04-20  Bruno Haible  <bruno@clisp.org>
1344
1345         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
1346         for nlink_t if missing.
1347         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
1348
1349 2008-04-19  Bruno Haible  <bruno@clisp.org>
1350
1351         Work around snprintf bug on Linux libc5.
1352         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
1353         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1354         gl_SNPRINTF_SIZE1.
1355         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1356         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
1357         that test failed.
1358         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
1359         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
1360         * modules/snprintf (Files): Add m4/printf.m4.
1361         * modules/vsnprintf (Files): Likewise.
1362         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
1363         * doc/posix-functions/vsnprintf.texi: Likewise.
1364
1365 2008-04-19  Bruno Haible  <bruno@clisp.org>
1366
1367         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
1368         from 0.0058 to less than 10^-7.
1369
1370 2008-04-19  Bruno Haible  <bruno@clisp.org>
1371
1372         Fix rounding when a precision is given.
1373         * lib/vasnprintf.c (is_borderline): New function.
1374         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
1375         9...9x.
1376         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
1377         %e, %g.
1378         * tests/test-vasprintf-posix.c (test_function): Likewise.
1379         * tests/test-snprintf-posix.h (test_function): Likewise.
1380         * tests/test-sprintf-posix.h (test_function): Likewise.
1381         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
1382         * tests/test-printf-posix.h (test_function): Likewise.
1383         * tests/test-printf-posix.output: Update.
1384         Reported by John Darrington <john@darrington.wattle.id.au> via
1385         Ben Pfaff <blp@cs.stanford.edu>.
1386
1387 2008-04-18  Simon Josefsson  <simon@josefsson.org>
1388
1389         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
1390         Suggested by Bruno Haible <bruno@clisp.org>.
1391
1392 2008-04-17  Bruno Haible  <bruno@clisp.org>
1393
1394         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
1395         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
1396         implementation.
1397         Patch by Bruce Merry <bmerry@gmail.com>.
1398
1399 2008-04-17  Simon Josefsson  <simon@josefsson.org>
1400
1401         * doc/posix-functions/strftime.texi (strftime): Mention that %e
1402         doesn't work under Windows.
1403
1404 2008-04-16  Bruno Haible  <bruno@clisp.org>
1405
1406         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
1407         New macros.
1408         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
1409         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
1410         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
1411         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
1412         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
1413         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
1414         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
1415         macros.
1416         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
1417         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
1418         Northern Sotho, Uighur.
1419
1420 2008-04-16  Bruno Haible  <bruno@clisp.org>
1421
1422         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
1423         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
1424         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
1425         Reported by Daniel Bergström <daniel@octocode.com>.
1426
1427 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
1428             Bruno Haible  <bruno@clisp.org>
1429
1430         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
1431         function.
1432         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
1433         New functions, mostly extracted from gl_locale_name_default.
1434         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
1435
1436 2008-04-16  Eric Blake  <ebb9@byu.net>
1437
1438         Adjust strtod detection to catch glibc 2.7 bug.
1439         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
1440         Reported by John Gatewood Ham.
1441
1442 2008-04-16  Bruno Haible  <bruno@clisp.org>
1443
1444         Add tentative support for Linux libc5.
1445         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
1446         * lib/fpurge.c (fpurge): Likewise.
1447         * lib/freadable.c (freadable): Likewise.
1448         * lib/freadahead.c (freadahead): Likewise.
1449         * lib/freading.c (freading): Likewise.
1450         * lib/freadptr.c (freadptr): Likewise.
1451         * lib/freadseek.c (freadptrinc): Likewise.
1452         * lib/fseeko.c (rpl_fseeko): Likewise.
1453         * lib/fseterr.c (fseterr): Likewise.
1454         * lib/fwritable.c (fwritable): Likewise.
1455         * lib/fwriting.c (fwriting): Likewise.
1456         Reported by Alain Guibert <alguibert+bts@free.fr>.
1457
1458 2008-04-15  Bruno Haible  <bruno@clisp.org>
1459
1460         * modules/mathl (configure.ac): Define module indicator.
1461
1462 2008-04-15  Bruno Haible  <bruno@clisp.org>
1463
1464         * lib/logl.c (logl): Remove unused variables.
1465
1466 2008-04-15  Bruno Haible  <bruno@clisp.org>
1467
1468         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
1469         fails.
1470
1471 2008-04-15  Bruno Haible  <bruno@clisp.org>
1472
1473         * lib/trim.c (trim2): Fix argument of isspace() macro.
1474
1475 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
1476
1477         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
1478         to 0.
1479         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
1480
1481 2008-04-14  Bruno Haible  <bruno@clisp.org>
1482
1483         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
1484         AC_LANG_PROGRAM argument.
1485         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
1486         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
1487         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
1488         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1489         * m4/math_h.m4 (gl_MATH_H): Likewise.
1490         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
1491         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
1492         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1493         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
1494         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
1495         * m4/regex.m4 (gl_REGEX): Likewise.
1496         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
1497         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
1498         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1499         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
1500         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1501         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1502         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1503         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1504
1505 2008-04-14  Jim Meyering  <meyering@redhat.com>
1506
1507         test-strtod: fix typos: s/abs/fabs/
1508         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
1509
1510 2008-04-13  Bruno Haible  <bruno@clisp.org>
1511
1512         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
1513         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
1514         module is also used and while not building the reloc-wrapper.
1515
1516 2008-04-13  Bruno Haible  <bruno@clisp.org>
1517
1518         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
1519
1520 2008-04-13  Bruno Haible  <bruno@clisp.org>
1521
1522         Fix AIX compilation failure introduced on 2008-04-02.
1523         * tests/test-frexp.c (exp): Undefine before redefining.
1524         * tests/test-frexpl.c (exp): Likewise.
1525
1526 2008-04-13  Bruno Haible  <bruno@clisp.org>
1527
1528         Work around a HP-UX stdio bug.
1529         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
1530         * tests/test-ftello.c (main): Likewise.
1531         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
1532         * doc/posix-functions/ftello.texi: Likewise.
1533
1534 2008-04-13  Bruno Haible  <bruno@clisp.org>
1535
1536         Make test-signbit pass on HP-UX/hppa.
1537         * tests/test-signbit.c (minus_zerol): New variable.
1538         (test_signbitl): Use it.
1539
1540 2008-04-13  Bruno Haible  <bruno@clisp.org>
1541
1542         Make truncl work on OSF/1 4.0.
1543         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
1544         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
1545         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
1546         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
1547         HAVE_DECL_TRUNCL.
1548         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
1549         HAVE_DECL_TRUNCL.
1550         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
1551
1552 2008-04-13  Bruno Haible  <bruno@clisp.org>
1553
1554         * lib/unictype.h: Remove trailing comma from enumeration definitions.
1555
1556 2008-04-13  Bruno Haible  <bruno@clisp.org>
1557
1558         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
1559         expression, so as to avoid HP-UX 11 cc compiler bug.
1560
1561 2008-04-13  Bruno Haible  <bruno@clisp.org>
1562
1563         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
1564
1565 2008-04-13  Bruno Haible  <bruno@clisp.org>
1566
1567         * lib/git-merge-changelog.c: Remove empty declaration outside of
1568         functions.
1569
1570 2008-04-13  Bruno Haible  <bruno@clisp.org>
1571
1572         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
1573
1574 2008-04-13  Bruno Haible  <bruno@clisp.org>
1575
1576         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
1577         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
1578         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
1579         also if it exists but lacks definitions of the SHUT_* macros.
1580         * modules/sys_socket (Description): Update.
1581         Reported by Elbert Pol <e.pol@chello.nl>.
1582
1583 2008-04-13  Bruno Haible  <bruno@clisp.org>
1584
1585         * lib/localcharset.c (OS2): Don't redefine if already defined.
1586         Reported by Elbert Pol <e.pol@chello.nl>.
1587
1588 2008-04-13  Bruno Haible  <bruno@clisp.org>
1589
1590         * lib/binary-io.h [__EMX__]: Include <io.h>.
1591         Reported by Elbert Pol <e.pol@chello.nl>.
1592
1593 2008-04-12  Bruno Haible  <bruno@clisp.org>
1594
1595         * lib/fpucw.h: Enable the definitions also for x86_64.
1596         Needed for NetBSD/x86_64.
1597         Reported by Thomas Klausner <tk@giga.or.at>.
1598
1599 2008-04-12  Bruno Haible  <bruno@clisp.org>
1600
1601         * tests/test-strtod.c: Include isnand.h.
1602         (main): Use isnand instead of isnan.
1603         Reported by Jim Meyering.
1604
1605 2008-04-12  Bruno Haible  <bruno@clisp.org>
1606
1607         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
1608         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1609
1610 2008-04-12  Jim Meyering  <meyering@redhat.com>
1611
1612         * m4/math_h.m4 (gl_MATH_H): Fix typos.
1613
1614 2008-04-12  Bruno Haible  <bruno@clisp.org>
1615
1616         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
1617         Reported by Elbert Pol <e.pol@chello.nl>.
1618
1619 2008-04-12  Eric Blake  <ebb9@byu.net>
1620
1621         Work around Solaris 10 math.h bug.
1622         * m4/math_h.m4 (gl_MATH_H): Check for bug.
1623         (gl_MATH_H_DEFAULTS): Set up default.
1624         * modules/math (Makefile.am): Replace new indicators.
1625         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
1626         * tests/test-math.c (main): Test this.
1627         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
1628         * doc/posix-headers/math.texi (math.h): Mention bug.
1629         Reported by Nelson H. F. Beebe and Jim Meyering.
1630
1631 2008-04-11  Bruno Haible  <bruno@clisp.org>
1632
1633         Adapt to future versions of Apple GCC.
1634         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
1635         Reported by Peter O'Gorman <peter@pogma.com>.
1636
1637 2008-04-11  Bruno Haible  <bruno@clisp.org>
1638
1639         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
1640
1641 2008-04-11  Bruno Haible  <bruno@clisp.org>
1642
1643         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
1644
1645         * modules/getaddrinfo-tests (Makefile.am): Define
1646         test_getaddrinfo_LDADD.
1647
1648 2008-04-11  Bruno Haible  <bruno@clisp.org>
1649
1650         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
1651         (init): Fix syntax error.
1652         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
1653         is declared.
1654
1655 2008-04-11  Bruno Haible  <bruno@clisp.org>
1656
1657         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
1658         * modules/glob (Depends-on): Add stdbool.
1659
1660 2008-04-11  Bruno Haible  <bruno@clisp.org>
1661
1662         * lib/trim.c: Include <string.h>.
1663
1664 2008-04-11  Eric Blake  <ebb9@byu.net>
1665
1666         Avoid compile failure on OS/2.
1667         * lib/regex_internal.h (internal_function): Disable optimization
1668         on OS/2 (__EMX__), where it caused compiler error.
1669         Reported by Elbert Pol.
1670
1671 2008-04-11  Bruno Haible  <bruno@clisp.org>
1672
1673         Flush the standard error stream before aborting. Needed on mingw.
1674         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
1675         * tests/test-array_list.c (ASSERT): Likewise.
1676         * tests/test-array_oset.c (ASSERT): Likewise.
1677         * tests/test-avltree_list.c (ASSERT): Likewise.
1678         * tests/test-avltree_oset.c (ASSERT): Likewise.
1679         * tests/test-avltreehash_list.c (ASSERT): Likewise.
1680         * tests/test-binary-io.c (ASSERT): Likewise.
1681         * tests/test-byteswap.c (ASSERT): Likewise.
1682         * tests/test-c-ctype.c (ASSERT): Likewise.
1683         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
1684         * tests/test-c-strcasestr.c (ASSERT): Likewise.
1685         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
1686         * tests/test-c-strstr.c (ASSERT): Likewise.
1687         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
1688         * tests/test-canonicalize.c (ASSERT): Likewise.
1689         * tests/test-carray_list.c (ASSERT): Likewise.
1690         * tests/test-ceilf1.c (ASSERT): Likewise.
1691         * tests/test-ceilf2.c (ASSERT): Likewise.
1692         * tests/test-ceill.c (ASSERT): Likewise.
1693         * tests/test-count-one-bits.c (ASSERT): Likewise.
1694         * tests/test-fbufmode.c (ASSERT): Likewise.
1695         * tests/test-fflush2.c (ASSERT): Likewise.
1696         * tests/test-floorf1.c (ASSERT): Likewise.
1697         * tests/test-floorf2.c (ASSERT): Likewise.
1698         * tests/test-floorl.c (ASSERT): Likewise.
1699         * tests/test-fopen.c (ASSERT): Likewise.
1700         * tests/test-fpending.c (ASSERT): Likewise.
1701         * tests/test-fprintf-posix.c (ASSERT): Likewise.
1702         * tests/test-fpurge.c (ASSERT): Likewise.
1703         * tests/test-freadable.c (ASSERT): Likewise.
1704         * tests/test-freadahead.c (ASSERT): Likewise.
1705         * tests/test-freading.c (ASSERT): Likewise.
1706         * tests/test-freadptr.c (ASSERT): Likewise.
1707         * tests/test-freadptr2.c (ASSERT): Likewise.
1708         * tests/test-freadseek.c (ASSERT): Likewise.
1709         * tests/test-freopen.c (ASSERT): Likewise.
1710         * tests/test-frexp.c (ASSERT): Likewise.
1711         * tests/test-frexpl.c (ASSERT): Likewise.
1712         * tests/test-fseek.c (ASSERT): Likewise.
1713         * tests/test-fseeko.c (ASSERT): Likewise.
1714         * tests/test-fstrcmp.c (ASSERT): Likewise.
1715         * tests/test-ftell.c (ASSERT): Likewise.
1716         * tests/test-ftello.c (ASSERT): Likewise.
1717         * tests/test-func.c (ASSERT): Likewise.
1718         * tests/test-fwritable.c (ASSERT): Likewise.
1719         * tests/test-fwriting.c (ASSERT): Likewise.
1720         * tests/test-getdelim.c (ASSERT): Likewise.
1721         * tests/test-getline.c (ASSERT): Likewise.
1722         * tests/test-i-ring.c (ASSERT): Likewise.
1723         * tests/test-iconv-utf.c (ASSERT): Likewise.
1724         * tests/test-iconv.c (ASSERT): Likewise.
1725         * tests/test-isfinite.c (ASSERT): Likewise.
1726         * tests/test-isnand.c (ASSERT): Likewise.
1727         * tests/test-isnanf.c (ASSERT): Likewise.
1728         * tests/test-isnanl.h (ASSERT): Likewise.
1729         * tests/test-ldexpl.c (ASSERT): Likewise.
1730         * tests/test-linked_list.c (ASSERT): Likewise.
1731         * tests/test-linkedhash_list.c (ASSERT): Likewise.
1732         * tests/test-localename.c (ASSERT): Likewise.
1733         * tests/test-lseek.c (ASSERT): Likewise.
1734         * tests/test-mbscasecmp.c (ASSERT): Likewise.
1735         * tests/test-mbscasestr1.c (ASSERT): Likewise.
1736         * tests/test-mbscasestr2.c (ASSERT): Likewise.
1737         * tests/test-mbscasestr3.c (ASSERT): Likewise.
1738         * tests/test-mbscasestr4.c (ASSERT): Likewise.
1739         * tests/test-mbschr.c (ASSERT): Likewise.
1740         * tests/test-mbscspn.c (ASSERT): Likewise.
1741         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
1742         * tests/test-mbspbrk.c (ASSERT): Likewise.
1743         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
1744         * tests/test-mbsrchr.c (ASSERT): Likewise.
1745         * tests/test-mbsspn.c (ASSERT): Likewise.
1746         * tests/test-mbsstr1.c (ASSERT): Likewise.
1747         * tests/test-mbsstr2.c (ASSERT): Likewise.
1748         * tests/test-mbsstr3.c (ASSERT): Likewise.
1749         * tests/test-memchr2.c (ASSERT): Likewise.
1750         * tests/test-memmem.c (ASSERT): Likewise.
1751         * tests/test-open.c (ASSERT): Likewise.
1752         * tests/test-printf-frexp.c (ASSERT): Likewise.
1753         * tests/test-printf-frexpl.c (ASSERT): Likewise.
1754         * tests/test-printf-posix.c (ASSERT): Likewise.
1755         * tests/test-quotearg.c (ASSERT): Likewise.
1756         * tests/test-rbtree_list.c (ASSERT): Likewise.
1757         * tests/test-rbtree_oset.c (ASSERT): Likewise.
1758         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
1759         * tests/test-round1.c (ASSERT): Likewise.
1760         * tests/test-roundf1.c (ASSERT): Likewise.
1761         * tests/test-roundl.c (ASSERT): Likewise.
1762         * tests/test-signbit.c (ASSERT): Likewise.
1763         * tests/test-sleep.c (ASSERT): Likewise.
1764         * tests/test-snprintf-posix.c (ASSERT): Likewise.
1765         * tests/test-snprintf.c (ASSERT): Likewise.
1766         * tests/test-sprintf-posix.c (ASSERT): Likewise.
1767         * tests/test-stat-time.c (ASSERT): Likewise.
1768         * tests/test-strcasestr.c (ASSERT): Likewise.
1769         * tests/test-strerror.c (ASSERT): Likewise.
1770         * tests/test-striconv.c (ASSERT): Likewise.
1771         * tests/test-striconveh.c (ASSERT): Likewise.
1772         * tests/test-striconveha.c (ASSERT): Likewise.
1773         * tests/test-strsignal.c (ASSERT): Likewise.
1774         * tests/test-strstr.c (ASSERT): Likewise.
1775         * tests/test-strtod.c (ASSERT): Likewise.
1776         * tests/test-trunc1.c (ASSERT): Likewise.
1777         * tests/test-trunc2.c (ASSERT): Likewise.
1778         * tests/test-truncf1.c (ASSERT): Likewise.
1779         * tests/test-truncf2.c (ASSERT): Likewise.
1780         * tests/test-truncl.c (ASSERT): Likewise.
1781         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
1782         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
1783         * tests/test-vasnprintf.c (ASSERT): Likewise.
1784         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
1785         * tests/test-vasprintf.c (ASSERT): Likewise.
1786         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
1787         * tests/test-vprintf-posix.c (ASSERT): Likewise.
1788         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
1789         * tests/test-vsnprintf.c (ASSERT): Likewise.
1790         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
1791         * tests/test-wcwidth.c (ASSERT): Likewise.
1792         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
1793         * tests/test-xprintf-posix.c (ASSERT): Likewise.
1794         * tests/test-xvasprintf.c (ASSERT): Likewise.
1795         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
1796         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
1797         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
1798         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
1799         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
1800         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
1801         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
1802         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
1803         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
1804         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
1805         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
1806         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
1807         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
1808         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
1809         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
1810         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
1811         * tests/unictype/test-block_list.c (ASSERT): Likewise.
1812         * tests/unictype/test-block_of.c (ASSERT): Likewise.
1813         * tests/unictype/test-block_test.c (ASSERT): Likewise.
1814         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
1815         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
1816         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
1817         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
1818         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
1819         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
1820         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
1821         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
1822         * tests/unictype/test-combining.c (ASSERT): Likewise.
1823         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
1824         * tests/unictype/test-digit.c (ASSERT): Likewise.
1825         * tests/unictype/test-mirror.c (ASSERT): Likewise.
1826         * tests/unictype/test-numeric.c (ASSERT): Likewise.
1827         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
1828         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
1829         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
1830         * tests/unictype/test-scripts.c (ASSERT): Likewise.
1831         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
1832         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
1833         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
1834         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
1835         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
1836         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
1837         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
1838         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
1839         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
1840         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
1841         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
1842         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
1843         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
1844         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
1845         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
1846         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
1847         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
1848         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
1849         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
1850         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
1851         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
1852         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
1853         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
1854         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
1855         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
1856         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
1857         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
1858         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
1859         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
1860         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
1861         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
1862         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
1863         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
1864         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
1865         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
1866         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
1867         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
1868         Reported by Eric Blake.
1869
1870 2008-04-11  Bruno Haible  <bruno@clisp.org>
1871
1872         * lib/wchar.in.h: Tweak comment.
1873
1874 2008-04-11  Bruno Haible  <bruno@clisp.org>
1875
1876         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
1877         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
1878         gl_COMMON.
1879         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
1880
1881 2008-04-11  Bruno Haible  <bruno@clisp.org>
1882
1883         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
1884
1885 2008-04-11  Simon Josefsson  <simon@josefsson.org>
1886
1887         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
1888         of attempting to use non-existing /dev/*random.  Based on patch
1889         from Adam Strzelecki <ono@java.pl> in
1890         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
1891
1892 2008-04-08  Bruno Haible  <bruno@clisp.org>
1893
1894         Add tentative support for emx+gcc.
1895         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
1896         * lib/fpurge.c (fpurge): Likewise.
1897         * lib/freadable.c (freadable): Likewise.
1898         * lib/freadahead.c (freadahead): Likewise.
1899         * lib/freading.c (freading): Likewise.
1900         * lib/freadptr.c (freadptr): Likewise.
1901         * lib/freadseek.c (freadptrinc): Likewise.
1902         * lib/fseeko.c (rpl_fseeko): Likewise.
1903         * lib/fseterr.c (fseterr): Likewise.
1904         * lib/fwritable.c (fwritable): Likewise.
1905         * lib/fwriting.c (fwriting): Likewise.
1906         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
1907
1908 2008-04-09  Eric Blake  <ebb9@byu.net>
1909
1910         Avoid some autoconf warnings.
1911         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
1912         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
1913         * m4/afs.m4 (gl_AFS): Likewise.
1914         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
1915         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
1916         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1917         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
1918         (gl_INTEGER_TYPE_SUFFIX): Likewise.
1919         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
1920         (AC_CHECK_DECLS_ONCE): Likewise.
1921         Rename file...
1922         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
1923         gnulib-tool requires autoconf 2.59 or better.
1924         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
1925
1926 2008-04-08  Eric Blake  <ebb9@byu.net>
1927
1928         Use 'git describe --match' if present (added in git 1.5.5).
1929         * build-aux/git-version-gen: Limit result to tags that match 'v*'
1930         if possible.
1931
1932 2008-04-08  Bruno Haible  <bruno@clisp.org>
1933
1934         Add tentative support for OpenServer.
1935         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
1936         _ptr, _cnt.
1937         * lib/fpurge.c (fpurge): Likewise.
1938         * lib/freadable.c (freadable): Likewise.
1939         * lib/freadahead.c (freadahead): Likewise.
1940         * lib/freading.c (freading): Likewise.
1941         * lib/freadptr.c (freadptr): Likewise.
1942         * lib/freadseek.c (freadptrinc): Likewise.
1943         * lib/fseeko.c (rpl_fseeko): Likewise.
1944         * lib/fseterr.c (fseterr): Likewise.
1945         * lib/fwritable.c (fwritable): Likewise.
1946         * lib/fwriting.c (fwriting): Likewise.
1947         Reported by Roger Cornelius <rac@tenzing.org> and
1948         Brian K. White <brian@aljex.com>.
1949
1950 2008-04-06  Jim Meyering  <meyering@redhat.com>
1951
1952         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
1953
1954 2008-04-06  Bruno Haible  <bruno@clisp.org>
1955
1956         Avoid possible error with non-ASCII bytes in UTF-8 locales.
1957         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
1958         * tests/test-printf-posix.sh: Likewise.
1959         * tests/test-vfprintf-posix.sh: Likewise.
1960         * tests/test-vprintf-posix.sh: Likewise.
1961         * tests/test-xprintf-posix.sh: Likewise.
1962
1963 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1964
1965         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
1966         hide error from 'ls', needed on OS/2.
1967         Report by Elbert Pol <elbert.pol@gmail.com>.
1968
1969 2008-04-04  Eric Blake  <ebb9@byu.net>
1970
1971         Make test-fseeko.c failures meaningful.
1972         * tests/test-fseeko.c: Print line number on failure.
1973         * tests/test-fseek.c: Likewise.
1974         Reported by Nelson H. F. Beebe.
1975
1976         Improve strtod bug detection check.
1977         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
1978         required for Solaris 10.
1979         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
1980
1981 2008-04-04  Bruno Haible  <bruno@clisp.org>
1982
1983         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
1984         by m4/setenv.m4.
1985
1986 2008-04-03  Eric Blake  <ebb9@byu.net>
1987
1988         Ensure sane .version contents.
1989         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
1990         version string.
1991         * build-aux/git-version-gen: Improve documentation.
1992
1993         Make GNU make output nicer.
1994         * top/GNUmakefile [!_have-Makefile]: Add dependency on
1995         MAKECMDGOALS to enforce message for all command line targets.  Set
1996         srcdir for use in maint.mk.
1997
1998         Another maintainer tweak.
1999         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
2000         a target that regenerates version.
2001
2002 2008-04-03  Jim Meyering  <meyering@redhat.com>
2003
2004         vc-list-files: don't cause coreutils "make po-check" failure
2005         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
2006
2007 2008-04-03  Eric Blake  <ebb9@byu.net>
2008
2009         Allow VPATH usage of vc-list-files.
2010         * build-aux/vc-list-files (scriptversion): Add timestamp.
2011         (options): Add --help, --version, -C.
2012         (CVS): Support installed cvsu.
2013
2014 2008-04-02  Bruno Haible  <bruno@clisp.org>
2015
2016         Avoid some "statement with no effect" warnings from gcc.
2017         * tests/test-wctype.c (main): Explicitly ignore unused values.
2018         Reported by Jim Meyering.
2019
2020 2008-04-02  Jim Meyering  <meyering@redhat.com>
2021
2022         Avoid some warnings from "gcc -Wshadow".
2023         * tests/test-frexp.c (exp): Define to a different identifier.
2024         * tests/test-frexpl.c (exp): Likewise.
2025
2026 2008-04-03  Jim Meyering  <meyering@redhat.com>
2027
2028         bootstrap: remove dangling *.[ch] symlinks from lib
2029         * build-aux/bootstrap [dangling symlink removal]: Move find's
2030         -depth option to precede all others, to avoid a warning.
2031         Remove *.[ch] files too, and from "$source_base" (usually lib/).
2032
2033 2008-04-02  Bruno Haible  <bruno@clisp.org>
2034
2035         Avoid some warnings from "gcc -Wshadow".
2036         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
2037         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
2038         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
2039         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
2040         Reported by Jim Meyering.
2041
2042 2008-04-01  Bruno Haible  <bruno@clisp.org>
2043
2044         Fix test to work on IRIX 6.5 with cc.
2045         * tests/test-math.c (numeric_equal): New function.
2046         (main): Use it.
2047
2048 2008-04-01  Bruno Haible  <bruno@clisp.org>
2049
2050         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
2051
2052 2008-04-01  Bruno Haible  <bruno@clisp.org>
2053
2054         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
2055         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2056         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
2057         (Depends-on): Remove math.
2058
2059         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
2060         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2061         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
2062         (Depends-on): Remove math.
2063
2064         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
2065         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2066         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
2067         (Depends-on): Remove math.
2068         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
2069         (Depends-on): Remove math.
2070
2071         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
2072         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2073         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
2074         (Depends-on): Remove math.
2075         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
2076         (Depends-on): Remove math.
2077
2078         * tests/test-round1.c: Include nan.h.
2079         (main): Use NaNd instead of NAN.
2080         * modules/round-tests (Files): Add tests/nan.h.
2081
2082         * tests/test-trunc1.c: Include nan.h.
2083         (main): Use NaNd instead of NAN.
2084         * modules/trunc-tests (Files): Add tests/nan.h.
2085
2086         * tests/test-roundf1.c: Include nan.h.
2087         (main): Use NaNf instead of NAN.
2088         * modules/roundf-tests (Files): Add tests/nan.h.
2089
2090         * tests/test-truncf1.c: Include nan.h.
2091         (main): Use NaNf instead of NAN.
2092         * modules/truncf-tests (Files): Add tests/nan.h.
2093
2094         * tests/test-ceilf1.c: Include nan.h.
2095         (main): Use NaNf instead of NAN.
2096         * modules/ceilf-tests (Files): Add tests/nan.h.
2097
2098         * tests/test-floorf1.c: Include nan.h.
2099         (main): Use NaNf instead of NAN.
2100         * modules/floorf-tests (Files): Add tests/nan.h.
2101
2102         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
2103         (main): Use NaNf instead of NAN.
2104         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
2105
2106         * tests/test-isnand.c: Include nan.h instead of <math.h>.
2107         (main): Use NaNd instead of NAN.
2108         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
2109
2110         * tests/test-frexp.c: Include nan.h.
2111         (main): Use NaNd instead of NAN.
2112         * modules/frexp-tests (Files): Add tests/nan.h.
2113
2114         * lib/isnan.c: Don't include <math.h>.
2115         (FUNC): Don't use NAN macro.
2116         * modules/isnand-nolibm (Depends-on): Remove math.
2117         * modules/isnanf-nolibm (Depends-on): Remove math.
2118         * modules/isnanl (Depends-on): Remove math.
2119         * modules/isnanl-nolibm (Depends-on): Remove math.
2120
2121         * tests/nan.h: New file.
2122
2123 2008-04-01  Eric Blake  <ebb9@byu.net>
2124
2125         Fix typos.
2126         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
2127         values to be the right type.
2128
2129         For now, cater to gnulib strtod inaccuracies.
2130         * tests/test-strtod.c (main): Allow 1-ulp error on expected
2131         fractional results.  While not as nice from a QoI perspective, it
2132         is a quicker patch than correctly implementing decimal to binary
2133         rounding.
2134
2135 2008-03-31  Eric Blake  <ebb9@byu.net>
2136
2137         Guarantee a definition of NAN.
2138         * lib/math.in.h (NAN): Define if missing.
2139         * tests/test-math.c (main): Test it.
2140         * doc/posix-headers/math.texi (math.h): Document this.
2141         * lib/isnan.c (rpl_isnand): Use it.
2142         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
2143         * tests/test-floorf1.c (NaN): Likewise.
2144         * tests/test-frexp.c (NaN): Likewise.
2145         * tests/test-isnand.c (NaN): Likewise.
2146         * tests/test-isnanf.c (NaN): Likewise.
2147         * tests/test-round1.c (NaN): Likewise.
2148         * tests/test-roundf1.c (NaN): Likewise.
2149         * tests/test-snprintf-posix.h (NaN): Likewise.
2150         * tests/test-sprintf-posix.h (NaN): Likewise.
2151         * tests/test-trunc1.c (NaN): Likewise.
2152         * tests/test-truncf1.c (NaN): Likewise.
2153         * tests/test-vasnprintf-posix.c (NaN): Likewise.
2154         * tests/test-vasprintf-posix.c (NaN): Likewise.
2155         * modules/isnand-nolibm (Depends-on): Add math.
2156         * modules/isnanf-nolibm (Depends-on): Likewise.
2157         * modules/isnanl (Depends-on): Likewise.
2158         * modules/isnanl-nolibm (Depends-on): Likewise.
2159         * modules/snprintf-posix-tests (Depends-on): Likewise.
2160         * modules/sprintf-posix-tests (Depends-on): Likewise.
2161         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
2162         * modules/vsprintf-posix-tests (Depends-on): Likewise.
2163         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
2164         * modules/vasprintf-posix-tests (Depends-on): Likewise.
2165
2166 2008-03-31  Bruno Haible  <bruno@clisp.org>
2167
2168         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
2169         * doc/posix-functions/strtod.texi: Likewise.
2170
2171 2008-03-31  Bruno Haible  <bruno@clisp.org>
2172
2173         * tests/test-strtod.c (main): Don't use C99 syntax.
2174
2175 2008-03-31  Bruno Haible  <bruno@clisp.org>
2176
2177         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
2178         Reported by Eric Blake.
2179
2180 2008-03-31  Jim Meyering  <meyering@redhat.com>
2181
2182         Don't compare actual signbit return values.
2183         * tests/test-strtod.c (main): Rather, compare only their
2184         zero/non-zero nature.
2185
2186 2008-03-31  Eric Blake  <ebb9@byu.net>
2187
2188         More strtod documentation.
2189         * doc/posix-functions/strtod.texi (strtod): Interpret more test
2190         failures as distinct bugs.
2191
2192 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2193
2194         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
2195         Problem reported by Erik Benada in
2196         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
2197
2198 2008-03-30  Bruno Haible  <bruno@clisp.org>
2199
2200         * tests/test-strtod.c: Add comments about which assertion fails on which
2201         platform.
2202         * doc/posix-functions/strtod.texi: Add info about many more platforms.
2203
2204 2008-03-30  Eric Blake  <ebb9@byu.net>
2205
2206         Test signbit behavior on zeros.
2207         * tests/test-signbit.c (test_signbitf): Add tests for zero.
2208         (test_signbitd, test_signbitl): Likewise.
2209
2210         More strtod touchups.
2211         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
2212         sign of negative underflow, for now.  Use .5, not .1.
2213         * doc/posix-functions/strtod.texi (strtod): Mention these
2214         limitations.
2215         Reported by Jim Meyering.
2216
2217 2008-03-30  Bruno Haible  <bruno@clisp.org>
2218
2219         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
2220         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
2221
2222 2008-03-30  Bruno Haible  <bruno@clisp.org>
2223
2224         Avoid failure when attempting to return empty iconv results on some
2225         platforms.
2226         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
2227         allocation, don't report ENOMEM when the resulting string is empty.
2228
2229 2008-03-30  Bruno Haible  <bruno@clisp.org>
2230
2231         Fix buffer overrun.
2232         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
2233         Don't consider the width for tmp_length. Check count against tmp_length
2234         before doing the padding. Ensure enough allocation during padding.
2235
2236 2008-03-30  Eric Blake  <ebb9@byu.net>
2237
2238         strtod touchups.
2239         * lib/strtod.c (strtod): Avoid compiler warnings.
2240         Reported by Jim Meyering.
2241
2242 2008-03-30  Bruno Haible  <bruno@clisp.org>
2243
2244         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
2245         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
2246         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
2247         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
2248         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
2249         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
2250         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
2251         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
2252
2253         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
2254         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
2255         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
2256         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
2257         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
2258         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
2259         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
2260         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
2261
2262         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
2263         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
2264         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
2265         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
2266         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
2267         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
2268         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
2269         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
2270
2271         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
2272         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
2273
2274         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
2275         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
2276
2277         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
2278         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
2279
2280         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
2281         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
2282         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
2283
2284         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
2285         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
2286         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
2287
2288         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
2289         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
2290         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
2291
2292         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
2293         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
2294         * modules/vasprintf (Depends-on): Add EOVERFLOW.
2295
2296         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
2297         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
2298         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
2299         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
2300         (Depends-on): Add EOVERFLOW.
2301         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
2302         (Depends-on): Add EOVERFLOW.
2303         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
2304         (Depends-on): Add EOVERFLOW.
2305         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
2306         (Depends-on): Add EOVERFLOW.
2307         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
2308         (Depends-on): Add EOVERFLOW.
2309         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
2310         (Depends-on): Add EOVERFLOW.
2311         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
2312         (Depends-on): Add EOVERFLOW.
2313         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
2314         (Depends-on): Add EOVERFLOW.
2315
2316         * lib/sprintf.c (EOVERFLOW): Remove fallback.
2317         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
2318         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
2319
2320         * lib/snprintf.c (EOVERFLOW): Remove fallback.
2321         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
2322         * modules/snprintf (Depends-on): Add EOVERFLOW.
2323
2324         * lib/poll.c (EOVERFLOW): Remove fallback.
2325         * modules/poll (Depends-on): Add EOVERFLOW.
2326
2327         * lib/getugroups.c (EOVERFLOW): Remove fallback.
2328         * modules/getugroups (Depends-on): Add EOVERFLOW.
2329
2330         * lib/getdelim.c (EOVERFLOW): Remove fallback.
2331         * modules/getdelim (Depends-on): Add EOVERFLOW.
2332
2333         * lib/ftell.c (EOVERFLOW): Remove fallback.
2334         * modules/ftell (Depends-on): Add EOVERFLOW.
2335
2336         * lib/fprintf.c (EOVERFLOW): Remove fallback.
2337         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
2338         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
2339
2340         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
2341
2342         * modules/EOVERFLOW-tests: New file.
2343         * tests/test-EOVERFLOW.c: New file.
2344
2345         * modules/EOVERFLOW: New file.
2346         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
2347
2348 2008-03-30  Bruno Haible  <bruno@clisp.org>
2349
2350         Fix bug introduced on 2007-06-10.
2351         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
2352         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
2353
2354 2008-03-30  Bruno Haible  <bruno@clisp.org>
2355
2356         Improve freadseek's efficiency after ungetc.
2357         * lib/freadseek.c: Include freadahead.h.
2358         (freadptrinc): New function, extracted from freadseek.
2359         (freadseek): Use it in a loop. Use freadahead to determine the number
2360         of loop iterations.
2361         * modules/freadseek (Depends-on): Add freadahead.
2362         (configure.ac): Require AC_C_INLINE.
2363
2364 2008-03-30  Bruno Haible  <bruno@clisp.org>
2365
2366         * lib/freadseek.c (freadseek): Don't ignore the return value of
2367         freadptr.
2368
2369 2008-03-29  Eric Blake  <ebb9@byu.net>
2370
2371         Add hex float support.
2372         * modules/strtod (Depends-on): Add c-ctype.
2373         (Link): Mention POW_LIB.
2374         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
2375         whitespace between 'e' and exponent.
2376         * tests/test-strtod.c (main): Enable hex float tests.
2377         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
2378         now provides.
2379
2380         Document various strtod bugs, with some fixes.
2381         * doc/posix-functions/strtod.texi (strtod): Document bugs with
2382         "-0x", "inf", "nan", and hex constants.
2383         * doc/posix-functions/atof.texi (atof): Likewise.
2384         * modules/stdlib (Makefile.am): Support strtod.
2385         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
2386         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
2387         detect additional strtod bugs.
2388         * lib/stdlib.in.h (rpl_strtod): Add declarations.
2389         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
2390         bool where appropriate.  Parse 'inf' and 'nan'.
2391         * tests/test-strtod.c: New file.
2392         * modules/strtod (Depends-on): Add stdbool, stdlib.
2393         (configure.ac): Turn on module indicator.
2394         * modules/strtod-tests: New module.
2395
2396 2008-03-29  Eric Blake  <ebb9@byu.net>
2397
2398         Fix ftell on mingw.
2399         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
2400         * modules/ftell-tests (Depends-on): Add binary-io.
2401         * modules/ftello-tests (Depends-on): Likewise.
2402         * tests/test-ftell.c (main): Enhance test to cover behavior after
2403         ungetc.  Enforce binary mode.
2404         * tests/test-ftello.c (main): Likewise.
2405
2406         Pass test-freadseek on cygwin.
2407         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
2408         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
2409         ungetc buffer.
2410
2411         * tests/test-fflush2.c (main): Fix typo.
2412
2413 2008-03-29  Bruno Haible  <bruno@clisp.org>
2414
2415         * tests/test-fflush2.c (main): Temporarily disable the contents of
2416         this test.
2417         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
2418         Reported by Eric Blake.
2419
2420 2008-03-28  Simon Josefsson  <simon@josefsson.org>
2421
2422         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
2423         (GC_SHA224_DIGEST_SIZE): Add.
2424
2425         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
2426         (gc_hash_digest_length): Likewise.
2427         (gc_hash_buffer): Likewise.
2428
2429 2008-03-25  Bruno Haible  <bruno@clisp.org>
2430
2431         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
2432         detail which gettext release to use.
2433         Reported by Simon Josefsson.
2434
2435 2008-03-26  Jim Meyering  <meyering@redhat.com>
2436
2437         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
2438         * modules/gnumakefile (clean-GNUmakefile): Also, use
2439         test ... && ... || : syntax rather than if-then ... fi.
2440
2441         gnumakefile: Don't double-quote-expand $(VPATH) value.
2442         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
2443
2444 2008-03-24  Eric Blake  <ebb9@byu.net>
2445
2446         Alter GNUmakefile to install into top directory.
2447         * modules/maintainer-makefile: Split, and add dependency...
2448         * modules/gnumakefile: to this new module.
2449         * build-aux/GNUmakefile: Move...
2450         * top/GNUmakefile: ...here.
2451         * build-aux/maint.mk: Move...
2452         * top/maint.mk: ...here.
2453         * MODULES.html.sh (Support for maintaining...): Document new
2454         module.
2455
2456 2008-03-23  Bruno Haible  <bruno@clisp.org>
2457
2458         * gnulib-tool: New options --vc-files, --no-vc-files.
2459         (func_usage): Document them.
2460         (vc_files): New variable.
2461         (func_import): Consider vc_files.
2462         (func_create_testdir): Set vc_files to empty.
2463         Suggested by Jim Meyering and Karl Berry.
2464
2465 2008-03-23  Bruno Haible  <bruno@clisp.org>
2466
2467         Fix regex compilation error on HP-UX 11.
2468         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
2469         * modules/regex (Files): Add m4/mbstate_t.m4.
2470         Reported by Ton Voon <ton.voon@altinity.com>.
2471
2472 2008-03-23  Bruno Haible  <bruno@clisp.org>
2473
2474         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
2475
2476 2008-03-23  Eric Blake  <ebb9@byu.net>
2477             Bruno Haible  <bruno@clisp.org>
2478
2479         Install files from top/ in the destination directory.
2480         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
2481         augmentation also for the files from top/.
2482         (func_import, func_create_testdir): Rewrite file names:
2483         top/filename -> filename.
2484
2485 2008-03-23  Bruno Haible  <bruno@clisp.org>
2486
2487         Tweak "gnulib --version" output.
2488         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
2489
2490 2008-03-23  Bruno Haible  <bruno@clisp.org>
2491
2492         Tweak "gnulib --version" output.
2493         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
2494         rather than contents of ChangeLog, when possible.
2495
2496 2008-03-21  Eric Blake  <ebb9@byu.net>
2497
2498         More --version tweaks.
2499         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
2500         date of last ChangeLog entry.
2501
2502 2008-03-21  Jim Meyering  <meyering@redhat.com>
2503
2504         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
2505
2506 2008-03-20  Eric Blake  <ebb9@byu.net>
2507
2508         VPATH fix.
2509         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
2510
2511 2008-03-20  Simon Josefsson  <simon@josefsson.org>
2512
2513         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
2514         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
2515
2516 2008-03-20  Eric Blake  <ebb9@byu.net>
2517
2518         Sync GNUmakefile with coreutils.
2519         * build-aux/GNUmakefile (have-Makefile): Rename...
2520         (_have-Makefile): ...to this, for namespace consideration.
2521         (GNUmakefile.cfg): Include, if present.
2522         (_autoreconf): Define a default.
2523         (_is-dist-target): New rule for rebuilds to pick up intra-release
2524         version.
2525         (maint-cfg.mk): Rename...
2526         (cfg.mk): ...to this.
2527
2528 2008-03-18  Jim Meyering  <meyering@redhat.com>
2529
2530         New script and module: mktempd
2531         * MODULES.html.sh (maint+release support): Add mktempd.
2532         * build-aux/mktempd: New file.
2533         * modules/mktempd: New file.
2534
2535 2008-03-15  Jim Meyering  <meyering@redhat.com>
2536
2537         Undo last change.
2538         * lib/sha1.c, lib/md5.c: 63 != ~63.
2539         Reported by Andreas Schwab.
2540
2541         sha1.c, md5.c: Hoist a redundant expression.
2542         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
2543         "ctx->buflen" only once, before calling *_process_block.
2544         * lib/md5.c (md5_process_bytes): Likewise.
2545
2546 2008-03-14  Eric Blake  <ebb9@byu.net>
2547
2548         Bump copyright year in files generated by gnulib-tool.
2549         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
2550         gnulib-tool, rather than hard-coding it.
2551
2552         Fix 'gnulib-tool --version' output to work with git.
2553         * gnulib-tool (func_gnulib_dir): New function, extracted from...
2554         (startup): ...here.
2555         (func_version): Use it to invoke git-version-gen, rather than
2556         relying on CVS keyword expansion.  Modernize wording.
2557         (cvsdatestamp, last_checkin_date, version): Kill unused
2558         variables.
2559
2560 2008-03-12  Jim Meyering  <meyering@redhat.com>
2561
2562         Recognize optional cast of the argument to free.
2563         * build-aux/useless-if-before-free: Update regexps.
2564
2565         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
2566
2567 2008-03-11  Bruno Haible  <bruno@clisp.org>
2568
2569         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
2570         by a single package.
2571         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
2572         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
2573         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
2574         Reported by Sam Steingold <sds@gnu.org>.
2575
2576 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2577
2578         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
2579         repositories.
2580
2581 2008-03-11  Bruno Haible  <bruno@clisp.org>
2582
2583         Avoid conflicts between local macro definitions.
2584         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2585         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
2586
2587 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
2588             Bruno Haible  <bruno@clisp.org>
2589
2590         Make va_copy work with some version of xlc on AIX 5.1.
2591         * lib/stdarg.in.h: New file.
2592         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
2593         On AIX, use a <stdarg.h> file substitute.
2594         * modules/stdarg (Files): Add lib/stdarg.in.h.
2595         (Depends-on): Add include_next.
2596         (Makefile.am): Build a stdarg.h substitute if requested.
2597         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
2598
2599 2008-03-10  Bruno Haible  <bruno@clisp.org>
2600
2601         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
2602         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
2603         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
2604
2605 2008-03-10  Bruno Haible  <bruno@clisp.org>
2606
2607         * modules/stdlib (Depends-on): Add include_next, remove
2608         absolute-header.
2609
2610 2008-03-09  Bruno Haible  <bruno@clisp.org>
2611
2612         * lib/freadahead.h (freadahead): Document more precisely.
2613         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
2614         the sum of both buffer sizes.
2615         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
2616         * NEWS: Document the change.
2617
2618 2008-03-09  Bruno Haible  <bruno@clisp.org>
2619
2620         Extend freadptr to return also the buffer size.
2621         * lib/freadptr.h (freadptr): Add sizep argument.
2622         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
2623         (freadptr): Add sizep argument. Determine buffer size like freadahead
2624         does.
2625         * tests/test-freadptr.c: Don't include freadahead.h.
2626         (main): Adapt for new calling convention of freadptr.
2627         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
2628         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
2629         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
2630         tests/test-freadptr2.sh.
2631         (Depends): Remove freadahead.
2632         (TESTS): Add test-freadptr2.sh.
2633         (check_PROGRAMS): Add test-freadptr2.
2634
2635 2008-03-09  Bruno Haible  <bruno@clisp.org>
2636
2637         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
2638         Report and solution by Simon Josefsson.
2639
2640 2008-03-06  Bruno Haible  <bruno@clisp.org>
2641
2642         Make fflush after ungetc work on BSD platforms.
2643         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
2644         * tests/test-fflush2.c: New file.
2645         * tests/test-fflush2.sh: New file.
2646         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
2647         tests/test-fflush2.c.
2648         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
2649         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
2650
2651 2008-03-06  Eric Blake  <ebb9@byu.net>
2652
2653         Likewise for ftello.
2654         * modules/ftello (Dependencies): Add extensions.
2655         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
2656
2657 2008-03-06  Bruno Haible  <bruno@clisp.org>
2658
2659         * modules/fseeko (Dependencies): Add extensions.
2660         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
2661         Needed on glibc systems.
2662
2663 2008-03-06  Bruno Haible  <bruno@clisp.org>
2664
2665         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
2666         email address.
2667         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2668
2669 2008-03-06  Bruno Haible  <bruno@clisp.org>
2670
2671         * users.txt: Add libgnupdf.
2672
2673 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2674
2675         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
2676         (Header File Substitutes, Function Substitutes,
2677         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
2678         (Build robot for gnulib): Fix typo.
2679
2680 2008-03-06  Bruno Haible  <bruno@clisp.org>
2681
2682         * doc/gnulib-tool.texi (VCS Issues): Small updates.
2683         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2684
2685 2008-03-06  Bruno Haible  <bruno@clisp.org>
2686
2687         * doc/func.texi: New file, extracted from doc/gnulib.texi.
2688         * doc/gnulib.texi: Include it.
2689
2690 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2691
2692         * modules/func (License): Change license to unlimited; there was
2693         no LGPL parts in the module anyway.
2694
2695 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2696
2697         * modules/__func__: Renamed to modules/func.
2698         * modules/__func__-tests: Renamed to modules/func-tests.
2699         * tests/test-__func__.c: Renamed to tests/test-func.c.
2700         * m4/__func__.m4: Renamed to m4/func.m4.
2701         * doc/gnulib.texi (__func__): Section renamed to func.
2702         Suggested by Eric Blake <ebb9@byu.net>.
2703
2704 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2705
2706         * doc/gnulib.texi (__func__): Use C99 terminology when talking
2707         about __func__.  Make example self-contained.  Suggested by Eric
2708         Blake <ebb9@byu.net>.
2709
2710         * tests/test-__func__.c (main): Avoid extraneous () around __func.
2711         Suggested by Eric Blake <ebb9@byu.net>.
2712
2713 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2714
2715         * modules/__func__: New file.
2716         * modules/__func__-tests: New file.
2717         * tests/test-__func__.c: New file.
2718         * m4/__func__.m4: New file.
2719         * doc/gnulib.texi (__func__): Document __func__ module.
2720
2721 2008-03-05  Simon Josefsson  <simon@josefsson.org>
2722
2723         * modules/byteswap (License): Re-license as LGPLv2+.
2724
2725 2008-03-05  Simon Josefsson  <simon@josefsson.org>
2726
2727         * doc/Makefile: Add pdf target.
2728
2729 2008-03-05  Simon Josefsson  <simon@josefsson.org>
2730
2731         * modules/inline (License): Use 'unlimited', since there are only
2732         *.m4 files in this module.
2733
2734 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
2735             Bruno Haible  <bruno@clisp.org>
2736
2737         Add support for HP C 7.1 on OpenVMS 8.3.
2738         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
2739
2740 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
2741
2742         Update VMS specifics.
2743         * lib/getopt.c [VMS]: Remove include of unixlib.h.
2744
2745 2008-03-02  Jim Meyering  <meyering@redhat.com>
2746
2747         Remove the last dependency on the "free" module.
2748         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
2749         Reported by Bob Proulx.
2750
2751         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
2752
2753         Remove useless "if" tests before free.  Deprecate "free" module.
2754         * doc/posix-functions/free.texi: Mention that this
2755         module is no longer useful.
2756         * modules/free (Notice): Say this module is obsolete.
2757         * modules/readutmp (Depends-on): Remove free.
2758         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
2759         * lib/putenv.c (putenv): Likewise.
2760         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
2761         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
2762         * tests/test-c-strcasestr.c (main): Likewise.
2763         * tests/test-c-strstr.c (main): Likewise.
2764         * tests/test-mbscasestr1.c (main): Likewise.
2765         * tests/test-mbscasestr2.c (main): Likewise.
2766         * tests/test-mbsstr1.c (main): Likewise.
2767         * tests/test-mbsstr2.c (main): Likewise.
2768         * tests/test-memmem.c (main): Likewise.
2769         * tests/test-strcasestr.c (main): Likewise.
2770         * tests/test-striconv.c (main): Likewise.
2771         * tests/test-striconveh.c (main): Likewise.
2772         * tests/test-striconveha.c (main): Likewise.
2773         * tests/test-strstr.c (main): Likewise.
2774
2775         * build-aux/git-version-gen: Adjust a comment and the Usage string.
2776
2777         bootstrap: sync from coreutils again
2778         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
2779
2780 2008-03-01  Jim Meyering  <meyering@redhat.com>
2781
2782         bootstrap: sync from coreutils
2783         * build-aux/bootstrap (update_po_files): Copy a .po file into place
2784         also when the target doesn't exist.
2785
2786 2008-03-01  Eric Blake  <ebb9@byu.net>
2787
2788         Fix bugs in last patch.
2789         * lib/memchr2.c (memchr2): Fix typo.
2790         * tests/test-memchr2.c: Test previous bug, and don't use GNU
2791         extension.
2792         Reported by Bruce Korb.
2793
2794         New module 'memchr2'.
2795         * modules/memchr2: New file.
2796         * modules/memchr2-tests: Likewise.
2797         * lib/memchr2.h: Likewise.
2798         * lib/memchr2.c: Likewise, based on memchr.c.
2799         * tests/test-memchr2.c: New test.
2800         * MODULES.html.sh (String handling): Add memchr2.
2801
2802 2008-02-29  Bruno Haible  <bruno@clisp.org>
2803
2804         * modules/freadseek-tests: New file.
2805         * tests/test-freadseek.sh: New file.
2806         * tests/test-freadseek.c: New file.
2807
2808         New module 'freadseek'.
2809         * modules/freadseek: New file.
2810         * lib/freadseek.h: New file.
2811         * lib/freadseek.c: New file.
2812         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
2813
2814 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2815
2816         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
2817         wydawca.
2818
2819         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
2820         program_invocation_name and program_invocation_short_name are
2821         present.
2822
2823 2008-02-28  Bruno Haible  <bruno@clisp.org>
2824
2825         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
2826         * tests/test-freadptr.sh: Also test non-seekable stdin.
2827
2828 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
2829
2830         * build-aux/bootstrap (source_base, m4_base)
2831         (doc_base, tests_base): New variables.
2832         (gnulib_tool_options): Do not hardcode base directories, use
2833         the above variables instead.
2834
2835 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
2836
2837         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
2838
2839 2008-02-28  Bruno Haible  <bruno@clisp.org>
2840
2841         * modules/freadptr-tests: New file.
2842         * tests/test-freadptr.sh: New file.
2843         * tests/test-freadptr.c: New file.
2844
2845         New module 'freadptr'.
2846         * modules/freadptr: New file.
2847         * lib/freadptr.h: New file.
2848         * lib/freadptr.c: New file.
2849         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
2850
2851 2008-02-26  Karl Berry  <karl@freefriends.org>
2852
2853         Sync from Libtool:
2854         * libltdl/argz.c (argz_add, argz_count): New functions.
2855         * libltdl/argz.in.h: Declare them.
2856         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
2857
2858 2008-02-22  Bruno Haible  <bruno@clisp.org>
2859
2860         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
2861         is a pointer type.  Needed for HP-UX 10.
2862         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
2863         * doc/posix-functions/gmtime_r.texi: Likewise.
2864         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
2865
2866 2008-02-24  Bruno Haible  <bruno@clisp.org>
2867
2868         * modules/environ-tests: New file.
2869         * tests/test-environ.c: New file.
2870
2871         New module 'environ'.
2872         * modules/environ: New file.
2873         * lib/unistd.in.h (environ): New declaration.
2874         * m4/environ.m4: New file.
2875         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
2876         after use.
2877         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
2878         HAVE_DECL_ENVIRON.
2879         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
2880         HAVE_DECL_ENVIRON.
2881         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
2882         wrong claim that 'environ' is missing on some systems.
2883         * modules/execute (Depends-on): Add environ.
2884         * lib/execute.c (environ): Remove fallback declaration.
2885         * modules/pipe (Depends-on): Add environ.
2886         * lib/pipe.c (environ): Remove fallback declaration.
2887         * modules/setenv (Depends-on): Add environ.
2888         * lib/setenv.c (environ): Remove fallback declaration.
2889         * modules/unsetenv (Depends-on): Add environ.
2890         * lib/unsetenv.c (environ): Remove fallback declaration.
2891         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
2892         m4/environ.m4.
2893         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
2894         (gl_PREREQ_UNSETENV): Likewise.
2895
2896 2008-02-24  Bruno Haible  <bruno@clisp.org>
2897
2898         * doc/posix-functions/environ.texi: Document the MacOS X problem.
2899
2900 2008-02-20  Bob Proulx  <bob@proulx.com>
2901
2902         Enable use of older two part flavor 'git describe'.
2903         * build-aux/git-version-gen: If using the older two part flavor of
2904         git version then recreate the third part now present in the
2905         newer three part flavor of git describe.
2906
2907 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
2908
2909         * lib/fts.c (fts_build): Typo correction to comment.
2910
2911 2008-02-17  Bruno Haible  <bruno@clisp.org>
2912
2913         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
2914         generating no-op conflicts.
2915
2916 2008-02-17  Bruno Haible  <bruno@clisp.org>
2917
2918         Speed up by 10%.
2919         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
2920         result_entries, rather than an index-based loop.
2921
2922 2008-02-17  Bruno Haible  <bruno@clisp.org>
2923
2924         Speed up by 25%.
2925         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
2926         'hashcode_cached'.
2927         (entry_create): New function.
2928         (entry_hashcode): Use the cached hashcode if possible.
2929         (read_changelog_file, try_split_merged_entry): Use entry_create.
2930
2931 2008-02-17  Bruno Haible  <bruno@clisp.org>
2932
2933         Speed up from O(n^2) to O(n) for long ChangeLog files.
2934         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
2935         (read_changelog_file): Change implementation of entries_reversed list
2936         to rbtreehash.
2937         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
2938
2939 2008-02-17  Bruno Haible  <bruno@clisp.org>
2940
2941         New option --split-merged-entry.
2942         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
2943         (find_paragraph_end, try_split_merged_entry): New functions.
2944         (long_options): Add option --split-merged-entry.
2945         (usage): Document option --split-merged-entry.
2946         (main): Implement option --split-merged-entry.
2947         Reported by Eric Blake.
2948
2949 2008-02-17  Bruno Haible  <bruno@clisp.org>
2950
2951         * lib/git-merge-changelog.c: Include c-strstr.h.
2952         (main): Support the "git pull --rebase" situation.
2953         * modules/git-merge-changelog (Depends-on): Add c-strstr.
2954         Reported by Eric Blake.
2955
2956 2008-02-16  Eric Blake  <ebb9@byu.net>
2957
2958         Avoid doubling \ in common case of "c-maybe" quoting style.
2959         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
2960         eliding outer quotes.
2961         * lib/quotearg.h: Document this.
2962         * tests/test-quotearg.c (result_strings, inputs, results_g)
2963         (flag_results, locale_results): Test it by adding a new string to
2964         each test group.
2965         (compare_strings): Test new string.
2966
2967 2008-02-13  Eric Blake  <ebb9@byu.net>
2968
2969         Avoid trigraph quoting in default output.
2970         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
2971         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
2972         unless explicitly requested.
2973         * tests/test-quotearg.c (flag_results, main): Add additional tests.
2974
2975 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
2976
2977         Don't rely on signed integer overflowing to negative value.
2978         * lib/getugroups.c (getugroups): Include <limits.h>.
2979         Instead, compare against INT_MAX, and increment only if the test passes.
2980
2981 2008-02-13  Jim Meyering  <meyering@redhat.com>
2982         and Eric Blake  <ebb9@byu.net>
2983
2984         Avoid shadowing warning and compile errors on Linux.
2985         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
2986         forwarding macros on Linux.
2987         (dcgettext): Define a stub, for Linux.
2988         (results_g, main): Avoid warnings.
2989
2990 2008-02-12  Eric Blake  <ebb9@byu.net>
2991
2992         Silence warning in last patch.
2993         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
2994
2995         Quotearg part 4: add tests, fix c-maybe colon quoting.
2996         * lib/quotearg.h: Improve documentation.
2997         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
2998         escapes when adding outer quotes.  When quoting trigraphs, use
2999         valid C notation.  When quoting NUL, omit extra characters if next
3000         character is not digit.  Alter prototype.
3001         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
3002         callers.
3003         * modules/quotearg-tests: New module.
3004         * tests/test-quotearg.c: New test.
3005
3006 2008-02-07  Eric Blake  <ebb9@byu.net>
3007
3008         Quotearg part 3: add flag to control outer quote elision.
3009         * lib/quotearg.h (c_maybe_quoting_style): New style.
3010         (enum quoting_flags): Better documentation of flags.
3011         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
3012         c-maybe style.
3013         (quotearg_buffer_restyled): Handle new flag to elide outer
3014         quotes.
3015
3016         Quotearg part 2: add flag that can control NUL elision.
3017         * lib/quotearg.h (set_quoting_flags): New prototype.
3018         * lib/quotearg.c (struct quoting_options): Add flag field.
3019         (set_quoting_flags): New function.
3020         (quotearg_buffer_restyled): Add flags parameter.
3021         (quotearg_alloc_mem): Set the flag if length cannot be returned.
3022         (quotearg_n_options): Set the flag, since length cannot be
3023         returned.
3024         (quoting_options_from_style): Default flags correctly.
3025
3026         Quotearg part 1: more wrappers, restore quotearg_char state.
3027         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
3028         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
3029         (quotearg_colon_mem): New wrappers.
3030         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
3031         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
3032         functions.
3033         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
3034         (quotearg_colon_mem): New functions.
3035
3036 2008-02-11  Bruno Haible  <bruno@clisp.org>
3037
3038         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
3039         library in the current directory: it does not work with parallel make.
3040         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3041
3042 2008-02-11  Bruno Haible  <bruno@clisp.org>
3043
3044         * .gitattributes: New file.
3045
3046 2008-02-11  Jim Meyering  <meyering@redhat.com>
3047
3048         useless-if-before-free: Fix reversed exit values.
3049         * build-aux/useless-if-before-free: Use correct values
3050         for EXIT_MATCH and EXIT_NO_MATCH.
3051
3052         * build-aux/useless-if-before-free: Close stdout carefully.
3053
3054 2008-02-10  Bruno Haible  <bruno@clisp.org>
3055
3056         New module 'git-merge-changelog'.
3057         * modules/git-merge-changelog: New file.
3058         * lib/git-merge-changelog.c: New file.
3059
3060 2008-02-10  Jim Meyering  <meyering@redhat.com>
3061
3062         useless-if-before-free: New option: --list (-l).
3063
3064         useless-if-before-free: Don't exit immediately upon open failure.
3065         * build-aux/useless-if-before-free: Exit 2 for errors.
3066         Upon failure to open a file, don't exit immediately.
3067         Rather, just warn and continue with any remaining files.
3068
3069 2008-02-10  Bruno Haible  <bruno@clisp.org>
3070
3071         New abstract list operation 'node_set_value'.
3072         * lib/gl_list.h (gl_list_node_set_value): New function.
3073         (struct gl_list_implementation): New field node_set_value.
3074         * lib/gl_list.c (gl_list_node_set_value): New function.
3075         * lib/gl_array_list.c (gl_array_node_set_value): New function.
3076         (gl_array_list_implementation): Update.
3077         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
3078         (gl_carray_list_implementation): Update.
3079         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
3080         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3081         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3082         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
3083         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3084         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3085         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3086         Update.
3087         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3088         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
3089         (gl_sublist_list_implementation): Update.
3090
3091 2008-02-10  Bruno Haible  <bruno@clisp.org>
3092
3093         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
3094         Needed when ELEMENT is #defined to 'some_type *'.
3095
3096 2008-02-10  Jim Meyering  <meyering@redhat.com>
3097
3098         New script and module: useless-if-before-free
3099         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
3100         * build-aux/useless-if-before-free: New file.
3101         * modules/useless-if-before-free: New file.
3102
3103         * build-aux/gitlog-to-changelog: Use committer date, not author date.
3104
3105         xstrtol_error: Fix typo.
3106         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
3107         s/exit_failure/exit_status/.
3108
3109 2008-02-09  Jim Meyering  <meyering@redhat.com>
3110
3111         New script and module: gitlog-to-changelog
3112         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
3113         * modules/gitlog-to-changelog: New file.
3114         * build-aux/gitlog-to-changelog: New file.
3115
3116 2008-02-08  Jim Meyering  <meyering@redhat.com>
3117
3118         Avoid two "parameter unused" warnings.
3119         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
3120         Mark "st" as used.
3121
3122         Use "git COMMAND", not "git-COMMAND".
3123         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
3124         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
3125         * build-aux/git-version-gen: Use "git status", not "git-status".
3126
3127 2008-02-07  Bruno Haible  <bruno@clisp.org>
3128
3129         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
3130         Avoids a crash on Windows Vista.
3131         Reported by Adam Strzelecki <ono@java.pl> via
3132         Simon Josefsson <simon@josefsson.org>.
3133
3134 2008-02-06  Bruno Haible  <bruno@clisp.org>
3135
3136         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
3137         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
3138         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
3139         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
3140         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
3141         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3142         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
3143         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
3144         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3145         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3146         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3147         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3148         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3149         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3150         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3151         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
3152         left-adjust flag.
3153         * tests/test-snprintf-posix.h (test_function): Likewise.
3154         * tests/test-sprintf-posix.h (test_function): Likewise.
3155         * tests/test-vasprintf-posix.c (test_function): Likewise.
3156         * doc/posix-functions/fprintf.texi: Update.
3157         * doc/posix-functions/printf.texi: Update.
3158         * doc/posix-functions/snprintf.texi: Update.
3159         * doc/posix-functions/sprintf.texi: Update.
3160         * doc/posix-functions/vfprintf.texi: Update.
3161         * doc/posix-functions/vprintf.texi: Update.
3162         * doc/posix-functions/vsnprintf.texi: Update.
3163         * doc/posix-functions/vsprintf.texi: Update.
3164         Reported by Peter Fales <psfales@alcatel-lucent.com>.
3165
3166 2008-02-06  Bruno Haible  <bruno@clisp.org>
3167
3168         Fix bug introduced on 2008-01-26.
3169         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
3170
3171 2008-02-06  Bruno Haible  <bruno@clisp.org>
3172
3173         Fix bug introduced on 2007-06-10.
3174         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
3175         !NEED_PRINTF_FLAG_ZERO.
3176
3177 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
3178
3179         getloadavg: use libperfstat on AIX5
3180         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
3181
3182 2008-02-03  Bruno Haible  <bruno@clisp.org>
3183
3184         * lib/diffseq.h: Add comments about required #includes.
3185         Reported by Michael Biggs <gnulib@doubleplum.net>.
3186
3187 2008-02-01  Bruno Haible  <bruno@clisp.org>
3188
3189         * users.txt: Add gnuit.
3190
3191 2008-01-31  Bruno Haible  <bruno@clisp.org>
3192
3193         * lib/md4.c (set_uint32): Mark as inline.
3194         * lib/md5.c (set_uint32): Likewise.
3195         * lib/sha1.c (set_uint32): Likewise.
3196         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
3197         * m4/md5.m4 (gl_MD5): Likewise.
3198         * m4/sha1.m4 (gl_SHA1): Likewise.
3199
3200 2008-01-31  Jim Meyering  <meyering@redhat.com>
3201
3202         Use "sizeof VAR", rather than a literal "4".
3203         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
3204         * lib/md4.c (md4_read_ctx): Likewise.
3205         * lib/sha1.c (sha1_read_ctx): Likewise.
3206
3207 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3208
3209         * tests/test-sha1.c: New file, based on test-md5.c.
3210
3211         * modules/crypto/sha1-tests: New file.
3212
3213 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3214
3215         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
3216
3217 2008-01-31  Jim Meyering  <meyering@redhat.com>
3218
3219         Prefer "sizeof v" over the equivalent "4".
3220         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
3221         * lib/md5.c (set_uint32): Likewise.
3222         * lib/sha1.c (set_uint32): Likewise.
3223
3224 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3225
3226         * lib/sha1.c (set_uint32): Mark function as static.
3227
3228 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3229
3230         md2: clarify comments to say that alignment is not required.
3231         * lib/md2.h: Remove warning about alignment in comment.
3232         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
3233         never been required.
3234
3235 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3236
3237         md4: adapt alignment constraint fix from sha1.
3238         * lib/md4.c (set_uint32): New function, from sha1.c
3239         (md4_read_ctx): Use it.
3240         (md4_finish_ctx): Doc fix.
3241         * lib/md4.h: Doc fix.
3242
3243 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3244
3245         md5: adapt alignment constraint fix from sha1.
3246         * lib/md5.c (set_uint32): New function, from sha1.c
3247         (md5_read_ctx): Use it.
3248         (md5_finish_ctx): Doc fix.
3249         * lib/md5.h: Doc fix.
3250
3251 2008-01-30  Peter Palfrader  <weasel@debian.org>
3252
3253         sha1: remove the result buffer alignment constraint
3254         * lib/sha1.c (set_uint32): New function.
3255         (sha1_read_ctx): Rewrite to remove the result buffer alignment
3256         constraint.
3257         (sha1_finish_ctx): Remove comment warning about alignment constraint.
3258         * lib/sha1.h: Likewise.
3259
3260 2008-01-30  Andreas Schwab  <schwab@suse.de>
3261             Bruno Haible  <bruno@clisp.org>
3262
3263         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
3264         correct definition of LDBL_MIN_EXP.
3265
3266 2008-01-30  Karl Berry  <karl@gnu.org>
3267
3268         * config/srclist-update: try to preserve x bit on updates.
3269         * config/srclistvars.sh: update for karl.
3270
3271 2008-01-29  Jim Meyering  <meyering@redhat.com>
3272
3273         vasnprintf.c: Avoid warning about unused label
3274         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
3275         "overflow" label definition and associated code with the
3276         same cpp condition that guards the sole use of that label.
3277
3278 2008-01-26  Bruno Haible  <bruno@clisp.org>
3279
3280         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
3281         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
3282         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
3283         * lib/isnanl-nolibm.h (isnanl): Likewise.
3284         Reported by Paul Eggert <eggert@cs.ucla.edu>.
3285
3286 2008-01-26  Bruno Haible  <bruno@clisp.org>
3287
3288         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
3289         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
3290
3291 2008-01-26  Bruno Haible  <bruno@clisp.org>
3292
3293         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
3294         GCC >= 4.0 built-in.
3295         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
3296
3297 2008-01-26  Bruno Haible  <bruno@clisp.org>
3298
3299         Rename isnan, applicable to 'double' only, to isnand.
3300         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
3301         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
3302         (configure.ac): Update.
3303         (Include): Replace "isnan.h" with "isnand.h".
3304         * m4/isnand.m4: Renamed from m4/isnan.m4.
3305         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
3306         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
3307         instead of isnan.c.
3308         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
3309         instead of HAVE_ISNAN_IN_LIBC.
3310         (isnand): Renamed from isnan.
3311         * lib/isnand.c: New file.
3312         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
3313         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
3314         (Makefile.am): Update.
3315         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
3316         Include isnand.h instead of isnan.h.
3317         (main): Test isnand instead of isnan.
3318         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
3319         isnan-nolibm.
3320         * modules/frexp (Depends-on): Likewise.
3321         * modules/frexp-tests (Depends-on): Likewise.
3322         * modules/frexp-nolibm (Depends-on): Likewise.
3323         * modules/frexp-nolibm-tests (Depends-on): Likewise.
3324         * modules/isfinite (Depends-on): Likewise.
3325         * modules/round-tests (Depends-on): Likewise.
3326         * modules/signbit (Depends-on): Likewise.
3327         * modules/signbit-tests (Depends-on): Likewise.
3328         * modules/snprintf-posix (Depends-on): Likewise.
3329         * modules/sprintf-posix (Depends-on): Likewise.
3330         * modules/trunc-tests (Depends-on): Likewise.
3331         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3332         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3333         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3334         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3335         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3336         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3337         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3338         * modules/vasnprintf-posix (Depends-on): Likewise.
3339         * modules/vasprintf-posix (Depends-on): Likewise.
3340         * modules/vfprintf-posix (Depends-on): Likewise.
3341         * modules/vsnprintf-posix (Depends-on): Likewise.
3342         * modules/vsprintf-posix (Depends-on): Likewise.
3343         * lib/frexp.c: Include isnand.h instead of isnan.h.
3344         (ISNAN): Set to isnand instead of isnan.
3345         * lib/isfinite.c: Include isnand.h instead of isnan.h.
3346         (gl_isfinited): Use isnand instead of isnan.
3347         * lib/signbitd.c: Include isnand.h instead of isnan.h.
3348         (gl_signbitd): Use isnand instead of isnan.
3349         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
3350         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
3351         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
3352         (main): Use isnand instead of isnan.
3353         * tests/test-round1.c: Include isnand.h.
3354         (main): Use isnand instead of isnan.
3355         * tests/test-round2.c: Include isnand.h instead of isnan.h.
3356         (ISNAN): Set to isnand instead of isnan.
3357         * tests/test-trunc1.c: Include isnand.h.
3358         (main): Use isnand instead of isnan.
3359         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
3360         (equal): Use isnand instead of isnan.
3361         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
3362         isnand-nolibm.
3363         * NEWS: Mention the change.
3364
3365 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
3366             Bruno Haible  <bruno@clisp.org>
3367
3368         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
3369         the GCC builtins for signbits are present and set
3370         REPLACE_SIGNBIT_USING_GCC if so.
3371         * lib/math.in.h (signbit): Define using GCC builtins if
3372         REPLACE_SIGNBIT_USING_GCC is set.
3373         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
3374         REPLACE_SIGNBIT_USING_GCC.
3375         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
3376
3377 2008-01-25  Jim Meyering  <meyering@redhat.com>
3378
3379         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
3380         * lib/poll.c: Include <config.h>, not "config.h".
3381         * tests/test-getaddrinfo.c: Likewise.
3382
3383 2008-01-25  Simon Josefsson  <simon@josefsson.org>
3384
3385         * modules/sockets-tests: New file.
3386
3387 2008-01-24  Simon Josefsson  <simon@josefsson.org>
3388
3389         * modules/sockets: New module, can be used to call WSA_Startup and
3390         WSA_Cleanup when needed.
3391
3392         * lib/sockets.h, lib/sockets.c: New files.
3393
3394         * m4/sockets.m4: New file.
3395
3396         * tests/test-sockets.c: New file.
3397
3398 2008-01-19  Bruno Haible  <bruno@clisp.org>
3399
3400         * doc/posix-headers: Renamed from doc/headers.
3401         * doc/posix-functions: Renamed from doc/functions.
3402         * doc/gnulib.texi: Update.
3403
3404 2008-01-19  Bruno Haible  <bruno@clisp.org>
3405
3406         * doc/glibc-functions/strcasestr.texi: Include contents of
3407         doc/functions/strcasestr.texi, fixing the list of platforms.
3408         * doc/functions/strcasestr.texi: Remove file.
3409
3410 2008-01-19  Bruno Haible  <bruno@clisp.org>
3411
3412         * doc/glibc-functions/memmem.texi: Include contents of
3413         doc/functions/memmem.texi.
3414         * doc/functions/memmem.texi: Remove file.
3415
3416 2008-01-18  Bruno Haible  <bruno@clisp.org>
3417
3418         * doc/glibc-functions/*.texi: New files.
3419         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
3420         to use the new files.
3421
3422 2008-01-17  Bruno Haible  <bruno@clisp.org>
3423
3424         * tests/test-gethostname.c (main): Fix printf statement.
3425
3426 2008-01-17  Simon Josefsson  <simon@josefsson.org>
3427
3428         * modules/gethostname-tests: New file.
3429
3430         * tests/test-gethostname.c: New file.
3431
3432 2008-01-17  Simon Josefsson  <simon@josefsson.org>
3433
3434         * lib/gethostname.c: Include string.h unconditionally, strncpy is
3435         used by the UNAME case.  Reported by Bruno Haible
3436         <bruno@clisp.org>.
3437
3438 2008-01-17  Eric Blake  <ebb9@byu.net>
3439
3440         Convert c-strcasestr to be more efficient.
3441         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
3442         (Depends-on): Add c-strcase, remove malloca, strnlen.
3443         * tests/test-c-strcasestr.c (main): Enhance test.
3444         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
3445
3446 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
3447
3448         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
3449         Use it in creating po/Makevars.
3450
3451 2008-01-15  Simon Josefsson  <simon@josefsson.org>
3452
3453         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
3454         Applications that requires it should initialize libgcrypt
3455         manually.
3456
3457 2008-01-16  Simon Josefsson  <simon@josefsson.org>
3458
3459         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
3460
3461 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
3462
3463         Fix problem with getdate on mingw32 reported by Simon Josefsson
3464         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
3465         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
3466         tzname", when deciding whether to declare tzname.
3467         * lib/strftime.c (tzname): Likewise.
3468
3469 2008-01-15  Bruno Haible  <bruno@clisp.org>
3470
3471         Work around a MacOS X 10.5 bug in frexpl().
3472         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
3473         * doc/functions/frexpl.texi: Document the bug.
3474         Reported by Elias Pipping <pipping@gentoo.org>.
3475
3476 2008-01-14  Eric Blake  <ebb9@byu.net>
3477
3478         Touch up previous patch.
3479         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
3480         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
3481
3482         Convert strcasestr module to use Two-Way algorithm.
3483         * modules/strcasestr-simple: New module, based on the old
3484         strcasestr, but with Two-Way rather than KMP.
3485         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
3486         * lib/string.in.h (rpl_strcasestr): Declare.
3487         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
3488         performance.
3489         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
3490         * modules/string (Makefile.am): Support strcasestr.
3491         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
3492         * modules/strcasestr-tests (Depends-on): Check for alarm.
3493         * tests/test-strcasestr.c: Augment test.
3494         * lib/str-two-way.h: Clean up stray macro.
3495         * NEWS: Document new module.
3496         * MODULES.html.sh (string handling): Likewise.
3497         * doc/functions/strcasestr.texi: New file.
3498         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
3499         here, since it is not a POSIX function.
3500
3501 2008-01-14  Colin Watson  <cjwatson@debian.org>
3502             Bruno Haible  <bruno@clisp.org>
3503
3504         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
3505         works fine; if not, set REPLACE_STRSIGNAL.
3506         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
3507         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3508         REPLACE_STRSIGNAL.
3509         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
3510         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
3511         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
3512
3513 2008-01-14  Bruno Haible  <bruno@clisp.org>
3514
3515         * modules/strsignal (Include): Change to <string.h>.
3516
3517 2008-01-14  Colin Watson  <cjwatson@debian.org>
3518
3519         * modules/argp (Notice): Add a notice recommending to change
3520         XGETTEXT_OPTIONS.
3521         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
3522
3523 2008-01-13  Colin Watson  <cjwatson@debian.org>
3524
3525         * modules/strsignal-tests: New file.
3526         * tests/test-strsignal.c: New file.
3527
3528         * lib/strsignal.c: New file, from glibc with modifications.
3529         * lib/siglist.h: New file, from glibc with modifications.
3530         * lib/string.in.h (strsignal): New declaration.
3531         * m4/strsignal.m4: New file.
3532         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3533         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
3534         * modules/strsignal: New file.
3535         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
3536         HAVE_DECL_STRSIGNAL.
3537
3538 2008-01-13  Bruno Haible  <bruno@clisp.org>
3539
3540         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
3541         locale encoding is not ASCII. Needed for OpenBSD 4.0.
3542         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
3543         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
3544
3545 2008-01-13  Bruno Haible  <bruno@clisp.org>
3546
3547         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
3548         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
3549         * lib/argp.h (__attribute__): Likewise.
3550         * lib/c-stack.c (__attribute__): Likewise.
3551         * lib/error.h (__attribute__): Likewise.
3552         * lib/fts.c (__attribute__): Likewise.
3553         * lib/openat.h (__attribute__): Likewise.
3554         * lib/stdio.in.h (__attribute__): Likewise.
3555         * lib/string.in.h (__attribute__): Likewise.
3556         * lib/utimens.c (__attribute__): Likewise.
3557         * lib/vasnprintf.h (__attribute__): Likewise.
3558         * lib/xalloc.h (__attribute__): Likewise.
3559         * lib/xprintf.h (__attribute__): Likewise.
3560         * lib/xstrtol.h (__attribute__): Likewise.
3561         * lib/xvasprintf.h (__attribute__): Likewise.
3562
3563 2008-01-12  Bruno Haible  <bruno@clisp.org>
3564
3565         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
3566         * doc/glibc-headers/a.out.texi: New file.
3567         * doc/glibc-headers/aliases.texi: New file.
3568         * doc/glibc-headers/alloca.texi: New file.
3569         * doc/glibc-headers/ar.texi: New file.
3570         * doc/glibc-headers/argp.texi: New file.
3571         * doc/glibc-headers/argz.texi: New file.
3572         * doc/glibc-headers/byteswap.texi: New file.
3573         * doc/glibc-headers/crypt.texi: New file.
3574         * doc/glibc-headers/endian.texi: New file.
3575         * doc/glibc-headers/envz.texi: New file.
3576         * doc/glibc-headers/err.texi: New file.
3577         * doc/glibc-headers/error.texi: New file.
3578         * doc/glibc-headers/execinfo.texi: New file.
3579         * doc/glibc-headers/fpu_control.texi: New file.
3580         * doc/glibc-headers/fstab.texi: New file.
3581         * doc/glibc-headers/fts.texi: New file.
3582         * doc/glibc-headers/getopt.texi: New file.
3583         * doc/glibc-headers/ieee754.texi: New file.
3584         * doc/glibc-headers/ifaddrs.texi: New file.
3585         * doc/glibc-headers/libintl.texi: New file.
3586         * doc/glibc-headers/mcheck.texi: New file.
3587         * doc/glibc-headers/mntent.texi: New file.
3588         * doc/glibc-headers/obstack.texi: New file.
3589         * doc/glibc-headers/paths.texi: New file.
3590         * doc/glibc-headers/printf.texi: New file.
3591         * doc/glibc-headers/pty.texi: New file.
3592         * doc/glibc-headers/resolv.texi: New file.
3593         * doc/glibc-headers/shadow.texi: New file.
3594         * doc/glibc-headers/sysexits.texi: New file.
3595         * doc/glibc-headers/ttyent.texi: New file.
3596
3597 2008-01-12  Jim Meyering  <meyering@redhat.com>
3598
3599         announce-gen: emit Gnulib's git-based version string.
3600         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
3601         New option --gnulib-version=V, where V is expected to be
3602         the output of running git describe in the gnulib directory.
3603         (get_tool_versions): Request feedback on xdelta.  I suspect it's
3604         not useful, and plan to stop publishing an xdelta file with each
3605         coreutils release.
3606
3607         * build-aux/announce-gen: Also check for lzma-compressed files.
3608
3609 2008-01-11  Bruno Haible  <bruno@clisp.org>
3610
3611         * tests/test-memmem.c (main): Increase maximum allowed time.
3612         * tests/test-strstr.c (main): Likewise.
3613
3614 2008-01-11  Bruno Haible  <bruno@clisp.org>
3615
3616         * doc/functions/memmem.texi: Add more precisions about platforms.
3617         * doc/functions/strstr.texi: Likewise.
3618
3619 2008-01-10  Eric Blake  <ebb9@byu.net>
3620
3621         * m4/strstr.m4: Delete cruft from copy-n-paste.
3622         Reported by Bruno Haible.
3623
3624 2008-01-10  Bruno Haible  <bruno@clisp.org>
3625
3626         Make c-strstr rely on strstr.
3627         * lib/c-strstr.c: Don't include str-kmp.h.
3628         (c_strstr): Define in terms of strstr.
3629         * modules/c-strstr (Files): Remove lib/str-kmp.h.
3630         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
3631
3632 2008-01-10  Bruno Haible  <bruno@clisp.org>
3633
3634         * doc/gnulib.texi (String Functions in C Locale): New section.
3635         * doc/c-ctype.texi: New file.
3636         * doc/c-strcase.texi: New file.
3637         * doc/c-strcaseeq.texi: New file.
3638         * doc/c-strcasestr.texi: New file.
3639         * doc/c-strstr.texi: New file.
3640         * doc/c-strtod.texi: New file.
3641         * doc/c-strtold.texi: New file.
3642
3643 2008-01-10  Eric Blake  <ebb9@byu.net>
3644
3645         * lib/relocatable.h: Fix a comment.
3646
3647 2008-01-10  Eric Blake  <ebb9@byu.net>
3648
3649         Share two-way algorithm.
3650         * lib/str-two-way.h: New file, merged from...
3651         * lib/memmem.c: ...here...
3652         * lib/strstr.c: ...and here.
3653         * modules/memmem (Files): Use it.
3654         * modules/strstr (Files): Likewise.
3655
3656         Avoid quadratic strstr implementations.
3657         * lib/strstr.c: New file.
3658         * m4/strstr.m4: Likewise.
3659         * modules/strstr: Likewise.
3660         * modules/strstr-tests: Likewise.
3661         * tests/test-strstr.c: Likewise.
3662         * lib/string.in.h (rpl_strstr): Declare.
3663         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
3664         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
3665         * modules/string (Makefile.am): Likewise.
3666         * MODULES.html.sh (string handling): Mention new module.
3667         * doc/functions/strstr.texi (strstr): Document the bug.
3668
3669 2008-01-10  Bruno Haible  <bruno@clisp.org>
3670
3671         * lib/relocatable.h (relocate): State whether result is freshly
3672         allocated or not.
3673         * lib/relocatable.c (relocate): Return a freshly allocated string
3674         instead of a pointer to a privately held string.
3675         Reported by Sylvain Beucler <beuc@gnu.org>.
3676
3677 2008-01-10  Colin Watson  <cjwatson@debian.org>
3678
3679         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
3680         s/S_ISNLK/S_ISLNK/.
3681
3682 2008-01-09  Bruno Haible  <bruno@clisp.org>
3683
3684         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
3685         and other files.
3686         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
3687         if it's only a guess.
3688         * modules/memmem: Simplify by depending on memmem-simple.
3689
3690 2008-01-09  Bruno Haible  <bruno@clisp.org>
3691
3692         Work around OpenBSD 4.0 tdelete() bug.
3693         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
3694         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
3695         macros and don't redefine the enum values.
3696         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
3697         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
3698         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
3699
3700 2008-01-09  Bruno Haible  <bruno@clisp.org>
3701
3702         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
3703         (main): Don't perform the tests if setlocale did not install a UTF-8
3704         locale. Needed on OpenBSD 4.0.
3705         * modules/wcwidth-tests (Depends-on): Add localcharset.
3706
3707 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
3708
3709         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
3710         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
3711         * NEWS: announce this.
3712         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
3713
3714 2008-01-09  Simon Josefsson  <simon@josefsson.org>
3715         and Eric Blake  <ebb9@byu.net>
3716
3717         Add memmem-simple module.
3718         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
3719         (gl_FUNC_MEMMEM): Separate performance from presence checks.
3720         * modules/memmem-simple: New file.
3721         * modules/memmem (Description): Tweak.
3722         * MODULES.html.sh (string handling): Mention new module.
3723         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
3724         addressed by memmem-simple.
3725         * NEWS: Document the difference.
3726
3727 2008-01-09  Eric Blake  <ebb9@byu.net>
3728
3729         Give gcc some memmem optimization hints.
3730         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
3731         (strcasestr): Declare as pure.
3732         * modules/memmem (Maintainer): Claim my implementation.
3733
3734 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3735
3736         Support AIX 6.1 and higher.
3737         * build-aux/config.libpath: Likewise.
3738         * build-aux/config.rpath: Likewise.
3739
3740 2008-01-08  Jim Meyering  <meyering@redhat.com>
3741             Bruno Haible  <bruno@clisp.org>
3742
3743         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
3744         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
3745         Reported by Peter Fales in
3746         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
3747
3748 2008-01-08  Bruno Haible  <bruno@clisp.org>
3749
3750         * modules/unictype/category-of (Depends-on): Add
3751         unictype/category-none.
3752         * modules/unictype/category-and-tests (Depends-on): Add
3753         unictype/category-{L,N,Lu,Nd}.
3754         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
3755         * modules/unictype/category-or-tests (Depends-on): Add
3756         unictype/category-{L,N}.
3757         * modules/unictype/category-name-tests (Depends-on): Add
3758         unictype/category-{Z,Nl}.
3759         Reported by Simon Josefsson.
3760
3761 2008-01-08  Bruno Haible  <bruno@clisp.org>
3762
3763         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
3764         convention better.
3765         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
3766         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
3767         Reported by Peter Miller <millerp@canb.auug.org.au>.
3768
3769 2008-01-08  Eric Blake  <ebb9@byu.net>
3770
3771         Rewrite memmem to guarantee linear complexity without malloc.
3772         * lib/memmem.c (memmem): Use Two-Way rather than
3773         Knuth-Morris-Pratt, to allow O(1) space usage.
3774         (critical_factorization, two_way_short_needle)
3775         (two_way_long_needle): New functions.
3776         (knuth_morris_pratt): Delete.
3777         * modules/memmem (Depends-on): No longer need malloca or stdbool.
3778         Add stdint.
3779         * tests/test-memmem.c (main): Add tests for periodic needle and
3780         sublinear performance.
3781         * doc/functions/memmem.texi (memmem): Document other deficiencies
3782         in cygwin and older glibc.
3783
3784 2008-01-08  Bruno Haible  <bruno@clisp.org>
3785
3786         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
3787         augmentation.
3788
3789 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
3790
3791         Add a configure time option: --disable-acl.
3792         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
3793         AC_ARG_ENABLE(acl).
3794
3795 2008-01-06  Simon Josefsson  <simon@josefsson.org>
3796
3797         * tests/test-localename.c: Don't include obsolete "setenv.h".
3798
3799         * modules/localename-tests (Depends-on): Need unsetenv.
3800
3801 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3802
3803         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
3804
3805 2008-01-06  Colin Watson  <cjwatson@debian.org>
3806
3807         * users.txt: Add man-db.
3808
3809 2008-01-07  Bruno Haible  <bruno@clisp.org>
3810
3811         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
3812         previous section name.
3813
3814 2008-01-07  Bruno Haible  <bruno@clisp.org>
3815
3816         * lib/progname.c (set_program_name): Don't strip off a leading
3817         "lt-" prefix outside a .libs directory.
3818         Suggested by Paul Eggert.
3819
3820 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
3821             Bruno Haible  <bruno@clisp.org>
3822
3823         Improve memory cleanup in 'relocatable' module.
3824         * lib/relocatable.h (compute_curr_prefix): Change return type to
3825         'char *'.
3826         * lib/relocatable.c (compute_curr_prefix): Change return type to
3827         'char *'. Free curr_installdir after use.
3828         (relocate): Free curr_prefix_better after use.
3829         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
3830
3831 2008-01-01  Bruno Haible  <bruno@clisp.org>
3832
3833         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
3834         failure on older glibc systems.
3835         Reported by Peter Fales <psfales@alcatel-lucent.com>.
3836
3837 2008-01-05  Eric Blake  <ebb9@byu.net>
3838
3839         Avoid quadratic system memmem.
3840         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
3841         Reported by Ralf Wildenhues.
3842
3843         Fix memmem test for mingw.
3844         * modules/memmem-tests (configure.ac): Check for alarm.
3845         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
3846         it.
3847         * doc/functions/memmem.texi: New file.
3848         * doc/gnulib.texi (Function Substitutes): Add memmem.
3849         Reported by Bruno Haible.
3850
3851 2008-01-04  Bruno Haible  <bruno@clisp.org>
3852
3853         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
3854         Require gl_HEADER_STRINGS_H_DEFAULTS, not
3855         gl_HEADER_STRING_H_DEFAULTS.
3856
3857 2008-01-04  Eric Blake  <ebb9@byu.net>
3858
3859         Shorten duration of memmem test.
3860         * tests/test-memmem.c (main): Use alarm to declare failure if test
3861         is taking too long.
3862         Reported by Ralf Wildenhues.
3863
3864 2007-12-21  Simon Josefsson  <simon@josefsson.org>
3865
3866         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
3867         string, needed by strerror.
3868
3869 2008-01-03  Colin Watson  <cjwatson@debian.org>
3870             Bruno Haible  <bruno@clisp.org>
3871
3872         * doc/gnulib-tool.texi (Localization): New section.
3873
3874 2008-01-02  Bruno Haible  <bruno@clisp.org>
3875
3876         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
3877         variables to 'unsigned char *' type.
3878         Reported by Paul Eggert.
3879
3880 2008-01-02  Jim Meyering  <jim@meyering.net>
3881
3882         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
3883
3884 2007-12-31  Jim Meyering  <jim@meyering.net>
3885
3886         Avoid use of private FTS type name.
3887         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
3888
3889 2007-12-30  Karl Berry  <karl@gnu.org>
3890
3891         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
3892         work around defect in Texinfo and/or the standalone Info browser.
3893
3894 2007-12-30  Bruno Haible  <bruno@clisp.org>
3895
3896         Unify 5 copies of the KMP code.
3897         * lib/str-kmp.h: New file.
3898         * lib/c-strcasestr.c: Include str-kmp.h.
3899         (knuth_morris_pratt): Remove function.
3900         (c_strcasestr): Update.
3901         * lib/c-strstr.c: Include str-kmp.h.
3902         (knuth_morris_pratt): Remove function.
3903         (c_strcasestr): Update.
3904         * lib/mbscasestr.c: Include str-kmp.h.
3905         (knuth_morris_pratt_unibyte): Remove function.
3906         * lib/mbsstr.c: Include str-kmp.h.
3907         (knuth_morris_pratt_unibyte): Remove function.
3908         * lib/strcasestr.c: Include str-kmp.h.
3909         (knuth_morris_pratt): Remove function.
3910         (strcasestr): Update.
3911         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
3912         * modules/c-strstr (Files): Likewise.
3913         * modules/mbscasestr (Files): Likewise.
3914         * modules/mbsstr (Files): Likewise.
3915         * modules/strcasestr (Files): Likewise.
3916         Suggested by Paul Eggert.
3917
3918 2007-12-30  Bruno Haible  <bruno@clisp.org>
3919
3920         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
3921         defined.
3922
3923 2007-12-30  Bruno Haible  <bruno@clisp.org>
3924
3925         * lib/xmalloca.h: Include xalloc.h.
3926         (xnmalloca): New macro.
3927
3928 2007-12-30  Bruno Haible  <bruno@clisp.org>
3929
3930         * lib/malloca.h (nmalloca): New macro.
3931         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
3932         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
3933         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
3934         knuth_morris_pratt_multibyte): Likewise.
3935         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
3936         knuth_morris_pratt_multibyte): Likewise.
3937         * lib/memmem.c (knuth_morris_pratt): Likewise.
3938         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
3939
3940 2007-12-25  Bruno Haible  <bruno@clisp.org>
3941
3942         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
3943         * lib/glob.c: Don't include openat.h.
3944         (link_exists2_p): Add back the code that deals with the
3945         !GLOB_ALTDIRFUNC case.
3946         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
3947         let it do the filename concatenation.
3948         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
3949         * modules/glob (Depends-on): Remove openat.
3950
3951 2007-12-31  Bruno Haible  <bruno@clisp.org>
3952
3953         * modules/dirfd (License): Change to LGPLv2+.
3954         Approved by Jim Meyering.
3955
3956 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3957
3958         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
3959         when multiplying M by sizeof (size_t).
3960
3961 2007-12-10  Martin Lambers  <marlam@marlam.de>
3962
3963         Override getpagesize on mingw.
3964         * lib/getpagesize.c: New file.
3965         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
3966         * modules/getpagesize (Files): Add lib/getpagesize.c.
3967         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
3968         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3969         REPLACE_GETPAGESIZE.
3970         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
3971
3972 2007-12-25  Bruno Haible  <bruno@clisp.org>
3973
3974         * modules/localcharset (Notice): New field.
3975         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
3976         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
3977
3978 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3979             Bruno Haible  <bruno@clisp.org>
3980
3981         Avoid using the syntax symbol() in formatted documentation.
3982         * MODULES.html.sh (func_module): When replacing symbol() with a
3983         hyperlink, remove the parentheses. Show an error if some remain.
3984         Recognize and render the '...' syntax.
3985         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
3986         Rework. Add paragraph about GCC's inlining.
3987         * doc/alloca.texi: Likewise.
3988         * doc/error.texi: Remove parentheses from symbol reference.
3989         * doc/gnulib-intro.texi: Likewise.
3990         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
3991         * modules/fnmatch (Description): Reword to say "the ... function".
3992         * modules/full-read (Description): Likewise.
3993         * modules/full-write (Description): Likewise.
3994         * modules/safe-read (Description): Likewise.
3995         * modules/safe-write (Description): Likewise.
3996         * modules/strchrnul (Description): Likewise.
3997         * modules/trim (Description): Likewise.
3998         * modules/error (Description): Remove parentheses from symbol
3999         references.
4000         * modules/verror (Description): Likewise.
4001         Reported by Karl Berry.
4002
4003 2007-12-25  Bruno Haible  <bruno@clisp.org>
4004
4005         Fixup after 2007-10-16 commit.
4006         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
4007
4008 2007-12-24  Bruno Haible  <bruno@clisp.org>
4009
4010         Make --enable-relocatable work with DESTDIR.
4011         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
4012         to compute installdir from destprog.
4013         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
4014         also set the RELOC_DESTDIR variable.
4015         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
4016
4017 2007-12-24  Bruno Haible  <bruno@clisp.org>
4018
4019         Fix link error due to xalloc_die().
4020         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
4021         of xreadlink.
4022         * lib/relocwrapper.c: Update comments.
4023         * build-aux/install-reloc: Remove xreadlink.c from file list.
4024         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
4025         xreadlink.c.
4026         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
4027
4028 2007-12-24  Bruno Haible  <bruno@clisp.org>
4029
4030         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
4031         * lib/setenv.h: Remove file.
4032         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
4033         lib/setenv.h.
4034         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
4035         (Depends-on): Add stdlib.
4036         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
4037         gl_FUNC_UNSETENV.
4038         (Include): Replace setenv.h with <stdlib.h>.
4039         * modules/unsetenv: New file.
4040         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
4041         * lib/unsetenv.c: Include <stdlib.h> first.
4042         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
4043         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
4044         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
4045         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
4046         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
4047         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
4048         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
4049         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
4050         * doc/functions/unsetenv.texi: Update.
4051         * modules/xsetenv (Depends-on): Add unsetenv.
4052         * modules/getdate (Depends-on): Likewise.
4053         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
4054         * lib/xsetenv.c: Don't include setenv.h.
4055         * lib/getdate.y: Likewise.
4056         * lib/relocwrapper.c: Likewise.
4057         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
4058         (Depends-on): Add stdlib.
4059         * NEWS: Mention the changes.
4060         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
4061
4062 2007-12-23  Bruno Haible  <bruno@clisp.org>
4063
4064         * lib/memmem.c (memmem): Use lowercase variable names. Tab
4065         indentation.
4066
4067 2007-12-23  Bruno Haible  <bruno@clisp.org>
4068
4069         * lib/c-strcasestr.c: Add more comments.
4070         * lib/c-strstr.c: Likewise.
4071         * lib/mbscasestr.c: Likewise.
4072         * lib/mbsstr.c: Likewise.
4073         * lib/strcasestr.c: Likewise.
4074         * lib/memmem.c: Likewise.
4075
4076 2007-12-23  Bruno Haible  <bruno@clisp.org>
4077
4078         * tests/test-memmem.c: Include <string.h> first.
4079
4080 2007-12-22  Bruno Haible  <bruno@clisp.org>
4081
4082         * gnulib-tool (func_create_testdir): Change $auxdir while generating
4083         the contents of $testsbase.
4084         Reported by Ralf Wildenhues.
4085
4086 2007-12-22  Bruno Haible  <bruno@clisp.org>
4087
4088         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
4089         two variables local_ldadd_before, local_ldadd_last.
4090
4091 2007-12-20  Eric Blake  <ebb9@byu.net>
4092
4093         Work around circular library issue when cross-compiling.
4094         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
4095         that progname.o does not need to pull in rpl_memcmp.
4096
4097 2007-12-19  Eric Blake  <ebb9@byu.net>
4098
4099         Fix memmem to avoid O(n^2) worst-case complexity.
4100         * lib/memmem.c (knuth_morris_pratt): New function.
4101         (memmem): Use it if first few naive iterations fail.
4102         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
4103         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
4104         * modules/memchr (License): Likewise.
4105         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
4106         malloca.
4107         * tests/test-memmem.c: Rewrite, borrowing ideas from
4108         test-mbsstr1.c; the old version wouldn't even compile!
4109         * modules/memmem-tests: New file.
4110         * lib/string.in.h (rpl_memmem): Add declaration.
4111         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
4112         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
4113         REPLACE_MEMMEM.
4114
4115 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4116
4117         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
4118         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
4119         before any system include files, and undef after them all.  This
4120         should fix a problem on VMS reported by John E. Malmberg in
4121         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
4122
4123 2007-12-17  Eric Blake  <ebb9@byu.net>
4124
4125         Revert addition of verify, for BSD/OS.
4126         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
4127         can't handle large files, for the sake of obsolete platforms.
4128         * modules/fseeko (Depends-on): Remove verify.
4129         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
4130         * doc/functions/ftello.texi (ftello): Likewise.
4131         * doc/functions/fgetpos.texi (fgetpos): Likewise.
4132         Reported by Larry Jones.
4133
4134 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
4135
4136         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
4137         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
4138
4139 2007-12-17  Jim Meyering  <meyering@redhat.com>
4140
4141         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
4142         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
4143         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
4144         * modules/getcwd (Depends-on): Add openat.
4145         Reported by Petr Salinger.
4146
4147 2007-12-17  Bruno Haible  <bruno@clisp.org>
4148
4149         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
4150         avoid a segmentation fault of the configure test on x86_64 systems.
4151
4152 2007-12-15  Jim Meyering  <meyering@redhat.com>
4153
4154         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
4155
4156 2007-12-13  Eric Blake  <ebb9@byu.net>
4157
4158         Another fseek test.
4159         * tests/test-fseek.c (main): Also test ungetc handling.
4160         * tests/test-fseeko.c (main): Likewise.
4161         * modules/fseeko (Depends-on): Add verify.
4162         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
4163         large.
4164         Reported by Larry Jones.
4165
4166         Fix fseeko on mingw.
4167         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
4168         seek.
4169
4170         Beef up fseek tests.
4171         * tests/test-fseek.c (main): Also test eof handling.
4172         * tests/test-fseeko.c (main): Likewise.
4173         Reported by Larry Jones.
4174
4175 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
4176
4177         Fix fseeko on BSD-based platforms.
4178         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
4179         successful seek.
4180
4181 2007-12-12  Eric Blake  <ebb9@byu.net>
4182
4183         Allow circular dependency of separate libtests.a
4184         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
4185         when use_libtests.
4186
4187 2007-12-11  Eric Blake  <ebb9@byu.net>
4188
4189         Fix bug with -0.0L in previous patch.
4190         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
4191         * tests/test-isnan.c (main): Also test on zeroes.
4192         * tests/test-isnanf.c (main): Likewise.
4193         * tests/test-isnanl.h (main): Likewise.
4194
4195         Detect pseudo-denormals on x86 even when cross-compiling.
4196         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
4197         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
4198         invalid bit patterns that happen to satisfy ==.
4199
4200         Avoid link failures with separate libtests.a.
4201         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
4202         last, to satisfy circular dependencies.
4203
4204 2007-12-11  Eric Blake  <ebb9@byu.net>
4205         and Bruno Haible  <bruno@clisp.org>
4206
4207         Fix OpenBSD 4.0 <float.h> handling of long double.
4208         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
4209         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
4210         * doc/headers/float.texi (float.h): Document OpenBSD bug.
4211
4212 2007-12-11  Jim Meyering  <meyering@redhat.com>
4213
4214         * users.txt: Add libvirt.
4215
4216         Support versions of autoconf prior to 2.59c.
4217         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
4218         if it is not already defined.
4219
4220 2007-12-09  Bruno Haible  <bruno@clisp.org>
4221
4222         Let 'gnulib-tool --import' collect sources needed for the tests in
4223         tests/ rather than in lib/.
4224         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
4225         argument. If true, add rules to generate libtests.a, and put libtests.a
4226         into $(LDADD). Consider source files in subdirectories and set
4227         uses_subdirs.
4228         (func_emit_initmacro_start, func_emit_initmacro_end,
4229         func_emit_initmacro_done): Pass all arguments explicitly.
4230         (func_import): Determine two module lists main_modules,
4231         testsrelated_modules. Determine use_libtests. Determine two variables
4232         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
4233         instead of just sed_transform_lib_file. Determine two variables
4234         main_files and testsrelated_files. Compute 'files' as the union of
4235         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
4236         func_add_or_update. In the generated gnulib-comp.m4, collect the
4237         object files for tests/ in different variables than those for lib/.
4238         Substitute LIBTESTS_LIBDEPS.
4239         (func_create_testdir): Combine the uses_subdirs results from
4240         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
4241
4242 2007-12-09  Bruno Haible  <bruno@clisp.org>
4243
4244         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
4245         the build-aux directory.
4246
4247 2007-12-09  Bruno Haible  <bruno@clisp.org>
4248
4249         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
4250         introduced on 2006-09-09.
4251
4252 2007-12-07  Jim Meyering  <meyering@redhat.com>
4253
4254         Let these macros work also with autoconf-2.59.
4255         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
4256         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
4257         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
4258
4259 2007-12-06  Jim Meyering  <meyering@redhat.com>
4260
4261         Avoid a configure-time syntax error in gl_FUNC_ACL.
4262         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
4263         function in each branch, before testing the cache variable.
4264
4265 2007-12-04  Eric Blake  <ebb9@byu.net>
4266
4267         Make scripts executable.
4268         * build-aux/config.guess: Add execute permissions.
4269         * build-aux/config.sub: Likewise.
4270         * build-aux/gendocs.sh: Likewise.
4271
4272         Fix frexp on mingw.
4273         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
4274         cross-compiling.
4275         * doc/functions/frexp.texi (frexp): Document the bug.
4276
4277         Make cygwin fseeko check more reliable.
4278         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
4279         version numbers, rather than unrelated feature check.
4280         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
4281         * doc/functions/ftello.texi (ftello): Likewise.
4282         Reported by Bruno Haible.
4283
4284         * m4/strerror.m4: Bump version number.
4285
4286 2007-12-03  Bruno Haible  <bruno@clisp.org>
4287
4288         * doc/functions/mprotect.texi: Mention the mingw problem.
4289
4290 2007-12-03  Eric Blake  <ebb9@byu.net>
4291
4292         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
4293         REPLACE_STRERROR is initialized before this macro.
4294
4295 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4296
4297         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
4298         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
4299         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
4300         put -lsec in even for programs other than 'ls'.  This fixes a problem
4301         for gettext reported by Bruno Haible in
4302         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
4303         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
4304         Add support for Solaris 10.  This isn't efficient, but should get the
4305         job done for now.
4306
4307 2007-12-03  James Youngman  <jay@gnu.org>
4308
4309         * doc/regexprops-generic.texi: change "an close-group" to "a
4310         close-group" and "illegal" to "not allowed".
4311
4312 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4313
4314         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
4315         pr_byname.h. Needed for the rare case when the maintainer has done
4316         "make maintainer-clean" in the source directory and then attempts a
4317         build outside the source directory.
4318         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
4319         scripts_byname.h.
4320
4321 2007-12-02  Martin Lambers <marlam@marlam.de>
4322             Bruno Haible  <bruno@clisp.org>
4323
4324         * lib/getpagesize.h: Remove file.
4325         * lib/unistd.in.h: Include declaration of getpagesize here.
4326         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
4327         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
4328         HAVE_SYS_PARAM_H.
4329         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
4330         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
4331         * modules/getpagesize (Files): Remove lib/getpagesize.h.
4332         (Depends-on): Add unistd.
4333         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4334         (Include): Use <unistd.h> instead of getpagesize.h.
4335         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
4336         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
4337         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
4338         gl_GETPAGESIZE invocation, already handled by module dependency.
4339         * lib/pagealign_alloc.c: Don't include getpagesize.h.
4340
4341 2007-12-02  Bruno Haible  <bruno@clisp.org>
4342
4343         * modules/strings-tests: New file.
4344         * tests/test-strings.c: New file.
4345
4346         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
4347         * lib/strings.in.h: New file.
4348         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
4349         * m4/strings_h.m4: New file.
4350         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
4351         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
4352         * modules/strings: New file.
4353         * modules/string (Makefile.am): Update.
4354         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
4355         Reported by Karl Berry.
4356
4357 2007-12-01  Eric Blake  <ebb9@byu.net>
4358
4359         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
4360         accomodate fix in cygwin 1.5.25.
4361
4362 2007-12-01  Jim Meyering  <meyering@redhat.com>
4363
4364         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
4365         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
4366         that would inhibit utf8-optimization of a regexp containing line-
4367         or buffer-anchors, e.g., `^', `$'.
4368
4369 2007-11-30  Bruno Haible  <bruno@clisp.org>
4370
4371         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
4372         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
4373         glthread_recursive_lock_init.
4374         * lib/lock.c (glthread_recursive_lock_init)
4375         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
4376         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4377
4378 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
4379
4380         New function qset_acl, like set_acl but with syscall semantics.
4381         * lib/acl.h (qset_acl): New decl.
4382         * lib/acl.c (qset_acl): New function.
4383         (set_acl): Use new function.  Use more-consistent diagnostics.
4384
4385 2007-11-28  Jim Meyering  <meyering@redhat.com>
4386
4387         * modules/physmem (License): Change from GPL to LGPLv2+.
4388
4389 2007-11-26  Bruno Haible  <bruno@clisp.org>
4390
4391         * lib/vasnprintf.c (decode_long_double): Don't abort if the
4392         'long double' type has excess precision.
4393         Reported by Jim Meyering in
4394         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
4395
4396 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4397
4398         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
4399         Sync from <http://gnu.org/licenses>.
4400         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
4401         with license text from same location.
4402         * doc/maintain.texi, doc/standards.texi:  Sync from
4403         <http://savannah.gnu.org/projects/gnustandards>.
4404
4405 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
4406         and Jim Meyering  <meyering@redhat.com>
4407
4408         Adjust getdate' grammar to accept a slightly more regular language.
4409         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
4410         Before, the former was rejected.
4411         * lib/getdate.y (digits_to_date_time): New function, factored
4412         out of ...
4413         (number): ...here.  Just call digits_to_date_time.
4414         (hybrid): New non-terminal to handle an <unsigned number,
4415         signed relative offset> sequence consistently.
4416
4417 2007-11-18  Jim Meyering  <meyering@redhat.com>
4418
4419         Pull my changes from coreutils:
4420         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
4421         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
4422         use of $gnulib_tool_option_extras, so that it's separated from the
4423         preceding argument.
4424
4425         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
4426         * build-aux/bootstrap (cp_mark_as_generated): Create any required
4427         parent destination directories before copying a file into place.
4428
4429 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4430
4431         bootstrap: work also with 4-argument variant of AC_INIT
4432         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
4433
4434 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
4435
4436         Port test-getaddrinfo to Solaris.
4437         Problem reported by Bruno Haible in
4438         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
4439         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
4440         explanation of setting 'hints'.
4441         Don't reject an implementation merely because it returns EAI_SERVICE.
4442         (EAI_SERVICE): Define to 0 if not defined.
4443
4444 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4445
4446         The license of gnu-make and posix-shell is now "GPLed build tool".
4447         * modules/gnu-make (License): Likewise.
4448         * modules/posix-shell (License): Likewise.
4449
4450         New module posix-shell, for determining a POSIX shell
4451         or perhaps something that is close enough to a POSIX shell.
4452         * m4/posix-shell.m4: New file.
4453         * modules/posix-shell: New file.
4454
4455         * MODULES.html.sh: Mention new module.
4456
4457         New module gnu-make, for determining whether we're using GNU Make.
4458         * m4/gnu-make.m4: New file.
4459         * modules/gnu-make: New file.
4460         * MODULES.html.sh: Mention new module.
4461
4462 2007-11-14  Jim Meyering  <meyering@redhat.com>
4463
4464         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
4465         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
4466         use this macro to create a function _definition_.
4467         Remove useless "#undef ARGMATCH_DIE".
4468
4469 2007-11-14  Bruno Haible  <bruno@clisp.org>
4470
4471         * lib/config.charset: Update for OpenBSD 4.1.
4472         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
4473
4474 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
4475
4476         Document 64-bit #if problems in stdint.texi.
4477         * doc/headers/stdint.texi (stdint.h): Mention problems with
4478         64-bit-#if, and how to work around them.
4479
4480         Don't insist on 'long long int' support in the preprocessor.  It
4481         breaks too many things.  For example, PRIdMAX still uses a 'long
4482         long int' format with the latest Sun compiler, even though
4483         HAVE_LONG_LONG_INT isn't defined due to that compiler's
4484         preprocessor problem.  This causes the latest coreutils to dump
4485         core on Solaris 10 sparc with the Sun C compiler.
4486         Instead, fix the 2007-10-16 problem in a different way, by evaluating
4487         the troublesome expressions at configure-time, not at #if-time.
4488         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
4489         preprocessor.
4490         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
4491         compile-time C checks, done at 'configure'-time.
4492         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
4493         * modules/inttypes (Makefile): Substitute the new symbols that
4494         gl_INTTYPES_H now generates.
4495         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
4496
4497 2007-11-12  Bruno Haible  <bruno@clisp.org>
4498
4499         Tests for Unicode character classification functions.
4500
4501         * modules/unictype/bidicategory-byname-tests: New file.
4502         * modules/unictype/bidicategory-name-tests: New file.
4503         * modules/unictype/bidicategory-of-tests: New file.
4504         * modules/unictype/bidicategory-test-tests: New file.
4505         * modules/unictype/block-list-tests: New file.
4506         * modules/unictype/block-of-tests: New file.
4507         * modules/unictype/block-test-tests: New file.
4508         * modules/unictype/category-C-tests: New file.
4509         * modules/unictype/category-Cc-tests: New file.
4510         * modules/unictype/category-Cf-tests: New file.
4511         * modules/unictype/category-Cn-tests: New file.
4512         * modules/unictype/category-Co-tests: New file.
4513         * modules/unictype/category-Cs-tests: New file.
4514         * modules/unictype/category-L-tests: New file.
4515         * modules/unictype/category-Ll-tests: New file.
4516         * modules/unictype/category-Lm-tests: New file.
4517         * modules/unictype/category-Lo-tests: New file.
4518         * modules/unictype/category-Lt-tests: New file.
4519         * modules/unictype/category-Lu-tests: New file.
4520         * modules/unictype/category-M-tests: New file.
4521         * modules/unictype/category-Mc-tests: New file.
4522         * modules/unictype/category-Me-tests: New file.
4523         * modules/unictype/category-Mn-tests: New file.
4524         * modules/unictype/category-N-tests: New file.
4525         * modules/unictype/category-Nd-tests: New file.
4526         * modules/unictype/category-Nl-tests: New file.
4527         * modules/unictype/category-No-tests: New file.
4528         * modules/unictype/category-P-tests: New file.
4529         * modules/unictype/category-Pc-tests: New file.
4530         * modules/unictype/category-Pd-tests: New file.
4531         * modules/unictype/category-Pe-tests: New file.
4532         * modules/unictype/category-Pf-tests: New file.
4533         * modules/unictype/category-Pi-tests: New file.
4534         * modules/unictype/category-Po-tests: New file.
4535         * modules/unictype/category-Ps-tests: New file.
4536         * modules/unictype/category-S-tests: New file.
4537         * modules/unictype/category-Sc-tests: New file.
4538         * modules/unictype/category-Sk-tests: New file.
4539         * modules/unictype/category-Sm-tests: New file.
4540         * modules/unictype/category-So-tests: New file.
4541         * modules/unictype/category-Z-tests: New file.
4542         * modules/unictype/category-Zl-tests: New file.
4543         * modules/unictype/category-Zp-tests: New file.
4544         * modules/unictype/category-Zs-tests: New file.
4545         * modules/unictype/category-and-not-tests: New file.
4546         * modules/unictype/category-and-tests: New file.
4547         * modules/unictype/category-byname-tests: New file.
4548         * modules/unictype/category-name-tests: New file.
4549         * modules/unictype/category-none-tests: New file.
4550         * modules/unictype/category-of-tests: New file.
4551         * modules/unictype/category-or-tests: New file.
4552         * modules/unictype/category-test-withtable-tests: New file.
4553         * modules/unictype/combining-class-tests: New file.
4554         * modules/unictype/ctype-alnum-tests: New file.
4555         * modules/unictype/ctype-alpha-tests: New file.
4556         * modules/unictype/ctype-blank-tests: New file.
4557         * modules/unictype/ctype-cntrl-tests: New file.
4558         * modules/unictype/ctype-digit-tests: New file.
4559         * modules/unictype/ctype-graph-tests: New file.
4560         * modules/unictype/ctype-lower-tests: New file.
4561         * modules/unictype/ctype-print-tests: New file.
4562         * modules/unictype/ctype-punct-tests: New file.
4563         * modules/unictype/ctype-space-tests: New file.
4564         * modules/unictype/ctype-upper-tests: New file.
4565         * modules/unictype/ctype-xdigit-tests: New file.
4566         * modules/unictype/decimal-digit-tests: New file.
4567         * modules/unictype/digit-tests: New file.
4568         * modules/unictype/mirror-tests: New file.
4569         * modules/unictype/numeric-tests: New file.
4570         * modules/unictype/property-alphabetic-tests: New file.
4571         * modules/unictype/property-ascii-hex-digit-tests: New file.
4572         * modules/unictype/property-bidi-arabic-digit-tests: New file.
4573         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
4574         * modules/unictype/property-bidi-block-separator-tests: New file.
4575         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
4576         * modules/unictype/property-bidi-common-separator-tests: New file.
4577         * modules/unictype/property-bidi-control-tests: New file.
4578         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
4579         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
4580         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
4581         * modules/unictype/property-bidi-european-digit-tests: New file.
4582         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
4583         * modules/unictype/property-bidi-left-to-right-tests: New file.
4584         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
4585         * modules/unictype/property-bidi-other-neutral-tests: New file.
4586         * modules/unictype/property-bidi-pdf-tests: New file.
4587         * modules/unictype/property-bidi-segment-separator-tests: New file.
4588         * modules/unictype/property-bidi-whitespace-tests: New file.
4589         * modules/unictype/property-byname-tests: New file.
4590         * modules/unictype/property-combining-tests: New file.
4591         * modules/unictype/property-composite-tests: New file.
4592         * modules/unictype/property-currency-symbol-tests: New file.
4593         * modules/unictype/property-dash-tests: New file.
4594         * modules/unictype/property-decimal-digit-tests: New file.
4595         * modules/unictype/property-default-ignorable-code-point-tests: New file.
4596         * modules/unictype/property-deprecated-tests: New file.
4597         * modules/unictype/property-diacritic-tests: New file.
4598         * modules/unictype/property-extender-tests: New file.
4599         * modules/unictype/property-format-control-tests: New file.
4600         * modules/unictype/property-grapheme-base-tests: New file.
4601         * modules/unictype/property-grapheme-extend-tests: New file.
4602         * modules/unictype/property-grapheme-link-tests: New file.
4603         * modules/unictype/property-hex-digit-tests: New file.
4604         * modules/unictype/property-hyphen-tests: New file.
4605         * modules/unictype/property-id-continue-tests: New file.
4606         * modules/unictype/property-id-start-tests: New file.
4607         * modules/unictype/property-ideographic-tests: New file.
4608         * modules/unictype/property-ids-binary-operator-tests: New file.
4609         * modules/unictype/property-ids-trinary-operator-tests: New file.
4610         * modules/unictype/property-ignorable-control-tests: New file.
4611         * modules/unictype/property-iso-control-tests: New file.
4612         * modules/unictype/property-join-control-tests: New file.
4613         * modules/unictype/property-left-of-pair-tests: New file.
4614         * modules/unictype/property-line-separator-tests: New file.
4615         * modules/unictype/property-logical-order-exception-tests: New file.
4616         * modules/unictype/property-lowercase-tests: New file.
4617         * modules/unictype/property-math-tests: New file.
4618         * modules/unictype/property-non-break-tests: New file.
4619         * modules/unictype/property-not-a-character-tests: New file.
4620         * modules/unictype/property-numeric-tests: New file.
4621         * modules/unictype/property-other-alphabetic-tests: New file.
4622         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
4623         * modules/unictype/property-other-grapheme-extend-tests: New file.
4624         * modules/unictype/property-other-id-continue-tests: New file.
4625         * modules/unictype/property-other-id-start-tests: New file.
4626         * modules/unictype/property-other-lowercase-tests: New file.
4627         * modules/unictype/property-other-math-tests: New file.
4628         * modules/unictype/property-other-uppercase-tests: New file.
4629         * modules/unictype/property-paired-punctuation-tests: New file.
4630         * modules/unictype/property-paragraph-separator-tests: New file.
4631         * modules/unictype/property-pattern-syntax-tests: New file.
4632         * modules/unictype/property-pattern-white-space-tests: New file.
4633         * modules/unictype/property-private-use-tests: New file.
4634         * modules/unictype/property-punctuation-tests: New file.
4635         * modules/unictype/property-quotation-mark-tests: New file.
4636         * modules/unictype/property-radical-tests: New file.
4637         * modules/unictype/property-sentence-terminal-tests: New file.
4638         * modules/unictype/property-soft-dotted-tests: New file.
4639         * modules/unictype/property-space-tests: New file.
4640         * modules/unictype/property-terminal-punctuation-tests: New file.
4641         * modules/unictype/property-test-tests: New file.
4642         * modules/unictype/property-titlecase-tests: New file.
4643         * modules/unictype/property-unassigned-code-value-tests: New file.
4644         * modules/unictype/property-unified-ideograph-tests: New file.
4645         * modules/unictype/property-uppercase-tests: New file.
4646         * modules/unictype/property-variation-selector-tests: New file.
4647         * modules/unictype/property-white-space-tests: New file.
4648         * modules/unictype/property-xid-continue-tests: New file.
4649         * modules/unictype/property-xid-start-tests: New file.
4650         * modules/unictype/property-zero-width-tests: New file.
4651         * modules/unictype/scripts-tests: New file.
4652         * modules/unictype/syntax-c-ident-tests: New file.
4653         * modules/unictype/syntax-c-whitespace-tests: New file.
4654         * modules/unictype/syntax-java-ident-tests: New file.
4655         * modules/unictype/syntax-java-whitespace-tests: New file.
4656         * tests/unictype/test-bidi_byname.c: New file.
4657         * tests/unictype/test-bidi_name.c: New file.
4658         * tests/unictype/test-bidi_of.c: New file.
4659         * tests/unictype/test-bidi_test.c: New file.
4660         * tests/unictype/test-block_list.c: New file.
4661         * tests/unictype/test-block_of.c: New file.
4662         * tests/unictype/test-block_test.c: New file.
4663         * tests/unictype/test-categ_and.c: New file.
4664         * tests/unictype/test-categ_and_not.c: New file.
4665         * tests/unictype/test-categ_byname.c: New file.
4666         * tests/unictype/test-categ_name.c: New file.
4667         * tests/unictype/test-categ_none.c: New file.
4668         * tests/unictype/test-categ_of.c: New file.
4669         * tests/unictype/test-categ_or.c: New file.
4670         * tests/unictype/test-categ_test_withtable.c: New file.
4671         * tests/unictype/test-combining.c: New file.
4672         * tests/unictype/test-decdigit.c: New file.
4673         * tests/unictype/test-digit.c: New file.
4674         * tests/unictype/test-mirror.c: New file.
4675         * tests/unictype/test-numeric.c: New file.
4676         * tests/unictype/test-pr_byname.c: New file.
4677         * tests/unictype/test-pr_test.c: New file.
4678         * tests/unictype/test-predicate-part1.h: New file.
4679         * tests/unictype/test-predicate-part2.h: New file.
4680         * tests/unictype/test-scripts.c: New file.
4681         * tests/unictype/test-sy_c_ident.c: New file.
4682         * tests/unictype/test-sy_java_ident.c: New file.
4683
4684         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
4685         for Unicode 5.0.0.
4686         * tests/unictype/test-categ_Cc.c: Likewise.
4687         * tests/unictype/test-categ_Cf.c: Likewise.
4688         * tests/unictype/test-categ_Cn.c: Likewise.
4689         * tests/unictype/test-categ_Co.c: Likewise.
4690         * tests/unictype/test-categ_Cs.c: Likewise.
4691         * tests/unictype/test-categ_L.c: Likewise.
4692         * tests/unictype/test-categ_Ll.c: Likewise.
4693         * tests/unictype/test-categ_Lm.c: Likewise.
4694         * tests/unictype/test-categ_Lo.c: Likewise.
4695         * tests/unictype/test-categ_Lt.c: Likewise.
4696         * tests/unictype/test-categ_Lu.c: Likewise.
4697         * tests/unictype/test-categ_M.c: Likewise.
4698         * tests/unictype/test-categ_Mc.c: Likewise.
4699         * tests/unictype/test-categ_Me.c: Likewise.
4700         * tests/unictype/test-categ_Mn.c: Likewise.
4701         * tests/unictype/test-categ_N.c: Likewise.
4702         * tests/unictype/test-categ_Nd.c: Likewise.
4703         * tests/unictype/test-categ_Nl.c: Likewise.
4704         * tests/unictype/test-categ_No.c: Likewise.
4705         * tests/unictype/test-categ_P.c: Likewise.
4706         * tests/unictype/test-categ_Pc.c: Likewise.
4707         * tests/unictype/test-categ_Pd.c: Likewise.
4708         * tests/unictype/test-categ_Pe.c: Likewise.
4709         * tests/unictype/test-categ_Pf.c: Likewise.
4710         * tests/unictype/test-categ_Pi.c: Likewise.
4711         * tests/unictype/test-categ_Po.c: Likewise.
4712         * tests/unictype/test-categ_Ps.c: Likewise.
4713         * tests/unictype/test-categ_S.c: Likewise.
4714         * tests/unictype/test-categ_Sc.c: Likewise.
4715         * tests/unictype/test-categ_Sk.c: Likewise.
4716         * tests/unictype/test-categ_Sm.c: Likewise.
4717         * tests/unictype/test-categ_So.c: Likewise.
4718         * tests/unictype/test-categ_Z.c: Likewise.
4719         * tests/unictype/test-categ_Zl.c: Likewise.
4720         * tests/unictype/test-categ_Zp.c: Likewise.
4721         * tests/unictype/test-categ_Zs.c: Likewise.
4722         * tests/unictype/test-ctype_alnum.c: Likewise.
4723         * tests/unictype/test-ctype_alpha.c: Likewise.
4724         * tests/unictype/test-ctype_blank.c: Likewise.
4725         * tests/unictype/test-ctype_cntrl.c: Likewise.
4726         * tests/unictype/test-ctype_digit.c: Likewise.
4727         * tests/unictype/test-ctype_graph.c: Likewise.
4728         * tests/unictype/test-ctype_lower.c: Likewise.
4729         * tests/unictype/test-ctype_print.c: Likewise.
4730         * tests/unictype/test-ctype_punct.c: Likewise.
4731         * tests/unictype/test-ctype_space.c: Likewise.
4732         * tests/unictype/test-ctype_upper.c: Likewise.
4733         * tests/unictype/test-ctype_xdigit.c: Likewise.
4734         * tests/unictype/test-decdigit.h: Likewise.
4735         * tests/unictype/test-digit.h: Likewise.
4736         * tests/unictype/test-numeric.h: Likewise.
4737         * tests/unictype/test-pr_alphabetic.c: Likewise.
4738         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
4739         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
4740         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
4741         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
4742         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
4743         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
4744         * tests/unictype/test-pr_bidi_control.c: Likewise.
4745         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
4746         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
4747         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
4748         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
4749         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
4750         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
4751         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
4752         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
4753         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
4754         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
4755         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
4756         * tests/unictype/test-pr_combining.c: Likewise.
4757         * tests/unictype/test-pr_composite.c: Likewise.
4758         * tests/unictype/test-pr_currency_symbol.c: Likewise.
4759         * tests/unictype/test-pr_dash.c: Likewise.
4760         * tests/unictype/test-pr_decimal_digit.c: Likewise.
4761         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
4762         * tests/unictype/test-pr_deprecated.c: Likewise.
4763         * tests/unictype/test-pr_diacritic.c: Likewise.
4764         * tests/unictype/test-pr_extender.c: Likewise.
4765         * tests/unictype/test-pr_format_control.c: Likewise.
4766         * tests/unictype/test-pr_grapheme_base.c: Likewise.
4767         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
4768         * tests/unictype/test-pr_grapheme_link.c: Likewise.
4769         * tests/unictype/test-pr_hex_digit.c: Likewise.
4770         * tests/unictype/test-pr_hyphen.c: Likewise.
4771         * tests/unictype/test-pr_id_continue.c: Likewise.
4772         * tests/unictype/test-pr_id_start.c: Likewise.
4773         * tests/unictype/test-pr_ideographic.c: Likewise.
4774         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
4775         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
4776         * tests/unictype/test-pr_ignorable_control.c: Likewise.
4777         * tests/unictype/test-pr_iso_control.c: Likewise.
4778         * tests/unictype/test-pr_join_control.c: Likewise.
4779         * tests/unictype/test-pr_left_of_pair.c: Likewise.
4780         * tests/unictype/test-pr_line_separator.c: Likewise.
4781         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
4782         * tests/unictype/test-pr_lowercase.c: Likewise.
4783         * tests/unictype/test-pr_math.c: Likewise.
4784         * tests/unictype/test-pr_non_break.c: Likewise.
4785         * tests/unictype/test-pr_not_a_character.c: Likewise.
4786         * tests/unictype/test-pr_numeric.c: Likewise.
4787         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
4788         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
4789         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
4790         * tests/unictype/test-pr_other_id_continue.c: Likewise.
4791         * tests/unictype/test-pr_other_id_start.c: Likewise.
4792         * tests/unictype/test-pr_other_lowercase.c: Likewise.
4793         * tests/unictype/test-pr_other_math.c: Likewise.
4794         * tests/unictype/test-pr_other_uppercase.c: Likewise.
4795         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
4796         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
4797         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
4798         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
4799         * tests/unictype/test-pr_private_use.c: Likewise.
4800         * tests/unictype/test-pr_punctuation.c: Likewise.
4801         * tests/unictype/test-pr_quotation_mark.c: Likewise.
4802         * tests/unictype/test-pr_radical.c: Likewise.
4803         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
4804         * tests/unictype/test-pr_soft_dotted.c: Likewise.
4805         * tests/unictype/test-pr_space.c: Likewise.
4806         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
4807         * tests/unictype/test-pr_titlecase.c: Likewise.
4808         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
4809         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
4810         * tests/unictype/test-pr_uppercase.c: Likewise.
4811         * tests/unictype/test-pr_variation_selector.c: Likewise.
4812         * tests/unictype/test-pr_white_space.c: Likewise.
4813         * tests/unictype/test-pr_xid_continue.c: Likewise.
4814         * tests/unictype/test-pr_xid_start.c: Likewise.
4815         * tests/unictype/test-pr_zero_width.c: Likewise.
4816         * tests/unictype/test-sy_c_whitespace.c: Likewise.
4817         * tests/unictype/test-sy_java_whitespace.c: Likewise.
4818
4819 2007-11-12  Bruno Haible  <bruno@clisp.org>
4820
4821         Unicode character classification functions.
4822         * lib/unictype.h: New file.
4823         * modules/unictype/base: New file.
4824         * modules/unictype/category-L: New file.
4825         * modules/unictype/category-Lu: New file.
4826         * modules/unictype/category-Ll: New file.
4827         * modules/unictype/category-Lt: New file.
4828         * modules/unictype/category-Lm: New file.
4829         * modules/unictype/category-Lo: New file.
4830         * modules/unictype/category-M: New file.
4831         * modules/unictype/category-Mn: New file.
4832         * modules/unictype/category-Mc: New file.
4833         * modules/unictype/category-Me: New file.
4834         * modules/unictype/category-N: New file.
4835         * modules/unictype/category-Nd: New file.
4836         * modules/unictype/category-Nl: New file.
4837         * modules/unictype/category-No: New file.
4838         * modules/unictype/category-P: New file.
4839         * modules/unictype/category-Pc: New file.
4840         * modules/unictype/category-Pd: New file.
4841         * modules/unictype/category-Ps: New file.
4842         * modules/unictype/category-Pe: New file.
4843         * modules/unictype/category-Pi: New file.
4844         * modules/unictype/category-Pf: New file.
4845         * modules/unictype/category-Po: New file.
4846         * modules/unictype/category-S: New file.
4847         * modules/unictype/category-Sm: New file.
4848         * modules/unictype/category-Sc: New file.
4849         * modules/unictype/category-Sk: New file.
4850         * modules/unictype/category-So: New file.
4851         * modules/unictype/category-Z: New file.
4852         * modules/unictype/category-Zs: New file.
4853         * modules/unictype/category-Zl: New file.
4854         * modules/unictype/category-Zp: New file.
4855         * modules/unictype/category-C: New file.
4856         * modules/unictype/category-Cc: New file.
4857         * modules/unictype/category-Cf: New file.
4858         * modules/unictype/category-Cs: New file.
4859         * modules/unictype/category-Co: New file.
4860         * modules/unictype/category-Cn: New file.
4861         * modules/unictype/category-or: New file.
4862         * modules/unictype/category-of: New file.
4863         * modules/unictype/category-test: New file.
4864         * modules/unictype/category-test-withtable: New file.
4865         * modules/unictype/category-byname: New file.
4866         * modules/unictype/category-none: New file.
4867         * modules/unictype/category-and: New file.
4868         * modules/unictype/category-and-not: New file.
4869         * modules/unictype/category-name: New file.
4870         * modules/unictype/combining-class: New file.
4871         * modules/unictype/category-all: New file.
4872         * modules/unictype/bidicategory-all: New file.
4873         * modules/unictype/bidicategory-byname: New file.
4874         * modules/unictype/bidicategory-name: New file.
4875         * modules/unictype/bidicategory-of: New file.
4876         * modules/unictype/bidicategory-test: New file.
4877         * modules/unictype/decimal-digit: New file.
4878         * modules/unictype/digit: New file.
4879         * modules/unictype/numeric: New file.
4880         * modules/unictype/mirror: New file.
4881         * modules/unictype/property-white-space: New file.
4882         * modules/unictype/property-alphabetic: New file.
4883         * modules/unictype/property-other-alphabetic: New file.
4884         * modules/unictype/property-not-a-character: New file.
4885         * modules/unictype/property-default-ignorable-code-point: New file.
4886         * modules/unictype/property-other-default-ignorable-code-point: New
4887         file.
4888         * modules/unictype/property-deprecated: New file.
4889         * modules/unictype/property-logical-order-exception: New file.
4890         * modules/unictype/property-variation-selector: New file.
4891         * modules/unictype/property-private-use: New file.
4892         * modules/unictype/property-unassigned-code-value: New file.
4893         * modules/unictype/property-uppercase: New file.
4894         * modules/unictype/property-other-uppercase: New file.
4895         * modules/unictype/property-lowercase: New file.
4896         * modules/unictype/property-other-lowercase: New file.
4897         * modules/unictype/property-titlecase: New file.
4898         * modules/unictype/property-soft-dotted: New file.
4899         * modules/unictype/property-id-start: New file.
4900         * modules/unictype/property-other-id-start: New file.
4901         * modules/unictype/property-id-continue: New file.
4902         * modules/unictype/property-other-id-continue: New file.
4903         * modules/unictype/property-xid-start: New file.
4904         * modules/unictype/property-xid-continue: New file.
4905         * modules/unictype/property-pattern-white-space: New file.
4906         * modules/unictype/property-pattern-syntax: New file.
4907         * modules/unictype/property-join-control: New file.
4908         * modules/unictype/property-grapheme-base: New file.
4909         * modules/unictype/property-grapheme-extend: New file.
4910         * modules/unictype/property-other-grapheme-extend: New file.
4911         * modules/unictype/property-grapheme-link: New file.
4912         * modules/unictype/property-bidi-control: New file.
4913         * modules/unictype/property-bidi-left-to-right: New file.
4914         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
4915         * modules/unictype/property-bidi-arabic-right-to-left: New file.
4916         * modules/unictype/property-bidi-european-digit: New file.
4917         * modules/unictype/property-bidi-eur-num-separator: New file.
4918         * modules/unictype/property-bidi-eur-num-terminator: New file.
4919         * modules/unictype/property-bidi-arabic-digit: New file.
4920         * modules/unictype/property-bidi-common-separator: New file.
4921         * modules/unictype/property-bidi-block-separator: New file.
4922         * modules/unictype/property-bidi-segment-separator: New file.
4923         * modules/unictype/property-bidi-whitespace: New file.
4924         * modules/unictype/property-bidi-non-spacing-mark: New file.
4925         * modules/unictype/property-bidi-boundary-neutral: New file.
4926         * modules/unictype/property-bidi-pdf: New file.
4927         * modules/unictype/property-bidi-embedding-or-override: New file.
4928         * modules/unictype/property-bidi-other-neutral: New file.
4929         * modules/unictype/property-hex-digit: New file.
4930         * modules/unictype/property-ascii-hex-digit: New file.
4931         * modules/unictype/property-ideographic: New file.
4932         * modules/unictype/property-unified-ideograph: New file.
4933         * modules/unictype/property-radical: New file.
4934         * modules/unictype/property-ids-binary-operator: New file.
4935         * modules/unictype/property-ids-trinary-operator: New file.
4936         * modules/unictype/property-zero-width: New file.
4937         * modules/unictype/property-space: New file.
4938         * modules/unictype/property-non-break: New file.
4939         * modules/unictype/property-iso-control: New file.
4940         * modules/unictype/property-format-control: New file.
4941         * modules/unictype/property-dash: New file.
4942         * modules/unictype/property-hyphen: New file.
4943         * modules/unictype/property-punctuation: New file.
4944         * modules/unictype/property-line-separator: New file.
4945         * modules/unictype/property-paragraph-separator: New file.
4946         * modules/unictype/property-quotation-mark: New file.
4947         * modules/unictype/property-sentence-terminal: New file.
4948         * modules/unictype/property-terminal-punctuation: New file.
4949         * modules/unictype/property-currency-symbol: New file.
4950         * modules/unictype/property-math: New file.
4951         * modules/unictype/property-other-math: New file.
4952         * modules/unictype/property-paired-punctuation: New file.
4953         * modules/unictype/property-left-of-pair: New file.
4954         * modules/unictype/property-combining: New file.
4955         * modules/unictype/property-composite: New file.
4956         * modules/unictype/property-decimal-digit: New file.
4957         * modules/unictype/property-numeric: New file.
4958         * modules/unictype/property-diacritic: New file.
4959         * modules/unictype/property-extender: New file.
4960         * modules/unictype/property-ignorable-control: New file.
4961         * modules/unictype/property-test: New file.
4962         * modules/unictype/property-byname: New file.
4963         * modules/unictype/property-all: New file.
4964         * modules/unictype/scripts: New file.
4965         * modules/unictype/scripts-all: New file.
4966         * modules/unictype/block-of: New file.
4967         * modules/unictype/block-test: New file.
4968         * modules/unictype/block-list: New file.
4969         * modules/unictype/block-all: New file.
4970         * modules/unictype/syntax-c-whitespace: New file.
4971         * modules/unictype/syntax-java-whitespace: New file.
4972         * modules/unictype/syntax-c-ident: New file.
4973         * modules/unictype/syntax-java-ident: New file.
4974         * modules/unictype/ctype-alnum: New file.
4975         * modules/unictype/ctype-alpha: New file.
4976         * modules/unictype/ctype-cntrl: New file.
4977         * modules/unictype/ctype-digit: New file.
4978         * modules/unictype/ctype-graph: New file.
4979         * modules/unictype/ctype-lower: New file.
4980         * modules/unictype/ctype-print: New file.
4981         * modules/unictype/ctype-punct: New file.
4982         * modules/unictype/ctype-space: New file.
4983         * modules/unictype/ctype-upper: New file.
4984         * modules/unictype/ctype-xdigit: New file.
4985         * modules/unictype/ctype-blank: New file.
4986         * lib/unictype/bidi_byname.c: New file.
4987         * lib/unictype/bidi_name.c: New file.
4988         * lib/unictype/bidi_of.c: New file.
4989         * lib/unictype/bidi_test.c: New file.
4990         * lib/unictype/bitmap.h: New file.
4991         * lib/unictype/block_test.c: New file.
4992         * lib/unictype/blocks.c: New file.
4993         * lib/unictype/categ_C.c: New file.
4994         * lib/unictype/categ_Cc.c: New file.
4995         * lib/unictype/categ_Cf.c: New file.
4996         * lib/unictype/categ_Cn.c: New file.
4997         * lib/unictype/categ_Co.c: New file.
4998         * lib/unictype/categ_Cs.c: New file.
4999         * lib/unictype/categ_L.c: New file.
5000         * lib/unictype/categ_Ll.c: New file.
5001         * lib/unictype/categ_Lm.c: New file.
5002         * lib/unictype/categ_Lo.c: New file.
5003         * lib/unictype/categ_Lt.c: New file.
5004         * lib/unictype/categ_Lu.c: New file.
5005         * lib/unictype/categ_M.c: New file.
5006         * lib/unictype/categ_Mc.c: New file.
5007         * lib/unictype/categ_Me.c: New file.
5008         * lib/unictype/categ_Mn.c: New file.
5009         * lib/unictype/categ_N.c: New file.
5010         * lib/unictype/categ_Nd.c: New file.
5011         * lib/unictype/categ_Nl.c: New file.
5012         * lib/unictype/categ_No.c: New file.
5013         * lib/unictype/categ_P.c: New file.
5014         * lib/unictype/categ_Pc.c: New file.
5015         * lib/unictype/categ_Pd.c: New file.
5016         * lib/unictype/categ_Pe.c: New file.
5017         * lib/unictype/categ_Pf.c: New file.
5018         * lib/unictype/categ_Pi.c: New file.
5019         * lib/unictype/categ_Po.c: New file.
5020         * lib/unictype/categ_Ps.c: New file.
5021         * lib/unictype/categ_S.c: New file.
5022         * lib/unictype/categ_Sc.c: New file.
5023         * lib/unictype/categ_Sk.c: New file.
5024         * lib/unictype/categ_Sm.c: New file.
5025         * lib/unictype/categ_So.c: New file.
5026         * lib/unictype/categ_Z.c: New file.
5027         * lib/unictype/categ_Zl.c: New file.
5028         * lib/unictype/categ_Zp.c: New file.
5029         * lib/unictype/categ_Zs.c: New file.
5030         * lib/unictype/categ_and.c: New file.
5031         * lib/unictype/categ_and_not.c: New file.
5032         * lib/unictype/categ_byname.c: New file.
5033         * lib/unictype/categ_name.c: New file.
5034         * lib/unictype/categ_none.c: New file.
5035         * lib/unictype/categ_of.c: New file.
5036         * lib/unictype/categ_or.c: New file.
5037         * lib/unictype/categ_test.c: New file.
5038         * lib/unictype/combining.c: New file.
5039         * lib/unictype/ctype_alnum.c: New file.
5040         * lib/unictype/ctype_alpha.c: New file.
5041         * lib/unictype/ctype_blank.c: New file.
5042         * lib/unictype/ctype_cntrl.c: New file.
5043         * lib/unictype/ctype_digit.c: New file.
5044         * lib/unictype/ctype_graph.c: New file.
5045         * lib/unictype/ctype_lower.c: New file.
5046         * lib/unictype/ctype_print.c: New file.
5047         * lib/unictype/ctype_punct.c: New file.
5048         * lib/unictype/ctype_space.c: New file.
5049         * lib/unictype/ctype_upper.c: New file.
5050         * lib/unictype/ctype_xdigit.c: New file.
5051         * lib/unictype/decdigit.c: New file.
5052         * lib/unictype/digit.c: New file.
5053         * lib/unictype/identsyntaxmap.h: New file.
5054         * lib/unictype/mirror.c: New file.
5055         * lib/unictype/numeric.c: New file.
5056         * lib/unictype/pr_alphabetic.c: New file.
5057         * lib/unictype/pr_ascii_hex_digit.c: New file.
5058         * lib/unictype/pr_bidi_arabic_digit.c: New file.
5059         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
5060         * lib/unictype/pr_bidi_block_separator.c: New file.
5061         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
5062         * lib/unictype/pr_bidi_common_separator.c: New file.
5063         * lib/unictype/pr_bidi_control.c: New file.
5064         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
5065         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
5066         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
5067         * lib/unictype/pr_bidi_european_digit.c: New file.
5068         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
5069         * lib/unictype/pr_bidi_left_to_right.c: New file.
5070         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
5071         * lib/unictype/pr_bidi_other_neutral.c: New file.
5072         * lib/unictype/pr_bidi_pdf.c: New file.
5073         * lib/unictype/pr_bidi_segment_separator.c: New file.
5074         * lib/unictype/pr_bidi_whitespace.c: New file.
5075         * lib/unictype/pr_byname.c: New file.
5076         * lib/unictype/pr_byname.gperf: New file.
5077         * lib/unictype/pr_combining.c: New file.
5078         * lib/unictype/pr_composite.c: New file.
5079         * lib/unictype/pr_currency_symbol.c: New file.
5080         * lib/unictype/pr_dash.c: New file.
5081         * lib/unictype/pr_decimal_digit.c: New file.
5082         * lib/unictype/pr_default_ignorable_code_point.c: New file.
5083         * lib/unictype/pr_deprecated.c: New file.
5084         * lib/unictype/pr_diacritic.c: New file.
5085         * lib/unictype/pr_extender.c: New file.
5086         * lib/unictype/pr_format_control.c: New file.
5087         * lib/unictype/pr_grapheme_base.c: New file.
5088         * lib/unictype/pr_grapheme_extend.c: New file.
5089         * lib/unictype/pr_grapheme_link.c: New file.
5090         * lib/unictype/pr_hex_digit.c: New file.
5091         * lib/unictype/pr_hyphen.c: New file.
5092         * lib/unictype/pr_id_continue.c: New file.
5093         * lib/unictype/pr_id_start.c: New file.
5094         * lib/unictype/pr_ideographic.c: New file.
5095         * lib/unictype/pr_ids_binary_operator.c: New file.
5096         * lib/unictype/pr_ids_trinary_operator.c: New file.
5097         * lib/unictype/pr_ignorable_control.c: New file.
5098         * lib/unictype/pr_iso_control.c: New file.
5099         * lib/unictype/pr_join_control.c: New file.
5100         * lib/unictype/pr_left_of_pair.c: New file.
5101         * lib/unictype/pr_line_separator.c: New file.
5102         * lib/unictype/pr_logical_order_exception.c: New file.
5103         * lib/unictype/pr_lowercase.c: New file.
5104         * lib/unictype/pr_math.c: New file.
5105         * lib/unictype/pr_non_break.c: New file.
5106         * lib/unictype/pr_not_a_character.c: New file.
5107         * lib/unictype/pr_numeric.c: New file.
5108         * lib/unictype/pr_other_alphabetic.c: New file.
5109         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
5110         * lib/unictype/pr_other_grapheme_extend.c: New file.
5111         * lib/unictype/pr_other_id_continue.c: New file.
5112         * lib/unictype/pr_other_id_start.c: New file.
5113         * lib/unictype/pr_other_lowercase.c: New file.
5114         * lib/unictype/pr_other_math.c: New file.
5115         * lib/unictype/pr_other_uppercase.c: New file.
5116         * lib/unictype/pr_paired_punctuation.c: New file.
5117         * lib/unictype/pr_paragraph_separator.c: New file.
5118         * lib/unictype/pr_pattern_syntax.c: New file.
5119         * lib/unictype/pr_pattern_white_space.c: New file.
5120         * lib/unictype/pr_private_use.c: New file.
5121         * lib/unictype/pr_punctuation.c: New file.
5122         * lib/unictype/pr_quotation_mark.c: New file.
5123         * lib/unictype/pr_radical.c: New file.
5124         * lib/unictype/pr_sentence_terminal.c: New file.
5125         * lib/unictype/pr_soft_dotted.c: New file.
5126         * lib/unictype/pr_space.c: New file.
5127         * lib/unictype/pr_terminal_punctuation.c: New file.
5128         * lib/unictype/pr_test.c: New file.
5129         * lib/unictype/pr_titlecase.c: New file.
5130         * lib/unictype/pr_unassigned_code_value.c: New file.
5131         * lib/unictype/pr_unified_ideograph.c: New file.
5132         * lib/unictype/pr_uppercase.c: New file.
5133         * lib/unictype/pr_variation_selector.c: New file.
5134         * lib/unictype/pr_white_space.c: New file.
5135         * lib/unictype/pr_xid_continue.c: New file.
5136         * lib/unictype/pr_xid_start.c: New file.
5137         * lib/unictype/pr_zero_width.c: New file.
5138         * lib/unictype/scripts.c: New file.
5139         * lib/unictype/sy_c_ident.c: New file.
5140         * lib/unictype/sy_c_whitespace.c: New file.
5141         * lib/unictype/sy_java_ident.c: New file.
5142         * lib/unictype/sy_java_whitespace.c: New file.
5143
5144         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
5145         Unicode 5.0.0.
5146         * lib/unictype/blocks.h: Likewise.
5147         * lib/unictype/categ_C.h: Likewise.
5148         * lib/unictype/categ_Cc.h: Likewise.
5149         * lib/unictype/categ_Cf.h: Likewise.
5150         * lib/unictype/categ_Cn.h: Likewise.
5151         * lib/unictype/categ_Co.h: Likewise.
5152         * lib/unictype/categ_Cs.h: Likewise.
5153         * lib/unictype/categ_L.h: Likewise.
5154         * lib/unictype/categ_Ll.h: Likewise.
5155         * lib/unictype/categ_Lm.h: Likewise.
5156         * lib/unictype/categ_Lo.h: Likewise.
5157         * lib/unictype/categ_Lt.h: Likewise.
5158         * lib/unictype/categ_Lu.h: Likewise.
5159         * lib/unictype/categ_M.h: Likewise.
5160         * lib/unictype/categ_Mc.h: Likewise.
5161         * lib/unictype/categ_Me.h: Likewise.
5162         * lib/unictype/categ_Mn.h: Likewise.
5163         * lib/unictype/categ_N.h: Likewise.
5164         * lib/unictype/categ_Nd.h: Likewise.
5165         * lib/unictype/categ_Nl.h: Likewise.
5166         * lib/unictype/categ_No.h: Likewise.
5167         * lib/unictype/categ_P.h: Likewise.
5168         * lib/unictype/categ_Pc.h: Likewise.
5169         * lib/unictype/categ_Pd.h: Likewise.
5170         * lib/unictype/categ_Pe.h: Likewise.
5171         * lib/unictype/categ_Pf.h: Likewise.
5172         * lib/unictype/categ_Pi.h: Likewise.
5173         * lib/unictype/categ_Po.h: Likewise.
5174         * lib/unictype/categ_Ps.h: Likewise.
5175         * lib/unictype/categ_S.h: Likewise.
5176         * lib/unictype/categ_Sc.h: Likewise.
5177         * lib/unictype/categ_Sk.h: Likewise.
5178         * lib/unictype/categ_Sm.h: Likewise.
5179         * lib/unictype/categ_So.h: Likewise.
5180         * lib/unictype/categ_Z.h: Likewise.
5181         * lib/unictype/categ_Zl.h: Likewise.
5182         * lib/unictype/categ_Zp.h: Likewise.
5183         * lib/unictype/categ_Zs.h: Likewise.
5184         * lib/unictype/categ_of.h: Likewise.
5185         * lib/unictype/combining.h: Likewise.
5186         * lib/unictype/ctype_alnum.h: Likewise.
5187         * lib/unictype/ctype_alpha.h: Likewise.
5188         * lib/unictype/ctype_blank.h: Likewise.
5189         * lib/unictype/ctype_cntrl.h: Likewise.
5190         * lib/unictype/ctype_digit.h: Likewise.
5191         * lib/unictype/ctype_graph.h: Likewise.
5192         * lib/unictype/ctype_lower.h: Likewise.
5193         * lib/unictype/ctype_print.h: Likewise.
5194         * lib/unictype/ctype_punct.h: Likewise.
5195         * lib/unictype/ctype_space.h: Likewise.
5196         * lib/unictype/ctype_upper.h: Likewise.
5197         * lib/unictype/ctype_xdigit.h: Likewise.
5198         * lib/unictype/decdigit.h: Likewise.
5199         * lib/unictype/digit.h: Likewise.
5200         * lib/unictype/mirror.h: Likewise.
5201         * lib/unictype/numeric.h: Likewise.
5202         * lib/unictype/pr_alphabetic.h: Likewise.
5203         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
5204         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
5205         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
5206         * lib/unictype/pr_bidi_block_separator.h: Likewise.
5207         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
5208         * lib/unictype/pr_bidi_common_separator.h: Likewise.
5209         * lib/unictype/pr_bidi_control.h: Likewise.
5210         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
5211         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
5212         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
5213         * lib/unictype/pr_bidi_european_digit.h: Likewise.
5214         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
5215         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
5216         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
5217         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
5218         * lib/unictype/pr_bidi_pdf.h: Likewise.
5219         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
5220         * lib/unictype/pr_bidi_whitespace.h: Likewise.
5221         * lib/unictype/pr_combining.h: Likewise.
5222         * lib/unictype/pr_composite.h: Likewise.
5223         * lib/unictype/pr_currency_symbol.h: Likewise.
5224         * lib/unictype/pr_dash.h: Likewise.
5225         * lib/unictype/pr_decimal_digit.h: Likewise.
5226         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
5227         * lib/unictype/pr_deprecated.h: Likewise.
5228         * lib/unictype/pr_diacritic.h: Likewise.
5229         * lib/unictype/pr_extender.h: Likewise.
5230         * lib/unictype/pr_format_control.h: Likewise.
5231         * lib/unictype/pr_grapheme_base.h: Likewise.
5232         * lib/unictype/pr_grapheme_extend.h: Likewise.
5233         * lib/unictype/pr_grapheme_link.h: Likewise.
5234         * lib/unictype/pr_hex_digit.h: Likewise.
5235         * lib/unictype/pr_hyphen.h: Likewise.
5236         * lib/unictype/pr_id_continue.h: Likewise.
5237         * lib/unictype/pr_id_start.h: Likewise.
5238         * lib/unictype/pr_ideographic.h: Likewise.
5239         * lib/unictype/pr_ids_binary_operator.h: Likewise.
5240         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
5241         * lib/unictype/pr_ignorable_control.h: Likewise.
5242         * lib/unictype/pr_iso_control.h: Likewise.
5243         * lib/unictype/pr_join_control.h: Likewise.
5244         * lib/unictype/pr_left_of_pair.h: Likewise.
5245         * lib/unictype/pr_line_separator.h: Likewise.
5246         * lib/unictype/pr_logical_order_exception.h: Likewise.
5247         * lib/unictype/pr_lowercase.h: Likewise.
5248         * lib/unictype/pr_math.h: Likewise.
5249         * lib/unictype/pr_non_break.h: Likewise.
5250         * lib/unictype/pr_not_a_character.h: Likewise.
5251         * lib/unictype/pr_numeric.h: Likewise.
5252         * lib/unictype/pr_other_alphabetic.h: Likewise.
5253         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
5254         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
5255         * lib/unictype/pr_other_id_continue.h: Likewise.
5256         * lib/unictype/pr_other_id_start.h: Likewise.
5257         * lib/unictype/pr_other_lowercase.h: Likewise.
5258         * lib/unictype/pr_other_math.h: Likewise.
5259         * lib/unictype/pr_other_uppercase.h: Likewise.
5260         * lib/unictype/pr_paired_punctuation.h: Likewise.
5261         * lib/unictype/pr_paragraph_separator.h: Likewise.
5262         * lib/unictype/pr_pattern_syntax.h: Likewise.
5263         * lib/unictype/pr_pattern_white_space.h: Likewise.
5264         * lib/unictype/pr_private_use.h: Likewise.
5265         * lib/unictype/pr_punctuation.h: Likewise.
5266         * lib/unictype/pr_quotation_mark.h: Likewise.
5267         * lib/unictype/pr_radical.h: Likewise.
5268         * lib/unictype/pr_sentence_terminal.h: Likewise.
5269         * lib/unictype/pr_soft_dotted.h: Likewise.
5270         * lib/unictype/pr_space.h: Likewise.
5271         * lib/unictype/pr_terminal_punctuation.h: Likewise.
5272         * lib/unictype/pr_titlecase.h: Likewise.
5273         * lib/unictype/pr_unassigned_code_value.h: Likewise.
5274         * lib/unictype/pr_unified_ideograph.h: Likewise.
5275         * lib/unictype/pr_uppercase.h: Likewise.
5276         * lib/unictype/pr_variation_selector.h: Likewise.
5277         * lib/unictype/pr_white_space.h: Likewise.
5278         * lib/unictype/pr_xid_continue.h: Likewise.
5279         * lib/unictype/pr_xid_start.h: Likewise.
5280         * lib/unictype/pr_zero_width.h: Likewise.
5281         * lib/unictype/scripts.h: Likewise.
5282         * lib/unictype/scripts_byname.gperf: Likewise.
5283         * lib/unictype/sy_c_ident.h: Likewise.
5284         * lib/unictype/sy_c_whitespace.h: Likewise.
5285         * lib/unictype/sy_java_ident.h: Likewise.
5286         * lib/unictype/sy_java_whitespace.h: Likewise.
5287
5288         * lib/unictype/Makefile: New file.
5289         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
5290         glibc.
5291         * lib/unictype/3level.h: New file, copied from glibc.
5292         * lib/unictype/3levelbit.h: New file.
5293
5294 2007-11-11  Bruno Haible  <bruno@clisp.org>
5295
5296         * modules/gperf: New file.
5297         * modules/iconv_open (Depends-on): Add it.
5298         (Makefile.am): Remove the GPERF definition.
5299
5300 2007-11-11  Bruno Haible  <bruno@clisp.org>
5301
5302         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
5303         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
5304
5305 2007-11-11  Bruno Haible  <bruno@clisp.org>
5306
5307         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
5308         (usage): Remove function.
5309
5310 2007-11-11  Bruno Haible  <bruno@clisp.org>
5311
5312         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
5313         gl_FUNC_CEILF_LIBS.
5314         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
5315         gl_FUNC_CEIL_LIBS.
5316         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
5317         gl_FUNC_CEILL_LIBS.
5318         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
5319         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
5320         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
5321
5322 2007-11-11  Bruno Haible  <bruno@clisp.org>
5323
5324         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
5325         roundf were declared but do not exist on functions.
5326         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
5327         roundl were declared but do not exist on functions.
5328         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
5329         HAVE_FLOORL_AND_CEILL, respectively.
5330         Needed for Sun C on Solaris 10.
5331
5332 2007-11-11  Bruno Haible  <bruno@clisp.org>
5333
5334         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
5335         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
5336         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
5337         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
5338         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
5339         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
5340         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
5341         HAVE_DECL_ROUNDF.
5342         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
5343         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
5344         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
5345         of HAVE_DECL_ROUND*.
5346         * modules/math (Makefile.am): Update.
5347
5348 2007-11-10  Bruno Haible  <bruno@clisp.org>
5349
5350         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
5351         ptrdiff_t as m4/intl.m4.
5352
5353 2007-11-10  Jim Meyering  <meyering@redhat.com>
5354
5355         Avoid link failure for the argmatch test.
5356         * tests/test-argmatch.c (usage): Define function to avoid a link
5357         failure: argmatch_die requires a usage function.
5358
5359 2007-11-09  Bruno Haible  <bruno@clisp.org>
5360
5361         * doc/functions/snprintf.texi: Mention BeOS deficiency.
5362         * doc/functions/vsnprintf.texi: Likewise.
5363         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
5364         with a size argument < 2.
5365
5366 2007-11-09  Bruno Haible  <bruno@clisp.org>
5367
5368         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
5369         buffer. Fixes an inefficiency introduced on 2007-11-03.
5370
5371 2007-11-09  Bruno Haible  <bruno@clisp.org>
5372
5373         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
5374         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
5375
5376 2007-11-08  Jim Meyering  <meyering@redhat.com>
5377
5378         Change cache variable name prefix "jm_" to "gl_" everywhere.
5379         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
5380         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
5381         * m4/uptime.m4: s/gl_/jm_/
5382
5383 2007-11-07  Bruno Haible  <bruno@clisp.org>
5384
5385         Update to GNU gettext 0.17.
5386         * m4/intl.m4: Update to GNU gettext 0.17.
5387         * m4/po.m4: Likewise.
5388         * modules/gettext (Files): Remove m4/ulonglong.m4.
5389         (configure.ac): Require gettext infrastructure from version 0.17.
5390
5391 2007-11-06  Bruno Haible  <bruno@clisp.org>
5392
5393         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
5394         symbolic values are not defined in a public header.
5395         * lib/freadable.c (freadable) [QNX]: Likewise.
5396         * lib/freadahead.c (freadahead) [QNX]: Likewise.
5397         * lib/freading.c (freading) [QNX]: Likewise.
5398         * lib/fseterr.c (fseterr) [QNX]: Likewise.
5399         * lib/fwritable.c (fwritable) [QNX]: Likewise.
5400         * lib/fwriting.c (fwriting) [QNX]: Likewise.
5401         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
5402         Reported by Alain Magloire.
5403
5404         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
5405
5406 2007-11-05  Bruno Haible  <bruno@clisp.org>
5407
5408         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
5409         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
5410         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
5411         Reported by Eric Blake.
5412
5413 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5414             Bruno Haible  <bruno@clisp.org>
5415
5416         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
5417         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
5418         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
5419         (malloc): Undefine also before including <stdlib.h>.
5420         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
5421         Needed on OSF/1 4.0.
5422
5423 2007-11-05  Jim Meyering  <meyering@redhat.com>
5424
5425         git-version-gen: sync from coreutils.
5426         * build-aux/git-version-gen: Add comments.
5427         Change the first '-' to '.' in the snapshot version string,
5428         e.g., 6.9-377-08144 -> 6.9.377-08144
5429         Remove first parameter.
5430         Don't declare a version "-dirty" merely because a time
5431         stamp has changed.
5432
5433 2007-11-04  Bruno Haible  <bruno@clisp.org>
5434
5435         * lib/lock.h: Protect all macro definitions containing an 'if'
5436         statement through a "do { ... } while (0)".
5437         * lib/tls.h: Likewise.
5438
5439 2007-11-04  Bruno Haible  <bruno@clisp.org>
5440
5441         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
5442
5443 2007-11-04  Bruno Haible  <bruno@clisp.org>
5444
5445         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
5446         * modules/fprintf-posix (Depends-on): Add nocrash.
5447         * modules/snprintf-posix (Depends-on): Likewise.
5448         * modules/sprintf-posix (Depends-on): Likewise.
5449         * modules/vasnprintf-posix (Depends-on): Likewise.
5450         * modules/vasprintf-posix (Depends-on): Likewise.
5451         * modules/vfprintf-posix (Depends-on): Likewise.
5452         * modules/vsnprintf-posix (Depends-on): Likewise.
5453         * modules/vsprintf-posix (Depends-on): Likewise.
5454         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
5455         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
5456         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
5457         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
5458         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
5459         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
5460         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
5461
5462 2007-11-04  Bruno Haible  <bruno@clisp.org>
5463
5464         * modules/nocrash: New file.
5465         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
5466         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
5467
5468 2007-11-04  Bruno Haible  <bruno@clisp.org>
5469
5470         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
5471         precision handling.
5472         * tests/test-vasprintf-posix.c (test_function): Likewise.
5473         * tests/test-snprintf-posix.h (test_function): Likewise.
5474         * tests/test-sprintf-posix.h (test_function): Likewise.
5475
5476         Fix *printf behaviour for large precisions on mingw and BeOS.
5477         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
5478         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
5479         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
5480         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5481         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5482         gl_PRINTF_PRECISION and test its result. Invoke
5483         gl_PREREQ_VASNPRINTF_PRECISION.
5484         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5485         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5486         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5487         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5488         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5489         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5490         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5491         * doc/functions/fprintf.texi: Update.
5492         * doc/functions/printf.texi: Update.
5493         * doc/functions/snprintf.texi: Update.
5494         * doc/functions/sprintf.texi: Update.
5495         * doc/functions/vfprintf.texi: Update.
5496         * doc/functions/vprintf.texi: Update.
5497         * doc/functions/vsnprintf.texi: Update.
5498         * doc/functions/vsprintf.texi: Update.
5499
5500 2007-11-04  Bruno Haible  <bruno@clisp.org>
5501
5502         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
5503
5504 2007-11-04  Bruno Haible  <bruno@clisp.org>
5505
5506         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
5507         Reported by Sylvain Beucler <beuc@gnu.org>.
5508
5509 2007-11-03  Bruno Haible  <bruno@clisp.org>
5510
5511         * tests/test-fprintf-posix2.sh: New file.
5512         * tests/test-fprintf-posix2.c: New file.
5513         * modules/fprintf-posix-tests (Files): Add them.
5514         (TESTS): Add test-fprintf-posix2.sh.
5515         (configure.ac): Check for getrlimit and setrlimit.
5516         (check_PROGRAMS): Add test-fprintf-posix2.
5517
5518         * tests/test-printf-posix2.sh: New file.
5519         * tests/test-printf-posix2.c: New file.
5520         * modules/printf-posix-tests (Files): Add them.
5521         (TESTS): Add test-printf-posix2.sh.
5522         (configure.ac): Check for getrlimit and setrlimit.
5523         (check_PROGRAMS): Add test-printf-posix2.
5524
5525         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
5526         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
5527         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
5528         (decode_double): New function, copied from decode_long_double.
5529         (scale10_round_decimal_decoded): New function, extracted from
5530         scale10_round_decimal_long_double.
5531         (scale10_round_decimal_long_double): Use it.
5532         (scale10_round_decimal_double): New function.
5533         (floorlog10): New function.
5534         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
5535         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
5536         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5537         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5538         gl_PRINTF_ENOMEM and test its result. Invoke
5539         gl_PREREQ_VASNPRINTF_ENOMEM.
5540         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5541         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5542         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5543         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5544         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5545         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5546         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5547         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
5548         * modules/snprintf-posix (Depends-on): Likewise.
5549         * modules/sprintf-posix (Depends-on): Likewise.
5550         * modules/vasnprintf-posix (Depends-on): Likewise.
5551         * modules/vasprintf-posix (Depends-on): Likewise.
5552         * modules/vfprintf-posix (Depends-on): Likewise.
5553         * modules/vsnprintf-posix (Depends-on): Likewise.
5554         * modules/vsprintf-posix (Depends-on): Likewise.
5555         * doc/functions/fprintf.texi: Update.
5556         * doc/functions/printf.texi: Update.
5557         * doc/functions/snprintf.texi: Update.
5558         * doc/functions/sprintf.texi: Update.
5559         * doc/functions/vfprintf.texi: Update.
5560         * doc/functions/vprintf.texi: Update.
5561         * doc/functions/vsnprintf.texi: Update.
5562         * doc/functions/vsprintf.texi: Update.
5563
5564 2007-11-03  Bruno Haible  <bruno@clisp.org>
5565
5566         * modules/frexp-nolibm-tests: New file.
5567
5568         * modules/frexp-nolibm: New file.
5569         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
5570
5571 2007-11-03  Bruno Haible  <bruno@clisp.org>
5572
5573         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
5574         value is C99 compliant.
5575         Needed for OSF/1 5.1.
5576
5577 2007-11-03  Bruno Haible  <bruno@clisp.org>
5578
5579         Fix out-of-memory handling of vasnprintf.
5580         * lib/printf-parse.c: Include <errno.h>.
5581         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
5582         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
5583         is already set.
5584
5585 2007-11-02  Eric Blake  <ebb9@byu.net>
5586
5587         Fix tests on cygwin.
5588         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
5589
5590 2007-11-01  Bruno Haible  <bruno@clisp.org>
5591
5592         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
5593         warning.
5594         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
5595         needed for POSIX compatibility.
5596
5597 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
5598
5599         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
5600         for compatibility with GNU.
5601
5602 2007-11-01  Bruno Haible  <bruno@clisp.org>
5603
5604         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
5605         (putenv): Renamed from rpl_putenv. Change argument type from
5606         'const char *' to 'char *'.
5607         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
5608         of defining putenv in config.h, just set REPLACE_PUTENV.
5609         * modules/putenv (Depends-on): Add stdlib.
5610         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5611         (Include): Use <stdlib.h>.
5612         * lib/stdlib.in.h (putenv): New declaration.
5613         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
5614         REPLACE_PUTENV.
5615         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
5616         REPLACE_PUTENV.
5617         Needed for MacOS X 10.5.0.
5618         Reported by Peter O'Gorman <peter@pogma.com>.
5619
5620 2007-11-01  Jim Meyering  <meyering@redhat.com>
5621
5622         Treat an empty date string exactly like "0".
5623         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
5624         if the remaining date string (to be parsed) is empty, use "0".
5625         Reported by Mischa Molhoek and discussed in this thread:
5626         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
5627
5628 2007-10-31  Bruno Haible  <bruno@clisp.org>
5629
5630         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
5631         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
5632         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
5633         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
5634         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
5635         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
5636
5637 2007-10-31  Bruno Haible  <bruno@clisp.org>
5638
5639         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
5640         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
5641         (AC_TYPE_LONG_LONG_INT): Use it.
5642         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
5643         it as well.
5644         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
5645         to m4/longlong.m4.
5646         * modules/stdint (Files): Remove m4/ulonglong.m4.
5647         * modules/strtoull (Files): Use m4/longlong.m4 instead of
5648         m4/ulonglong.m4.
5649         * modules/strtoumax (Files): Likewise.
5650
5651 2007-10-30  Bruno Haible  <bruno@clisp.org>
5652
5653         * modules/xvasprintf-posix: New file.
5654         Suggested by Eric Blake.
5655
5656 2007-10-30  Bruno Haible  <bruno@clisp.org>
5657
5658         * modules/xprintf-posix-tests: New file.
5659         * tests/test-xprintf-posix.sh: New file.
5660         * tests/test-xprintf-posix.c: New file.
5661         * tests/test-xfprintf-posix.c: New file.
5662
5663         * modules/xprintf-posix: New file.
5664
5665 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5666
5667         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
5668         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
5669         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
5670
5671 2007-10-29  Bruno Haible  <bruno@clisp.org>
5672
5673         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
5674         contain the special marker '_cv_'.
5675         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
5676         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
5677         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
5678         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
5679         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
5680         Reported by Ralf Wildenhues.
5681
5682 2007-10-29  Bruno Haible  <bruno@clisp.org>
5683
5684         * gnulib-tool (func_import): When --lgpl is not specified, set
5685         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
5686         GPLv3.
5687         Reported by Simon Josefsson.
5688
5689 2007-10-28  Bruno Haible  <bruno@clisp.org>
5690
5691         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
5692         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
5693         HAVE_DECL_ISFINITE.
5694         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
5695         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
5696         HAVE_DECL_ISFINITE.
5697
5698 2007-10-28  Bruno Haible  <bruno@clisp.org>
5699
5700         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
5701         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
5702
5703 2007-10-28  Bruno Haible  <bruno@clisp.org>
5704
5705         Fix link errors with Sun C 5.0 on Solaris 10.
5706         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
5707         function is declared but not present in the compiler's libm.
5708         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
5709         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
5710         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
5711         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
5712         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
5713         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
5714         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
5715         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
5716         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
5717         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
5718         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
5719         HAVE_DECL_FLOORL.
5720
5721 2007-10-28  Bruno Haible  <bruno@clisp.org>
5722
5723         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
5724         gl_FUNC_FLOORL. Cache the result.
5725         (gl_FUNC_FLOORL): Use it.
5726         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
5727         gl_FUNC_CEILL. Cache the result.
5728         (gl_FUNC_CEILL): Use it.
5729
5730         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
5731         gl_FUNC_FLOOR. Cache the result.
5732         (gl_FUNC_FLOOR): Use it.
5733         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
5734         gl_FUNC_CEIL. Cache the result.
5735         (gl_FUNC_CEIL): Use it.
5736
5737         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
5738         gl_FUNC_FLOORF. Cache the result.
5739         (gl_FUNC_FLOORF): Use it.
5740         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
5741         gl_FUNC_CEILF. Cache the result.
5742         (gl_FUNC_CEILF): Use it.
5743
5744 2007-10-28  Bruno Haible  <bruno@clisp.org>
5745
5746         * gnulib-tool: Allow specifying the LGPL version number through
5747         --lgpl=2 or --lgpl=3.
5748         (func_usage): Document --lgpl with argument.
5749         Handle --lgpl=... arguments.
5750         (func_import): Recognize also gl_LGPL calls with an argument. When
5751         --lgpl=2 is used and the module's license is just LGPL, report an
5752         error. Set sed_transform_lib_file according to the lgpl variable. In
5753         the generated files, use --lgpl or gl_LGPL invocations with argument,
5754         if necessary.
5755         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
5756         an LGPv2+ license.
5757         * doc/gnulib-tool.texi (Modified imports): Update explanation of
5758         gl_LGPL macro.
5759
5760 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5761             Bruno Haible  <bruno@clisp.org>
5762
5763         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
5764         (u16_uctomb_aux): Likewise.
5765         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
5766         !HAVE_INLINE.
5767         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
5768
5769 2007-10-28  Bruno Haible  <bruno@clisp.org>
5770
5771         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
5772         Invoke AM_GETTEXT_OPTION if it exists.
5773         * modules/vasprintf: Likewise.
5774         * modules/verror: Likewise.
5775         * modules/xprintf: Likewise.
5776         * modules/xvasprintf: Likewise.
5777
5778 2007-10-27  Ben Pfaff  <blp@gnu.org>
5779
5780         * lib/math.in.h: Define isfinite macro and prototypes for
5781         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
5782         implementations.
5783         * m4/math_h.m4: New substitutions for isfinite module.
5784         * lib/isfinite.c: New file.
5785         * m4/isfinite.m4: New file.
5786         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
5787         * modules/isfinite: New file.
5788         * modules/isfinite-tests: New file.
5789         * tests/tests-isfinite.c: New file.
5790         * doc/functions/isfinite.texi: Mention isfinite module.
5791         * MODULES.html.sh: Mention new module.
5792
5793 2007-10-27  Ben Pfaff  <blp@gnu.org>
5794
5795         Ralf Wildenhues reported that Tru64 4.0D declares the round
5796         functions but does not have definitions.
5797         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
5798         cannot be found in any library, set the output variable to
5799         "missing" instead of "".
5800         * m4/round.m4: Also use our substitute if we cannot find round in
5801         any library, even if it is declared.
5802         * m4/roundf.m4: Likewise for roundf.
5803         * m4/roundl.m4: Likewise for roundl.
5804         * lib/math.in.h: Undefine roundf, round, roundl before defining
5805         their replacements, to allow for hypothetical systems where these
5806         may be defined as macros but not available in libraries.
5807
5808 2007-10-27  Bruno Haible  <bruno@clisp.org>
5809
5810         * doc/gnulib.texi: Invoke @firstparagraphindent.
5811         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
5812         changes in gnulib.
5813         (Source changes): New section.
5814
5815 2007-10-26  Bruno Haible  <bruno@clisp.org>
5816
5817         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
5818         borrowed from autoconf.
5819
5820 2007-10-26  Bruno Haible  <bruno@clisp.org>
5821
5822         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
5823         strerror returned the empty string. Needed on HP-UX 11.00.
5824
5825 2007-10-24  Micah Cowan  <micah@cowan.name>
5826
5827         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
5828         * build-aux/bootstrap: Remove support for now-unnecessary option,
5829         --cvs-user, and envvars CVS_USER, CVS_RSH.
5830
5831 2007-10-24  Jim Meyering  <meyering@redhat.com>
5832
5833         Avoid diagnostics from sha1sum when there is no cached checksum.
5834         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
5835         if the po.s1 file hasn't been created yet.
5836
5837         * build-aux/bootstrap: Sync from coreutils:
5838         2007-10-24  Jim Meyering  <meyering@redhat.com>
5839         Get gnulib from the git repository, not from an obsolete cvs one.
5840         * build-aux/bootstrap: Suggestion from Micah Cowan.
5841         2007-10-04  Jim Meyering  <jim@meyering.net>
5842         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
5843         (update_po_files): Work also when there are no .po files in po/.
5844
5845 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5846
5847         * README: Append ".git" to git and cg examples.
5848         Problem reported by Benoit Sigoure.
5849
5850 2007-10-23  Micah Cowan  <micah@cowan.name>
5851
5852         * users.txt: Add wget.
5853
5854 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5855
5856         Fix linking of some unistdio tests on FreeBSD.
5857         * modules/unistdio/u16-vsnprintf-tests
5858         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
5859         * modules/unistdio/u16-vsprintf-tests
5860         (test_u16_vsnprintf1_LDADD): Likewise.
5861         * modules/unistdio/u32-vsnprintf-tests
5862         (test_u32_vsnprintf1_LDADD): Likewise.
5863         * modules/unistdio/u32-vsprintf-tests
5864         (test_u32_vsprintf1_LDADD): Likewise.
5865         * modules/unistdio/u8-vsnprintf-tests
5866         (test_u8_vsnprintf1_LDADD): Likewise.
5867         * modules/unistdio/u8-vsprintf-tests
5868         (test_u8_vsprintf1_LDADD): Likewise.
5869         * modules/unistdio/ulc-vsnprintf-tests
5870         (test_ulc_vsnprintf1_LDADD): Likewise.
5871         * modules/unistdio/ulc-vsprintf-tests
5872         (test_ulc_vsprintf1_LDADD): Likewise.
5873
5874         Fix linking of some uniconv tests on FreeBSD.
5875         * modules/uniconv/u16-conv-from-enc-tests
5876         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
5877         * modules/uniconv/u16-conv-to-enc-tests
5878         (test_u16_conv_to_enc_LDADD): Likewise.
5879         * modules/uniconv/u16-strconv-from-enc-tests
5880         (test_u16_strconv_from_enc_LDADD): Likewise.
5881         * modules/uniconv/u16-strconv-to-enc-tests
5882         (test_u16_strconv_to_enc_LDADD): Likewise.
5883         * modules/uniconv/u32-conv-from-enc-tests
5884         (test_u32_conv_from_enc_LDADD): Likewise.
5885         * modules/uniconv/u32-conv-to-enc-tests
5886         (test_u32_conv_to_enc_LDADD): Likewise.
5887         * modules/uniconv/u32-strconv-from-enc-tests
5888         (test_u32_strconv_from_enc_LDADD): Likewise.
5889         * modules/uniconv/u32-strconv-to-enc-tests
5890         (test_u32_strconv_to_enc_LDADD): Likewise.
5891         * modules/uniconv/u8-conv-from-enc-tests
5892         (test_u8_conv_from_enc_LDADD): Likewise.
5893         * modules/uniconv/u8-conv-to-enc-tests
5894         (test_u8_conv_to_enc_LDADD): Likewise.
5895         * modules/uniconv/u8-strconv-from-enc-tests
5896         (test_u8_strconv_from_enc_LDADD): Likewise.
5897         * modules/uniconv/u8-strconv-to-enc-tests
5898         (test_u8_strconv_to_enc_LDADD): Likewise.
5899
5900 2007-10-22  Bruno Haible  <bruno@clisp.org>
5901
5902         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
5903         size.
5904
5905 2007-10-22  Eric Blake  <ebb9@byu.net>
5906
5907         Tweak x*printf documentation.
5908         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
5909         variable name and comments.
5910         Suggested by Bruno Haible.
5911
5912 2007-10-22  Bruno Haible  <bruno@clisp.org>
5913
5914         * lib/acl.c (copy_acl): Fix file name in comment.
5915
5916 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
5917
5918         Fix Tru64 problem with stdbool.h.
5919         * lib/stdbool.in.h (false, true):
5920         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
5921         Don't declare as an enum in this situation; it runs afoul of Tru64.
5922         Problem reported by Steven M. Schweda in
5923         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
5924
5925 2007-10-22  Eric Blake  <ebb9@byu.net>
5926
5927         Also wrap vf?printf.
5928         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
5929         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
5930         (xvprintf, xvfprintf): New functions.
5931
5932 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5933
5934         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
5935         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
5936
5937         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
5938         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
5939
5940 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
5941
5942         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
5943         by Bruno Haible.
5944
5945 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5946
5947         * lib/getloadavg.c
5948         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
5949         Undef `sys' after including sys/table.h, for Tru64 4.0D.
5950
5951         * tests/test-i-ring.c: Work for C89.
5952
5953 2007-10-22  Bruno Haible  <bruno@clisp.org>
5954
5955         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
5956         -1u, in preprocessor expression, so that we don't test for the bug
5957         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
5958         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
5959
5960 2007-10-22  Eric Blake  <ebb9@byu.net>
5961
5962         * tests/test-yesno.sh: Silence stderr during test.
5963
5964 2007-10-22  Simon Josefsson  <simon@josefsson.org>
5965
5966         * modules/crypto/gc-camellia: New file.
5967
5968         * m4/gc-camellia.m4: New file.
5969
5970         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
5971
5972         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
5973
5974 2007-10-22  Simon Josefsson  <simon@josefsson.org>
5975
5976         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
5977         --help to stdout.  Reported by sms@antinode.org (Steven
5978         M. Schweda).
5979
5980 2007-10-22  Simon Josefsson  <simon@josefsson.org>
5981
5982         * users.txt: Fix link to libksba.
5983
5984 2007-10-21  Ben Pfaff  <blp@gnu.org>
5985
5986         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
5987         round.c roundf implementation that depends on floorf and ceilf to
5988         be tested unconditionally.
5989
5990 2007-10-21  Ben Pfaff  <blp@gnu.org>
5991
5992         * m4/check-libm-func.m4: Removed.
5993         * m4/check-math-lib.m4: New file.
5994         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
5995         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
5996         definition and lack of AC_LIBOBJ([roundf]).
5997         * m4/roundl.m4: Ditto, and similarly for roundl.
5998         * modules/round: Reference new m4 file.
5999         * modules/roundf: Ditto.
6000         * modules/roundl: Ditto.
6001         * tests/test-round2.c (main): Use ROUND instead of round.
6002         Bug report from Bruno Haible.
6003
6004 2007-10-21  Bruno Haible  <bruno@clisp.org>
6005
6006         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
6007         context.
6008
6009 2007-10-21  Bruno Haible  <bruno@clisp.org>
6010
6011         * tests/test-wcwidth.c (main): Allow negative result for some control
6012         characters.
6013
6014         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
6015         Needed on OSF/1 5.1.
6016
6017 2007-10-21  Bruno Haible  <bruno@clisp.org>
6018
6019         * tests/test-floorf1.c: Include isnanf.h.
6020         (main): Use isnanf() instead of isnan().
6021         * tests/test-ceilf1.c: Include isnanf.h.
6022         (main): Use isnanf() instead of isnan().
6023         * tests/test-truncf1.c: Include isnanf.h.
6024         (main): Use isnanf() instead of isnan().
6025         * tests/test-roundf1.c: Include isnanf.h.
6026         (main): Use isnanf() instead of isnan().
6027
6028 2007-10-21  Eric Blake  <ebb9@byu.net>
6029
6030         * users.txt: Update URL for m4.
6031
6032 2007-10-21  Bruno Haible  <bruno@clisp.org>
6033
6034         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
6035
6036 2007-10-21  Bruno Haible  <bruno@clisp.org>
6037
6038         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
6039         Git's management files if the CVS files are not present.
6040
6041 2007-10-20  Bruno Haible  <bruno@clisp.org>
6042
6043         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
6044         gcc-3.4.x.
6045
6046 2007-10-20  Ben Pfaff  <blp@gnu.org>
6047
6048         * lib/math.in.h: Declare round, roundf, roundl if we are providing
6049         implementations.
6050         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
6051         * lib/round.c: New file.
6052         * lib/roundf.c: New file.
6053         * lib/roundl.c: New file.
6054         * m4/round.m4: New file.
6055         * m4/roundf.m4: New file.
6056         * m4/roundl.m4: New file.
6057         * m4/check-libm-func-m4: New file.
6058         * modules/math: Replace round, roundf, roundl related @VARS@ in
6059         math.in.h.
6060         * modules/round: New file.
6061         * modules/round-tests: New file.
6062         * modules/roundf: New file.
6063         * modules/roundf-tests: New file.
6064         * modules/roundl: New file.
6065         * modules/roundl-tests: New file.
6066         * tests/test-round1.c: New file.
6067         * tests/test-round2.c: New file.
6068         * tests/test-roundf1.c: New file.
6069         * tests/test-roundf2.c: New file.
6070         * tests/test-roundl.c: New file.
6071         * doc/functions/round.texi: Mention round module.
6072         * doc/functions/roundf.texi: Mention roundf module.
6073         * doc/functions/roundl.texi: Mention roundl module.
6074         * MODULES.html.sh: Mention new modules.
6075         Thanks to Bruno Haible for suggestions.
6076
6077 2007-10-20  Jim Meyering  <meyering@redhat.com>
6078
6079         * lib/xprintf.c: Include <config.h> unconditionally.
6080
6081         Change xprintf's license to GPL.
6082         * modules/xprintf (License): s/LGPL/GPL/, since this module
6083         depends on modules (exit and exitfail) which are GPL.
6084         Suggestion from Bruno Haible.
6085
6086         xprintf fixes.
6087         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
6088         Use a clearer diagnostic.
6089         Patch from Bruno Haible.
6090
6091 2007-10-20  Bruno Haible  <bruno@clisp.org>
6092
6093         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
6094         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
6095         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6096
6097 2007-10-20  Bruno Haible  <bruno@clisp.org>
6098
6099         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
6100         precision in the comparison result > x - 1 or similar.
6101         * tests/test-ceilf2.c (correct_result_p): Likewise.
6102         * tests/test-truncf2.c (correct_result_p): Likewise.
6103         * tests/test-trunc2.c (correct_result_p): Likewise.
6104         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6105
6106 2007-10-20  Bruno Haible  <bruno@clisp.org>
6107
6108         * modules/ceil: New file.
6109         * m4/ceil.m4: New file.
6110         * doc/functions/ceil.texi: Mention the 'ceil' module.
6111
6112 2007-10-20  Bruno Haible  <bruno@clisp.org>
6113
6114         * modules/floor: New file.
6115         * m4/floor.m4: New file.
6116         * doc/functions/floor.texi: Mention the 'floor' module.
6117
6118 2007-10-20  Bruno Haible  <bruno@clisp.org>
6119
6120         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
6121         of %a.
6122         * modules/floorf-tests (Depends-on): Likewise.
6123         * modules/truncf-tests (Depends-on): Likewise.
6124         * modules/trunc-tests (Depends-on): Likewise.
6125         Reported by Ben Pfaff.
6126
6127 2007-10-19  Jim Meyering  <meyering@redhat.com>
6128
6129         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
6130         Don't bother testing specific errno values.  Just test ferror.
6131
6132         New module: xprintf
6133         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
6134
6135 2007-10-19  Bruno Haible  <bruno@clisp.org>
6136
6137         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
6138         syntax.
6139         * modules/javaexec (Makefile.am): Likewise.
6140         * modules/relocatable-prog (Makefile.am): Likewise.
6141         Suggested by Jim Meyering.
6142
6143 2007-10-18  Bruno Haible  <bruno@clisp.org>
6144
6145         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
6146         Reported by Jim Meyering.
6147
6148 2007-10-18  Eric Blake  <ebb9@byu.net>
6149
6150         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
6151
6152 2007-10-18  Bruno Haible  <bruno@clisp.org>
6153
6154         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
6155         the format string into writable memory. Needed in Fortify conditions.
6156
6157 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
6158             Bruno Haible  <bruno@clisp.org>
6159
6160         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
6161         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
6162         * modules/trim (Depends-on): Add mbchar.
6163         (configure.ac): Add gl_FUNC_MBRTOWC.
6164         (Makefile.am): Augment lib_SOURCES.
6165
6166 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6167
6168         Modify glob.c to use fstatat and dirfd, to simplify it.
6169         Suggested by Eric Blake.
6170         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
6171         Don't include <stdbool.h>; not used.
6172         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
6173         (link_exists_p): Simplify implementation, since we can now assume
6174         dirfd and fstatat.
6175         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
6176
6177 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6178
6179         * gnulib-tool (func_get_dependencies): Fix sed script to
6180         match only tests.
6181
6182 2007-10-17  Bruno Haible  <bruno@clisp.org>
6183
6184         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
6185         allow locale names without encoding suffix.
6186         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
6187         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6188
6189 2007-10-16  Bruno Haible  <bruno@clisp.org>
6190
6191         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
6192         * lib/getgroups.c (getgroups): Likewise.
6193         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
6194
6195 2007-10-16  Bruno Haible  <bruno@clisp.org>
6196
6197         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
6198         * modules/malloc-posix (License): Likewise.
6199         * modules/realloc-posix (License): Likewise.
6200         * modules/calloc-posix (License): Likewise.
6201         * modules/intprops (License): Change from GPL to LGPL, with
6202         Paul Eggert's approval.
6203
6204 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6205
6206         Merge glibc changes into lib/glob.c.
6207
6208         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
6209         2007-10-15 04:59:03 UTC.  Here are the changes:
6210
6211         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
6212
6213         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
6214
6215         * lib/glob.c: Add some branch prediction throughout.
6216
6217         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
6218
6219         [BZ #5103]
6220         * lib/glob.c (glob): Recognize patterns starting \/.
6221
6222         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
6223
6224         [BZ #3996]
6225         * lib/glob.c (attribute_hidden): Define if not defined.
6226         (glob): Unescape dirname, filename or username when needed and not
6227         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
6228         is NULL.  Handle unescaped [ in pattern without closing ].
6229         Don't pass GLOB_CHECK down to recursive glob for directories.
6230         (__glob_pattern_type): New function.
6231         (__glob_pattern_p): Implement using __glob_pattern_type.
6232         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
6233         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
6234         Remove unreachable code.
6235
6236         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
6237
6238         * lib/glob.c (glob_in_dir): Add some comments and asserts to
6239         explain why there are no leaks.
6240
6241         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
6242
6243         [BZ #3253]
6244         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
6245         time, rather allocate increasingly bigger arrays of pointers, if
6246         possible with alloca, if too large with malloc.
6247
6248 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6249
6250         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
6251         Problem reported by H.Merijn Brand in
6252         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
6253         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
6254         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6255
6256 2007-10-15  Bruno Haible  <bruno@clisp.org>
6257
6258         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
6259         with explicit rpl_ prefix.
6260         * lib/fopen.c (fopen): Likewise.
6261         * lib/freopen.c (freopen): Likewise.
6262         * lib/iconv.c (iconv): Likewise.
6263         * lib/iconv_close.c (iconv_close): Likewise.
6264
6265 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6266
6267         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
6268
6269 2007-10-15  Bruno Haible  <bruno@clisp.org>
6270
6271         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
6272         <stddef.h> instead of <stdlib.h> since we only need NULL.
6273         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6274
6275 2007-10-15  Bruno Haible  <bruno@clisp.org>
6276
6277         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
6278         Replace paragraph talking about LIBOBJS.
6279         Reported by Colin Watson <cjwatson@debian.org>.
6280
6281 2007-10-15  Bruno Haible  <bruno@clisp.org>
6282
6283         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
6284         <stdlib.h> before using NULL.
6285
6286 2007-10-15  Simon Josefsson  <simon@josefsson.org>
6287
6288         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
6289         Reported by Albert Chin <china@thewrittenword.com>.
6290
6291 2007-10-14  Bruno Haible  <bruno@clisp.org>
6292
6293         * modules/iconv_open-utf-tests: New file.
6294         * tests/test-iconv-utf.c: New file.
6295
6296         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
6297         * modules/iconv_open-utf: New file.
6298         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
6299         (iconv, iconv_close): New declarations.
6300         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
6301         be defined.
6302         (iconv_open): Add special handling of conversion between UTF-8 and
6303         UTF-{16,32}{BE,LE}.
6304         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
6305         * lib/iconv_close.c: New file.
6306         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
6307         gl_FUNC_ICONV_OPEN.
6308         (gl_FUNC_ICONV_OPEN): Use it.
6309         (gl_FUNC_ICONV_OPEN_UTF): New macro.
6310         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
6311         and REPLACE_ICONV_UTF.
6312         * modules/iconv_open (Depends-on): Add c-strcase.
6313         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
6314         ICONV_CONST.
6315         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
6316
6317 2007-10-13  Albert Chin  <china@thewrittenword.com>
6318             Bruno Haible  <bruno@clisp.org>
6319
6320         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
6321         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
6322
6323 2007-10-13  Bruno Haible  <bruno@clisp.org>
6324
6325         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
6326         defined, use the ISO C99 inline semantics.
6327         * lib/argp.h (ARGP_EI): Likewise.
6328
6329 2007-10-13  Bruno Haible  <bruno@clisp.org>
6330
6331         Handle 'inline' change in gcc 4.3.0.
6332         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
6333         argp_fmtstream_write, argp_fmtstream_set_lmargin,
6334         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
6335         argp_fmtstream_point): Disable 'extern' declaration if the function
6336         definition is going to be provided inline.
6337         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
6338         semantics, not the ISO C99 inline semantics.
6339         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
6340         'extern' declaration if the function definition is going to be provided
6341         inline.
6342         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
6343         the GNU C inline semantics, not the ISO C99 inline semantics. With
6344         GCC 4.2, avoid a warning.
6345
6346 2007-10-13  Bruno Haible  <bruno@clisp.org>
6347
6348         * lib/freading.h (freading): Enable the use of __freading for
6349         glibc >= 2.7.
6350         * lib/freading.c (freading): Likewise.
6351
6352 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6353
6354         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
6355         "warning: C99 inline functions are not supported; using GNU89".
6356
6357 2007-10-12  Bruno Haible  <bruno@clisp.org>
6358
6359         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
6360         of 2.
6361         * tests/test-ceilf2.c: New file.
6362         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
6363
6364         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
6365         * modules/ceilf-tests: Update.
6366
6367 2007-10-12  Bruno Haible  <bruno@clisp.org>
6368
6369         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
6370         of 2.
6371         * tests/test-floorf2.c: New file.
6372         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
6373
6374         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
6375         * modules/floorf-tests: Update.
6376
6377 2007-10-12  Bruno Haible  <bruno@clisp.org>
6378
6379         * tests/test-trunc2.c: New file.
6380         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
6381
6382         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
6383         * modules/trunc-tests: Update.
6384
6385 2007-10-12  Bruno Haible  <bruno@clisp.org>
6386
6387         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
6388         of 2.
6389         * tests/test-truncf2.c: New file.
6390         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
6391
6392         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
6393         * modules/truncf-tests: Update.
6394
6395 2007-10-11  Eric Blake  <ebb9@byu.net>
6396
6397         Don't claim strerror is broken on Interix.
6398         * doc/functions/strerror.texi (strerror): Known broken systems are
6399         now Solaris 8, and not Interix.
6400         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
6401         Interix on cross-compile.
6402         Reported by Martin Koeppe in
6403         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
6404
6405 2007-10-11  Bruno Haible  <bruno@clisp.org>
6406
6407         * modules/i-ring-tests: New file.
6408         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
6409         instead of assert.
6410
6411 2007-10-11  Bruno Haible  <bruno@clisp.org>
6412
6413         * modules/filenamecat-tests: New file.
6414         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
6415         * lib/filenamecat.c: Remove test code.
6416
6417 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6418
6419         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
6420
6421         * lib/strerror.c: Include <string.h> always, to test interface,
6422         and to remove the need for the dummy.
6423         Include intprops.h to compute width instead of doing it ourselves
6424         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
6425         (strerror): Define it to return NULL if there's no system strerror.
6426         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
6427         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
6428         ancient pre-strerror Unix systems well any more.  Saying "unknown
6429         system error" is enough.
6430         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
6431         simpler strerror.c implementation.
6432         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
6433         Simplify the tests to reflect the simpler strerror implementation.
6434         * modules/strerror (Depends-on): Add intprops.
6435
6436 2007-10-09  Eric Blake  <ebb9@byu.net>
6437
6438         Silence test-fpending.
6439         * modules/fpending-tests (Files): Add wrapper script.
6440         * tests/test-fpending.sh: New file.
6441
6442 2007-10-09  Bruno Haible  <bruno@clisp.org>
6443
6444         * MODULES.html.sh (func_module): Don't create a hyperlink for
6445         function names like 'printf_frexp'.
6446         (Misc): Add crc, memxor.
6447         (Characteristics of floating types): New section.
6448         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
6449         isnanf-nolibm, signbit, trunc, truncf, truncl.
6450         (Enhancements for ISO C 99 functions): New subsection Input/output.
6451         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
6452         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
6453         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
6454         (Compatibility checks for POSIX:2001 functions): Add clock-time.
6455         (Enhancements for POSIX:2001 functions): Add chdir-long.
6456         (File system functions): Add areadlink, chdir-safer, read-file.
6457         Remove cycle-check.
6458         (File system as inode set): New section.
6459         (Date and time): Add gethrxtime.
6460         (Multithreading): Add openmp.
6461         (Internationalization functions): Add localename.
6462         (Unicode string functions): Add unistr/u*-mbsnlen.
6463         (Support for maintaining and releasing projects): Add git-version-gen.
6464         (Lone files): Remove directories.
6465
6466 2007-10-08  Ben Pfaff  <blp@gnu.org>
6467
6468         * lib/xmalloca.h: Fix typo in comment.
6469
6470 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6471
6472         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
6473         when avoiding problems with integer overflow.  Use a portable test
6474         instead.
6475
6476 2007-10-08  Simon Josefsson  <simon@josefsson.org>
6477
6478         * modules/dummy (License): Change to LGPLv2+.
6479         * modules/float (License): Likewise
6480         * modules/realloc (License): Likewise
6481         * modules/stdlib (License): Likewise
6482
6483 2007-10-07  Bruno Haible  <bruno@clisp.org>
6484
6485         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
6486         * floor.c (TWO_MANT_DIG): Likewise.
6487         * ceil.c (TWO_MANT_DIG): Likewise.
6488         Reported by Ben Pfaff.
6489
6490 2007-10-07  Bruno Haible  <bruno@clisp.org>
6491
6492         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
6493         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
6494         * lib/frexp.c (FUNC): Likewise.
6495         * lib/printf-frexp.h (printf_frexp): Likewise.
6496         * lib/printf-frexpl.h (printf_frexpl): Likewise.
6497         * lib/printf-frexp.c (FUNC): Likewise.
6498         Suggested by Jim Meyering.
6499
6500 2007-10-07  Jim Meyering  <meyering@redhat.com>
6501
6502         Make xnanosleep's integer overflow test more robust.
6503         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
6504         so that gcc-4.3.0 doesn't optimize away this test for overflow.
6505
6506 2007-10-07  Bruno Haible  <bruno@clisp.org>
6507
6508         * NEWS: Mention the license change.
6509
6510         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
6511         abbreviations in the modules files.
6512
6513         Change copyright notice from GPLv2+ to GPLv3+.
6514         * README: Change copyright notice.
6515         * MODULES.html.sh: Likewise.
6516         * build-aux/bootstrap.conf: Likewise.
6517         * build-aux/config.libpath: Likewise.
6518         * build-aux/csharpcomp.sh.in: Likewise.
6519         * build-aux/csharpexec.sh.in: Likewise.
6520         * build-aux/install-reloc: Likewise.
6521         * build-aux/javacomp.sh.in: Likewise.
6522         * build-aux/javaexec.sh.in: Likewise.
6523         * build-aux/ldd.sh.in: Likewise.
6524         * build-aux/reloc-ldflags: Likewise.
6525         * build-aux/relocatable.sh.in: Likewise.
6526         * build-aux/x-to-1.in: Likewise.
6527         * check-module: Likewise.
6528         * config/srclistvars.sh: Likewise.
6529         * gnulib-tool: Likewise.
6530         * lib/acl-internal.h: Likewise.
6531         * lib/acl.c: Likewise.
6532         * lib/acl.h: Likewise.
6533         * lib/acl_entries.c: Likewise.
6534         * lib/areadlink-with-size.c: Likewise.
6535         * lib/areadlink.c: Likewise.
6536         * lib/areadlink.h: Likewise.
6537         * lib/argmatch.c: Likewise.
6538         * lib/argmatch.h: Likewise.
6539         * lib/argp-ba.c: Likewise.
6540         * lib/argp-eexst.c: Likewise.
6541         * lib/argp-fmtstream.c: Likewise.
6542         * lib/argp-fmtstream.h: Likewise.
6543         * lib/argp-fs-xinl.c: Likewise.
6544         * lib/argp-help.c: Likewise.
6545         * lib/argp-namefrob.h: Likewise.
6546         * lib/argp-parse.c: Likewise.
6547         * lib/argp-pin.c: Likewise.
6548         * lib/argp-pv.c: Likewise.
6549         * lib/argp-pvh.c: Likewise.
6550         * lib/argp-xinl.c: Likewise.
6551         * lib/argp.h: Likewise.
6552         * lib/at-func.c: Likewise.
6553         * lib/atanl.c: Likewise.
6554         * lib/backupfile.c: Likewise.
6555         * lib/backupfile.h: Likewise.
6556         * lib/basename.c: Likewise.
6557         * lib/binary-io.h: Likewise.
6558         * lib/byteswap.in.h: Likewise.
6559         * lib/c-stack.c: Likewise.
6560         * lib/c-stack.h: Likewise.
6561         * lib/c-strcasestr.c: Likewise.
6562         * lib/c-strcasestr.h: Likewise.
6563         * lib/c-strstr.c: Likewise.
6564         * lib/c-strstr.h: Likewise.
6565         * lib/c-strtod.c: Likewise.
6566         * lib/calloc.c: Likewise.
6567         * lib/canon-host.c: Likewise.
6568         * lib/canon-host.h: Likewise.
6569         * lib/canonicalize-lgpl.c: Likewise.
6570         * lib/canonicalize.c: Likewise.
6571         * lib/canonicalize.h: Likewise.
6572         * lib/ceil.c: Likewise.
6573         * lib/ceilf.c: Likewise.
6574         * lib/ceill.c: Likewise.
6575         * lib/chdir-long.c: Likewise.
6576         * lib/chdir-long.h: Likewise.
6577         * lib/chdir-safer.c: Likewise.
6578         * lib/chdir-safer.h: Likewise.
6579         * lib/chown.c: Likewise.
6580         * lib/classpath.c: Likewise.
6581         * lib/classpath.h: Likewise.
6582         * lib/clean-temp.c: Likewise.
6583         * lib/clean-temp.h: Likewise.
6584         * lib/cloexec.c: Likewise.
6585         * lib/close-stream.c: Likewise.
6586         * lib/closein.c: Likewise.
6587         * lib/closein.h: Likewise.
6588         * lib/closeout.c: Likewise.
6589         * lib/closeout.h: Likewise.
6590         * lib/concat-filename.c: Likewise.
6591         * lib/copy-file.c: Likewise.
6592         * lib/copy-file.h: Likewise.
6593         * lib/count-one-bits.h: Likewise.
6594         * lib/crc.c: Likewise.
6595         * lib/crc.h: Likewise.
6596         * lib/creat-safer.c: Likewise.
6597         * lib/csharpcomp.c: Likewise.
6598         * lib/csharpcomp.h: Likewise.
6599         * lib/csharpexec.c: Likewise.
6600         * lib/csharpexec.h: Likewise.
6601         * lib/cycle-check.c: Likewise.
6602         * lib/cycle-check.h: Likewise.
6603         * lib/diacrit.c: Likewise.
6604         * lib/diacrit.h: Likewise.
6605         * lib/diffseq.h: Likewise.
6606         * lib/dirchownmod.c: Likewise.
6607         * lib/dirent.in.h: Likewise.
6608         * lib/dirfd.c: Likewise.
6609         * lib/dirfd.h: Likewise.
6610         * lib/dirname.c: Likewise.
6611         * lib/dirname.h: Likewise.
6612         * lib/dummy.c: Likewise.
6613         * lib/dup-safer.c: Likewise.
6614         * lib/dup2.c: Likewise.
6615         * lib/eealloc.h: Likewise.
6616         * lib/error.c: Likewise.
6617         * lib/error.h: Likewise.
6618         * lib/euidaccess.c: Likewise.
6619         * lib/exclude.c: Likewise.
6620         * lib/exclude.h: Likewise.
6621         * lib/execute.c: Likewise.
6622         * lib/execute.h: Likewise.
6623         * lib/exitfail.c: Likewise.
6624         * lib/exitfail.h: Likewise.
6625         * lib/expl.c: Likewise.
6626         * lib/fatal-signal.c: Likewise.
6627         * lib/fatal-signal.h: Likewise.
6628         * lib/fbufmode.c: Likewise.
6629         * lib/fbufmode.h: Likewise.
6630         * lib/fchdir.c: Likewise.
6631         * lib/fchmodat.c: Likewise.
6632         * lib/fchownat.c: Likewise.
6633         * lib/fcntl--.h: Likewise.
6634         * lib/fcntl-safer.h: Likewise.
6635         * lib/fcntl.in.h: Likewise.
6636         * lib/fd-safer.c: Likewise.
6637         * lib/fflush.c: Likewise.
6638         * lib/file-has-acl.c: Likewise.
6639         * lib/file-set.c: Likewise.
6640         * lib/file-type.c: Likewise.
6641         * lib/file-type.h: Likewise.
6642         * lib/fileblocks.c: Likewise.
6643         * lib/filemode.c: Likewise.
6644         * lib/filemode.h: Likewise.
6645         * lib/filename.h: Likewise.
6646         * lib/filenamecat.c: Likewise.
6647         * lib/filenamecat.h: Likewise.
6648         * lib/findprog.c: Likewise.
6649         * lib/findprog.h: Likewise.
6650         * lib/float.in.h: Likewise.
6651         * lib/floor.c: Likewise.
6652         * lib/floorf.c: Likewise.
6653         * lib/floorl.c: Likewise.
6654         * lib/fopen-safer.c: Likewise.
6655         * lib/fopen.c: Likewise.
6656         * lib/fpending.c: Likewise.
6657         * lib/fpending.h: Likewise.
6658         * lib/fprintf.c: Likewise.
6659         * lib/fprintftime.h: Likewise.
6660         * lib/fpucw.h: Likewise.
6661         * lib/fpurge.c: Likewise.
6662         * lib/fpurge.h: Likewise.
6663         * lib/freadable.c: Likewise.
6664         * lib/freadable.h: Likewise.
6665         * lib/freadahead.c: Likewise.
6666         * lib/freadahead.h: Likewise.
6667         * lib/freading.c: Likewise.
6668         * lib/freading.h: Likewise.
6669         * lib/free.c: Likewise.
6670         * lib/freopen.c: Likewise.
6671         * lib/frexp.c: Likewise.
6672         * lib/frexpl.c: Likewise.
6673         * lib/fseek.c: Likewise.
6674         * lib/fseterr.c: Likewise.
6675         * lib/fseterr.h: Likewise.
6676         * lib/fstatat.c: Likewise.
6677         * lib/fstrcmp.c: Likewise.
6678         * lib/fstrcmp.h: Likewise.
6679         * lib/fsusage.c: Likewise.
6680         * lib/fsusage.h: Likewise.
6681         * lib/ftell.c: Likewise.
6682         * lib/ftello.c: Likewise.
6683         * lib/fts-cycle.c: Likewise.
6684         * lib/fts.c: Likewise.
6685         * lib/fts_.h: Likewise.
6686         * lib/full-read.c: Likewise.
6687         * lib/full-read.h: Likewise.
6688         * lib/full-write.c: Likewise.
6689         * lib/full-write.h: Likewise.
6690         * lib/fwritable.c: Likewise.
6691         * lib/fwritable.h: Likewise.
6692         * lib/fwriteerror.c: Likewise.
6693         * lib/fwriteerror.h: Likewise.
6694         * lib/fwriting.c: Likewise.
6695         * lib/fwriting.h: Likewise.
6696         * lib/gcd.c: Likewise.
6697         * lib/gcd.h: Likewise.
6698         * lib/getcwd.c: Likewise.
6699         * lib/getdate.h: Likewise.
6700         * lib/getdate.y: Likewise.
6701         * lib/getdomainname.c: Likewise.
6702         * lib/getdomainname.h: Likewise.
6703         * lib/getgroups.c: Likewise.
6704         * lib/gethostname.c: Likewise.
6705         * lib/gethrxtime.c: Likewise.
6706         * lib/gethrxtime.h: Likewise.
6707         * lib/getloadavg.c: Likewise.
6708         * lib/getndelim2.c: Likewise.
6709         * lib/getndelim2.h: Likewise.
6710         * lib/getnline.c: Likewise.
6711         * lib/getnline.h: Likewise.
6712         * lib/getopt.c: Likewise.
6713         * lib/getopt.in.h: Likewise.
6714         * lib/getopt1.c: Likewise.
6715         * lib/getopt_int.h: Likewise.
6716         * lib/getpagesize.h: Likewise.
6717         * lib/getsubopt.c: Likewise.
6718         * lib/gettime.c: Likewise.
6719         * lib/getugroups.c: Likewise.
6720         * lib/getugroups.h: Likewise.
6721         * lib/getusershell.c: Likewise.
6722         * lib/gl_anyavltree_list1.h: Likewise.
6723         * lib/gl_anyavltree_list2.h: Likewise.
6724         * lib/gl_anyhash_list1.h: Likewise.
6725         * lib/gl_anyhash_list2.h: Likewise.
6726         * lib/gl_anylinked_list1.h: Likewise.
6727         * lib/gl_anylinked_list2.h: Likewise.
6728         * lib/gl_anyrbtree_list1.h: Likewise.
6729         * lib/gl_anyrbtree_list2.h: Likewise.
6730         * lib/gl_anytree_list1.h: Likewise.
6731         * lib/gl_anytree_list2.h: Likewise.
6732         * lib/gl_anytree_oset.h: Likewise.
6733         * lib/gl_anytreehash_list1.h: Likewise.
6734         * lib/gl_anytreehash_list2.h: Likewise.
6735         * lib/gl_array_list.c: Likewise.
6736         * lib/gl_array_list.h: Likewise.
6737         * lib/gl_array_oset.c: Likewise.
6738         * lib/gl_array_oset.h: Likewise.
6739         * lib/gl_avltree_list.c: Likewise.
6740         * lib/gl_avltree_list.h: Likewise.
6741         * lib/gl_avltree_oset.c: Likewise.
6742         * lib/gl_avltree_oset.h: Likewise.
6743         * lib/gl_avltreehash_list.c: Likewise.
6744         * lib/gl_avltreehash_list.h: Likewise.
6745         * lib/gl_carray_list.c: Likewise.
6746         * lib/gl_carray_list.h: Likewise.
6747         * lib/gl_linked_list.c: Likewise.
6748         * lib/gl_linked_list.h: Likewise.
6749         * lib/gl_linkedhash_list.c: Likewise.
6750         * lib/gl_linkedhash_list.h: Likewise.
6751         * lib/gl_list.c: Likewise.
6752         * lib/gl_list.h: Likewise.
6753         * lib/gl_oset.c: Likewise.
6754         * lib/gl_oset.h: Likewise.
6755         * lib/gl_rbtree_list.c: Likewise.
6756         * lib/gl_rbtree_list.h: Likewise.
6757         * lib/gl_rbtree_oset.c: Likewise.
6758         * lib/gl_rbtree_oset.h: Likewise.
6759         * lib/gl_rbtreehash_list.c: Likewise.
6760         * lib/gl_rbtreehash_list.h: Likewise.
6761         * lib/gl_sublist.c: Likewise.
6762         * lib/gl_sublist.h: Likewise.
6763         * lib/group-member.c: Likewise.
6764         * lib/group-member.h: Likewise.
6765         * lib/hard-locale.c: Likewise.
6766         * lib/hard-locale.h: Likewise.
6767         * lib/hash-pjw.c: Likewise.
6768         * lib/hash-pjw.h: Likewise.
6769         * lib/hash-triple.c: Likewise.
6770         * lib/hash.c: Likewise.
6771         * lib/hash.h: Likewise.
6772         * lib/human.c: Likewise.
6773         * lib/human.h: Likewise.
6774         * lib/i-ring.c: Likewise.
6775         * lib/i-ring.h: Likewise.
6776         * lib/idcache.c: Likewise.
6777         * lib/imaxabs.c: Likewise.
6778         * lib/imaxdiv.c: Likewise.
6779         * lib/inet_pton.c: Likewise.
6780         * lib/inet_pton.h: Likewise.
6781         * lib/intprops.h: Likewise.
6782         * lib/inttostr.c: Likewise.
6783         * lib/inttostr.h: Likewise.
6784         * lib/inttypes.in.h: Likewise.
6785         * lib/isapipe.c: Likewise.
6786         * lib/isdir.c: Likewise.
6787         * lib/isnan.c: Likewise.
6788         * lib/isnan.h: Likewise.
6789         * lib/isnanf.c: Likewise.
6790         * lib/isnanf.h: Likewise.
6791         * lib/isnanl-nolibm.h: Likewise.
6792         * lib/isnanl.c: Likewise.
6793         * lib/isnanl.h: Likewise.
6794         * lib/javacomp.c: Likewise.
6795         * lib/javacomp.h: Likewise.
6796         * lib/javaexec.c: Likewise.
6797         * lib/javaexec.h: Likewise.
6798         * lib/javaversion.c: Likewise.
6799         * lib/javaversion.h: Likewise.
6800         * lib/javaversion.java: Likewise.
6801         * lib/lbrkprop.h: Likewise.
6802         * lib/lchmod.h: Likewise.
6803         * lib/lchown.c: Likewise.
6804         * lib/ldexpl.c: Likewise.
6805         * lib/linebreak.c: Likewise.
6806         * lib/linebreak.h: Likewise.
6807         * lib/linebuffer.c: Likewise.
6808         * lib/linebuffer.h: Likewise.
6809         * lib/locale.in.h: Likewise.
6810         * lib/logl.c: Likewise.
6811         * lib/long-options.c: Likewise.
6812         * lib/long-options.h: Likewise.
6813         * lib/lstat.c: Likewise.
6814         * lib/lstat.h: Likewise.
6815         * lib/math.in.h: Likewise.
6816         * lib/mbchar.c: Likewise.
6817         * lib/mbchar.h: Likewise.
6818         * lib/mbfile.h: Likewise.
6819         * lib/mbiter.h: Likewise.
6820         * lib/mbscasecmp.c: Likewise.
6821         * lib/mbscasestr.c: Likewise.
6822         * lib/mbschr.c: Likewise.
6823         * lib/mbscspn.c: Likewise.
6824         * lib/mbslen.c: Likewise.
6825         * lib/mbsncasecmp.c: Likewise.
6826         * lib/mbsnlen.c: Likewise.
6827         * lib/mbspbrk.c: Likewise.
6828         * lib/mbspcasecmp.c: Likewise.
6829         * lib/mbsrchr.c: Likewise.
6830         * lib/mbssep.c: Likewise.
6831         * lib/mbsspn.c: Likewise.
6832         * lib/mbsstr.c: Likewise.
6833         * lib/mbstok_r.c: Likewise.
6834         * lib/mbswidth.c: Likewise.
6835         * lib/mbswidth.h: Likewise.
6836         * lib/mbuiter.h: Likewise.
6837         * lib/memcasecmp.c: Likewise.
6838         * lib/memcasecmp.h: Likewise.
6839         * lib/memchr.c: Likewise.
6840         * lib/memcmp.c: Likewise.
6841         * lib/memcoll.c: Likewise.
6842         * lib/memcoll.h: Likewise.
6843         * lib/memcpy.c: Likewise.
6844         * lib/memrchr.c: Likewise.
6845         * lib/mkancesdirs.c: Likewise.
6846         * lib/mkdir-p.c: Likewise.
6847         * lib/mkdir-p.h: Likewise.
6848         * lib/mkdir.c: Likewise.
6849         * lib/mkdirat.c: Likewise.
6850         * lib/mkdtemp.c: Likewise.
6851         * lib/mkstemp-safer.c: Likewise.
6852         * lib/mkstemp.c: Likewise.
6853         * lib/modechange.c: Likewise.
6854         * lib/modechange.h: Likewise.
6855         * lib/mountlist.c: Likewise.
6856         * lib/mountlist.h: Likewise.
6857         * lib/mpsort.c: Likewise.
6858         * lib/nanosleep.c: Likewise.
6859         * lib/obstack.c: Likewise.
6860         * lib/obstack.h: Likewise.
6861         * lib/open-safer.c: Likewise.
6862         * lib/open.c: Likewise.
6863         * lib/openat-die.c: Likewise.
6864         * lib/openat-priv.h: Likewise.
6865         * lib/openat-proc.c: Likewise.
6866         * lib/openat.c: Likewise.
6867         * lib/openat.h: Likewise.
6868         * lib/pagealign_alloc.c: Likewise.
6869         * lib/pagealign_alloc.h: Likewise.
6870         * lib/physmem.c: Likewise.
6871         * lib/physmem.h: Likewise.
6872         * lib/pipe-safer.c: Likewise.
6873         * lib/pipe.c: Likewise.
6874         * lib/pipe.h: Likewise.
6875         * lib/posixtm.c: Likewise.
6876         * lib/posixtm.h: Likewise.
6877         * lib/posixver.c: Likewise.
6878         * lib/printf-frexp.c: Likewise.
6879         * lib/printf-frexp.h: Likewise.
6880         * lib/printf-frexpl.c: Likewise.
6881         * lib/printf-frexpl.h: Likewise.
6882         * lib/printf.c: Likewise.
6883         * lib/progname.c: Likewise.
6884         * lib/progname.h: Likewise.
6885         * lib/progreloc.c: Likewise.
6886         * lib/putenv.c: Likewise.
6887         * lib/quote.c: Likewise.
6888         * lib/quote.h: Likewise.
6889         * lib/quotearg.c: Likewise.
6890         * lib/quotearg.h: Likewise.
6891         * lib/raise.c: Likewise.
6892         * lib/readline.c: Likewise.
6893         * lib/readline.h: Likewise.
6894         * lib/readlink.c: Likewise.
6895         * lib/readtokens.c: Likewise.
6896         * lib/readtokens.h: Likewise.
6897         * lib/readtokens0.c: Likewise.
6898         * lib/readtokens0.h: Likewise.
6899         * lib/readutmp.c: Likewise.
6900         * lib/readutmp.h: Likewise.
6901         * lib/realloc.c: Likewise.
6902         * lib/relocwrapper.c: Likewise.
6903         * lib/rename-dest-slash.c: Likewise.
6904         * lib/rename.c: Likewise.
6905         * lib/rmdir.c: Likewise.
6906         * lib/rpmatch.c: Likewise.
6907         * lib/safe-read.c: Likewise.
6908         * lib/safe-read.h: Likewise.
6909         * lib/safe-write.c: Likewise.
6910         * lib/safe-write.h: Likewise.
6911         * lib/same-inode.h: Likewise.
6912         * lib/same.c: Likewise.
6913         * lib/same.h: Likewise.
6914         * lib/save-cwd.c: Likewise.
6915         * lib/save-cwd.h: Likewise.
6916         * lib/savedir.c: Likewise.
6917         * lib/savedir.h: Likewise.
6918         * lib/savewd.c: Likewise.
6919         * lib/savewd.h: Likewise.
6920         * lib/search.in.h: Likewise.
6921         * lib/setenv.c: Likewise.
6922         * lib/setenv.h: Likewise.
6923         * lib/settime.c: Likewise.
6924         * lib/sh-quote.c: Likewise.
6925         * lib/sh-quote.h: Likewise.
6926         * lib/sig2str.c: Likewise.
6927         * lib/sig2str.h: Likewise.
6928         * lib/signal.in.h: Likewise.
6929         * lib/signbitd.c: Likewise.
6930         * lib/signbitf.c: Likewise.
6931         * lib/signbitl.c: Likewise.
6932         * lib/sigprocmask.c: Likewise.
6933         * lib/sincosl.c: Likewise.
6934         * lib/sleep.c: Likewise.
6935         * lib/sprintf.c: Likewise.
6936         * lib/sqrtl.c: Likewise.
6937         * lib/stat-time.h: Likewise.
6938         * lib/stdio--.h: Likewise.
6939         * lib/stdio-safer.h: Likewise.
6940         * lib/stdlib--.h: Likewise.
6941         * lib/stdlib-safer.h: Likewise.
6942         * lib/stdlib.in.h: Likewise.
6943         * lib/stpcpy.c: Likewise.
6944         * lib/stpncpy.c: Likewise.
6945         * lib/strchrnul.c: Likewise.
6946         * lib/strcspn.c: Likewise.
6947         * lib/strerror.c: Likewise.
6948         * lib/strftime.c: Likewise.
6949         * lib/strftime.h: Likewise.
6950         * lib/striconveh.c: Likewise.
6951         * lib/striconveh.h: Likewise.
6952         * lib/striconveha.c: Likewise.
6953         * lib/striconveha.h: Likewise.
6954         * lib/stripslash.c: Likewise.
6955         * lib/strnlen1.c: Likewise.
6956         * lib/strnlen1.h: Likewise.
6957         * lib/strtod.c: Likewise.
6958         * lib/strtoimax.c: Likewise.
6959         * lib/strtok_r.c: Likewise.
6960         * lib/strtol.c: Likewise.
6961         * lib/strtoll.c: Likewise.
6962         * lib/strtoul.c: Likewise.
6963         * lib/strtoull.c: Likewise.
6964         * lib/sysexits.in.h: Likewise.
6965         * lib/tempname.c: Likewise.
6966         * lib/tempname.h: Likewise.
6967         * lib/timespec.h: Likewise.
6968         * lib/tls.c: Likewise.
6969         * lib/tls.h: Likewise.
6970         * lib/tmpdir.c: Likewise.
6971         * lib/tmpdir.h: Likewise.
6972         * lib/tmpfile-safer.c: Likewise.
6973         * lib/tmpfile.c: Likewise.
6974         * lib/trigl.c: Likewise.
6975         * lib/trigl.h: Likewise.
6976         * lib/trim.c: Likewise.
6977         * lib/trim.h: Likewise.
6978         * lib/trunc.c: Likewise.
6979         * lib/truncf.c: Likewise.
6980         * lib/truncl.c: Likewise.
6981         * lib/tsearch.c: Likewise.
6982         * lib/unicodeio.c: Likewise.
6983         * lib/unicodeio.h: Likewise.
6984         * lib/unistd--.h: Likewise.
6985         * lib/unistd-safer.h: Likewise.
6986         * lib/unistdio/ulc-fprintf.c: Likewise.
6987         * lib/unistdio/ulc-vfprintf.c: Likewise.
6988         * lib/unlinkdir.c: Likewise.
6989         * lib/unlinkdir.h: Likewise.
6990         * lib/unlocked-io.h: Likewise.
6991         * lib/unsetenv.c: Likewise.
6992         * lib/userspec.c: Likewise.
6993         * lib/utime.c: Likewise.
6994         * lib/utimecmp.c: Likewise.
6995         * lib/utimecmp.h: Likewise.
6996         * lib/utimens.c: Likewise.
6997         * lib/verify.h: Likewise.
6998         * lib/verror.c: Likewise.
6999         * lib/verror.h: Likewise.
7000         * lib/version-etc-fsf.c: Likewise.
7001         * lib/version-etc.c: Likewise.
7002         * lib/version-etc.h: Likewise.
7003         * lib/vfprintf.c: Likewise.
7004         * lib/vprintf.c: Likewise.
7005         * lib/vsprintf.c: Likewise.
7006         * lib/w32spawn.h: Likewise.
7007         * lib/wait-process.c: Likewise.
7008         * lib/wait-process.h: Likewise.
7009         * lib/wcwidth.c: Likewise.
7010         * lib/write-any-file.c: Likewise.
7011         * lib/xalloc-die.c: Likewise.
7012         * lib/xalloc.h: Likewise.
7013         * lib/xasprintf.c: Likewise.
7014         * lib/xgetcwd.c: Likewise.
7015         * lib/xgetcwd.h: Likewise.
7016         * lib/xgetdomainname.c: Likewise.
7017         * lib/xgetdomainname.h: Likewise.
7018         * lib/xgethostname.c: Likewise.
7019         * lib/xmalloc.c: Likewise.
7020         * lib/xmalloca.c: Likewise.
7021         * lib/xmalloca.h: Likewise.
7022         * lib/xmemcoll.c: Likewise.
7023         * lib/xnanosleep.c: Likewise.
7024         * lib/xreadlink.c: Likewise.
7025         * lib/xreadlink.h: Likewise.
7026         * lib/xsetenv.c: Likewise.
7027         * lib/xsetenv.h: Likewise.
7028         * lib/xstriconv.c: Likewise.
7029         * lib/xstriconv.h: Likewise.
7030         * lib/xstrndup.c: Likewise.
7031         * lib/xstrndup.h: Likewise.
7032         * lib/xstrtod.c: Likewise.
7033         * lib/xstrtod.h: Likewise.
7034         * lib/xstrtol-error.c: Likewise.
7035         * lib/xstrtol.c: Likewise.
7036         * lib/xstrtol.h: Likewise.
7037         * lib/xtime.h: Likewise.
7038         * lib/xvasprintf.c: Likewise.
7039         * lib/xvasprintf.h: Likewise.
7040         * lib/yesno.c: Likewise.
7041         * lib/yesno.h: Likewise.
7042         * posix-modules: Likewise.
7043         * tests/test-alloca-opt.c: Likewise.
7044         * tests/test-arcfour.c: Likewise.
7045         * tests/test-arctwo.c: Likewise.
7046         * tests/test-argmatch.c: Likewise.
7047         * tests/test-argp-2.sh: Likewise.
7048         * tests/test-argp.c: Likewise.
7049         * tests/test-arpa_inet.c: Likewise.
7050         * tests/test-array_list.c: Likewise.
7051         * tests/test-array_oset.c: Likewise.
7052         * tests/test-atexit.c: Likewise.
7053         * tests/test-avltree_list.c: Likewise.
7054         * tests/test-avltree_oset.c: Likewise.
7055         * tests/test-avltreehash_list.c: Likewise.
7056         * tests/test-base64.c: Likewise.
7057         * tests/test-binary-io.c: Likewise.
7058         * tests/test-byteswap.c: Likewise.
7059         * tests/test-c-ctype.c: Likewise.
7060         * tests/test-c-strcasecmp.c: Likewise.
7061         * tests/test-c-strcasestr.c: Likewise.
7062         * tests/test-c-strncasecmp.c: Likewise.
7063         * tests/test-c-strstr.c: Likewise.
7064         * tests/test-canonicalize-lgpl.c: Likewise.
7065         * tests/test-canonicalize.c: Likewise.
7066         * tests/test-carray_list.c: Likewise.
7067         * tests/test-ceilf.c: Likewise.
7068         * tests/test-ceill.c: Likewise.
7069         * tests/test-count-one-bits.c: Likewise.
7070         * tests/test-crc.c: Likewise.
7071         * tests/test-dirname.c: Likewise.
7072         * tests/test-fbufmode.c: Likewise.
7073         * tests/test-fcntl.c: Likewise.
7074         * tests/test-fflush.c: Likewise.
7075         * tests/test-floorf.c: Likewise.
7076         * tests/test-floorl.c: Likewise.
7077         * tests/test-fopen.c: Likewise.
7078         * tests/test-fprintf-posix.c: Likewise.
7079         * tests/test-fprintf-posix.h: Likewise.
7080         * tests/test-fpurge.c: Likewise.
7081         * tests/test-freadable.c: Likewise.
7082         * tests/test-freadahead.c: Likewise.
7083         * tests/test-freading.c: Likewise.
7084         * tests/test-freopen.c: Likewise.
7085         * tests/test-frexp.c: Likewise.
7086         * tests/test-frexpl.c: Likewise.
7087         * tests/test-fseek.c: Likewise.
7088         * tests/test-fseeko.c: Likewise.
7089         * tests/test-fseterr.c: Likewise.
7090         * tests/test-fstrcmp.c: Likewise.
7091         * tests/test-ftell.c: Likewise.
7092         * tests/test-ftello.c: Likewise.
7093         * tests/test-fwritable.c: Likewise.
7094         * tests/test-fwriting.c: Likewise.
7095         * tests/test-getaddrinfo.c: Likewise.
7096         * tests/test-getpass.c: Likewise.
7097         * tests/test-gettimeofday.c: Likewise.
7098         * tests/test-hmac-md5.c: Likewise.
7099         * tests/test-hmac-sha1.c: Likewise.
7100         * tests/test-iconv.c: Likewise.
7101         * tests/test-iconvme.c: Likewise.
7102         * tests/test-inttypes.c: Likewise.
7103         * tests/test-isnan.c: Likewise.
7104         * tests/test-isnanf.c: Likewise.
7105         * tests/test-isnanl-nolibm.c: Likewise.
7106         * tests/test-isnanl.c: Likewise.
7107         * tests/test-isnanl.h: Likewise.
7108         * tests/test-ldexpl.c: Likewise.
7109         * tests/test-linked_list.c: Likewise.
7110         * tests/test-linkedhash_list.c: Likewise.
7111         * tests/test-locale.c: Likewise.
7112         * tests/test-localename.c: Likewise.
7113         * tests/test-lock.c: Likewise.
7114         * tests/test-lseek.c: Likewise.
7115         * tests/test-malloca.c: Likewise.
7116         * tests/test-math.c: Likewise.
7117         * tests/test-mbscasecmp.c: Likewise.
7118         * tests/test-mbscasestr1.c: Likewise.
7119         * tests/test-mbscasestr2.c: Likewise.
7120         * tests/test-mbscasestr3.c: Likewise.
7121         * tests/test-mbscasestr4.c: Likewise.
7122         * tests/test-mbschr.c: Likewise.
7123         * tests/test-mbscspn.c: Likewise.
7124         * tests/test-mbsncasecmp.c: Likewise.
7125         * tests/test-mbspbrk.c: Likewise.
7126         * tests/test-mbspcasecmp.c: Likewise.
7127         * tests/test-mbsrchr.c: Likewise.
7128         * tests/test-mbsspn.c: Likewise.
7129         * tests/test-mbsstr1.c: Likewise.
7130         * tests/test-mbsstr2.c: Likewise.
7131         * tests/test-mbsstr3.c: Likewise.
7132         * tests/test-md5.c: Likewise.
7133         * tests/test-memmem.c: Likewise.
7134         * tests/test-netinet_in.c: Likewise.
7135         * tests/test-open.c: Likewise.
7136         * tests/test-printf-frexp.c: Likewise.
7137         * tests/test-printf-frexpl.c: Likewise.
7138         * tests/test-printf-posix.c: Likewise.
7139         * tests/test-printf-posix.h: Likewise.
7140         * tests/test-rbtree_list.c: Likewise.
7141         * tests/test-rbtree_oset.c: Likewise.
7142         * tests/test-rbtreehash_list.c: Likewise.
7143         * tests/test-read-file.c: Likewise.
7144         * tests/test-rijndael.c: Likewise.
7145         * tests/test-search.c: Likewise.
7146         * tests/test-signbit.c: Likewise.
7147         * tests/test-sleep.c: Likewise.
7148         * tests/test-snprintf-posix.c: Likewise.
7149         * tests/test-snprintf-posix.h: Likewise.
7150         * tests/test-snprintf.c: Likewise.
7151         * tests/test-sprintf-posix.c: Likewise.
7152         * tests/test-sprintf-posix.h: Likewise.
7153         * tests/test-stat-time.c: Likewise.
7154         * tests/test-stdbool.c: Likewise.
7155         * tests/test-stdint.c: Likewise.
7156         * tests/test-stdio.c: Likewise.
7157         * tests/test-stdlib.c: Likewise.
7158         * tests/test-stpncpy.c: Likewise.
7159         * tests/test-strcasestr.c: Likewise.
7160         * tests/test-striconv.c: Likewise.
7161         * tests/test-striconveh.c: Likewise.
7162         * tests/test-striconveha.c: Likewise.
7163         * tests/test-string.c: Likewise.
7164         * tests/test-sys_select.c: Likewise.
7165         * tests/test-sys_socket.c: Likewise.
7166         * tests/test-sys_stat.c: Likewise.
7167         * tests/test-sys_time.c: Likewise.
7168         * tests/test-sysexits.c: Likewise.
7169         * tests/test-time.c: Likewise.
7170         * tests/test-tls.c: Likewise.
7171         * tests/test-trunc.c: Likewise.
7172         * tests/test-truncf.c: Likewise.
7173         * tests/test-truncl.c: Likewise.
7174         * tests/test-unistd.c: Likewise.
7175         * tests/test-vasnprintf-posix.c: Likewise.
7176         * tests/test-vasnprintf-posix2.c: Likewise.
7177         * tests/test-vasnprintf.c: Likewise.
7178         * tests/test-vasprintf-posix.c: Likewise.
7179         * tests/test-vasprintf.c: Likewise.
7180         * tests/test-verify.c: Likewise.
7181         * tests/test-vfprintf-posix.c: Likewise.
7182         * tests/test-vprintf-posix.c: Likewise.
7183         * tests/test-vsnprintf-posix.c: Likewise.
7184         * tests/test-vsnprintf.c: Likewise.
7185         * tests/test-vsprintf-posix.c: Likewise.
7186         * tests/test-wchar.c: Likewise.
7187         * tests/test-wctype.c: Likewise.
7188         * tests/test-wcwidth.c: Likewise.
7189         * tests/test-xstrtol.c: Likewise.
7190         * tests/test-xvasprintf.c: Likewise.
7191         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
7192         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
7193         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
7194         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
7195         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
7196         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
7197         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
7198         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
7199         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
7200         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
7201         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
7202         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
7203         * tests/uniname/test-uninames.c: Likewise.
7204         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
7205         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
7206         * tests/unistdio/test-u16-printf1.h: Likewise.
7207         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
7208         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
7209         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
7210         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
7211         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
7212         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
7213         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
7214         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
7215         * tests/unistdio/test-u32-printf1.h: Likewise.
7216         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
7217         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
7218         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
7219         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
7220         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
7221         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
7222         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
7223         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
7224         * tests/unistdio/test-u8-printf1.h: Likewise.
7225         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
7226         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
7227         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
7228         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
7229         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
7230         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
7231         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
7232         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
7233         * tests/unistdio/test-ulc-printf1.h: Likewise.
7234         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
7235         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
7236         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
7237         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
7238         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
7239         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
7240         * tests/uniwidth/test-u16-strwidth.c: Likewise.
7241         * tests/uniwidth/test-u16-width.c: Likewise.
7242         * tests/uniwidth/test-u32-strwidth.c: Likewise.
7243         * tests/uniwidth/test-u32-width.c: Likewise.
7244         * tests/uniwidth/test-u8-strwidth.c: Likewise.
7245         * tests/uniwidth/test-u8-width.c: Likewise.
7246         * tests/uniwidth/test-uc_width.c: Likewise.
7247         * config/srclist-update: Likewise.
7248         (fixlicense): Update to GPLv3+.
7249
7250         Change copyright notice from LGPLv2.1+ to LGPLv3+.
7251         * tests/test-tsearch.c: Change copyright notice.
7252
7253         Change copyright notice from LGPLv2.0+ to LGPLv3+.
7254         * lib/c-strcaseeq.h: Change copyright notice.
7255         * lib/streq.h: Likewise.
7256         * lib/uniconv.h: Likewise.
7257         * lib/uniconv/u-conv-from-enc.h: Likewise.
7258         * lib/uniconv/u-conv-to-enc.h: Likewise.
7259         * lib/uniconv/u-strconv-from-enc.h: Likewise.
7260         * lib/uniconv/u-strconv-to-enc.h: Likewise.
7261         * lib/uniconv/u16-conv-from-enc.c: Likewise.
7262         * lib/uniconv/u16-conv-to-enc.c: Likewise.
7263         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
7264         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
7265         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
7266         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
7267         * lib/uniconv/u32-conv-from-enc.c: Likewise.
7268         * lib/uniconv/u32-conv-to-enc.c: Likewise.
7269         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
7270         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
7271         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
7272         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
7273         * lib/uniconv/u8-conv-from-enc.c: Likewise.
7274         * lib/uniconv/u8-conv-to-enc.c: Likewise.
7275         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
7276         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
7277         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
7278         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
7279         * lib/uniname.h: Likewise.
7280         * lib/uniname/uniname.c: Likewise.
7281         * lib/unistdio.h: Likewise.
7282         * lib/unistdio/u-asnprintf.h: Likewise.
7283         * lib/unistdio/u-asprintf.h: Likewise.
7284         * lib/unistdio/u-printf-args.c: Likewise.
7285         * lib/unistdio/u-printf-args.h: Likewise.
7286         * lib/unistdio/u-printf-parse.h: Likewise.
7287         * lib/unistdio/u-snprintf.h: Likewise.
7288         * lib/unistdio/u-sprintf.h: Likewise.
7289         * lib/unistdio/u-vasprintf.h: Likewise.
7290         * lib/unistdio/u-vsnprintf.h: Likewise.
7291         * lib/unistdio/u-vsprintf.h: Likewise.
7292         * lib/unistdio/u16-asnprintf.c: Likewise.
7293         * lib/unistdio/u16-asprintf.c: Likewise.
7294         * lib/unistdio/u16-printf-parse.c: Likewise.
7295         * lib/unistdio/u16-snprintf.c: Likewise.
7296         * lib/unistdio/u16-sprintf.c: Likewise.
7297         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
7298         * lib/unistdio/u16-u16-asprintf.c: Likewise.
7299         * lib/unistdio/u16-u16-snprintf.c: Likewise.
7300         * lib/unistdio/u16-u16-sprintf.c: Likewise.
7301         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
7302         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
7303         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
7304         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
7305         * lib/unistdio/u16-vasnprintf.c: Likewise.
7306         * lib/unistdio/u16-vasprintf.c: Likewise.
7307         * lib/unistdio/u16-vsnprintf.c: Likewise.
7308         * lib/unistdio/u16-vsprintf.c: Likewise.
7309         * lib/unistdio/u32-asnprintf.c: Likewise.
7310         * lib/unistdio/u32-asprintf.c: Likewise.
7311         * lib/unistdio/u32-printf-parse.c: Likewise.
7312         * lib/unistdio/u32-snprintf.c: Likewise.
7313         * lib/unistdio/u32-sprintf.c: Likewise.
7314         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
7315         * lib/unistdio/u32-u32-asprintf.c: Likewise.
7316         * lib/unistdio/u32-u32-snprintf.c: Likewise.
7317         * lib/unistdio/u32-u32-sprintf.c: Likewise.
7318         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
7319         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
7320         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
7321         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
7322         * lib/unistdio/u32-vasnprintf.c: Likewise.
7323         * lib/unistdio/u32-vasprintf.c: Likewise.
7324         * lib/unistdio/u32-vsnprintf.c: Likewise.
7325         * lib/unistdio/u32-vsprintf.c: Likewise.
7326         * lib/unistdio/u8-asnprintf.c: Likewise.
7327         * lib/unistdio/u8-asprintf.c: Likewise.
7328         * lib/unistdio/u8-printf-parse.c: Likewise.
7329         * lib/unistdio/u8-snprintf.c: Likewise.
7330         * lib/unistdio/u8-sprintf.c: Likewise.
7331         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
7332         * lib/unistdio/u8-u8-asprintf.c: Likewise.
7333         * lib/unistdio/u8-u8-snprintf.c: Likewise.
7334         * lib/unistdio/u8-u8-sprintf.c: Likewise.
7335         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
7336         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
7337         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
7338         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
7339         * lib/unistdio/u8-vasnprintf.c: Likewise.
7340         * lib/unistdio/u8-vasprintf.c: Likewise.
7341         * lib/unistdio/u8-vsnprintf.c: Likewise.
7342         * lib/unistdio/u8-vsprintf.c: Likewise.
7343         * lib/unistdio/ulc-asnprintf.c: Likewise.
7344         * lib/unistdio/ulc-asprintf.c: Likewise.
7345         * lib/unistdio/ulc-printf-parse.c: Likewise.
7346         * lib/unistdio/ulc-snprintf.c: Likewise.
7347         * lib/unistdio/ulc-sprintf.c: Likewise.
7348         * lib/unistdio/ulc-vasnprintf.c: Likewise.
7349         * lib/unistdio/ulc-vasprintf.c: Likewise.
7350         * lib/unistdio/ulc-vsnprintf.c: Likewise.
7351         * lib/unistdio/ulc-vsprintf.c: Likewise.
7352         * lib/unistr.h: Likewise.
7353         * lib/unistr/u-cpy-alloc.h: Likewise.
7354         * lib/unistr/u-cpy.h: Likewise.
7355         * lib/unistr/u-endswith.h: Likewise.
7356         * lib/unistr/u-move.h: Likewise.
7357         * lib/unistr/u-set.h: Likewise.
7358         * lib/unistr/u-startswith.h: Likewise.
7359         * lib/unistr/u-stpcpy.h: Likewise.
7360         * lib/unistr/u-stpncpy.h: Likewise.
7361         * lib/unistr/u-strcat.h: Likewise.
7362         * lib/unistr/u-strcpy.h: Likewise.
7363         * lib/unistr/u-strcspn.h: Likewise.
7364         * lib/unistr/u-strdup.h: Likewise.
7365         * lib/unistr/u-strlen.h: Likewise.
7366         * lib/unistr/u-strncat.h: Likewise.
7367         * lib/unistr/u-strncpy.h: Likewise.
7368         * lib/unistr/u-strnlen.h: Likewise.
7369         * lib/unistr/u-strpbrk.h: Likewise.
7370         * lib/unistr/u-strspn.h: Likewise.
7371         * lib/unistr/u-strstr.h: Likewise.
7372         * lib/unistr/u-strtok.h: Likewise.
7373         * lib/unistr/u16-check.c: Likewise.
7374         * lib/unistr/u16-chr.c: Likewise.
7375         * lib/unistr/u16-cmp.c: Likewise.
7376         * lib/unistr/u16-cpy-alloc.c: Likewise.
7377         * lib/unistr/u16-cpy.c: Likewise.
7378         * lib/unistr/u16-endswith.c: Likewise.
7379         * lib/unistr/u16-mblen.c: Likewise.
7380         * lib/unistr/u16-mbsnlen.c: Likewise.
7381         * lib/unistr/u16-mbtouc-aux.c: Likewise.
7382         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
7383         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
7384         * lib/unistr/u16-mbtouc.c: Likewise.
7385         * lib/unistr/u16-mbtoucr.c: Likewise.
7386         * lib/unistr/u16-move.c: Likewise.
7387         * lib/unistr/u16-next.c: Likewise.
7388         * lib/unistr/u16-prev.c: Likewise.
7389         * lib/unistr/u16-set.c: Likewise.
7390         * lib/unistr/u16-startswith.c: Likewise.
7391         * lib/unistr/u16-stpcpy.c: Likewise.
7392         * lib/unistr/u16-stpncpy.c: Likewise.
7393         * lib/unistr/u16-strcat.c: Likewise.
7394         * lib/unistr/u16-strchr.c: Likewise.
7395         * lib/unistr/u16-strcmp.c: Likewise.
7396         * lib/unistr/u16-strcpy.c: Likewise.
7397         * lib/unistr/u16-strcspn.c: Likewise.
7398         * lib/unistr/u16-strdup.c: Likewise.
7399         * lib/unistr/u16-strlen.c: Likewise.
7400         * lib/unistr/u16-strmblen.c: Likewise.
7401         * lib/unistr/u16-strmbtouc.c: Likewise.
7402         * lib/unistr/u16-strncat.c: Likewise.
7403         * lib/unistr/u16-strncmp.c: Likewise.
7404         * lib/unistr/u16-strncpy.c: Likewise.
7405         * lib/unistr/u16-strnlen.c: Likewise.
7406         * lib/unistr/u16-strpbrk.c: Likewise.
7407         * lib/unistr/u16-strrchr.c: Likewise.
7408         * lib/unistr/u16-strspn.c: Likewise.
7409         * lib/unistr/u16-strstr.c: Likewise.
7410         * lib/unistr/u16-strtok.c: Likewise.
7411         * lib/unistr/u16-to-u32.c: Likewise.
7412         * lib/unistr/u16-to-u8.c: Likewise.
7413         * lib/unistr/u16-uctomb-aux.c: Likewise.
7414         * lib/unistr/u16-uctomb.c: Likewise.
7415         * lib/unistr/u32-check.c: Likewise.
7416         * lib/unistr/u32-chr.c: Likewise.
7417         * lib/unistr/u32-cmp.c: Likewise.
7418         * lib/unistr/u32-cpy-alloc.c: Likewise.
7419         * lib/unistr/u32-cpy.c: Likewise.
7420         * lib/unistr/u32-endswith.c: Likewise.
7421         * lib/unistr/u32-mblen.c: Likewise.
7422         * lib/unistr/u32-mbsnlen.c: Likewise.
7423         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
7424         * lib/unistr/u32-mbtouc.c: Likewise.
7425         * lib/unistr/u32-mbtoucr.c: Likewise.
7426         * lib/unistr/u32-move.c: Likewise.
7427         * lib/unistr/u32-next.c: Likewise.
7428         * lib/unistr/u32-prev.c: Likewise.
7429         * lib/unistr/u32-set.c: Likewise.
7430         * lib/unistr/u32-startswith.c: Likewise.
7431         * lib/unistr/u32-stpcpy.c: Likewise.
7432         * lib/unistr/u32-stpncpy.c: Likewise.
7433         * lib/unistr/u32-strcat.c: Likewise.
7434         * lib/unistr/u32-strchr.c: Likewise.
7435         * lib/unistr/u32-strcmp.c: Likewise.
7436         * lib/unistr/u32-strcpy.c: Likewise.
7437         * lib/unistr/u32-strcspn.c: Likewise.
7438         * lib/unistr/u32-strdup.c: Likewise.
7439         * lib/unistr/u32-strlen.c: Likewise.
7440         * lib/unistr/u32-strmblen.c: Likewise.
7441         * lib/unistr/u32-strmbtouc.c: Likewise.
7442         * lib/unistr/u32-strncat.c: Likewise.
7443         * lib/unistr/u32-strncmp.c: Likewise.
7444         * lib/unistr/u32-strncpy.c: Likewise.
7445         * lib/unistr/u32-strnlen.c: Likewise.
7446         * lib/unistr/u32-strpbrk.c: Likewise.
7447         * lib/unistr/u32-strrchr.c: Likewise.
7448         * lib/unistr/u32-strspn.c: Likewise.
7449         * lib/unistr/u32-strstr.c: Likewise.
7450         * lib/unistr/u32-strtok.c: Likewise.
7451         * lib/unistr/u32-to-u16.c: Likewise.
7452         * lib/unistr/u32-to-u8.c: Likewise.
7453         * lib/unistr/u32-uctomb.c: Likewise.
7454         * lib/unistr/u8-check.c: Likewise.
7455         * lib/unistr/u8-chr.c: Likewise.
7456         * lib/unistr/u8-cmp.c: Likewise.
7457         * lib/unistr/u8-cpy-alloc.c: Likewise.
7458         * lib/unistr/u8-cpy.c: Likewise.
7459         * lib/unistr/u8-endswith.c: Likewise.
7460         * lib/unistr/u8-mblen.c: Likewise.
7461         * lib/unistr/u8-mbsnlen.c: Likewise.
7462         * lib/unistr/u8-mbtouc-aux.c: Likewise.
7463         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
7464         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
7465         * lib/unistr/u8-mbtouc.c: Likewise.
7466         * lib/unistr/u8-mbtoucr.c: Likewise.
7467         * lib/unistr/u8-move.c: Likewise.
7468         * lib/unistr/u8-next.c: Likewise.
7469         * lib/unistr/u8-prev.c: Likewise.
7470         * lib/unistr/u8-set.c: Likewise.
7471         * lib/unistr/u8-startswith.c: Likewise.
7472         * lib/unistr/u8-stpcpy.c: Likewise.
7473         * lib/unistr/u8-stpncpy.c: Likewise.
7474         * lib/unistr/u8-strcat.c: Likewise.
7475         * lib/unistr/u8-strchr.c: Likewise.
7476         * lib/unistr/u8-strcmp.c: Likewise.
7477         * lib/unistr/u8-strcpy.c: Likewise.
7478         * lib/unistr/u8-strcspn.c: Likewise.
7479         * lib/unistr/u8-strdup.c: Likewise.
7480         * lib/unistr/u8-strlen.c: Likewise.
7481         * lib/unistr/u8-strmblen.c: Likewise.
7482         * lib/unistr/u8-strmbtouc.c: Likewise.
7483         * lib/unistr/u8-strncat.c: Likewise.
7484         * lib/unistr/u8-strncmp.c: Likewise.
7485         * lib/unistr/u8-strncpy.c: Likewise.
7486         * lib/unistr/u8-strnlen.c: Likewise.
7487         * lib/unistr/u8-strpbrk.c: Likewise.
7488         * lib/unistr/u8-strrchr.c: Likewise.
7489         * lib/unistr/u8-strspn.c: Likewise.
7490         * lib/unistr/u8-strstr.c: Likewise.
7491         * lib/unistr/u8-strtok.c: Likewise.
7492         * lib/unistr/u8-to-u16.c: Likewise.
7493         * lib/unistr/u8-to-u32.c: Likewise.
7494         * lib/unistr/u8-uctomb-aux.c: Likewise.
7495         * lib/unistr/u8-uctomb.c: Likewise.
7496         * lib/unitypes.h: Likewise.
7497         * lib/uniwidth.h: Likewise.
7498         * lib/uniwidth/cjk.h: Likewise.
7499         * lib/uniwidth/u16-strwidth.c: Likewise.
7500         * lib/uniwidth/u16-width.c: Likewise.
7501         * lib/uniwidth/u32-strwidth.c: Likewise.
7502         * lib/uniwidth/u32-width.c: Likewise.
7503         * lib/uniwidth/u8-strwidth.c: Likewise.
7504         * lib/uniwidth/u8-width.c: Likewise.
7505         * lib/uniwidth/width.c: Likewise.
7506
7507 2007-10-07  Bruno Haible  <bruno@clisp.org>
7508
7509         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
7510         The file is still under LGPL (see modules/inttypes).
7511
7512 2007-10-06  Bruno Haible  <bruno@clisp.org>
7513
7514         * modules/trunc (Dependencies): Add 'extensions'.
7515         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
7516         Reported by Ben Pfaff <blp@gnu.org>.
7517
7518 2007-10-06  Bruno Haible  <bruno@clisp.org>
7519
7520         * modules/freopen-tests: New file.
7521         * tests/test-freopen.c: New file.
7522
7523         * modules/fopen-tests: New file.
7524         * tests/test-fopen.c: New file.
7525
7526         * modules/fopen: New file.
7527         * lib/fopen.c: New file.
7528         * m4/fopen.m4: New file.
7529         * modules/freopen: New file.
7530         * lib/freopen.c: New file.
7531         * m4/freopen.m4: New file.
7532         * lib/stdio.in.h (fopen, freopen): New declarations.
7533         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
7534         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
7535         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
7536         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
7537         * doc/functions/fopen.texi: Mention the 'fopen' module.
7538         * doc/functions/freopen.texi: Mention the 'freopen' module.
7539
7540 2007-10-06  Bruno Haible  <bruno@clisp.org>
7541
7542         * modules/open-tests: New file.
7543         * tests/test-open.c: New file.
7544
7545         * modules/open: New file.
7546         * lib/open.c: New file.
7547         * m4/open.m4: New file.
7548         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
7549         lib/open.c does.
7550         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
7551         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
7552         macros.
7553         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
7554         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
7555         REPLACE_OPEN.
7556         * doc/functions/open.texi: Mention the 'open' module.
7557
7558 2007-10-04  Bruno Haible  <bruno@clisp.org>
7559
7560         * modules/ceill-tests: New file.
7561         * tests/test-ceill.c: New file.
7562
7563         * modules/ceill: New file.
7564         * lib/ceill.c: Replace entire file.
7565         * m4/ceill.m4: New file.
7566         * lib/math.in.h (ceill): Replace declaration.
7567         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
7568         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
7569         * doc/functions/ceill.texi: Mention the 'ceill' module.
7570         * modules/mathl (Files): Remove lib/ceill.c.
7571         (Depends-on): Add ceill.
7572
7573 2007-10-04  Bruno Haible  <bruno@clisp.org>
7574
7575         * modules/ceilf-tests: New file.
7576         * tests/test-ceilf.c: New file.
7577
7578         * modules/ceilf: New file.
7579         * lib/ceil.c: New file.
7580         * lib/ceilf.c: New file.
7581         * m4/ceilf.m4: New file.
7582         * lib/math.in.h (ceilf): New declaration.
7583         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
7584         HAVE_DECL_CEILF.
7585         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
7586         HAVE_DECL_CEILF.
7587         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
7588
7589 2007-10-04  Bruno Haible  <bruno@clisp.org>
7590
7591         * modules/floorl-tests: New file.
7592         * tests/test-floorl.c: New file.
7593
7594         * modules/floorl: New file.
7595         * lib/floorl.c: Replace entire file.
7596         * m4/floorl.m4: New file.
7597         * lib/math.in.h (floorl): Replace declaration.
7598         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
7599         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
7600         * doc/functions/floorl.texi: Mention the 'floorl' module.
7601         * modules/mathl (Files): Remove lib/floorl.c.
7602         (Depends-on): Add floorl.
7603
7604 2007-10-04  Bruno Haible  <bruno@clisp.org>
7605
7606         * modules/floorf-tests: New file.
7607         * tests/test-floorf.c: New file.
7608
7609         * modules/floorf: New file.
7610         * lib/floor.c: New file.
7611         * lib/floorf.c: New file.
7612         * m4/floorf.m4: New file.
7613         * lib/math.in.h (floorf): New declaration.
7614         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
7615         HAVE_DECL_FLOORF.
7616         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
7617         HAVE_DECL_FLOORF.
7618         * doc/functions/floorf.texi: Mention the 'floorf' module.
7619
7620 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
7621             Bruno Haible  <bruno@clisp.org>
7622
7623         Advertise for the Git server instead of the CVS server.
7624         * doc/gnulib-intro.texi (Steady Development): Mention the Git
7625         repository instead of the CVS one.
7626         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
7627         about all VCS systems generically.
7628         * doc/gnulib.texi (Introduction): Capitalize `Git'.
7629
7630 2007-10-04  Bruno Haible  <bruno@clisp.org>
7631
7632         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
7633         means.
7634         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
7635
7636 2007-10-04  Bruno Haible  <bruno@clisp.org>
7637
7638         * modules/truncl-tests: New file.
7639         * tests/test-truncl.c: New file.
7640
7641         * modules/truncl: New file.
7642         * lib/truncl.c: New file.
7643         * m4/truncl.m4: New file.
7644         * lib/math.in.h (truncl): New declaration.
7645         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
7646         HAVE_DECL_TRUNCL.
7647         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
7648         HAVE_DECL_TRUNCL.
7649         * doc/functions/truncl.texi: Mention the 'truncl' module.
7650
7651 2007-10-04  Bruno Haible  <bruno@clisp.org>
7652
7653         * modules/truncf-tests: New file.
7654         * tests/test-truncf.c: New file.
7655
7656         * modules/truncf: New file.
7657         * lib/trunc.c: Make paramerizable through USE_* macros.
7658         * lib/truncf.c: New file.
7659         * m4/truncf.m4: New file.
7660         * lib/math.in.h (truncf): New declaration.
7661         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
7662         HAVE_DECL_TRUNCF.
7663         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
7664         HAVE_DECL_TRUNCF.
7665         * doc/functions/truncf.texi: Mention the 'truncf' module.
7666
7667 2007-10-03  Bruno Haible  <bruno@clisp.org>
7668
7669         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
7670         augmentation also for tests modules.
7671         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
7672         * modules/atexit-tests (Makefile.am): Likewise.
7673         * modules/binary-io-tests (Makefile.am): Likewise.
7674         * modules/c-strcase-tests (Makefile.am): Likewise.
7675         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
7676         * modules/canonicalize-tests (Makefile.am): Likewise.
7677         * modules/closein-tests (Makefile.am): Likewise.
7678         * modules/fprintf-posix-tests (Makefile.am): Likewise.
7679         * modules/freadahead-tests (Makefile.am): Likewise.
7680         * modules/fseek-tests (Makefile.am): Likewise.
7681         * modules/fseeko-tests (Makefile.am): Likewise.
7682         * modules/ftell-tests (Makefile.am): Likewise.
7683         * modules/ftello-tests (Makefile.am): Likewise.
7684         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
7685         * modules/isnanl-tests (Makefile.am): Likewise.
7686         * modules/lseek-tests (Makefile.am): Likewise.
7687         * modules/mbscasecmp-tests (Makefile.am): Likewise.
7688         * modules/mbscasestr-tests (Makefile.am): Likewise.
7689         * modules/mbschr-tests (Makefile.am): Likewise.
7690         * modules/mbscspn-tests (Makefile.am): Likewise.
7691         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
7692         * modules/mbspbrk-tests (Makefile.am): Likewise.
7693         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
7694         * modules/mbsrchr-tests (Makefile.am): Likewise.
7695         * modules/mbsspn-tests (Makefile.am): Likewise.
7696         * modules/mbsstr-tests (Makefile.am): Likewise.
7697         * modules/printf-posix-tests (Makefile.am): Likewise.
7698         * modules/snprintf-posix-tests (Makefile.am): Likewise.
7699         * modules/sprintf-posix-tests (Makefile.am): Likewise.
7700         * modules/tsearch-tests (Makefile.am): Likewise.
7701         * modules/uniname/uniname-tests (Makefile.am): Likewise.
7702         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
7703         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
7704         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
7705         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
7706         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
7707         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
7708         * modules/vprintf-posix-tests (Makefile.am): Likewise.
7709         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
7710         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
7711         * modules/xstrtoimax-tests (Makefile.am): Likewise.
7712         * modules/xstrtol-tests (Makefile.am): Likewise.
7713         * modules/xstrtoumax-tests (Makefile.am): Likewise.
7714         * modules/yesno-tests (Makefile.am): Likewise.
7715
7716 2007-10-03  Bruno Haible  <bruno@clisp.org>
7717
7718         * modules/trunc-tests: New file.
7719         * tests/test-trunc.c: New file.
7720
7721         * modules/trunc: New file.
7722         * lib/trunc.c: New file.
7723         * m4/trunc.m4: New file.
7724         * lib/math.in.h (trunc): New declaration.
7725         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
7726         HAVE_DECL_TRUNC.
7727         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
7728         HAVE_DECL_TRUNC.
7729         * doc/functions/trunc.texi: Mention the 'trunc' module.
7730
7731 2007-10-03  Bruno Haible  <bruno@clisp.org>
7732
7733         * tests/test-fpending.c: New file, mostly copied
7734         from coreutils/lib/t-fpending.c.
7735         * modules/fpending-tests: New file.
7736
7737 2007-10-03  Bruno Haible  <bruno@clisp.org>
7738
7739         Port the stdio extensions to QNX (untested).
7740         * lib/fseterr.c (fseterr): Add support for QNX.
7741         * lib/fbufmode.c (fbufmode): Likewise.
7742         * lib/freadable.c (freadable): Likewise.
7743         * lib/fwritable.c (fwritable): Likewise.
7744         * lib/freading.c (freading): Likewise.
7745         * lib/fwriting.c (fwriting): Likewise.
7746         * lib/freadahead.c (freadahed): Likewise.
7747         * lib/fpurge.c (fpurge): Likewise.
7748         * lib/fseeko.c (rpl_fseeko): Likewise.
7749
7750 2007-10-03  Bruno Haible  <bruno@clisp.org>
7751             Jim Meyering  <jim@meyering.net>
7752             Eric Blake  <ebb9@byu.net>
7753
7754         * doc/relocatable.texi: Use @command instead of @program.
7755
7756 2007-10-02  Jim Meyering  <jim@meyering.net>
7757
7758         Perform one more "_.h" -> ".in.h" substitution.
7759         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
7760         instead of unistd_.h here, too.
7761
7762 2007-10-01  Bruno Haible  <bruno@clisp.org>
7763
7764         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
7765         Needed for the alloca-opt module.
7766
7767 2007-09-30  Bruno Haible  <bruno@clisp.org>
7768
7769         * lib/alloca.in.h: Renamed from lib/alloca_.h.
7770         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
7771         alloca_.h.
7772         * lib/argz.in.h: Renamed from lib/argz_.h.
7773         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
7774         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
7775         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
7776         byteswap_.h.
7777         * lib/dirent.in.h: Renamed from lib/dirent_.h.
7778         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
7779         dirent_.h.
7780         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
7781         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
7782         fcntl_.h.
7783         * lib/float.in.h: Renamed from lib/float_.h.
7784         * modules/float (Files, Makefile.am): Use float.in.h instead of
7785         float_.h.
7786         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
7787         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
7788         fnmatch_.h.
7789         * lib/getopt.in.h: Renamed from lib/getopt_.h.
7790         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
7791         getopt_.h.
7792         * lib/glob.in.h: Renamed from lib/glob_.h.
7793         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
7794         * lib/iconv.in.h: Renamed from lib/iconv_.h.
7795         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
7796         iconv_.h.
7797         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
7798         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
7799         inttypes_.h.
7800         * lib/locale.in.h: Renamed from lib/locale_.h.
7801         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
7802         locale_.h.
7803         * lib/math.in.h: Renamed from lib/math_.h.
7804         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
7805         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
7806         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
7807         of netinet_in_.h. Add dependency.
7808         * lib/poll.in.h: Renamed from lib/poll_.h.
7809         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
7810         * lib/search.in.h: Renamed from lib/search_.h.
7811         * modules/search (Files, Makefile.am): Use search.in.h instead of
7812         search_.h.
7813         * lib/signal.in.h: Renamed from lib/signal_.h.
7814         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
7815         _signal.h.
7816         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
7817         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
7818         stdbool_.h.
7819         * lib/stdint.in.h: Renamed from lib/stdint_.h.
7820         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
7821         stdint_.h.
7822         * lib/stdio.in.h: Renamed from lib/stdio_.h.
7823         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
7824         stdio_.h.
7825         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
7826         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
7827         stdlib_.h.
7828         * lib/string.in.h: Renamed from lib/string_.h.
7829         * modules/string (Files, Makefile.am): Use string.in.h instead of
7830         string_.h.
7831         * doc/gnulib-tool.texi (Initial import): Update.
7832         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
7833         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
7834         of sys_select_.h. Add dependency.
7835         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
7836         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
7837         of sys_socket_.h.
7838         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
7839         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
7840         sys_stat_.h.
7841         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
7842         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
7843         sys_time_.h.
7844         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
7845         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
7846         sysexits_.h.
7847         * lib/time.in.h: Renamed from lib/time_.h.
7848         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
7849         * lib/unistd.in.h: Renamed from lib/unistd_.h.
7850         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
7851         unistd_.h.
7852         * lib/wchar.in.h: Renamed from lib/wchar_.h.
7853         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
7854         wchar_.h.
7855         * lib/wctype.in.h: Renamed from lib/wctype_.h.
7856         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
7857         wctype_.h.
7858         * build-aux/bootstrap (slurp): Update.
7859         * lib/.cppi-disable: Update.
7860
7861 2007-09-30  Bruno Haible  <bruno@clisp.org>
7862
7863         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
7864         Needed on BeOS.
7865
7866 2007-09-30  Bruno Haible  <bruno@clisp.org>
7867
7868         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
7869
7870 2007-09-29  Bruno Haible  <bruno@clisp.org>
7871
7872         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
7873
7874 2007-09-29  Bruno Haible  <bruno@clisp.org>
7875
7876         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
7877         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
7878         * build-aux/install-reloc: Compile also areadlink.c.
7879         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
7880
7881 2007-09-29  Bruno Haible  <bruno@clisp.org>
7882
7883         * gnulib-tool (func_emit_initmacro_done): Indentation.
7884
7885 2007-09-29  Bruno Haible  <bruno@clisp.org>
7886
7887         * README: Add CVS checkout update instructions.
7888         Info from Bob Proulx <bob@proulx.com>.
7889
7890 2007-09-28  Eric Blake  <ebb9@byu.net>
7891
7892         Provide move-if-change.
7893         * build-aux/move-if-change: New file, based on best practice
7894         rather than any canonical upstream location.
7895
7896 2007-09-28  Jim Meyering  <jim@meyering.net>
7897
7898         Fix canonicalize loop-detection corner case.
7899         Do not attempt to stat the symlink values stored via seen_triple.
7900         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
7901         on linux-2.6.18, (but not 2.6.22).
7902         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
7903         triple_compare.  The former compares dev,ino,filename, while the latter
7904         would actually stat dirname(filename) when dev and ino were equal.
7905         * lib/hash-triple.c: Install <string.h>.
7906         (STREQ): Define.
7907         (triple_compare_ino_str): New function.
7908         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
7909
7910 2007-09-28  Eric Blake  <ebb9@byu.net>
7911
7912         Enforce that AC_REPLACE_FUNCS files exist.
7913         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
7914         override check for typos.
7915
7916         Fix test-closein on Solaris 10.
7917         * tests/test-closein.c (main): Don't assume stdin can be inherited
7918         closed on all systems.
7919         * tests/test-closein.sh: Likewise.
7920         Reported by Piotr Tarnowski.
7921
7922 2007-09-28  Jim Meyering  <jim@meyering.net>
7923
7924         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
7925
7926 2007-09-27  Jim Meyering  <jim@meyering.net>
7927
7928         canonicalize: Avoid a false-positive cycle failure.
7929         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
7930         Sort.  Remove cycle-check.
7931         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
7932         not cycle-check.h.
7933         (seen_triple): New function.
7934         (canonicalize_filename_mode): Use it instead of cycle-check.
7935         * tests/test-canonicalize.c: Add a test for this bug.
7936         * tests/test-canonicalize.sh: Set up and run the test.
7937
7938         New module, file-set, from coreutils.
7939         * modules/file-set: Define it.
7940         * lib/file-set.c, lib/file-set.h: Implement.
7941
7942         New module, hash-triple, from coreutils.
7943         * modules/hash-triple: Define it.
7944         * lib/hash-triple.c, lib/hash-triple.h: Implement.
7945
7946 2007-09-25  Eric Blake  <ebb9@byu.net>
7947
7948         Fix strerror on Interix.
7949         * lib/string_.h (strerror): Declare replacement.
7950         * doc/functions/strerror.texi (strerror): Document the Interix
7951         shortcoming.
7952         * modules/string (Makefile.am): Support new hooks.
7953         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
7954         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
7955         gl_FUNC_STRERROR_SEPARATE.
7956         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
7957         * lib/strerror.c (rpl_strerror): Provide replacement.
7958         * modules/strerror (Depends-on): Add string.
7959         (configure.ac): Detect use of module.
7960         * tests/test-strerror.c: New file.
7961         * modules/strerror-tests: New test module.
7962         * modules/argp (Depends-on): Add strerror.
7963         * modules/error (Depends-on): Likewise.
7964         Reported by Martin Koeppe.
7965
7966 2007-09-24  Bruno Haible  <bruno@clisp.org>
7967
7968         * README: Update git instructions.
7969
7970 2007-09-24  Eric Blake  <ebb9@byu.net>
7971
7972         Revert fpending breakage from 2007-09-08.
7973         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
7974         __fpending.c.
7975
7976 2007-09-24  Jim Meyering  <jim@meyering.net>
7977
7978         filenamecat.c: Add a test.
7979         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
7980         showing how the function works when DIR is the empty string.
7981
7982 2007-09-21  Simon Josefsson  <simon@josefsson.org>
7983
7984         * tests/test-canonicalize.sh: Turn on executable bit.
7985
7986 2007-09-19  Eric Blake  <ebb9@byu.net>
7987
7988         * README: Update CVS instructions.
7989
7990 2007-09-18  Bruno Haible  <bruno@clisp.org>
7991
7992         * modules/areadlink: New file.
7993         * lib/areadlink.h (areadlink): New declaration.
7994         * lib/areadlink.c: New file, based on lib/xreadlink.c.
7995
7996 2007-09-17  Jim Meyering  <jim@meyering.net>
7997
7998         * lib/savewd.c (ESTALE) [!defined]: Define.
7999         Reported to be required on Interix by Martin Koeppe.
8000
8001 2007-09-17  Bruno Haible  <bruno@clisp.org>
8002
8003         * gnulib-tool (func_version): Use $version.
8004
8005 2007-09-16  Bruno Haible  <bruno@clisp.org>
8006
8007         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
8008         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
8009         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
8010         Reported by Greg Schafer <gschafer@zip.com.au>.
8011
8012 2007-09-15  Bruno Haible  <bruno@clisp.org>
8013
8014         * gnulib-tool (sed): Try a little harder to make bash understand the
8015         alias.
8016         Reported by Bruce Korb <bruce.korb@gmail.com>.
8017
8018 2007-09-13  Eric Blake  <ebb9@byu.net>
8019
8020         * ChangeLog: Remove conflict markers.
8021
8022 2007-09-13  Simon Josefsson  <simon@josefsson.org>
8023
8024         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
8025         Reported by Bruno Haible <bruno@clisp.org>.
8026
8027 2007-09-12  Bruno Haible  <bruno@clisp.org>
8028
8029         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
8030         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
8031         is not defined.
8032
8033 2007-09-12  Eric Blake  <ebb9@byu.net>
8034
8035         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
8036         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
8037         Autoconf definition.
8038         * modules/euidaccess (Depends-on): Add extensions, for
8039         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
8040         * modules/fnmatch (Depends-on): Likewise.
8041         * modules/getaddrinfo (Depends-on): Likewise.
8042         * modules/getdelim (Depends-on): Likewise.
8043         * modules/getline (Depends-on): Likewise.
8044         * modules/getsubopt (Depends-on): Likewise.
8045         * modules/gettext (Depends-on): Likewise.
8046         * modules/group-member (Depends-on): Likewise.
8047         * modules/mbchar (Depends-on): Likewise.
8048         * modules/memmem (Depends-on): Likewise.
8049         * modules/mempcpy (Depends-on): Likewise.
8050         * modules/memrchr (Depends-on): Likewise.
8051         * modules/pagealign_alloc (Depends-on): Likewise.
8052         * modules/readutmp (Depends-on): Likewise.
8053         * modules/stpcpy (Depends-on): Likewise.
8054         * modules/stpncpy (Depends-on): Likewise.
8055         * modules/strchrnul (Depends-on): Likewise.
8056         * modules/strndup (Depends-on): Likewise.
8057         * modules/strsep (Depends-on): Likewise.
8058         * modules/strverscmp (Depends-on): Likewise.
8059         * modules/vasprintf (Depends-on): Likewise.
8060         * modules/wcwidth (Depends-on): Likewise.
8061         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
8062         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
8063         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
8064         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
8065         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
8066         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
8067         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
8068         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8069         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
8070         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
8071         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
8072         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
8073         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
8074         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
8075         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
8076         * m4/readutmp.m4 (gl_READUTMP): Likewise.
8077         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8078         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
8079         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
8080         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
8081         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
8082         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
8083         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
8084         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
8085         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
8086         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8087         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
8088         so that lock.m4 can be used in gettext without extensions module.
8089
8090 2007-09-11  Bruno Haible  <bruno@clisp.org>
8091
8092         * m4/isc-posix.m4: Remove file.
8093         Suggested by Eric Blake.
8094
8095 2007-09-11  Eric Blake  <ebb9@byu.net>
8096
8097         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
8098
8099 2007-09-10  Bruno Haible  <bruno@clisp.org>
8100
8101         * posix-modules: Fix typo in error message.
8102         Reported by Matt <mkraai@beckman.com>.
8103
8104 2007-09-09  Bruno Haible  <bruno@clisp.org>
8105
8106         * doc/functions/getdelim.texi: Update list of platforms lacking the
8107         function.
8108         * doc/functions/getline.texi: Likewise.
8109
8110 2007-09-09  Jim Meyering  <jim@meyering.net>
8111
8112         * lib/hash.c (hash_initialize): Detect calloc failure.
8113         Reported by Bruno Haible.
8114
8115 2007-09-09  Bruno Haible  <bruno@clisp.org>
8116
8117         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
8118         malloc or realloc fails.
8119
8120 2007-09-09  Bruno Haible  <bruno@clisp.org>
8121
8122         * modules/getcwd (Depends-on): Add malloc-posix.
8123         * modules/glob (Depends-on): Likewise.
8124         * modules/putenv (Depends-on): Likewise.
8125         * modules/strdup (Depends-on): Likewise.
8126         * modules/getdelim (Depends-on): Add realloc-posix.
8127         * modules/read-file (Depends-on): Likewise.
8128
8129 2007-09-09  Bruno Haible  <bruno@clisp.org>
8130
8131         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
8132         (gl_FUNC_MALLOC_POSIX): Require it.
8133         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
8134         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
8135         * modules/realloc (Files): Add m4/malloc.m4.
8136         * modules/calloc (Files): Likewise.
8137
8138 2007-09-09  Bruno Haible  <bruno@clisp.org>
8139
8140         * modules/malloc-posix: New file.
8141         * modules/malloc (Depends-on): Add malloc-posix.
8142         * lib/malloc.c: Include errno.h.
8143         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
8144         and a POSIX-compatible malloc into a single function. Set ENOMEM
8145         when returning NULL.
8146         * m4/malloc.m4: New file.
8147         * doc/functions/malloc.texi: Mention the malloc-posix module.
8148         * lib/stdlib_.h (malloc): New declaration.
8149         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8150         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
8151         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
8152         and HAVE_MALLOC_POSIX.
8153
8154 2007-09-09  Bruno Haible  <bruno@clisp.org>
8155
8156         * modules/realloc-posix: New file.
8157         * modules/realloc (Depends-on): Add realloc-posix.
8158         * lib/realloc.c: Include errno.h.
8159         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
8160         and a POSIX-compatible realloc into a single function. Set ENOMEM
8161         when returning NULL.
8162         * m4/realloc.m4: New file.
8163         * doc/functions/realloc.texi: Mention the realloc-posix module.
8164         * lib/stdlib_.h (realloc): New declaration.
8165         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8166         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
8167         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
8168         and HAVE_REALLOC_POSIX.
8169
8170 2007-09-09  Bruno Haible  <bruno@clisp.org>
8171
8172         * modules/calloc-posix: New file.
8173         * modules/calloc (Depends-on): Add calloc-posix.
8174         * lib/calloc.c: Include errno.h.
8175         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
8176         and a POSIX-compatible calloc into a single function. Set ENOMEM
8177         when returning NULL.
8178         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
8179         * doc/functions/calloc.texi: Mention the calloc-posix module.
8180         * lib/stdlib_.h (calloc): New declaration.
8181         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8182         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
8183         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
8184         and HAVE_CALLOC_POSIX.
8185
8186 2007-09-09  Bruno Haible  <bruno@clisp.org>
8187
8188         Allow for modules to show an arbitrary notice.
8189         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
8190         * gnulib-tool: New option --extract-notice.
8191         (func_usage): Document it.
8192         (sed_extract_prog): Update.
8193         (func_get_notice): New function.
8194         (func_modules_notice): New function.
8195         (func_import, func_create_testdir): Invoke it.
8196         Suggested by Jim Meyering.
8197
8198 2007-09-09  Bruno Haible  <bruno@clisp.org>
8199
8200         * gnulib-tool: New options --verbose, --quiet.
8201         (func_usage): Document them.
8202         (verbose): New variable.
8203         (func_execute_command): New function.
8204         (func_import): Don't show the module list and the file list if
8205         $verbose < 0.
8206         (func_create_testdir): Likewise. Use func_execute_command.
8207         (func_create_megatestdir): Use func_execute_command.
8208
8209 2007-09-08  Bruno Haible  <bruno@clisp.org>
8210
8211         * gnulib-tool (func_import): Prefer rsync over wget when available,
8212         for fetching the PO files.
8213
8214 2007-09-08  Bruno Haible  <bruno@clisp.org>
8215
8216         * posix-modules: New file. Portions copied from gnulib-tool.
8217         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
8218
8219 2007-09-08  Jim Meyering  <jim@meyering.net>
8220
8221         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
8222         * lib/fpending.h: Rename from __fpending.h.
8223         * lib/fpending.c: Rename from __fpending.c.
8224         Include "fpending.h", not "__fpending.h".
8225         * lib/__fpending.h, lib/__fpending.c: Remove files.
8226         * modules/fpending (Files): Reflect new file names.
8227         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
8228
8229 2007-09-08  Bruno Haible  <bruno@clisp.org>
8230
8231         * m4/inttypes-h.m4: Remove stub file.
8232
8233 2007-09-07  Simon Josefsson  <simon@josefsson.org>
8234
8235         * doc/headers/stdint.texi: Discuss #include_next issue.
8236
8237 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8238
8239         * build-aux/bootstrap: Remove obsolete comment about wget --help.
8240
8241 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8242
8243         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
8244         in variable name.
8245
8246 2007-09-03  Jim Meyering  <jim@meyering.net>
8247
8248         New module: git-version-gen.
8249         * modules/git-version-gen: New file.
8250
8251         Import changes from coreutils for bootstrap script.
8252
8253         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
8254
8255         bootstrap: uses rsync to download the .po files
8256         * build-aux/bootstrap (po_download_command_format): New global.
8257         (download_po_files): Use rsync.
8258         (update_po_files): Don't remove .po files after download,
8259         so future rsync runs can take advantage of the copies.
8260
8261         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
8262
8263         Solve the unnecessary-.po-file-regeneration problem once and for all.
8264         * build-aux/bootstrap (download_po_files): New function, renamed from
8265         get_translations.  Now, downloads, but doesn't update LINGUAS.
8266         (update_po_files): New function.
8267
8268         bootstrap: Ignore more.
8269         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
8270         uniwidth to e.g., lib/.gitignore.
8271         (slurp): Handle the sys_stat_.h -> sys mapping, too.
8272
8273         * build-aux/bootstrap: New setting: vc_ignore.
8274         (insert_sorted_if_absent): Create $file if absent.
8275         Adapt to new, possibly empty, list: $vc_ignore.
8276
8277         bootstrap: generate more ignorable names
8278         * build-aux/bootstrap (slurp): When generating ignorable names,
8279         also map .sin to .sed, .gperf to .c, and .y to .c.
8280
8281 2007-09-03  Jim Meyering  <jim@meyering.net>
8282
8283         * build-aux/git-version-gen: New file, from coreutils.  For details, see
8284         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
8285
8286 2007-09-02  Bruno Haible  <bruno@clisp.org>
8287
8288         Fix mis-recognition of 'mcs' on QNX 6.
8289         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
8290         output contains the string "Mono".
8291         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
8292         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
8293
8294 2007-09-01  Bruno Haible  <bruno@clisp.org>
8295
8296         Fix collision between uniwidth/* and linebreak modules.
8297         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
8298         u32_width): Remove declarations.
8299         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
8300         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
8301         streq3, streq2, streq1, streq0): Remove functions.
8302         (STREQ): Remove macro.
8303         (is_cjk_encoding): Remove function.
8304         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
8305         (uc_width, u8_width, u16_width, u32_width): Remove functions.
8306         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
8307         * NEWS: Document the change.
8308
8309 2007-09-01  Bruno Haible  <bruno@clisp.org>
8310
8311         * lib/streq.h: Add double-inclusion guard.
8312
8313 2007-09-01  Karl Berry  <karl@gnu.org>
8314
8315         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
8316
8317 2007-08-28  Jim Meyering  <jim@meyering.net>
8318
8319         Rename mreadlink_with_size to areadlink_with_size.
8320         * NEWS: Document the change.
8321         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
8322         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
8323         * lib/mreadlink.h: Rename this to...
8324         * lib/areadlink.h: ...this.
8325         * modules/mreadlink-with-size: Rename this to...
8326         * modules/areadlink-with-size: ...this.
8327         * lib/canonicalize.c: Reflect the renaming.
8328         * modules/canonicalize: Likewise.
8329
8330 2007-08-26  Bruno Haible  <bruno@clisp.org>
8331
8332         * gnulib-tool (func_import): When deciding which files to remove,
8333         consider also dangling symbolic links.
8334         Reported by Eric Blake.
8335
8336 2007-08-26  Bruno Haible  <bruno@clisp.org>
8337
8338         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
8339
8340 2007-08-23  Simon Josefsson  <simon@josefsson.org>
8341
8342         * lib/readline.c: Don't include getline.h, the prototype is now
8343         found in stdio.h.
8344
8345 2007-08-23  Jim Meyering  <jim@meyering.net>
8346
8347         Getdelim touchup.
8348         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
8349         around the funlockfile call, since funlockfile never sets errno.
8350         Don't set errno upon failed realloc.
8351
8352 2007-08-22  Eric Blake  <ebb9@byu.net>
8353
8354         Getline touchups.
8355         * lib/getdelim.c (getdelim): Revert regression that required *n to
8356         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
8357         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
8358         getdelim, rather than whether implementation is missing.
8359         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
8360         * lib/stdio_.h (getline): Also declare if replacement is
8361         required.
8362         * doc/functions/getdelim.texi: New file.
8363         * doc/functions/getline.texi: Likewise.
8364         * doc/gnulib.texi (Function Substitutes): Add new files.
8365         Reported by Bruno Haible.
8366
8367 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
8368
8369         * users.txt: Add Guile.
8370
8371 2007-08-22  Eric Blake  <ebb9@byu.net>
8372
8373         * tests/test-getdelim.c (main): Use remove, not unlink.
8374         * tests/test-getline.c (main): Likewise.
8375
8376         Move getline and getdelim into stdio.h, per POSIX 200x.
8377         * modules/getline (Files): Remove getline.h.
8378         (Depends-on): Add stdio.
8379         (configure.ac): Add module indicator.
8380         * modules/getdelim (Files): Remove getdelim.h.
8381         (Depends-on): Add stdio.
8382         (configure.ac): Add module indicator.
8383         * modules/stdio (Makefile.am): Work with new indicators.
8384         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
8385         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
8386         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
8387         * lib/getdelim.h: Delete.
8388         * lib/getline.h: Delete.
8389         * lib/stdio_.h (getdelim, getline): Declare.
8390         * modules/getdelim-tests: New module.
8391         * modules/getline-tests: Likewise.
8392         * tests/test-getdelim.c: New file.
8393         * tests/test-getline.c: Likewise.
8394         * NEWS: Document the change.
8395         * lib/getline.c: Update choice of header.
8396         * lib/csharpcomp.c: Likewise.
8397         * lib/getpass.c: Likewise.
8398         * lib/javacomp.c: Likewise.
8399         * lib/javaversion.c: Likewise.
8400         * lib/yesno.c: Likewise.
8401         * lib/getdelim.c: Likewise.
8402         (getdelim): Set errno on failure, and avoid memory leak.
8403
8404 2007-08-19  Bruno Haible  <bruno@clisp.org>
8405
8406         * modules/closein (Depends-on): Add freadahead.
8407         * lib/closein.c: Include freadahead.h.
8408         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
8409         is zero.
8410
8411 2007-08-19  Bruno Haible  <bruno@clisp.org>
8412
8413         * modules/freadahead-tests: New file.
8414         * tests/test-freadahead.sh: New file.
8415         * tests/test-freadahead.c: New file.
8416
8417         * modules/freadahead: New file.
8418         * lib/freadahead.h: New file.
8419         * lib/freadahead.c: New file.
8420         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
8421         fbufmode, fpurge, freadable, fwritable.
8422
8423 2007-08-19  Eric Blake  <ebb9@byu.net>
8424
8425         Test yesno in combination with closein.
8426         * lib/yesno.c (yesno): Document use of stdin.
8427         * modules/yesno-tests (Files): New module.
8428         * tests/test-yesno.c (main): New file.
8429         * tests/test-yesno.sh: Likewise.
8430
8431 2007-08-19  Bruno Haible  <bruno@clisp.org>
8432
8433         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
8434         * lib/fseeko.c (rpl_fseeko): Likewise.
8435         * lib/fseterr.c (fseterr): Likewise.
8436
8437 2007-08-19  Bruno Haible  <bruno@clisp.org>
8438
8439         * tests/test-lseek.c (main): Disable a test for BeOS.
8440         * doc/functions/lseek.texi: Document the BeOS bug.
8441
8442 2007-08-19  Bruno Haible  <bruno@clisp.org>
8443             Eric Blake  <ebb9@byu.net>
8444
8445         * lib/lseek.c: Include <sys/stat.h>.
8446         (rpl_lseek): Add workaround code also for Unix platforms.
8447         Needed for BeOS.
8448         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
8449         * doc/functions/lseek.texi: Document BeOS definiency.
8450
8451 2007-08-18  Bruno Haible  <bruno@clisp.org>
8452
8453         * modules/fstrcmp-tests: New file.
8454         * tests/test-fstrcmp.c: New file.
8455
8456 2007-08-18  Bruno Haible  <bruno@clisp.org>
8457
8458         * modules/fstrcmp: New file, from GNU gettext with modifications.
8459         * lib/fstrcmp.h: New file, from GNU gettext.
8460         * lib/fstrcmp.c: New file, from GNU gettext.
8461         * MODULES.html.sh (String handling): Add fstrcmp.
8462
8463 2007-08-18  Bruno Haible  <bruno@clisp.org>
8464
8465         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
8466         'bool'.
8467         (diag, compareseq): Remove const from the ctxt argument.
8468         (USE_HEURISTIC): Undefine at the end.
8469
8470 2007-08-18  Jim Meyering  <jim@meyering.net>
8471
8472         New file: lib/idcache.h
8473         * NEWS: Mention the addition.
8474         * modules/idcache (Files): Add lib/idcache.h
8475         * lib/idcache.c: Include "idcache.h".
8476         Don't include <sys/types.h>.
8477         Add a FIXME comment.
8478         Move file-scoped "static" declarations to the top.
8479         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
8480
8481 2007-08-17  Bruno Haible  <bruno@clisp.org>
8482         and Paul Eggert  <eggert@cs.ucla.edu>
8483
8484         * MODULES.html.sh: Add diffseq.
8485         * modules/diffseq: New file.
8486         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
8487         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
8488
8489 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8490
8491         Import changes from coreutils for bootstrap script.
8492
8493         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
8494
8495         * build-aux/bootstrap (slurp): Work even in environments where
8496         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
8497         current code does not slurp files whose names start with ".", and
8498         this looks like it might be a troublesome area.
8499
8500         2007-07-11  Jim Meyering  <jim@meyering.net>
8501
8502         If there's a GPL vN copyright comment, require that N == 3.
8503
8504         2007-07-08  Jim Meyering  <jim@meyering.net>
8505
8506         Run the coreutils-specific code only if tests/Makefile.am.in exists.
8507         * build-aux/bootstrap (mam_template): Move definition out of loop.
8508
8509         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
8510
8511         * build-aux/bootstrap (symlink_to_dir): Rename function from
8512         symlink_to_gnulib.  Add a directory parameter.  Update all
8513         callers.
8514         (cp_mark_as_generated): Also check for -- and link to -- files in
8515         gl/.
8516
8517         2007-07-08  Jim Meyering  <jim@meyering.net>
8518
8519         Adapt to deeper hierarchy in gnulib.
8520         * build-aux/bootstrap (symlink_to_dir): If the destination
8521         directory doesn't exist, create it. This is required at least for
8522         "lib/uniwidth/cjk.h".
8523
8524         2007-05-15  Jim Meyering  <jim@meyering.net>
8525
8526         * build-aux/bootstrap: Now that generated Makefile.am files
8527         are no longer under version control, they must be created at
8528         bootstrap time.
8529
8530 2007-08-14  Ben Pfaff  <blp@gnu.org>
8531
8532         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
8533
8534 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8535
8536         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
8537         given the changes below.
8538         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
8539         even on hosts that have padding bits beyond the supported 64.
8540
8541 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8542
8543         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
8544         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
8545         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
8546         depends on it.
8547         (xstrtol_error): Remove.
8548         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
8549         but with a different signature.
8550         (ATTRIBUTE_NORETURN, __attribute__): New macros.
8551         * lib/xstrtol-error.c: Include exitfail.h.
8552         (xstrtol_fatal): New function, with a different signature from the
8553         old xstrtol_error, so that the caller need not worry about passing
8554         in an exit status, or about storage management of the option argument.
8555         (xstrtol_error): Now a static function.  Redo signature to
8556         implement xstrtol_fatal.  Output the correct number of hyphens in
8557         front of the option so that the caller need not worry about
8558         storage management.
8559         (N_): New macro.
8560         (_): Remove; not used now.
8561         * modules/xstrtol: Depend on getopt.
8562         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
8563         of old STRTOL_FATAL_ERROR macro.
8564         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
8565         of test program.
8566         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
8567         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
8568
8569 2007-08-08  Eric Blake  <ebb9@byu.net>
8570
8571         * lib/xstrtol-error.c: Add missing include.
8572
8573         Move xstrtol messages into gnulib domain, when --pobase is used.
8574         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
8575         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
8576         * modules/xstrtol (Files): Distribute new file.
8577         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
8578         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
8579         * tests/test-xstrtol.c: ...into new file.
8580         * tests/test-xstrtoul.c: Also test xstrtoul.
8581         * tests/test-xstrtoimax.c: Also test xstrtoimax.
8582         * tests/test-xstrtoumax.c: Also test xstrtoumax.
8583         * tests/test-xstrtol.sh: Drive the tests.
8584         * tests/test-xstrtoimax.sh: Likewise.
8585         * tests/test-xstrtoumax.sh: Likewise.
8586         * modules/xstrtol-tests: New module.
8587         * modules/xstrtoimax-tests: Likewise.
8588         * modules/xstrtoumax-tests: Likewise.
8589
8590 2007-08-08  Jim Meyering  <jim@meyering.net>
8591
8592         New function: mfile_name_concat.
8593         * lib/filenamecat.c (mfile_name_concat): New function, just like
8594         file_name_concat, but return NULL upon failure rather than exiting
8595         with a diagnostic.
8596         * lib/filenamecat.h: Declare it.
8597
8598 2007-08-07  Bruno Haible  <bruno@clisp.org>
8599
8600         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
8601         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
8602         warning from gcc.
8603         Reported by Eric Blake.
8604
8605 2007-08-07  Simon Josefsson  <simon@josefsson.org>
8606
8607         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
8608         * modules/crypto/arcfour (License): Likewise.
8609         * modules/crypto/des-tests (License): Likewise.
8610         * modules/crypto/gc-arctwo-tests (License): Likewise.
8611         * modules/crypto/gc-des-tests (License): Likewise.
8612         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
8613         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
8614         * modules/crypto/gc-md2-tests (License): Likewise.
8615         * modules/crypto/gc-md4-tests (License): Likewise.
8616         * modules/crypto/gc-md5-tests (License): Likewise.
8617         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
8618         * modules/crypto/gc-rijndael-tests (License): Likewise.
8619         * modules/crypto/gc-sha1-tests (License): Likewise.
8620         * modules/crypto/gc-tests (License): Likewise.
8621         * modules/crypto/hmac-md5 (License): Likewise.
8622         * modules/crypto/hmac-sha1 (License): Likewise.
8623         * modules/crypto/md2-tests (License): Likewise.
8624         * modules/crypto/md4-tests (License): Likewise.
8625         * modules/crypto/md5 (License): Likewise.
8626         * modules/crypto/rijndael (License): Likewise.
8627         * modules/crypto/sha1 (License): Likewise.
8628         * modules/memxor (License): Likewise.
8629
8630 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
8631         and Bruno Haible  <bruno@clisp.org>
8632
8633         * NEWS: Describe interface changes to human, xstrtol.
8634         * lib/human.h: Include <xstrtol.h>.
8635         (human_options): Return enum strtol_error, not int.  Remove
8636         bool arg; take int * instead.
8637         * lib/human.c: Don't include "gettext.h".
8638         (_): Remove; no longer used.
8639         Don't include <xstrtol.h>, since human.h does it.
8640         (human_options): Adjust to abovementioned interface changes.
8641         Do not report error to stderr; that's now the caller's
8642         responsibility.
8643         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
8644         interface change.
8645         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
8646         Str, Argument_type_string.  All uses changed.  Put " argument"
8647         in diagnostics to make them clearer.  Change wording of suffix
8648         message for clarity.
8649         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
8650         Argument_type_string.
8651         (STRTOL_FATAL_WARN): Remove; no longer used.
8652         * modules/human (Depends-on): Remove gettext-h.
8653
8654 2007-08-06  Simon Josefsson  <simon@josefsson.org>
8655
8656         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
8657
8658 2007-07-31  Bruno Haible  <bruno@clisp.org>
8659
8660         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
8661         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
8662         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
8663
8664 2007-07-31  Bruno Haible  <bruno@clisp.org>
8665
8666         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
8667         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
8668
8669 2007-07-30  Bruno Haible  <bruno@clisp.org>
8670
8671         * modules/base64 (License): Use the synonymous term "LGPLv2+".
8672         * modules/c-ctype (License): Likewise.
8673         * modules/c-strcase (License): Likewise.
8674         * modules/check-version (License): Likewise.
8675         * modules/iconv (License): Likewise.
8676         * modules/iconv_open (License): Likewise.
8677         * modules/read-file (License): Likewise.
8678         * modules/striconv (License): Likewise.
8679         * modules/strverscmp (License): Likewise.
8680         * modules/vasprintf (License): Likewise.
8681         * modules/crypto/des (License): Likewise.
8682         * modules/crypto/gc (License): Likewise.
8683         * modules/crypto/gc-arcfour (License): Likewise.
8684         * modules/crypto/gc-arctwo (License): Likewise.
8685         * modules/crypto/gc-des (License): Likewise.
8686         * modules/crypto/gc-hmac-md5 (License): Likewise.
8687         * modules/crypto/gc-hmac-sha1 (License): Likewise.
8688         * modules/crypto/gc-md2 (License): Likewise.
8689         * modules/crypto/gc-md4 (License): Likewise.
8690         * modules/crypto/gc-md5 (License): Likewise.
8691         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
8692         * modules/crypto/gc-random (License): Likewise.
8693         * modules/crypto/gc-rijndael (License): Likewise.
8694         * modules/crypto/gc-sha1 (License): Likewise.
8695         * modules/crypto/md2 (License): Likewise.
8696         * modules/crypto/md4 (License): Likewise.
8697
8698 2007-07-30  Jim Meyering  <jim@meyering.net>
8699
8700         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
8701         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
8702         it has valid stat data.  This bug would cause du not to count the
8703         sizes of inaccessible directories.
8704         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
8705         in <http://bugzilla.redhat.com/250077>.
8706
8707 2007-07-25  Peter O'Gorman  <peter@pogma.com>
8708             Bruno Haible  <bruno@clisp.org>
8709
8710         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
8711         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
8712         #include_next, gives a diagnostic about it, but reports no error in
8713         the exit code.
8714         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
8715
8716 2007-07-24  Ben Pfaff  <blp@gnu.org>
8717
8718         Improve name: "count-one-bits" is better than "popcount".
8719         * MODULES.html.sh: Update name.
8720         * lib/popcount.h: Renamed lib/count-one-bits.h.
8721         (popcount): Renamed count_one_bits.
8722         (popcountl): Renamed count_one_bits_l.
8723         (popcountll): Renamed count_one_bits_ll.
8724         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
8725         * modules/popcount: Renamed module/count-one-bits.
8726         * modules/popcount-tests: Renamed module/count-one-bits-tests.
8727         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
8728
8729 2007-07-23  Ben Pfaff  <blp@gnu.org>
8730
8731         * lib/popcount.h (popcount32): Reduce size of constants, to allow
8732         better code generation, and add U to large constants to avoid
8733         warnings, in non-GCC case.
8734         Suggested by Bruno Haible.
8735
8736 2007-07-23  Ben Pfaff  <blp@gnu.org>
8737
8738         * lib/popcount.h: Use verify_true instead of if...abort.
8739         * modules/popcount: Depend on verify module.
8740         Suggested by Jim Meyering.
8741
8742 2007-07-23  Bruno Haible  <bruno@clisp.org>
8743
8744         * gnulib-tool (func_import): Create a .cvsignore file also when the
8745         directory is not yet in CVS but the toplevel directory is. When
8746         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
8747         Reported by Karl Berry.
8748
8749 2007-07-22  Ben Pfaff  <blp@gnu.org>
8750
8751         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
8752         case.
8753         Suggested by Eric Blake.
8754
8755 2007-07-22  Ben Pfaff  <blp@gnu.org>
8756
8757         New module: popcount.
8758         * MODULES.html.sh: Add popcount.
8759         * modules/popcount: New file.
8760         * modules/popcount-tests: New file.
8761         * tests/test-popcount.c: New file.
8762         * lib/popcount.h: New file.
8763         * m4/popcount.m4: New file.
8764
8765 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8766
8767         * build-aux/announce-gen: Update to GPLv3.
8768
8769         * build-aux/config.guess: Update from config.
8770
8771 2007-07-21  Bruno Haible  <bruno@clisp.org>
8772
8773         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
8774         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
8775
8776 2007-07-20  Jim Meyering  <jim@meyering.net>
8777
8778         * check-module: Diagnose a self-dependency.
8779
8780 2007-07-19  Bruno Haible  <bruno@clisp.org>
8781
8782         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
8783         empty.
8784         Reported by Eric Blake.
8785
8786 2007-07-18  Bruno Haible  <bruno@clisp.org>
8787
8788         * gnulib-tool: New options --po-base, --po-domain.
8789         (func_usage): Document them.
8790         (pobase, po_domain): New variables.
8791         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
8792         DEFAULT_TEXT_DOMAIN.
8793         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
8794         (func_import): Consider pobase and po_domain. Create a po/ directory.
8795         (func_create_testdir): Set pobase and po_domain to empty.
8796         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
8797         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
8798
8799 2007-07-18  Bruno Haible  <bruno@clisp.org>
8800
8801         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8802         EXTRA_DIST augmentation for files in build-aux/.
8803
8804 2007-07-16  Bruno Haible  <bruno@clisp.org>
8805
8806         * modules/lseek (License): Use the synonymous term "LGPLv2+".
8807         * modules/getdelim (License): Likewise.
8808
8809 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8810
8811         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
8812         * modules/d-type (License): Likewise.
8813         * modules/extensions (License): Likewise.
8814         * modules/fnmatch (License): Likewise.
8815         * modules/fseeko (License): Likewise.
8816         * modules/getaddrinfo (License): Likewise.
8817         * modules/getline (License): Likewise.
8818         * modules/getlogin_r (License): Likewise.
8819         * modules/getpass (License): Likewise.
8820         * modules/gettimeofday (License): Likewise.
8821         * modules/glob (License): Likewise.
8822         * modules/inet_ntop (License): Likewise.
8823         * modules/malloc (License): Likewise.
8824         * modules/malloca (License): Likewise.
8825         * modules/memmem (License): Likewise.
8826         * modules/mempcpy (License): Likewise.
8827         * modules/memset (License): Likewise.
8828         * modules/minmax (License): Likewise.
8829         * modules/mktime (License): Likewise.
8830         * modules/netinet_in (License): Likewise.
8831         * modules/pathmax (License): Likewise.
8832         * modules/poll (License): Likewise.
8833         * modules/regex (License): Likewise.
8834         * modules/snprintf (License): Likewise.
8835         * modules/stdbool (License): Likewise.
8836         * modules/stdint (License): Likewise.
8837         * modules/stdio (License): Likewise.
8838         * modules/strcase (License): Likewise.
8839         * modules/strcasestr (License): Likewise.
8840         * modules/strdup (License): Likewise.
8841         * modules/string (License): Likewise.
8842         * modules/strndup (License): Likewise.
8843         * modules/strnlen (License): Likewise.
8844         * modules/strpbrk (License): Likewise.
8845         * modules/strptime (License): Likewise.
8846         * modules/strsep (License): Likewise.
8847         * modules/sys_select (License): Likewise.
8848         * modules/sys_socket (License): Likewise.
8849         * modules/sys_stat (License): Likewise.
8850         * modules/sys_time (License): Likewise.
8851         * modules/time (License): Likewise.
8852         * modules/time_r (License): Likewise.
8853         * modules/timegm (License): Likewise.
8854         * modules/unistd (License): Likewise.
8855         * modules/vsnprintf (License): Likewise.
8856         * modules/wctype (License): Likewise.
8857
8858 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8859
8860         * modules/argz (License): LGPLv2+.
8861
8862 2007-07-15  Karl Berry  <karl@gnu.org>
8863
8864         * doc/gnulib.texi: revise node structure per new fdl.texi.
8865
8866 2007-07-14  Bruno Haible  <bruno@clisp.org>
8867
8868         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
8869         the output file.
8870         * lib/uniname/uninames.h: Regenerated.
8871
8872 2007-07-14  Karl Berry  <karl@gnu.org>
8873
8874         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
8875         omitting sectioning and index commands.
8876
8877 2007-07-13  Bruno Haible  <bruno@clisp.org>
8878
8879         New gnulib-tool option --more-symlinks.
8880         * gnulib-tool (func_usage): Document --more-symlinks.
8881         (do_copyrights): New variable.
8882         Recognize option --more-symlinks.
8883         (func_import): Don't add a copyright notice transform to
8884         sed_transform_lib_file if do_copyrights is empty.
8885
8886 2007-07-13  Bruno Haible  <bruno@clisp.org>
8887
8888         * lib/vasnprintf.c (decimal_point_char): Define also if
8889         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
8890         && !NEED_PRINTF_DIRECTIVE_A.
8891         Reported by Clemens Koller <clemens.koller@anagramm.de> via
8892         Gary V. Vaughan <gary@gnu.org>.
8893
8894 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
8895
8896         * lib/inttypes_.h: Undo previous change, since it was fixed
8897         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
8898
8899 2007-07-13  Bruno Haible  <bruno@clisp.org>
8900
8901         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
8902         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
8903
8904 2007-07-13  Jim Meyering  <jim@meyering.net>
8905
8906         df: Don't fail for Tru64's "file-on-file mount".
8907         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
8908         so we fall through and use statfs instead.  Details here:
8909         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
8910         Reported by Albert Chin.
8911
8912 2007-07-13  Bruno Haible  <bruno@clisp.org>
8913
8914         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
8915         * modules/configmake (License): Likewise.
8916         * modules/gettext (License): Likewise.
8917         * modules/gettext-h (License): Likewise.
8918         * modules/include_next (License): Likewise.
8919         * modules/link-warning (License): Likewise.
8920         * modules/localcharset (License): Likewise.
8921         * modules/localename (License): Likewise.
8922         * modules/lock (License): Likewise.
8923         * modules/relocatable-lib-lgpl (License): Likewise.
8924         * modules/size_max (License): Likewise.
8925         * modules/vasnprintf (License): Likewise.
8926         * modules/wchar (License): Likewise.
8927         * modules/xsize (License): Likewise.
8928
8929 2007-07-13  Bruno Haible  <bruno@clisp.org>
8930
8931         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
8932         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
8933
8934 2007-07-12  Bruno Haible  <bruno@clisp.org>
8935
8936         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
8937         in the modules files.
8938
8939 2007-07-11  Karl Berry  <karl@gnu.org>
8940
8941         * MODULES.html.sh (func_module): use
8942          sed -e '\|^'"${includefile}"'$|d'
8943          instead of /.../d, to avoid errors on $includefile's containing /.
8944
8945 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8946
8947         * gnulib-tool (func_import): Avoid duplication of --avoid
8948         statements
8949         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
8950         names to `_' in variable names.
8951
8952 2007-07-10  Eric Blake  <ebb9@byu.net>
8953
8954         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
8955         * NEWS: Document this change.
8956
8957 2007-07-08  Bruno Haible  <bruno@clisp.org>
8958
8959         Update to Unicode 5.0.
8960         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
8961         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
8962         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
8963         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
8964         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
8965         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
8966         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
8967         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
8968         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
8969         U+10A3F, U+1D242..U+1D244.
8970         (nonspacing_table_ind): Update.
8971         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
8972         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
8973
8974 2007-07-08  Bruno Haible  <bruno@clisp.org>
8975
8976         Update to Unicode 5.0.
8977         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
8978         code transform. Extend the name index field of unicode_name_to_code and
8979         unicode_code_to_name from 16 to 24 bits.
8980         * lib/uniname/uniname.c (unicode_character_name,
8981         unicode_name_character): Add the range 0x12xxx to the code transform.
8982         * lib/uniname/uninames.h: Regenerated.
8983         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
8984
8985 2007-07-07  Bruno Haible  <bruno@clisp.org>
8986
8987         * modules/wcwidth-tests: New file.
8988         * tests/test-wcwidth.c: New file.
8989
8990         Work around MacOS X wcwidth() bug.
8991         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
8992         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
8993         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
8994         original wcwidth in non-UTF-8 locales.
8995         * modules/wcwidth (Depends-on): Add localcharset, streq,
8996         uniwidth/width.
8997         * doc/functions/wcwidth.texi: Update.
8998
8999 2007-07-07  Bruno Haible  <bruno@clisp.org>
9000
9001         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
9002         (wcwidth): New declaration.
9003         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
9004         macros.
9005         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
9006         here. Prepare for creating <wchar.h> unconditionally.
9007         * modules/wchar (Depends-on): Add link-warning.
9008         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
9009         REPLACE_WCWIDTH, and GL_LINK_WARNING.
9010         * lib/wcwidth.h: Remove file.
9011         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
9012         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
9013         * modules/wcwidth (Files): Remove lib/wcwidth.h.
9014         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
9015         (Include): Replace wcwidth.h with <wchar.h>.
9016         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
9017         * lib/mbchar.h: Don't include wcwidth.h.
9018         * lib/mbswidth.c: Likewise.
9019         * NEWS: Mention the change.
9020
9021 2007-07-07  Bruno Haible  <bruno@clisp.org>
9022
9023         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
9024         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
9025         definition with an external declaration.
9026         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
9027         defined as a function. Remove AC_C_INLINE requirement.
9028         * modules/wcwidth (Files): Add lib/wcwidth.c.
9029         (Makefile.am): Remove redundant statement.
9030
9031 2007-07-07  Bruno Haible  <bruno@clisp.org>
9032
9033         * MODULES.html.sh (Unicode string functions): Add the new modules.
9034
9035         * tests/uniwidth/test-u32-strwidth.c: New file.
9036         * modules/uniwidth/u32-strwidth-tests: New file.
9037
9038         * lib/uniwidth/u32-strwidth.c: New file.
9039         * modules/uniwidth/u32-strwidth: New file.
9040
9041         * tests/uniwidth/test-u16-strwidth.c: New file.
9042         * modules/uniwidth/u16-strwidth-tests: New file.
9043
9044         * lib/uniwidth/u16-strwidth.c: New file.
9045         * modules/uniwidth/u16-strwidth: New file.
9046
9047         * tests/uniwidth/test-u8-strwidth.c: New file.
9048         * modules/uniwidth/u8-strwidth-tests: New file.
9049
9050         * lib/uniwidth/u8-strwidth.c: New file.
9051         * modules/uniwidth/u8-strwidth: New file.
9052
9053         * tests/uniwidth/test-u32-width.c: New file.
9054         * modules/uniwidth/u32-width-tests: New file.
9055
9056         * lib/uniwidth/u32-width.c: New file.
9057         * modules/uniwidth/u32-width: New file.
9058
9059         * tests/uniwidth/test-u16-width.c: New file.
9060         * modules/uniwidth/u16-width-tests: New file.
9061
9062         * lib/uniwidth/u16-width.c: New file.
9063         * modules/uniwidth/u16-width: New file.
9064
9065         * tests/uniwidth/test-u8-width.c: New file.
9066         * modules/uniwidth/u8-width-tests: New file.
9067
9068         * lib/uniwidth/u8-width.c: New file.
9069         * modules/uniwidth/u8-width: New file.
9070
9071         * tests/uniwidth/test-uc_width.c: New file.
9072         * modules/uniwidth/width-tests: New file.
9073
9074         * lib/uniwidth/width.c: New file, from GNU libiconv.
9075         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
9076         * modules/uniwidth/width: New file.
9077
9078         * lib/uniwidth.h: New file, from GNU libiconv.
9079         * modules/uniwidth/base: New file.
9080
9081 2007-07-07  Bruno Haible  <bruno@clisp.org>
9082
9083         * lib/uniname.h: New file, from GNU gettext.
9084         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
9085         * lib/uniname/uninames.h: New file, from GNU gettext.
9086         * lib/uniname/uniname.c: New file, from GNU gettext.
9087         * tests/uniname/test-uninames.sh: New file.
9088         * tests/uniname/test-uninames.c: New file, from GNU gettext.
9089         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
9090         * modules/uniname/base: New file.
9091         * modules/uniname/uniname: New file.
9092         * modules/uniname/uniname-tests: New file.
9093         * MODULES.html.sh (Unicode string functions): Add the new modules.
9094
9095 2007-07-06  Bruno Haible  <bruno@clisp.org>
9096
9097         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
9098
9099 2007-07-06  Bruno Haible  <bruno@clisp.org>
9100
9101         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
9102         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
9103         includes <cygwin/sys_time.h> which includes <sys/select.h> which
9104         include <sys/time.h>.
9105         Reported by Eric Blake.
9106
9107 2007-07-06  Eric Blake  <ebb9@byu.net>
9108
9109         Fix testing canonicalize on cygwin.
9110         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
9111         Revert patch from 2007-06-19.
9112         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
9113         canonicalize module is also in use.
9114         * tests/test-canonicalize.c: New file.
9115         * tests/test-canonicalize.sh: Likewise.
9116         * modules/canonicalize-tests: Likewise.
9117
9118 2007-07-06  Jim Meyering  <jim@meyering.net>
9119
9120         * lib/getugroups.c (getugroups): Detect getgrent failure.
9121         Adjust comment to reflect reality: this function may return -1.
9122
9123 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
9124
9125         * build-aux/bootstrap (TP_URL,get_translations): Update to use
9126         the new TP address.
9127         (usage): Fix typo
9128         (gnulib_mk): New variable.
9129
9130 2007-07-05  Jim Meyering  <jim@meyering.net>
9131
9132         Don't let endgrent clobber errno, no matter how improbable.
9133         * lib/getugroups.c (getugroups): Save and restore errno around
9134         endgrent call.
9135
9136         Close the group DB even when failing with 2^31 or more members.
9137         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
9138
9139 2007-07-04  Jim Meyering  <jim@meyering.net>
9140
9141         * lib/getugroups.h: New file.
9142         * lib/getugroups.c: Include "getugroups.h".
9143         Remove uses of "register" keyword.
9144         Move local variable, "cp", down into scope where used.
9145         Give "username" parameter the "const" attribute.
9146         * modules/getugroups (Files): Add lib/getugroups.h
9147
9148 2007-07-04  Karl Berry  <karl@gnu.org>
9149
9150         * MODULES.html.sh (func_all_modules): Complete rename of
9151         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
9152
9153 2007-07-02  Bruno Haible  <bruno@clisp.org>
9154
9155         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
9156         mode, when inttypes.h comes from gnulib.
9157         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
9158
9159 2007-07-02  Simon Josefsson  <simon@josefsson.org>
9160
9161         * NEWS: Mention lgpl module name change.
9162
9163         * modules/lgpl-2.1: Renamed from lgpl.
9164
9165         * NEWS: Mention gpl module name change.
9166
9167         * modules/gpl-3.0: New file, based on gpl-2.0.
9168
9169         * modules/gpl-2.0: Renamed from gpl.
9170
9171         * modules/gpl: Fix filename, doc/gpl.texi is now found at
9172         doc/gpl-2.0.texi.
9173
9174 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9175
9176         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
9177         #define __STDC_LIMIT_MACROS temporarily while including
9178         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
9179         Problem reported by Joel E. Denny in
9180         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
9181
9182 2007-07-01  Bruno Haible  <bruno@clisp.org>
9183
9184         * lib/unistdio.h: New file.
9185         * lib/unistdio/u-asnprintf.h: New file.
9186         * lib/unistdio/u-asprintf.h: New file.
9187         * lib/unistdio/u-printf-args.c: New file.
9188         * lib/unistdio/u-printf-args.h: New file.
9189         * lib/unistdio/u-printf-parse.h: New file.
9190         * lib/unistdio/u-snprintf.h: New file.
9191         * lib/unistdio/u-sprintf.h: New file.
9192         * lib/unistdio/u-vasprintf.h: New file.
9193         * lib/unistdio/u-vsnprintf.h: New file.
9194         * lib/unistdio/u-vsprintf.h: New file.
9195         * lib/unistdio/ulc-asnprintf.c: New file.
9196         * lib/unistdio/ulc-asprintf.c: New file.
9197         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
9198         * lib/unistdio/ulc-printf-parse.c: New file.
9199         * lib/unistdio/ulc-snprintf.c: New file.
9200         * lib/unistdio/ulc-sprintf.c: New file.
9201         * lib/unistdio/ulc-vasnprintf.c: New file.
9202         * lib/unistdio/ulc-vasprintf.c: New file.
9203         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
9204         * lib/unistdio/ulc-vsnprintf.c: New file.
9205         * lib/unistdio/ulc-vsprintf.c: New file.
9206         * lib/unistdio/u8-asnprintf.c: New file.
9207         * lib/unistdio/u8-asprintf.c: New file.
9208         * lib/unistdio/u8-printf-parse.c: New file.
9209         * lib/unistdio/u8-snprintf.c: New file.
9210         * lib/unistdio/u8-sprintf.c: New file.
9211         * lib/unistdio/u8-vasnprintf.c: New file.
9212         * lib/unistdio/u8-vasprintf.c: New file.
9213         * lib/unistdio/u8-vsnprintf.c: New file.
9214         * lib/unistdio/u8-vsprintf.c: New file.
9215         * lib/unistdio/u8-u8-asnprintf.c: New file.
9216         * lib/unistdio/u8-u8-asprintf.c: New file.
9217         * lib/unistdio/u8-u8-snprintf.c: New file.
9218         * lib/unistdio/u8-u8-sprintf.c: New file.
9219         * lib/unistdio/u8-u8-vasnprintf.c: New file.
9220         * lib/unistdio/u8-u8-vasprintf.c: New file.
9221         * lib/unistdio/u8-u8-vsnprintf.c: New file.
9222         * lib/unistdio/u8-u8-vsprintf.c: New file.
9223         * lib/unistdio/u16-asnprintf.c: New file.
9224         * lib/unistdio/u16-asprintf.c: New file.
9225         * lib/unistdio/u16-printf-parse.c: New file.
9226         * lib/unistdio/u16-snprintf.c: New file.
9227         * lib/unistdio/u16-sprintf.c: New file.
9228         * lib/unistdio/u16-vasnprintf.c: New file.
9229         * lib/unistdio/u16-vasprintf.c: New file.
9230         * lib/unistdio/u16-vsnprintf.c: New file.
9231         * lib/unistdio/u16-vsprintf.c: New file.
9232         * lib/unistdio/u16-u16-asnprintf.c: New file.
9233         * lib/unistdio/u16-u16-asprintf.c: New file.
9234         * lib/unistdio/u16-u16-snprintf.c: New file.
9235         * lib/unistdio/u16-u16-sprintf.c: New file.
9236         * lib/unistdio/u16-u16-vasnprintf.c: New file.
9237         * lib/unistdio/u16-u16-vasprintf.c: New file.
9238         * lib/unistdio/u16-u16-vsnprintf.c: New file.
9239         * lib/unistdio/u16-u16-vsprintf.c: New file.
9240         * lib/unistdio/u32-asnprintf.c: New file.
9241         * lib/unistdio/u32-asprintf.c: New file.
9242         * lib/unistdio/u32-printf-parse.c: New file.
9243         * lib/unistdio/u32-snprintf.c: New file.
9244         * lib/unistdio/u32-sprintf.c: New file.
9245         * lib/unistdio/u32-vasnprintf.c: New file.
9246         * lib/unistdio/u32-vasprintf.c: New file.
9247         * lib/unistdio/u32-vsnprintf.c: New file.
9248         * lib/unistdio/u32-vsprintf.c: New file.
9249         * lib/unistdio/u32-u32-asnprintf.c: New file.
9250         * lib/unistdio/u32-u32-asprintf.c: New file.
9251         * lib/unistdio/u32-u32-snprintf.c: New file.
9252         * lib/unistdio/u32-u32-sprintf.c: New file.
9253         * lib/unistdio/u32-u32-vasnprintf.c: New file.
9254         * lib/unistdio/u32-u32-vasprintf.c: New file.
9255         * lib/unistdio/u32-u32-vsnprintf.c: New file.
9256         * lib/unistdio/u32-u32-vsprintf.c: New file.
9257         * tests/unistdio/test-ulc-asnprintf1.c: New file.
9258         * tests/unistdio/test-ulc-asnprintf1.h: New file.
9259         * tests/unistdio/test-ulc-printf1.h: New file.
9260         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
9261         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
9262         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
9263         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
9264         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
9265         * tests/unistdio/test-ulc-vasprintf1.c: New file.
9266         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
9267         * tests/unistdio/test-ulc-vsprintf1.c: New file.
9268         * tests/unistdio/test-u8-asnprintf1.c: New file.
9269         * tests/unistdio/test-u8-asnprintf1.h: New file.
9270         * tests/unistdio/test-u8-printf1.h: New file.
9271         * tests/unistdio/test-u8-vasnprintf1.c: New file.
9272         * tests/unistdio/test-u8-vasnprintf2.c: New file.
9273         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
9274         * tests/unistdio/test-u8-vasnprintf3.c: New file.
9275         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
9276         * tests/unistdio/test-u8-vasprintf1.c: New file.
9277         * tests/unistdio/test-u8-vsnprintf1.c: New file.
9278         * tests/unistdio/test-u8-vsprintf1.c: New file.
9279         * tests/unistdio/test-u16-asnprintf1.c: New file.
9280         * tests/unistdio/test-u16-asnprintf1.h: New file.
9281         * tests/unistdio/test-u16-printf1.h: New file.
9282         * tests/unistdio/test-u16-vasnprintf1.c: New file.
9283         * tests/unistdio/test-u16-vasnprintf2.c: New file.
9284         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
9285         * tests/unistdio/test-u16-vasnprintf3.c: New file.
9286         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
9287         * tests/unistdio/test-u16-vasprintf1.c: New file.
9288         * tests/unistdio/test-u16-vsnprintf1.c: New file.
9289         * tests/unistdio/test-u16-vsprintf1.c: New file.
9290         * tests/unistdio/test-u32-asnprintf1.c: New file.
9291         * tests/unistdio/test-u32-asnprintf1.h: New file.
9292         * tests/unistdio/test-u32-printf1.h: New file.
9293         * tests/unistdio/test-u32-vasnprintf1.c: New file.
9294         * tests/unistdio/test-u32-vasnprintf2.c: New file.
9295         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
9296         * tests/unistdio/test-u32-vasnprintf3.c: New file.
9297         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
9298         * tests/unistdio/test-u32-vasprintf1.c: New file.
9299         * tests/unistdio/test-u32-vsnprintf1.c: New file.
9300         * tests/unistdio/test-u32-vsprintf1.c: New file.
9301         * modules/unistdio/base: New file.
9302         * modules/unistdio/u-printf-args: New file.
9303         * modules/unistdio/ulc-asnprintf: New file.
9304         * modules/unistdio/ulc-asprintf: New file.
9305         * modules/unistdio/ulc-fprintf: New file.
9306         * modules/unistdio/ulc-printf-parse: New file.
9307         * modules/unistdio/ulc-snprintf: New file.
9308         * modules/unistdio/ulc-sprintf: New file.
9309         * modules/unistdio/ulc-vasnprintf: New file.
9310         * modules/unistdio/ulc-vasprintf: New file.
9311         * modules/unistdio/ulc-vfprintf: New file.
9312         * modules/unistdio/ulc-vsnprintf: New file.
9313         * modules/unistdio/ulc-vsprintf: New file.
9314         * modules/unistdio/u8-asnprintf: New file.
9315         * modules/unistdio/u8-asprintf: New file.
9316         * modules/unistdio/u8-printf-parse: New file.
9317         * modules/unistdio/u8-snprintf: New file.
9318         * modules/unistdio/u8-sprintf: New file.
9319         * modules/unistdio/u8-vasnprintf: New file.
9320         * modules/unistdio/u8-vasprintf: New file.
9321         * modules/unistdio/u8-vsnprintf: New file.
9322         * modules/unistdio/u8-vsprintf: New file.
9323         * modules/unistdio/u8-u8-asnprintf: New file.
9324         * modules/unistdio/u8-u8-asprintf: New file.
9325         * modules/unistdio/u8-u8-snprintf: New file.
9326         * modules/unistdio/u8-u8-sprintf: New file.
9327         * modules/unistdio/u8-u8-vasnprintf: New file.
9328         * modules/unistdio/u8-u8-vasprintf: New file.
9329         * modules/unistdio/u8-u8-vsnprintf: New file.
9330         * modules/unistdio/u8-u8-vsprintf: New file.
9331         * modules/unistdio/u16-asnprintf: New file.
9332         * modules/unistdio/u16-asprintf: New file.
9333         * modules/unistdio/u16-printf-parse: New file.
9334         * modules/unistdio/u16-snprintf: New file.
9335         * modules/unistdio/u16-sprintf: New file.
9336         * modules/unistdio/u16-vasnprintf: New file.
9337         * modules/unistdio/u16-vasprintf: New file.
9338         * modules/unistdio/u16-vsnprintf: New file.
9339         * modules/unistdio/u16-vsprintf: New file.
9340         * modules/unistdio/u16-u16-asnprintf: New file.
9341         * modules/unistdio/u16-u16-asprintf: New file.
9342         * modules/unistdio/u16-u16-snprintf: New file.
9343         * modules/unistdio/u16-u16-sprintf: New file.
9344         * modules/unistdio/u16-u16-vasnprintf: New file.
9345         * modules/unistdio/u16-u16-vasprintf: New file.
9346         * modules/unistdio/u16-u16-vsnprintf: New file.
9347         * modules/unistdio/u16-u16-vsprintf: New file.
9348         * modules/unistdio/u32-asnprintf: New file.
9349         * modules/unistdio/u32-asprintf: New file.
9350         * modules/unistdio/u32-printf-parse: New file.
9351         * modules/unistdio/u32-snprintf: New file.
9352         * modules/unistdio/u32-sprintf: New file.
9353         * modules/unistdio/u32-vasnprintf: New file.
9354         * modules/unistdio/u32-vasprintf: New file.
9355         * modules/unistdio/u32-vsnprintf: New file.
9356         * modules/unistdio/u32-vsprintf: New file.
9357         * modules/unistdio/u32-u32-asnprintf: New file.
9358         * modules/unistdio/u32-u32-asprintf: New file.
9359         * modules/unistdio/u32-u32-snprintf: New file.
9360         * modules/unistdio/u32-u32-sprintf: New file.
9361         * modules/unistdio/u32-u32-vasnprintf: New file.
9362         * modules/unistdio/u32-u32-vasprintf: New file.
9363         * modules/unistdio/u32-u32-vsnprintf: New file.
9364         * modules/unistdio/u32-u32-vsprintf: New file.
9365         * modules/unistdio/ulc-asnprintf-tests: New file.
9366         * modules/unistdio/ulc-vasnprintf-tests: New file.
9367         * modules/unistdio/ulc-vasprintf-tests: New file.
9368         * modules/unistdio/ulc-vsnprintf-tests: New file.
9369         * modules/unistdio/ulc-vsprintf-tests: New file.
9370         * modules/unistdio/u8-asnprintf-tests: New file.
9371         * modules/unistdio/u8-vasnprintf-tests: New file.
9372         * modules/unistdio/u8-vasprintf-tests: New file.
9373         * modules/unistdio/u8-vsnprintf-tests: New file.
9374         * modules/unistdio/u8-vsprintf-tests: New file.
9375         * modules/unistdio/u16-asnprintf-tests: New file.
9376         * modules/unistdio/u16-vasnprintf-tests: New file.
9377         * modules/unistdio/u16-vasprintf-tests: New file.
9378         * modules/unistdio/u16-vsnprintf-tests: New file.
9379         * modules/unistdio/u16-vsprintf-tests: New file.
9380         * modules/unistdio/u32-asnprintf-tests: New file.
9381         * modules/unistdio/u32-vasnprintf-tests: New file.
9382         * modules/unistdio/u32-vasprintf-tests: New file.
9383         * modules/unistdio/u32-vsnprintf-tests: New file.
9384         * modules/unistdio/u32-vsprintf-tests: New file.
9385         * MODULES.html.sh (Unicode string functions): Add the new modules.
9386
9387 2007-07-01  Bruno Haible  <bruno@clisp.org>
9388
9389         * lib/sprintf.c (sprintf): Limit the available length estimation,
9390         to avoid address wraparound.
9391         * lib/vsprintf.c (vsprintf): Likewise.
9392         * modules/sprintf-posix (Dependencies): Add stdint.
9393         * modules/vsprintf-posix (Dependencies): Likewise.
9394
9395 2007-07-01  Bruno Haible  <bruno@clisp.org>
9396
9397         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
9398         Windows PATH as well. Conservative double-quoting. Comments.
9399
9400 2007-07-01  Bruno Haible  <bruno@clisp.org>
9401             Eric Blake  <ebb9@byu.net>
9402             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9403
9404         * gnulib-tool (self_abspathname): Fix algorithm to cope with
9405         empty components in $PATH, denoting '.'.
9406
9407 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9408
9409         * gnulib-tool: Fix indentation.
9410         (func_create_megatestdir): Likewise.
9411         Report by Bruno Haible.
9412
9413 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9414
9415         Sync from Automake.
9416         * build-aux/gnupload: Fix shell portability issues with for loops.
9417         Report by Karl Berry.
9418
9419 2007-06-29  Simon Josefsson  <simon@josefsson.org>
9420
9421         * build-aux/maint.mk (POURL): Use translationproject.org.
9422
9423 2007-06-27  Simon Josefsson  <simon@josefsson.org>
9424             Bruno Haible  <bruno@clisp.org>
9425
9426         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
9427         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
9428         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
9429         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
9430         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
9431
9432 2007-06-27  Bruno Haible  <bruno@clisp.org>
9433
9434         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
9435         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
9436
9437 2007-06-26  Karl Berry  <karl@gnu.org>
9438
9439         * MODULES.html.sh: remove xreadlink-with-size.
9440
9441 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9442
9443         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
9444         method that I hope also handles the double-include problem noted
9445         by Bruno Haible in
9446         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
9447
9448 2007-06-23  Bruno Haible  <bruno@clisp.org>
9449
9450         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9451         Don't let the 'mostlyclean' target fail if the last subdirectory could
9452         not be removed.
9453         Reported by Karl Berry.
9454
9455 2007-06-23  Bruno Haible  <bruno@clisp.org>
9456
9457         * gnulib-tool (echo): Add a speedier workaround for ksh.
9458         * tests/test-echo.sh: Likewise.
9459
9460 2007-06-23  Bruno Haible  <bruno@clisp.org>
9461
9462         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
9463         * tests/test-echo.sh: Likewise.
9464
9465 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9466
9467         * gnulib-tool (IFS): Initialize early, so we don't set it to
9468         empty later.
9469         (self_abspathname): Rewrite algorithm to set it, reindent.
9470         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
9471         (func_create_megatestdir): Merge some sed scripts.
9472
9473 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9474
9475         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
9476         exposed by Sun Studio 11 cc on Solaris 8.
9477
9478 2007-06-22  Bruno Haible  <bruno@clisp.org>
9479
9480         * gnulib-tool (echo): Ensure the echo primitive does not interpret
9481         backslashes.
9482         * tests/test-echo.sh: New file.
9483
9484 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9485
9486         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
9487         simplify `sed_replace_build_aux' scripts, they are portable but
9488         echoing them with `echo' is not.
9489         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
9490
9491 2007-06-21  Karl Berry  <karl@gnu.org>
9492
9493         * config/srclist.txt: guess we can't handle the licenses via
9494         srclist at the moment.
9495
9496 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9497
9498         * MODULES.html.sh: Add include_next.
9499         * modules/include_next: New file.
9500
9501 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9502
9503         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
9504         INCLUDE_NEXT.
9505         (gl_CHECK_NEXT_HEADERS): New macro.
9506         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
9507         the obsolescent gl_ABSOLUTE_HEADER.
9508         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
9509         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
9510         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
9511         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
9512         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
9513         * m4/math_h.m4 (gl_MATH_H): Likewise.
9514         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
9515         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
9516         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
9517         * m4/stdint.m4 (gl_STDINT_H): Likewise.
9518         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
9519         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
9520         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
9521         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
9522         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
9523         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
9524         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
9525         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
9526         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
9527         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
9528         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
9529         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
9530         * m4/inttypes.m4 (gl_INTTYPES_H): Define
9531         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
9532         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
9533         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
9534         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
9535         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
9536         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
9537         * lib/float_.h: Likewise.
9538         * lib/inttypes_.h: Likewise.
9539         * lib/math_.h: Likewise.
9540         * lib/search_.h: Likewise.
9541         * lib/signal_.h: Likewise.
9542         * lib/stdint_.h: Likewise.
9543         * lib/stdio_.h: Likewise.
9544         * lib/stdlib_.h: Likewise.
9545         * lib/string_.h: Likewise.
9546         * lib/sys_stat_.h: Likewise.
9547         * lib/sys_time_.h: Likewise.
9548         * lib/time_.h: Likewise.
9549         * lib/unistd_.h: Likewise.
9550         * lib/wchar_.h: Likewise.
9551         * lib/wctype_.h: Likewise.
9552         * lib/dirent_.h: Likewise.
9553         * lib/iconv_.h: Likewise.
9554         * lib/locale_.h: Likewise.
9555         * lib/netinet_in_.h: Likewise.
9556         * lib/sys_select_.h: Likewise.
9557         * lib/sys_socket_.h: Likewise.
9558         * lib/sysexits_.h: Likewise.
9559         * modules/fcntl (Depends-on): Depend on include_next, not
9560         absolute_header.
9561         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
9562         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
9563         * modules/fchdir: Likewise.
9564         * modules/float: Likewise.
9565         * modules/iconv_open: Likewise.
9566         * modules/inttypes: Likewise.
9567         * modules/locale: Likewise.
9568         * modules/math: Likewise.
9569         * modules/netinet_in: Likewise.
9570         * modules/search: Likewise.
9571         * modules/signal: Likewise.
9572         * modules/stdint: Likewise.
9573         * modules/stdio: Likewise.
9574         * modules/stdlib: Likewise.
9575         * modules/string: Likewise.
9576         * modules/sys_select: Likewise.
9577         * modules/sys_socket: Likewise.
9578         * modules/sys_stat: Likewise.
9579         * modules/sys_time: Likewise.
9580         * modules/sysexits: Likewise.
9581         * modules/time: Likewise.
9582         * modules/unistd: Likewise.
9583         * modules/wchar: Likewise.
9584         * modules/wctype: Likewise.
9585         * modules/sys_stat: Change maintainer to "all".
9586         * modules/unistd: Likewise.
9587
9588 2007-06-20  Karl Berry  <karl@gnu.org>
9589
9590         * config/srclist.txt: track www changes in license files.
9591
9592 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
9593
9594         * build-aux/bootstrap: Remove stray dot.
9595         Make sure build_aux settings are honored when linking
9596         gnulib_extra_files.
9597
9598 2007-06-19  Eric Blake  <ebb9@byu.net>
9599
9600         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
9601         Allow compilation on cygwin.
9602
9603 2007-06-19  Jim Meyering  <jim@meyering.net>
9604
9605         xreadlink-with-size: Remove module.  No longer used.
9606         Ex-callers now use xreadlink or mreadlink-with-size.
9607         * modules/xreadlink-with-size: Remove module.
9608         * lib/xreadlink-with-size.c: Remove file.
9609         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
9610         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
9611         just before the function definition *is* accurate.
9612
9613         Eliminate one way canonicalize_filename_mode could exit.
9614         * lib/canonicalize.c (canonicalize_filename_mode):
9615         Use mreadlink_with_size, not xreadlink_with_size.
9616
9617 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
9618
9619         Detect porting problems to FreeBSD/arm, which has time_t wider than
9620         long int.  Original problem reported for GNU diff by Xin Li in
9621         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
9622         * modules/getdate (Depends-on): Add intprops, verify.
9623         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
9624         is an integer type no wider than long int.
9625
9626 2007-06-18  Jim Meyering  <jim@meyering.net>
9627
9628         New module: mreadlink-with-size.
9629         * MODULES.html.sh: Add mreadlink-with-size.
9630         * modules/mreadlink-with-size: New module
9631         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
9632         not xreadlink-with-size.
9633         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
9634
9635 2007-06-16  Bruno Haible  <bruno@clisp.org>
9636
9637         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
9638         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
9639         Reported by Gary V. Vaughan <gary@gnu.org>.
9640
9641 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
9642
9643         Revamp lchown so that it lives in unistd.h where it belongs.
9644         * lib/lchown.h: Remove.
9645         * lib/dirchownmod.c: Don't include lib/lchown.h.
9646         * lib/fchownat.c: Likewise.
9647         * lib/openat.c: Likewise.
9648         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
9649         does not follow symlinks.
9650         (EOPNOTSUPP): Define if not defined.
9651         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
9652         is defined to 0.
9653         (lchown): New decl.
9654         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
9655         Do not check for lchown decl.
9656         Set REPLACE_LCHOWN.
9657         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
9658         REPLACE_LCHOWN.
9659         * modules/chown: Make it clear it follows symlinks.
9660         * modules/lchown: Make it clear it doesn't follow symlinks.
9661         (Files): Remove lib/lchown.h
9662         (Depends-on): Add unistd.
9663         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
9664         (Include): Include <unistd.h>, not "lchown.h".
9665         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
9666         REPLACE_LCHOWN.
9667
9668 2007-06-15  Jim Meyering  <jim@meyering.net>
9669
9670         Change license (GPL to LGPL) of fsusage and dependents.
9671         * modules/fsusage (License): Change to LGPL.
9672         * modules/full-read (License): Likewise.
9673         * modules/full-write (License): Likewise.
9674         * modules/safe-read (License): Likewise.
9675         * modules/safe-write (License): Likewise.
9676
9677 2007-06-14  Ben Pfaff  <blp@gnu.org>
9678
9679         Missing part of allocsa -> malloca transition.
9680         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
9681         gl_MALLOCA.
9682
9683 2007-06-12  Bruno Haible  <bruno@clisp.org>
9684
9685         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
9686         to ia64, x86_64, i386.
9687         Reported by Eric Blake.
9688
9689 2007-06-12  Bruno Haible  <bruno@clisp.org>
9690
9691         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
9692         cross-compiling to x86_64.
9693
9694 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
9695
9696         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
9697         glitch reported by Ralf Wildenhues in
9698         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
9699
9700         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
9701         Vin Shelton.
9702
9703 2007-06-11  Bruno Haible  <bruno@clisp.org>
9704
9705         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
9706         replacement string.
9707         Reported by Eric Blake.
9708
9709 2007-06-10  Bruno Haible  <bruno@clisp.org>
9710
9711         Prepare vasnprintf code for use with Unicode strings.
9712         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
9713         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
9714         TYPE_U32_STRING.
9715         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
9716         a_u32_string variants.
9717         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
9718         * lib/printf-args.c: Don't include config.h and the specification
9719         header if PRINTF_FETCHARGS is already defined.
9720         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
9721         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
9722         TYPE_U16_STRING, TYPE_U32_STRING.
9723         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
9724         u16_directive, u16_directives, u32_directive, u32_directives): New
9725         types.
9726         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
9727         New declarations.
9728         * lib/printf-parse.c: Don't include config.h and the specification
9729         header if PRINTF_PARSE is already defined. Eliminate the set of
9730         parameters for WIDE_CHAR_VERSION; the user of this file must provide
9731         them now. Include c-ctype.h.
9732         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
9733         directive and CHAR_T_ONLY_ASCII.
9734         * lib/vasnprintf.c: Don't include config.h and the specification header
9735         if VASNPRINTF is already defined.
9736         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
9737         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
9738         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
9739         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
9740         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
9741         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
9742         code accordingly.
9743         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
9744         pad_ourselves also in this case, with the 'c' and 's' directives, and
9745         with a different notion of "width".
9746         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
9747
9748 2007-06-10  Bruno Haible  <bruno@clisp.org>
9749
9750         * modules/unistr/u32-mbsnlen: New file.
9751         * lib/unistr/u32-mbsnlen.c: New file.
9752
9753         * modules/unistr/u16-mbsnlen: New file.
9754         * lib/unistr/u16-mbsnlen.c: New file.
9755
9756         * modules/unistr/u8-mbsnlen: New file.
9757         * lib/unistr/u8-mbsnlen.c: New file.
9758
9759         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
9760         declarations.
9761
9762 2007-06-10  Bruno Haible  <bruno@clisp.org>
9763
9764         * lib/string_.h (mbsnlen): New declaration.
9765         * lib/mbsnlen.c: New file.
9766         * m4/mbsnlen.m4: New file.
9767         * modules/mbsnlen: New file.
9768         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
9769         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
9770         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
9771
9772 2007-06-10  Bruno Haible  <bruno@clisp.org>
9773
9774         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
9775
9776 2007-06-10  Bruno Haible  <bruno@clisp.org>
9777
9778         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
9779         * lib/mbuiter.h: Likewise.
9780
9781 2007-06-10  Bruno Haible  <bruno@clisp.org>
9782
9783         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
9784         declaration.
9785
9786 2007-06-10  Karl Berry  <karl@gnu.org>
9787
9788         * config/srclist.txt: remove gettext entries, Bruno prefers
9789         to update individually.
9790
9791 2007-06-10  Bruno Haible  <bruno@clisp.org>
9792
9793         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
9794         'maxlen'. Ensure only length + width bytes are allocated, not
9795         length + 1 + width.
9796
9797 2007-06-09  Bruno Haible  <bruno@clisp.org>
9798
9799         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
9800         (CHAR_T): Remove macro.
9801         (VASNPRINTF): Update.
9802
9803 2007-06-09  Bruno Haible  <bruno@clisp.org>
9804
9805         * MODULES.html.sh (Unicode string functions): Add the new modules.
9806
9807         * modules/uniconv/u32-conv-to-enc: New file.
9808         * lib/uniconv/u32-conv-to-enc.c: New file.
9809         * modules/uniconv/u32-conv-to-enc-tests: New file.
9810         * tests/uniconv/test-u32-conv-to-enc.c: New file.
9811
9812         * modules/uniconv/u16-conv-to-enc: New file.
9813         * lib/uniconv/u16-conv-to-enc.c: New file.
9814         * lib/uniconv/u-conv-to-enc.h: New file.
9815         * modules/uniconv/u16-conv-to-enc-tests: New file.
9816         * tests/uniconv/test-u16-conv-to-enc.c: New file.
9817
9818         * modules/uniconv/u8-conv-to-enc: New file.
9819         * lib/uniconv/u8-conv-to-enc.c: New file.
9820         * modules/uniconv/u8-conv-to-enc-tests: New file.
9821         * tests/uniconv/test-u8-conv-to-enc.c: New file.
9822
9823         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
9824         u32_conv_to_encoding): New declarations.
9825
9826 2007-06-09  Bruno Haible  <bruno@clisp.org>
9827
9828         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
9829
9830 2007-06-09  Bruno Haible  <bruno@clisp.org>
9831
9832         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
9833         * modules/malloca: Renamed from modules/allocsa, updated.
9834         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
9835         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
9836         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
9837         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
9838         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
9839         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
9840         * modules/xmalloca: Renamed from modules/xallocsa, updated.
9841         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
9842         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
9843         * modules/c-strcasestr (Depends-on): Update.
9844         * lib/c-strcasestr.c: Update.
9845         * modules/c-strstr (Depends-on): Update.
9846         * lib/c-strstr.c: Update.
9847         * modules/canonicalize-lgpl (Depends-on): Update.
9848         * lib/canonicalize-lgpl.c: Update.
9849         * modules/clean-temp (Depends-on): Update.
9850         * lib/clean-temp.c: Update.
9851         * modules/csharpcomp (Depends-on): Update.
9852         * lib/csharpcomp.c: Update.
9853         * modules/csharpexec (Depends-on): Update.
9854         * lib/csharpexec.c: Update.
9855         * modules/javacomp (Depends-on): Update.
9856         * lib/javacomp.c: Update.
9857         * modules/javaexec (Depends-on): Update.
9858         * lib/javaexec.c: Update.
9859         * modules/mbscasestr (Depends-on): Update.
9860         * lib/mbscasestr.c: Update.
9861         * modules/mbsstr (Depends-on): Update.
9862         * lib/mbsstr.c: Update.
9863         * modules/setenv (Depends-on): Update.
9864         * lib/setenv.c: Update.
9865         * modules/strcasestr (Depends-on): Update.
9866         * lib/strcasestr.c: Update.
9867         * modules/striconveha (Depends-on): Update.
9868         * lib/striconveha.c: Update.
9869         * modules/relocatable-prog-wrapper (Files): Update.
9870         * lib/relocwrapper.c: Update.
9871         * build-aux/install-reloc: Update.
9872         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
9873
9874 2007-06-08  Bruno Haible  <bruno@clisp.org>
9875
9876         Port to uClibc.
9877         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
9878         * lib/fpurge.c (fpurge): Likewise.
9879         * lib/freading.c (freading): Likewise.
9880         * lib/fseeko.c (rpl_fseeko): Likewise.
9881         * lib/fseterr.c (fseterr): Likewise.
9882         * lib/fwriting.c (fwriting): Likewise.
9883         * tests/test-fflush.c (main): Avoid a failure on uClibc.
9884
9885 2007-06-08  Bruno Haible  <bruno@clisp.org>
9886
9887         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
9888         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
9889         * modules/gettext (Files): Add m4/intlmacosx.m4.
9890
9891 2007-06-07  Bruno Haible  <bruno@clisp.org>
9892
9893         * modules/localename-tests: New file.
9894         * tests/test-localename.c: New file.
9895
9896         New module 'localename'.
9897         * lib/localename.h: New file.
9898         * lib/localename.c: New file, from GNU gettext.
9899         * m4/localename.m4: New file.
9900         * modules/localename: New file.
9901
9902 2007-06-07  Bruno Haible  <bruno@clisp.org>
9903
9904         Work around the lack of <wchar.h> on some builds of uClibc.
9905         * doc/headers/wchar.texi: Update.
9906         * lib/wchar_.h: Include <wchar.h> only if it exists.
9907         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
9908         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
9909         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
9910         doesn't exist.
9911         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
9912         * modules/mbfile (Depends-on): Add wchar.
9913         * modules/mbiter (Depends-on): Likewise.
9914         * modules/mbuiter (Depends-on): Likewise.
9915         Reported by Simon Josefsson.
9916
9917 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
9918
9919         Work around problem reported by Steven M. Schweda in
9920         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
9921         Tru64 5.1B with the Compaq compiler environment installed declares
9922         an 'isblank' function but does not define it in the C library.
9923         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
9924         * lib/regex_internal.h (isblank): Likewise.
9925         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
9926         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
9927
9928 2007-06-05  Bruno Haible  <bruno@clisp.org>
9929
9930         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
9931         ia64.
9932         * modules/printf-safe: New file.
9933         * modules/fprintf-posix (Depends-on): Add printf-safe.
9934         * modules/printf-posix (Depends-on): Likewise.
9935         * modules/snprintf-posix (Depends-on): Likewise.
9936         * modules/sprintf-posix (Depends-on): Likewise.
9937         * modules/vasnprintf-posix (Depends-on): Likewise.
9938         * modules/vasprintf-posix (Depends-on): Likewise.
9939         * modules/vfprintf-posix (Depends-on): Likewise.
9940         * modules/vprintf-posix (Depends-on): Likewise.
9941         * modules/vsnprintf-posix (Depends-on): Likewise.
9942         * modules/vsprintf-posix (Depends-on): Likewise.
9943         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
9944         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
9945         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
9946         "no" on i386, x86_64, ia64.
9947         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
9948         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
9949         on i386, x86_64, ia64.
9950         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
9951         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
9952         on i386, x86_64, ia64.
9953         * tests/test-vasnprintf-posix.c: Include float.h.
9954         (LDBL80_WORDS): New macro.
9955         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
9956         on i386, x86_64, ia64.
9957         * tests/test-vasprintf-posix.c: Include float.h.
9958         (LDBL80_WORDS): New macro.
9959         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
9960         on i386, x86_64, ia64.
9961         * tests/test-snprintf-posix.c: Include float.h.
9962         * tests/test-sprintf-posix.c: Likewise.
9963         * tests/test-vsnprintf-posix.c: Likewise.
9964         * tests/test-vsprintf-posix.c: Likewise.
9965
9966 2007-06-05  Bruno Haible  <bruno@clisp.org>
9967
9968         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
9969         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
9970         non-IEEE numbers on i386, x86_64, ia64.
9971         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
9972         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
9973         * tests/test-isnanl.h: Include float.h.
9974         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
9975
9976 2007-06-05  Bruno Haible  <bruno@clisp.org>
9977
9978         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
9979         also the %a / %A. Handle the %a / %A code before this extra handling.
9980
9981 2007-06-05  Bruno Haible  <bruno@clisp.org>
9982
9983         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
9984         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
9985
9986 2007-06-05  Bruno Haible  <bruno@clisp.org>
9987
9988         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
9989         typo in variable name.
9990
9991 2007-06-05  Eric Blake  <ebb9@byu.net>
9992
9993         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
9994         Reported by Simon Josefsson.
9995
9996 2007-06-04  Bruno Haible  <bruno@clisp.org>
9997
9998         Avoid test failures on some PowerPC platforms.
9999         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
10000         Define differently for PowerPC.
10001         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
10002         Reported by Gary V. Vaughan <gary@gnu.org>.
10003
10004 2007-06-02  Bruno Haible  <bruno@clisp.org>
10005
10006         Fix test-stdint failure on FreeBSD/ia64.
10007         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
10008         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
10009         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
10010         * doc/headers/stdint.texi: Update.
10011
10012 2007-06-01  Bruno Haible  <bruno@clisp.org>
10013
10014         * tests/test-binary-io.c (main): Pass a third argument to open().
10015         Reported by Gary V. Vaughan <gary@gnu.org>.
10016
10017 2007-06-01  Bruno Haible  <bruno@clisp.org>
10018
10019         * doc/functions/frexpl.texi: Update for mingw.
10020
10021 2007-06-01  Bruno Haible  <bruno@clisp.org>
10022
10023         * tests/test-lseek.c (main): Disable test of errno for invalid third
10024         argument.
10025         * doc/functions/lseek.texi: Update.
10026         Reported by Gary V. Vaughan <gary@gnu.org>.
10027
10028 2007-05-28  Bruno Haible  <bruno@clisp.org>
10029
10030         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
10031
10032 2007-05-31  Eric Blake  <ebb9@byu.net>
10033
10034         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
10035         cross compiling.
10036
10037 2007-05-30  Eric Blake  <ebb9@byu.net>
10038         and Bruno Haible  <bruno@clisp.org>
10039
10040         Work around mingw test failures exposed by m4-1.4.9b.
10041         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
10042         * tests/test-unistd.c: Disable uid_t and git_t tests for the
10043         moment.
10044
10045 2007-05-30  Bruno Haible  <bruno@clisp.org>
10046
10047         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
10048         assuming that they are closed. Needed on HP-UX 11.
10049
10050 2007-05-29  Bruno Haible  <bruno@clisp.org>
10051
10052         Fix a problem with #include_next.
10053         * lib/dirent_.h: Split the double-inclusion guard.
10054         * lib/fcntl_.h: Likewise.
10055         * lib/float_.h: Likewise.
10056         * lib/iconv_.h: Likewise.
10057         * lib/inttypes_.h: Likewise.
10058         * lib/locale_.h: Likewise.
10059         * lib/math_.h: Likewise.
10060         * lib/netinet_in_.h: Likewise.
10061         * lib/search_.h: Likewise.
10062         * lib/signal_.h: Likewise.
10063         * lib/stdint_.h: Likewise.
10064         * lib/stdio_.h: Likewise.
10065         * lib/stdlib_.h: Likewise.
10066         * lib/string_.h: Likewise.
10067         * lib/sys_select_.h: Likewise.
10068         * lib/sys_socket_.h: Likewise.
10069         * lib/sys_stat_.h: Likewise.
10070         * lib/sys_time_.h: Likewise.
10071         * lib/sysexits_.h: Likewise.
10072         * lib/time_.h: Likewise.
10073         * lib/unistd_.h: Likewise.
10074         * lib/wchar_.h: Likewise.
10075         * lib/wctype_.h: Likewise.
10076
10077 2007-05-29  Bruno Haible  <bruno@clisp.org>
10078
10079         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
10080         for the moment.
10081
10082 2007-05-29  Bruno Haible  <bruno@clisp.org>
10083
10084         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
10085         invocation.
10086         Reported by Eric Blake.
10087
10088 2007-05-29  Bruno Haible  <bruno@clisp.org>
10089
10090         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
10091         compiling case.
10092
10093 2007-05-29  Eric Blake  <ebb9@byu.net>
10094             Bruno Haible  <bruno@clisp.org>
10095
10096         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
10097         cross compiles.
10098
10099 2007-05-28  Eric Blake  <ebb9@byu.net>
10100
10101         * modules/closein-tests (test_closein_LDADD): Support test on
10102         cygwin with libtool.
10103
10104 2007-05-28  Bruno Haible  <bruno@clisp.org>
10105
10106         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
10107         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
10108         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
10109         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
10110         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
10111         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
10112         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
10113         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
10114         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
10115
10116 2007-05-28  Eric Blake  <ebb9@byu.net>
10117
10118         Unconditionally include <config.h> in unit tests.
10119         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
10120         * tests/test-allocsa.c, tests/test-arcfour.c,
10121         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
10122         tests/test-array_list.c, tests/test-array_oset.c,
10123         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
10124         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
10125         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
10126         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
10127         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
10128         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
10129         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
10130         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
10131         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
10132         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
10133         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
10134         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
10135         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
10136         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
10137         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
10138         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
10139         test-md5.c, test-memmem.c, test-printf-posix.c,
10140         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
10141         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
10142         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
10143         test-strcasestr.c, test-striconv.c, test-striconveh.c,
10144         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
10145         test-vasnprintf-posix2.c, test-vasnprintf.c,
10146         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
10147         test-vfprintf-posix.c, test-vprintf-posix.c,
10148         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
10149         test-xvasprintf.c: Likewise.
10150
10151 2007-05-28  Bruno Haible  <bruno@clisp.org>
10152
10153         * gnulib-tool (func_import): Remember the --with-tests command-line
10154         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
10155         Reported by Eric Blake.
10156
10157 2007-05-28  Bruno Haible  <bruno@clisp.org>
10158
10159         * modules/ftell-tests: New file.
10160         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
10161         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
10162
10163         * lib/ftell.c: New file.
10164         * modules/ftell: New file.
10165         * m4/ftell.m4: New file.
10166         * doc/functions/ftell.texi: Update.
10167         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
10168         REPLACE_FTELL.
10169         * lib/stdio_.h (rpl_ftell): New declaration.
10170         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
10171         REPLACE_FTELL.
10172
10173 2007-05-28  Eric Blake  <ebb9@byu.net>
10174
10175         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
10176
10177 2007-05-28  Bruno Haible  <bruno@clisp.org>
10178
10179         * modules/fseek-tests: New file.
10180         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
10181         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
10182
10183         * lib/fseek.c: New file.
10184         * modules/fseek: New file.
10185         * m4/fseek.m4: New file.
10186         * doc/functions/fseek.texi: Update.
10187         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
10188         REPLACE_FSEEK.
10189         * lib/stdio_.h (rpl_fseek): New declaration.
10190         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
10191         REPLACE_FSEEK.
10192
10193 2007-05-28  Bruno Haible  <bruno@clisp.org>
10194
10195         * lib/stdio_.h (fflush): More comments.
10196
10197 2007-05-28  Bruno Haible  <bruno@clisp.org>
10198
10199         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
10200         runtime test.
10201
10202 2007-05-28  Eric Blake  <ebb9@byu.net>
10203
10204         Improve lseek module.
10205         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
10206         * lib/unistd_.h (lseek): Scale back link warning message.
10207         * tests/test-lseek.c: Beef up test.
10208         * tests/test-lseek.sh: Exercise more facets of lseek.
10209         Reported by Bruno Haible.
10210
10211 2007-05-28  Bruno Haible  <bruno@clisp.org>
10212
10213         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
10214         to define.
10215
10216 2007-05-27  Bruno Haible  <bruno@clisp.org>
10217
10218         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
10219
10220 2007-05-27  Bruno Haible  <bruno@clisp.org>
10221
10222         * modules/openmp: New file.
10223         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
10224         Noah Misch.
10225
10226 2007-05-26  Bruno Haible  <bruno@clisp.org>
10227
10228         * modules/chdir-long (Depends-on): Add fchdir.
10229         * modules/chdir-safer (Depends-on): Likewise.
10230         * modules/fts (Depends-on): Likewise.
10231         * modules/fts-lgpl (Depends-on): Likewise.
10232         * modules/openat (Depends-on): Likewise.
10233         * modules/savewd (Depends-on): Likewise.
10234
10235 2007-05-24  Eric Blake  <ebb9@byu.net>
10236
10237         Fix lseek on mingw.
10238         * modules/lseek: New module.
10239         * m4/lseek.m4: New file.
10240         * lib/lseek.c: New file.
10241         * modules/lseek-tests: New file.
10242         * tests/test-lseek.c: New file.
10243         * tests/test-lseek.sh: New file.
10244         * MODULES.html.sh: Document lseek module.
10245         * modules/fflush (Depends-on): Add lseek, fseeko.
10246         * modules/fseeko (Depends-on): Likewise.
10247         * modules/ftello (Depends-on): Likewise.
10248         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
10249         broken.
10250         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
10251         broken.
10252         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
10253         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
10254         * lib/ftello.c (rpl_ftello): Likewise.
10255         * tests/test-fseeko.c (main): Test this.
10256         * tests/test-fseeko.sh: Likewise.
10257         * tests/test-ftello.c (main): Likewise.
10258         * tests/test-ftello.sh: Likewise.
10259         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
10260         implies replacing fseek.
10261         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
10262         HAVE_FTELLO.
10263         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
10264         * modules/unistd (Makefile.am): Likewise.
10265         * lib/unistd_.h (lseek): Declare a replacement.
10266         * doc/functions/lseek.texi (lseek): Document this fix.
10267         * doc/functions/fseek.texi (fseek): Likewise.
10268         * doc/functions/ftell.texi (ftell): Likewise.
10269
10270 2007-05-24  Bruno Haible  <bruno@clisp.org>
10271
10272         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
10273         in the printed representation of a NaN.
10274         * tests/test-vasprintf-posix.c (test_function): Likewise.
10275         * tests/test-snprintf-posix.h (test_function): Likewise.
10276         * tests/test-sprintf-posix.h (test_function): Likewise.
10277         Reported by Eric Blake.
10278
10279 2007-05-23  Eric Blake  <ebb9@byu.net>
10280
10281         Fix fseeko/ftello on cygwin 1.5.24.
10282         * doc/functions/fseeko.texi (fseeko): Document the fix.
10283         * doc/functions/ftello.texi (ftello): Document the fix.
10284         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
10285         * doc/functions/stdout.text (stdout): New file.
10286         * doc/functions/stderr.text (stderr): New file.
10287         * doc/gnulib.texi (Function Substitutes): Use new files.
10288         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
10289         prior to 1.7.0.
10290         * tests/test-ftello.c (main): Likewise for ftello.
10291         * tests/test-fseeko.sh: New file.
10292         * tests/test-ftello.sh: New file.
10293         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
10294         with seekable stdin.
10295         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
10296         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
10297         (gl_REPLACE_FSEEKO): New macro.
10298         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
10299         * modules/fseeko (Files): Distribute fseeko.c.
10300         * modules/ftello (Files): Distribute ftello.c.
10301         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
10302         mode.
10303         * lib/ftello.c (rpl_ftello): New file.
10304         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
10305         fseeko, ftello.
10306         (gl_STDIN_LARGE_OFFSET): New macro.
10307         * modules/stdio (Makefile.am): Perform the replacement.
10308         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
10309
10310 2007-05-23  Bruno Haible  <bruno@clisp.org>
10311
10312         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
10313         GNULIB_POSIXCHECK is defined.
10314
10315 2007-05-21  Bruno Haible  <bruno@clisp.org>
10316
10317         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
10318         Check also the output for NaN arguments. When cross-compiling, guess
10319         no on IRIX.
10320         * lib/vasnprintf.c: Update comments.
10321         * tests/test-vasnprintf-posix.c (strisnan): New function.
10322         (test_function): Use it.
10323         * tests/test-vasprintf-posix.c (strisnan): New function.
10324         (test_function): Use it.
10325         * tests/test-snprintf-posix.h (strisnan): New function.
10326         (test_function): Use it.
10327         * tests/test-sprintf-posix.h (strisnan): New function.
10328         (test_function): Use it.
10329         Reported by Eric Blake.
10330
10331 2007-05-20  Bruno Haible  <bruno@clisp.org>
10332
10333         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
10334         numbers that fails on BeOS.
10335         * doc/functions/frexpl.texi: Update.
10336
10337 2007-05-20  Jim Meyering  <jim@meyering.net>
10338
10339         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
10340         forced upon us by glibc-2.6.
10341
10342 2007-05-20  Bruno Haible  <bruno@clisp.org>
10343
10344         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
10345         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
10346         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
10347         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
10348         NEED_PRINTF_INFINITE.
10349         (is_infinitel): New function.
10350         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
10351         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
10352         gl_PREREQ_VASNPRINTF_INFINITE.
10353         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
10354         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10355         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
10356         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
10357         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
10358         gl_PREREQ_VASNPRINTF_INFINITE.
10359         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10360         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10361         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10362         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10363         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10364         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10365         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10366         * doc/functions/fprintf.texi: Update.
10367         * doc/functions/printf.texi: Update.
10368         * doc/functions/snprintf.texi: Update.
10369         * doc/functions/sprintf.texi: Update.
10370         * doc/functions/vfprintf.texi: Update.
10371         * doc/functions/vprintf.texi: Update.
10372         * doc/functions/vsnprintf.texi: Update.
10373         * doc/functions/vsprintf.texi: Update.
10374
10375 2007-05-20  Bruno Haible  <bruno@clisp.org>
10376
10377         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
10378         was not found in libc.
10379         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
10380
10381 2007-05-20  Bruno Haible  <bruno@clisp.org>
10382
10383         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
10384         printed as "-nan" instead of "nan".
10385         * tests/test-vasprintf-posix.c (test_function): Likewise.
10386         * tests/test-snprintf-posix.h (test_function): Likewise.
10387         * tests/test-sprintf-posix.h (test_function): Likewise.
10388         Needed for HP-UX 11.
10389
10390 2007-05-20  Jim Meyering  <jim@meyering.net>
10391
10392         Fix buggy test for the fchownat-deref bug.
10393         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
10394         symlink required for the run-test.  Without it, this test would
10395         always declare that fchownat doesn't work, and client code would
10396         unnecessarily use the replacement function with fixed libc.
10397         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
10398         Reported by Greg Schafer.
10399
10400 2007-05-19  Bruno Haible  <bruno@clisp.org>
10401
10402         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
10403         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
10404         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
10405         Needed for IRIX 6.5 and Solaris 2.5.1.
10406
10407 2007-05-19  Bruno Haible  <bruno@clisp.org>
10408
10409         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
10410         (test_function): Skip tests involving -0.0 on platforms where
10411         -0.0 = 0.0.
10412         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
10413         (test_function): Skip tests involving -0.0 on platforms where
10414         -0.0 = 0.0.
10415         * tests/test-snprintf-posix.h (have_minus_zero): New function.
10416         (test_function): Skip tests involving -0.0 on platforms where
10417         -0.0 = 0.0.
10418         * tests/test-sprintf-posix.h (have_minus_zero): New function.
10419         (test_function): Skip tests involving -0.0 on platforms where
10420         -0.0 = 0.0.
10421         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
10422         tests.
10423         * tests/test-printf-posix.h (test_function): Likewise.
10424         * tests/test-printf-posix.output: Remove all -0.0 related results.
10425         Needed for IRIX 6.5.
10426
10427 2007-05-19  Bruno Haible  <bruno@clisp.org>
10428
10429         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
10430         printed as "nan0x7fffffff" instead of "nan".
10431         * tests/test-vasprintf-posix.c (test_function): Likewise.
10432         * tests/test-snprintf-posix.h (test_function): Likewise.
10433         * tests/test-sprintf-posix.h (test_function): Likewise.
10434         * tests/test-fprintf-posix.h (NaN): Remove macro.
10435         (test_function): Remove all NaN related tests.
10436         * tests/test-printf-posix.h (NaN): Remove macro.
10437         (test_function): Remove all NaN related tests.
10438         * tests/test-printf-posix.output: Remove all NaN related results.
10439         Needed for IRIX 6.5.
10440
10441 2007-05-19  Bruno Haible  <bruno@clisp.org>
10442
10443         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
10444         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
10445
10446 2007-05-19  Bruno Haible  <bruno@clisp.org>
10447
10448         * lib/float_.h: New file.
10449         * m4/float_h.m4: New file.
10450         * modules/float: New file.
10451         * modules/isnanl (Dependencies): Add float.
10452         * modules/isnanl-nolibm (Dependencies): Likewise.
10453         * modules/mathl (Dependencies): Likewise.
10454         * modules/printf-frexpl (Dependencies): Likewise.
10455         * modules/signbit (Dependencies): Likewise.
10456         * modules/vasnprintf (Dependencies): Likewise.
10457         * doc/headers/float.texi: Update.
10458
10459 2007-05-19  Jim Meyering  <jim@meyering.net>
10460
10461         * lib/utimens.c (gl_futimens): Rename from futimens,
10462         now that glibc-2.6 declares futimens.
10463         * lib/utimens.h: Likewise.
10464
10465 2007-05-19  Bruno Haible  <bruno@clisp.org>
10466
10467         Avoid test failures on mingw.
10468         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
10469         * tests/test-printf-posix.sh: Likewise.
10470         * tests/test-vfprintf-posix.sh: Likewise.
10471         * tests/test-vprintf-posix.sh: Likewise.
10472
10473 2007-05-19  Bruno Haible  <bruno@clisp.org>
10474
10475         Fix *printf result for NaN, Inf, -0.0 on mingw.
10476         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
10477         * lib/vasnprintf.c: Include math.h and isnan.h.
10478         (is_infinite_or_zero): New function.
10479         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
10480         values in the %f, %F, %e, %E, %g, %G directives.
10481         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
10482         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10483         gl_PRINTF_INFINITE and test its result. Invoke
10484         gl_PREREQ_VASNPRINTF_INFINITE.
10485         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10486         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10487         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10488         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10489         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10490         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10491         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10492         * doc/functions/fprintf.texi: Update.
10493         * doc/functions/printf.texi: Update.
10494         * doc/functions/snprintf.texi: Update.
10495         * doc/functions/sprintf.texi: Update.
10496         * doc/functions/vfprintf.texi: Update.
10497         * doc/functions/vprintf.texi: Update.
10498         * doc/functions/vsnprintf.texi: Update.
10499         * doc/functions/vsprintf.texi: Update.
10500
10501 2007-05-19  Bruno Haible  <bruno@clisp.org>
10502
10503         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
10504         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
10505         Instead of multiplying with 10^k, set extra_zeroes to k.
10506         (scale10_round_long_double): Remove function.
10507
10508 2007-05-18  Bruno Haible  <bruno@clisp.org>
10509
10510         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
10511         introduced on 2007-05-06.
10512
10513 2007-05-18  Bruno Haible  <bruno@clisp.org>
10514
10515         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
10516         %g directives.
10517         * tests/test-vasprintf-posix.c (test_function): Likewise.
10518         * tests/test-snprintf-posix.h (test_function): Likewise.
10519         * tests/test-sprintf-posix.h (test_function): Likewise.
10520
10521 2007-05-18  Bruno Haible  <bruno@clisp.org>
10522
10523         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
10524         (strmatch): New function.
10525         (test_function): Test the %f directive on numbers of various exponents.
10526         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
10527         (strmatch): New function.
10528         (test_function): Test the %f directive on numbers of various exponents.
10529         * tests/test-snprintf-posix.h (strmatch): New function.
10530         (test_function): Test the %f directive on numbers of various exponents.
10531         * tests/test-sprintf-posix.h (strmatch): New function.
10532         (test_function): Test the %f directive on numbers of various exponents.
10533         * tests/test-snprintf-posix.c (SIZEOF): New macro.
10534         * tests/test-sprintf-posix.c (SIZEOF): New macro.
10535         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
10536         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
10537
10538 2007-05-18  Bruno Haible  <bruno@clisp.org>
10539
10540         Add support for 'long double' number output.
10541         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
10542         * lib/vasnprintf.c: Include math.h and float+.h.
10543         (mp_limb_t): New type.
10544         (GMP_LIMB_BITS): New macro.
10545         (mp_twolimb_t): New type.
10546         (GMP_TWOLIMB_BITS): New macro.
10547         (mpn_t): New type.
10548         (multiply, divide, convert_to_decimal, decode_long_double,
10549         scale10_round_long_double, scale10_round_decimal_long_double,
10550         floorlog10l): New functions.
10551         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
10552         for the %f, %F, %e, %E, %g, %G directives.
10553         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
10554         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10555         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
10556         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
10557         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10558         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10559         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10560         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10561         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10562         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10563         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10564         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
10565         * modules/snprintf-posix (Depends-on): Likewise.
10566         * modules/sprintf-posix (Depends-on): Likewise.
10567         * modules/vasnprintf-posix (Depends-on): Likewise.
10568         * modules/vasprintf-posix (Depends-on): Likewise.
10569         * modules/vfprintf-posix (Depends-on): Likewise.
10570         * modules/vsnprintf-posix (Depends-on): Likewise.
10571         * modules/vsprintf-posix (Depends-on): Likewise.
10572         * modules/vasnprintf (Files): Add lib/float+.h.
10573         * doc/functions/fprintf.texi: Update.
10574         * doc/functions/printf.texi: Update.
10575         * doc/functions/snprintf.texi: Update.
10576         * doc/functions/sprintf.texi: Update.
10577         * doc/functions/vfprintf.texi: Update.
10578         * doc/functions/vprintf.texi: Update.
10579         * doc/functions/vsnprintf.texi: Update.
10580         * doc/functions/vsprintf.texi: Update.
10581
10582 2007-05-18  Bruno Haible  <bruno@clisp.org>
10583
10584         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
10585
10586 2007-05-18  Bruno Haible  <bruno@clisp.org>
10587
10588         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
10589         for printing 64-bit integers. Needed for mingw.
10590
10591 2007-05-18  Bruno Haible  <bruno@clisp.org>
10592
10593         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
10594         gl_FUNC_FREXPL_WORKS.
10595         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
10596
10597 2007-05-18  Bruno Haible  <bruno@clisp.org>
10598
10599         * modules/frexpl-nolibm-tests: New file.
10600
10601         * modules/frexpl-nolibm: New file.
10602         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
10603
10604 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
10605
10606         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
10607         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
10608         GCC 4.2, which otherwise issues a lot of warnings.
10609         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
10610         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
10611         Likewise.
10612         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
10613         * modules/iconv_open (iconv.h): Likewise.
10614         * modules/locale (locale.h): Likewise.
10615         * modules/netinet_in (netinet/in.h): Likewise.
10616         * modules/sys_select (sys_select.h): Likewise.
10617         * modules/sys_socket (sys/socket.h): Likewise.
10618         * modules/sys_stat (sys/stat.h): Likewise.
10619         * modules/sysexits (sysexits.h): Likewise.
10620         * modules/unistd (unistd.h): Likewise.
10621
10622 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10623
10624         * modules/closein-tests (Makefile.am): Distribute
10625         `test-closein.sh'.
10626
10627 2007-05-17  Bruno Haible  <bruno@clisp.org>
10628
10629         * tests/test-printf-posix.output: Renamed from
10630         tests/test-fprintf-posix.out.
10631         * modules/fprintf-posix-tests: Update.
10632         * modules/printf-posix-tests: Update.
10633         * modules/vfprintf-posix-tests: Update.
10634         * modules/vprintf-posix-tests: Update.
10635         * tests/test-fprintf-posix.sh: Update.
10636         * tests/test-printf-posix.sh: Update.
10637         * tests/test-vfprintf-posix.sh: Update.
10638         * tests/test-vprintf-posix.sh: Update.
10639         Reported by Ralf Wildenhues.
10640
10641 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
10642
10643         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
10644         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
10645         GCC 4.2, which otherwise issues a lot of warnings.
10646         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
10647         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
10648         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
10649         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
10650         it should no longer be needed.
10651         * lib/string_.h: Likewise.
10652         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
10653         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
10654         * modules/inttypes (inttypes.h): Likewise.
10655         * modules/math (math.h): Likewise.
10656         * modules/search (search.h): Likewise.
10657         * modules/signal (signal.h): Likewise.
10658         * modules/stdint (stdint.h): Likewise.
10659         * modules/stdio (stdio.h): Likewise.
10660         * modules/stdlib (stdlib.h): Likewise.
10661         * modules/string (string.h): Likewise.
10662         * modules/sys_time (sys/time.h): Likewise.
10663         * modules/time (time.h): Likewise.
10664         * modules/wchar (wchar.h): Likewise.
10665         * modules/wctype (wtype.h): Likewise.
10666
10667 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
10668
10669         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
10670
10671 2007-05-13  Bruno Haible  <bruno@clisp.org>
10672
10673         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
10674         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
10675         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
10676         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
10677         (gl_PREREQ_STRTOK_R): Don't require it here.
10678
10679 2007-05-13  Bruno Haible  <bruno@clisp.org>
10680
10681         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
10682         when used in C++ mode.
10683
10684 2007-05-12  Bruno Haible  <bruno@clisp.org>
10685
10686         * lib/linebuffer.h: Tweak doc.
10687         * lib/linebuffer.c: Likewise.
10688
10689 2007-05-12  James Youngman  <jay@gnu.org>
10690
10691         * lib/linebuffer.c (readlinebuffer_delim): New function,
10692         like readlinebuffer, but use a caller-specified delimiter.
10693         (readlinebuffer): Just call readlinebuffer_delim with '\n'
10694         as the delimiter.
10695         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
10696
10697 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10698
10699         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
10700         * modules/openat (Files): Remove openat-die.c.
10701         (Depends-on): Add openat-die.
10702         * modules/openat-die: New module.
10703
10704 2007-05-06  Bruno Haible  <bruno@clisp.org>
10705
10706         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
10707         Update with info about Cygwin.
10708         * doc/functions/fprintf.texi: Update.
10709         * doc/functions/printf.texi: Update.
10710         * doc/functions/snprintf.texi: Update.
10711         * doc/functions/sprintf.texi: Update.
10712         * doc/functions/vfprintf.texi: Update.
10713         * doc/functions/vprintf.texi: Update.
10714         * doc/functions/vsnprintf.texi: Update.
10715         * doc/functions/vsprintf.texi: Update.
10716         Reported by Eric Blake.
10717
10718 2007-05-06  Bruno Haible  <bruno@clisp.org>
10719
10720         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
10721         padding ourselves for the floating-point directives.
10722         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
10723         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
10724         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10725         gl_PRINTF_FLAG_ZERO and test its result. Invoke
10726         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
10727         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10728         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
10729         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10730         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10731         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10732         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10733         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10734         * tests/test-snprintf-posix.h (test_function): Also check the width
10735         and some flags in the %f directive.
10736         * tests/test-sprintf-posix.h (test_function): Likewise.
10737         * tests/test-vasnprintf-posix.c (test_function): Likewise.
10738         * tests/test-vasprintf-posix.c (test_function): Likewise.
10739         * doc/functions/fprintf.texi: Update.
10740         * doc/functions/printf.texi: Update.
10741         * doc/functions/snprintf.texi: Update.
10742         * doc/functions/sprintf.texi: Update.
10743         * doc/functions/vfprintf.texi: Update.
10744         * doc/functions/vprintf.texi: Update.
10745         * doc/functions/vsnprintf.texi: Update.
10746         * doc/functions/vsprintf.texi: Update.
10747
10748 2007-05-06  Bruno Haible  <bruno@clisp.org>
10749
10750         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
10751         pass the ' flag character to sprintf or snprintf.
10752         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
10753         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
10754         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10755         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
10756         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
10757         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10758         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
10759         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10760         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10761         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10762         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10763         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10764         * tests/test-snprintf-posix.h (test_function): Also check the grouping
10765         flag.
10766         * tests/test-sprintf-posix.h (test_function): Likewise.
10767         * tests/test-vasnprintf-posix.c (test_function): Likewise.
10768         * tests/test-vasprintf-posix.c (test_function): Likewise.
10769         * doc/functions/fprintf.texi: Update.
10770         * doc/functions/printf.texi: Update.
10771         * doc/functions/snprintf.texi: Update.
10772         * doc/functions/sprintf.texi: Update.
10773         * doc/functions/vfprintf.texi: Update.
10774         * doc/functions/vprintf.texi: Update.
10775         * doc/functions/vsnprintf.texi: Update.
10776         * doc/functions/vsprintf.texi: Update.
10777
10778 2007-05-01  Bruno Haible  <bruno@clisp.org>
10779
10780         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
10781
10782 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
10783
10784         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
10785         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
10786
10787 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10788
10789         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
10790         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
10791         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
10792
10793 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
10794
10795         * lib/argp-help.c (struct hol_entry): New member `ord'.
10796         (HOL_ENTRY_PTRCMP): Use ord for comparison
10797         (hol_sort): Initialize ord.
10798
10799 2007-05-01  Bruno Haible  <bruno@clisp.org>
10800
10801         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
10802         Reported by Eric Blake.
10803         * doc/gnulib.texi (Function Substitutes): Update.
10804
10805 2007-05-01  Bruno Haible  <bruno@clisp.org>
10806
10807         * doc/functions.texi: Remove file, now redundant through
10808         doc/functions/*.texi.
10809
10810 2007-05-01  Bruno Haible  <bruno@clisp.org>
10811
10812         * modules/argp (Depends-on): Add sleep.
10813
10814 2007-05-01  Bruno Haible  <bruno@clisp.org>
10815
10816         * modules/sleep-tests: New file.
10817         * tests/test-sleep.c: New file.
10818
10819         * modules/sleep: New file.
10820         * lib/sleep.c: New file.
10821         * m4/sleep.m4: New file.
10822         * lib/unistd_.h (sleep): New declaration.
10823         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
10824         HAVE_SLEEP.
10825         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
10826         * doc/functions/sleep.texi: Document the sleep module.
10827
10828 2007-05-01  Bruno Haible  <bruno@clisp.org>
10829
10830         * lib/sigprocmask.h: Remove file.
10831         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
10832         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
10833         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
10834         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
10835         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
10836         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
10837         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
10838         HAVE_SIGSET_T as a shell variable.
10839         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
10840         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
10841         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
10842         (Depends-on): Add signal. Remove verify.
10843         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
10844         (Include): Mention <signal.h> instead of sigprocmask.h.
10845         * NEWS: Mention the change.
10846         * lib/fatal-signal.c: Don't include sigprocmask.h.
10847
10848 2007-05-01  Bruno Haible  <bruno@clisp.org>
10849
10850         * modules/signal: New file.
10851         * lib/signal_.h: New file.
10852         * m4/signal_h.m4: New file.
10853
10854 2007-05-01  Bruno Haible  <bruno@clisp.org>
10855
10856         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
10857         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
10858         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
10859         HAVE_WCTYPE_CTMP_BUG into wctype.h.
10860
10861 2007-05-01  Bruno Haible  <bruno@clisp.org>
10862
10863         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
10864         configure time.
10865         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
10866         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
10867         * modules/sys_stat (Makefile.am): Substitute their values into
10868         sys/stat.h.
10869
10870 2007-05-01  Bruno Haible  <bruno@clisp.org>
10871
10872         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
10873         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
10874         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
10875
10876 2007-05-01  Bruno Haible  <bruno@clisp.org>
10877
10878         * doc/header/assert.texi: Undo last change: don't mention the gnulib
10879         'assert' module here.
10880
10881 2007-05-01  Bruno Haible  <bruno@clisp.org>
10882
10883         * doc/functions/*.texi: New files.
10884         * doc/functions/google-ranking.txt: New file.
10885         * doc/gnulib.texi (Function Substitutes): New chapter.
10886         (ctime, inet_ntoa): Remove sections.
10887         * doc/ctime.texi: Remove file.
10888         * doc/inet_ntoa.texi: Remove file.
10889         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
10890         dependencies.
10891         (%.info): New rule, specifying a --reference-limit.
10892
10893 2007-05-01  Bruno Haible  <bruno@clisp.org>
10894
10895         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
10896
10897 2007-05-01  Bruno Haible  <bruno@clisp.org>
10898
10899         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
10900         the portability of 'mkdir' to mingw systems.
10901
10902 2007-05-01  Bruno Haible  <bruno@clisp.org>
10903
10904         * doc/headers/google-ranking.txt: New file.
10905
10906 2007-04-30  Eric Blake  <ebb9@byu.net>
10907
10908         Prefer fseeko to fseek.
10909         * modules/getpass (Depends-on): Add fseeko.
10910         * lib/getpass.c (getpass): Use fseeko, not fseek.
10911
10912 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
10913
10914         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
10915         assumes the sorting is stable, while most qsort implementations
10916         are not.  Use argument addresses to ensure they never compare as
10917         equal.
10918
10919         * tests/test-argp-2.sh (usage-indent test): Fix output
10920         (func_compare): Restore diff options
10921         * tests/test-argp.c: Restore #include "progname.h"
10922
10923 2007-04-29  Bruno Haible  <bruno@clisp.org>
10924
10925         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
10926         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10927         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
10928         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10929         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
10930         (configure.ac): Define CHECK_SNPRINTF_POSIX.
10931         (TESTS, check_PROGRAMS): Add test-snprintf.
10932         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
10933         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
10934         (TESTS, check_PROGRAMS): Add test-vsnprintf.
10935         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
10936         assertions that fail on HP-UX, OSF/1, or IRIX.
10937         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
10938
10939 2007-04-29  Bruno Haible  <bruno@clisp.org>
10940
10941         * MODULES.html.sh (posix_functions): Remove 'contents'.
10942
10943 2007-04-29  Karl Berry  <karl@gnu.org>
10944
10945         * config/srclist.txt (gendocs_template_min): new entry.
10946
10947 2007-04-29  Bruno Haible  <bruno@clisp.org>
10948
10949         Work around fpurge bug on BSD systems.
10950         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
10951         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
10952         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
10953         fpurge to rpl_fpurge if the system already has this function.
10954         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
10955         the case where the system already has this function. Correct invariants
10956         on BSD systems.
10957         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
10958         BSD systems.
10959
10960 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
10961
10962         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
10963         proposed by Sven Verdoolaege.
10964
10965         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
10966         options.
10967         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
10968         (usage and help tests): Update
10969
10970 2007-04-29  Bruno Haible  <bruno@clisp.org>
10971
10972         * tests/test-fflush.c (main): Use a file of size 17, not 10.
10973         Print more information in case of failure. Disable a test on BeOS.
10974
10975 2007-04-29  Bruno Haible  <bruno@clisp.org>
10976
10977         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
10978         This helps debugging on systems on which no gdb is available.
10979
10980 2007-04-29  Bruno Haible  <bruno@clisp.org>
10981
10982         * lib/freading.h: Improve comments.
10983         * lib/fwriting.h: Likewise.
10984         * tests/test-freading.c (main): Don't check freading immediately after
10985         repositioning. Needed for glibc.
10986
10987 2007-04-29  Bruno Haible  <bruno@clisp.org>
10988
10989         * lib/freading.c (freading): Trivial simplification.
10990
10991 2007-04-28  Bruno Haible  <bruno@clisp.org>
10992
10993         * tests/test-fwriting.c (main): Also test the interaction between
10994         fflush and fwriting.
10995         * modules/fwriting-tests (Depends-on): Add fflush.
10996
10997         * tests/test-freading.c (main): Also test the interaction between
10998         fflush and freading.
10999         * modules/freading-tests (Depends-on): Add fflush.
11000
11001 2007-04-28  Bruno Haible  <bruno@clisp.org>
11002
11003         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
11004         fseeko and ftello.
11005         Suggested by Eric Blake.
11006
11007 2007-04-28  Jim Meyering  <jim@meyering.net>
11008
11009         Avoid false-negative in gl_STDINT_H's C99 conformance test.
11010         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
11011         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
11012
11013 2007-04-27  Eric Blake  <ebb9@byu.net>
11014
11015         * doc/headers/assert.texi (assert.h): Document assert module use.
11016
11017 2007-04-27  Bruno Haible  <bruno@clisp.org>
11018
11019         * doc/headers/*.texi: New files.
11020         * doc/gnulib.texi (Header File Substitutes): New chapter.
11021         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
11022         dependencies.
11023         (standards.info ,standards.html, standards.dvi): Update dependencies.
11024         (mostlyclean, clean): New targets.
11025
11026 2007-04-27  Bruno Haible  <bruno@clisp.org>
11027
11028         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
11029         * modules/sysexits (Files, Makefile.am): Update.
11030
11031         * lib/sys_socket_.h: Renamed from lib/socket_.h.
11032         * modules/sys_socket (Files, Makefile.am): Update.
11033
11034         * lib/sys_stat_.h: Renamed from lib/stat_.h.
11035         * modules/sys_stat (Files, Makefile.am): Update.
11036
11037 2007-04-27  Eric Blake  <ebb9@byu.net>
11038
11039         * lib/freading.h: Improve comments.
11040         * lib/fwriting.h: Likewise.
11041         * lib/fflush.c: Likewise.
11042
11043         Fix closein for mingw.
11044         * modules/closein-tests: Add tests for closein.
11045         * tests/test-closein.c: New file.
11046         * tests/test-closein.sh: Likewise.
11047         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
11048         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
11049
11050 2007-04-27  Bruno Haible  <bruno@clisp.org>
11051
11052         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
11053         version is < 6.
11054         * lib/math_.h [__DECC]: Likewise.
11055         * lib/stdio_.h [__DECC]: Likewise.
11056         * lib/stdlib_.h [__DECC]: Likewise.
11057         * lib/string_.h [__DECC]: Likewise.
11058         * lib/time_.h [__DECC]: Likewise.
11059         * lib/wchar_.h [__DECC]: Likewise.
11060         * lib/wctype_.h [__DECC]: Likewise.
11061
11062 2007-04-27  Bruno Haible  <bruno@clisp.org>
11063
11064         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
11065
11066 2007-04-27  Bruno Haible  <bruno@clisp.org>
11067
11068         * lib/fflush.c: Add comments.
11069         * modules/fpurge-tests (Depends-on): Add fflush.
11070         * modules/freadable-tests (Depends-on): Likewise.
11071         * modules/fwritable-tests (Depends-on): Likewise.
11072
11073 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
11074
11075         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
11076         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
11077         Report by Bruno Haible <bruno@clisp.org>.
11078
11079 2007-04-26  Eric Blake  <ebb9@byu.net>
11080
11081         Fix fflush on mingw.
11082         * modules/fflush (Depends-on): Add freading.
11083         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
11084         but unread data.
11085
11086 2007-04-26  Eric Blake  <ebb9@byu.net>
11087         and Bruno Haible  <bruno@clisp.org>
11088
11089         Implement freading and fwriting.
11090         * lib/freading.c: New file.
11091         * lib/freading.h: Likewise.
11092         * m4/freading.m4: Likewise.
11093         * modules/freading: Likewise.
11094         * modules/freading-tests: Likewise.
11095         * tests/test-freading.c: Likewise.
11096         * lib/fwriting.c: New file.
11097         * lib/fwriting.h: Likewise.
11098         * m4/fwriting.m4: Likewise.
11099         * modules/fwriting: Likewise.
11100         * modules/fwriting-tests: Likewise.
11101         * tests/test-fwriting.c: Likewise.
11102         * MODULES.html.sh (File stream based Input/Output): Mention them.
11103
11104 2007-04-26  Bruno Haible  <bruno@clisp.org>
11105
11106         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
11107         'long' when we assume it.
11108         Suggested by Eric Blake.
11109
11110 2007-04-26  Bruno Haible  <bruno@clisp.org>
11111
11112         Ensure fseeko, ftello are declared on glibc systems.
11113         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
11114         * modules/fseeko (configure.ac-early): Likewise.
11115         * modules/ftello (configure.ac-early): Likewise.
11116         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
11117         AC_FUNC_FSEEKO for this.
11118         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
11119         (gl_CHECK_FSEEKO): Remove macro.
11120
11121 2007-04-26  Bruno Haible  <bruno@clisp.org>
11122
11123         * tests/test-fflush.c (main): Also check the ftell result after
11124         fflush and fseek/fseeko.
11125         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
11126         file descriptor position cache in the stream.
11127         * lib/fseeko.c (rpl_fseeko): Likewise.
11128
11129 2007-04-26  Bruno Haible  <bruno@clisp.org>
11130
11131         * modules/fflush-tests (Depends-on): Add fseeko.
11132
11133 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
11134             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11135
11136         * lib/argz_.h: ensure error_t definition is obtained in same
11137         mechanism system argz.h would have.
11138         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
11139         argz facilities are known bad.  Err on the side of caution if
11140         cross-compiling.
11141
11142 2007-04-25  Eric Blake  <ebb9@byu.net>
11143
11144         * lib/fpurge.c (includes): Use stdlib.h for free.
11145         * tests/test-fflush.c (main): Also test fflush-fseeko.
11146
11147 2007-04-25  Bruno Haible  <bruno@clisp.org>
11148
11149         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
11150         * lib/fseeko.c: New file.
11151         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
11152         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
11153         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
11154         gl_FUNC_FSEEKO.
11155         (gl_FUNC_FSEEKO): Invoke it.
11156         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
11157         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
11158         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
11159
11160 2007-04-25  Bruno Haible  <bruno@clisp.org>
11161
11162         * modules/fflush (Depends-on): Add ftello.
11163
11164 2007-04-25  Bruno Haible  <bruno@clisp.org>
11165
11166         * modules/ftello-tests: New file.
11167         * tests/test-ftello.c: New file.
11168
11169         * modules/ftello: New file.
11170         * m4/ftello.m4: New file.
11171         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
11172         HAVE_FTELLO.
11173         * lib/stdio_.h (ftello): New declaration.
11174         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
11175         HAVE_FTELLO.
11176
11177 2007-04-25  Bruno Haible  <bruno@clisp.org>
11178
11179         * modules/fseeko-tests: New file.
11180         * tests/test-fseeko.c: New file.
11181
11182         * modules/fseeko: New file.
11183         * m4/fseeko.m4: New file.
11184         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
11185         HAVE_FSEEKO.
11186         * lib/stdio_.h (fseeko): New declaration.
11187         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
11188         HAVE_FSEEKO.
11189
11190 2007-04-25  Bruno Haible  <bruno@clisp.org>
11191
11192         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
11193
11194 2007-04-25  Bruno Haible  <bruno@clisp.org>
11195
11196         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
11197         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
11198         * tests/test-unistd.c: Likewise.
11199         * tests/test-fcntl.c: Likewise.
11200
11201 2007-04-23  Eric Blake  <ebb9@byu.net>
11202
11203         * lib/fflush.c: Fix missing include.
11204         Reported by Bruno Haible.
11205
11206 2007-04-23  Bruno Haible  <bruno@clisp.org>
11207
11208         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
11209         Reported by Eric Blake.
11210
11211 2007-04-23  Bruno Haible  <bruno@clisp.org>
11212
11213         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
11214
11215 2007-04-23  Bruno Haible  <bruno@clisp.org>
11216
11217         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
11218
11219 2007-04-23  Bruno Haible  <bruno@clisp.org>
11220
11221         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
11222         Needed on HP-UX 11.
11223
11224 2007-04-16  Eric Blake  <ebb9@byu.net>
11225
11226         Make fflush rely on fpurge.
11227         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
11228         open coding all variants.
11229         * modules/fflush (Depends-on): Add fpurge and unistd.
11230         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
11231         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
11232
11233         Fix --with-tests compilation on cygwin.
11234         * modules/argmatch-tests (Makefile.am): List gnulib library first
11235         in LDADD.
11236         * modules/argp-tests (Makefile.am): Likewise.
11237         * modules/array-list-tests (Makefile.am): Likewise.
11238         * modules/array-oset-tests (Makefile.am): Likewise.
11239         * modules/avltree-list-tests (Makefile.am): Likewise.
11240         * modules/avltree-oset-tests (Makefile.am): Likewise.
11241         * modules/avltreehash-list-tests (Makefile.am): Likewise.
11242         * modules/carray-list-tests (Makefile.am): Likewise.
11243         * modules/dirname-tests (Makefile.am): Likewise.
11244         * modules/frexp-tests (Makefile.am): Likewise.
11245         * modules/isnanl-tests (Makefile.am): Likewise.
11246         * modules/linked-list-tests (Makefile.am): Likewise.
11247         * modules/linkedhash-list-tests (Makefile.am): Likewise.
11248         * modules/lock-tests (Makefile.am): Likewise.
11249         * modules/rbtree-list-tests (Makefile.am): Likewise.
11250         * modules/rbtree-oset-tests (Makefile.am): Likewise.
11251         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
11252         * modules/tls-tests (Makefile.am): Likewise.
11253         * modules/tsearch-tests (Makefile.am): Likewise.
11254         * modules/xvasprintf-tests (Makefile.am): Likewise.
11255
11256         Fix fpurge for cygwin.
11257         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
11258         value.
11259         * modules/fpurge-tests (Depends-on): Clean up trash.
11260
11261 2007-04-16  Simon Josefsson  <simon@josefsson.org>
11262
11263         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
11264
11265         * m4/autobuild.m4: Re-indent.
11266
11267 2007-04-13  Bruno Haible  <bruno@clisp.org>
11268
11269         * modules/fpurge-tests: New file.
11270         * tests/test-fpurge.c: New file.
11271
11272         * modules/fpurge: New file.
11273         * lib/fpurge.h: New file.
11274         * lib/fpurge.c: New file.
11275         * m4/fpurge.m4: New file.
11276
11277 2007-04-13  Bruno Haible  <bruno@clisp.org>
11278
11279         * modules/fbufmode-tests: New file.
11280         * tests/test-fbufmode.c: New file.
11281
11282         * modules/fbufmode: New file.
11283         * lib/fbufmode.h: New file.
11284         * lib/fbufmode.c: New file.
11285         * m4/fbufmode.m4: New file.
11286
11287 2007-04-13  Bruno Haible  <bruno@clisp.org>
11288
11289         * modules/fwritable-tests: New file.
11290         * tests/test-fwritable.c: New file.
11291
11292         * modules/fwritable: New file.
11293         * lib/fwritable.h: New file.
11294         * lib/fwritable.c: New file.
11295         * m4/fwritable.m4: New file.
11296
11297 2007-04-13  Bruno Haible  <bruno@clisp.org>
11298
11299         * modules/freadable-tests: New file.
11300         * tests/test-freadable.c: New file.
11301
11302         * modules/freadable: New file.
11303         * lib/freadable.h: New file.
11304         * lib/freadable.c: New file.
11305         * m4/freadable.m4: New file.
11306
11307 2007-04-13  Bruno Haible  <bruno@clisp.org>
11308
11309         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
11310         MOSTLYCLEANFILES.
11311
11312 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11313
11314         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
11315         gzip bootstrap.conf to avoid dragging in i18n machinery.
11316         (gnulib_tool_option): Use it.
11317
11318 2007-04-13  Bruno Haible  <bruno@clisp.org>
11319
11320         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
11321         %F directives.
11322         * tests/test-vasprintf-posix.c (test_function): Likewise.
11323         * tests/test-snprintf-posix.h (test_function): Likewise.
11324         * tests/test-sprintf-posix.h (test_function): Likewise.
11325         * tests/test-fprintf-posix.h (test_function): Likewise.
11326         * tests/test-printf-posix.h (test_function): Likewise.
11327         * tests/test-fprintf-posix.out: Likewise.
11328
11329 2007-04-13  Bruno Haible  <bruno@clisp.org>
11330
11331         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
11332         * modules/tls-tests (configure.ac): Likewise.
11333         Reported by Arto C. Nirkko <anirkko@insel.ch>.
11334
11335 2007-04-13  Bruno Haible  <bruno@clisp.org>
11336
11337         * lib/tls.c (glthread_tls_get): Fix return type.
11338         Patch by Arto C. Nirkko <anirkko@insel.ch>.
11339
11340 2007-04-12  Eric Blake  <ebb9@byu.net>
11341
11342         * modules/gettime (Depends-on): Remove gettime.
11343         Reported by Dmitry V. Levin.
11344
11345 2007-04-12  Bruno Haible  <bruno@clisp.org>
11346
11347         * modules/fflush (Include): Mention <stdio.h>.
11348         * modules/strtoimax (Include): Mention <inttypes.h>.
11349         * modules/strtoumax (Include): Likewise.
11350
11351 2007-04-12  Eric Blake  <ebb9@byu.net>
11352
11353         * .cvsignore: New file.
11354         * .gitignore: Likewise.
11355
11356 2007-04-12  Bruno Haible  <bruno@clisp.org>
11357
11358         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
11359         not before, since $(LDADD) often contains libgnu.a.
11360         * modules/striconv-tests (test_striconv_LDADD): Likewise.
11361         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
11362         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
11363         Needed on Cygwin.
11364
11365 2007-04-12  Eric Blake  <ebb9@byu.net>
11366
11367         Work around glibc's failure to flush stdin on fclose.
11368         * lib/closein.c (close_stdin): Flush stdin before closing.
11369
11370         Work around glibc's failure to reset seekable stdin on exit.
11371         * modules/closein: New module.
11372         * lib/closein.c: New file.
11373         * lib/closein.h: Likewise.
11374         * m4/closein.m4: Likewise.
11375         * MODULES.html.sh (File stream based Input/Output): Document it.
11376
11377 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11378
11379         * gnulib-tool: Rename generated 'autobuild' script to
11380         'do-autobuild' in --create-megatestdir output.
11381
11382         * doc/gnulib.texi (Build robot for gnulib): Fix.
11383
11384 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11385
11386         * modules/sysexits (Depends-on): Add absolute-header.
11387
11388 2007-04-12  Eric Blake  <ebb9@byu.net>
11389
11390         No need to preserve errno on success.
11391         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
11392         Reported by Bruno Haible.
11393
11394 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11395
11396         * MODULES.html.sh (Support for maintaining and releasing
11397         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
11398
11399 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11400
11401         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
11402
11403 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11404
11405         * modules/autobuild: New module.
11406
11407         * m4/autobuild.m4: New file.
11408
11409 2007-04-11  Bruno Haible  <bruno@clisp.org>
11410
11411         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
11412         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
11413         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
11414         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
11415         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11416         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11417         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11418         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11419         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11420         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11421         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
11422         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11423         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11424         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
11425         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11426         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11427         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
11428         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11429         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11430         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
11431         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11432         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11433         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
11434         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11435         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11436         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
11437         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11438         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11439         Reported by Eric Blake.
11440
11441 2007-04-11  Bruno Haible  <bruno@clisp.org>
11442
11443         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
11444
11445 2007-04-10  Bruno Haible  <bruno@clisp.org>
11446
11447         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
11448         for NaN and Infinity. Needed on FreeBSD 6.1.
11449         * tests/test-vasnprintf-posix.c (test_function): Undo last change
11450         regarding results for "%010a" of Infinity and NaN.
11451         * tests/test-vasprintf-posix.c (test_function): Likewise.
11452         * tests/test-snprintf-posix.h (test_function): Likewise.
11453         * tests/test-sprintf-posix.h (test_function): Likewise.
11454         * tests/test-fprintf-posix.h (test_function): Likewise.
11455         * tests/test-printf-posix.h (test_function): Likewise.
11456         * tests/test-fprintf-posix.out: Likewise.
11457
11458 2007-04-10  Bruno Haible  <bruno@clisp.org>
11459
11460         * modules/locale-tests: New file.
11461         * tests/test-locale.c: New file.
11462
11463         * modules/locale: New file.
11464         * lib/locale_.h: New file.
11465         * m4/locale_h.m4: New file.
11466
11467 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
11468             Bruno Haible  <bruno@clisp.org>
11469
11470         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
11471         be determined, test for availability of the copysignf, copysign,
11472         copysignl functions.
11473         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
11474         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
11475         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
11476
11477 2007-04-09  Eric Blake  <ebb9@byu.net>
11478
11479         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
11480         * modules/stdio (Makefile.am): Support fflush.
11481         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11482         * modules/fflush: New file.
11483         * lib/fflush.c: Likewise.
11484         * m4/fflush.m4: Likewise.
11485         * modules/fflush-tests: New test.
11486         * tests/test-fflush.c: Likewise.
11487         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
11488
11489 2007-04-06  Bruno Haible  <bruno@clisp.org>
11490
11491         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
11492         (VASNPRINTF): Use signbit for faster determination whether to print a
11493         minus sign.
11494         * modules/vasnprintf (Files): Remove lib/float+.h.
11495         * modules/fprintf-posix (Depends-on): Add signbit.
11496         * modules/snprintf-posix (Depends-on): Likewise.
11497         * modules/sprintf-posix (Depends-on): Likewise.
11498         * modules/vasnprintf-posix (Depends-on): Likewise.
11499         * modules/vasprintf-posix (Depends-on): Likewise.
11500         * modules/vfprintf-posix (Depends-on): Likewise.
11501         * modules/vsnprintf-posix (Depends-on): Likewise.
11502         * modules/vsprintf-posix (Depends-on): Likewise.
11503
11504 2007-04-06  Bruno Haible  <bruno@clisp.org>
11505
11506         * tests/test-frexp.c (main): Test also the sign bit of zero results.
11507         * tests/test-frexpl.c (main): Likewise.
11508         * tests/test-ldexpl.c (main): Likewise.
11509         * modules/frexp-tests (Depends-on): Add signbit.
11510         * modules/frexpl-tests (Depdends-on): Likewise.
11511         * modules/ldexpl-tests (Depdends-on): Likewise.
11512
11513 2007-04-06  Bruno Haible  <bruno@clisp.org>
11514
11515         * modules/signbit-tests: New file.
11516         * tests/test-signbit.c: New file.
11517
11518         * modules/signbit: New file.
11519         * lib/signbitf.c: New file.
11520         * lib/signbitd.c: New file.
11521         * lib/signbitl.c: New file.
11522         * m4/signbit.m4: New file.
11523         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
11524         (signbit): New macro.
11525         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
11526         REPLACE_SIGNBIT.
11527         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
11528         REPLACE_FREXPL into math.h.
11529
11530 2007-04-06  Bruno Haible  <bruno@clisp.org>
11531
11532         * modules/isnanf-nolibm-tests: New file.
11533         * tests/test-isnanf.c: New file.
11534
11535         * modules/isnanf-nolibm: New file.
11536         * lib/isnanf.h: New file.
11537         * lib/isnanf.c: New file.
11538         * lib/isnan.c: Consider the USE_FLOAT macro.
11539         * m4/isnanf.m4: New file.
11540
11541 2007-04-06  Bruno Haible  <bruno@clisp.org>
11542
11543         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
11544         (Link): New section.
11545
11546         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
11547
11548 2007-04-06  Bruno Haible  <bruno@clisp.org>
11549
11550         Assume the 'long double' type.
11551         * m4/longdouble.m4: Remove file.
11552         * config/srclist.txt: Don't mention longdouble.m4.
11553         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
11554         * lib/float+.h: Likewise.
11555         * lib/frexp.c: Likewise.
11556         * lib/printf-args.h: Likewise.
11557         * lib/printf-args.c: Likewise.
11558         * lib/printf-frexp.c: Likewise.
11559         * lib/printf-parse.c: Likewise.
11560         * lib/vasnprintf.c: Likewise.
11561         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
11562         * m4/intl.m4: Likewise.
11563         * m4/isnanl.m4: Likewise.
11564         * m4/printf.m4: Likewise.
11565         * m4/printf-frexpl.m4: Likewise.
11566         * m4/vasnprintf.m4: Likewise.
11567         * modules/allocsa (Files): Remove m4/longdouble.m4.
11568         * modules/gettext (Files): Likewise.
11569         * modules/relocatable-prog-wrapper (Files): Likewise.
11570         * modules/vasnprintf (Files): Likewise.
11571         * modules/isnanl (Files): Likewise.
11572         (Include): Simplify.
11573         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
11574         (Include): Simplify.
11575         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
11576         (Include): Simplify.
11577         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
11578         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11579         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
11580         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11581         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
11582         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11583         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
11584         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11585         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
11586         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11587         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
11588         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11589         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
11590         * tests/test-isnanl.c: Likewise.
11591         * tests/test-snprintf-posix.h: Likewise.
11592         * tests/test-sprintf-posix.h: Likewise.
11593         * tests/test-vasnprintf-posix.c: Likewise.
11594         * tests/test-vasnprintf-posix2.c: Likewise.
11595         * tests/test-vasprintf-posix.c: Likewise.
11596
11597 2007-04-06  Bruno Haible  <bruno@clisp.org>
11598
11599         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
11600         * lib/math_.h [__DECC]: Include the overridden include file through
11601         #include_next, outside the double-inclusion guard.
11602         * lib/stdio_.h [__DECC]: Likewise.
11603         * lib/stdlib_.h [__DECC]: Likewise.
11604         * lib/string_.h [__DECC]: Likewise.
11605         * lib/time_.h [__DECC]: Likewise.
11606         * lib/wchar_.h [__DECC]: Likewise.
11607         * lib/wctype_.h [__DECC]: Likewise.
11608         * lib/inttypes_.h [__DECC]: Likewise.
11609         Reported by Albert Chin <china@thewrittenword.com> in
11610         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
11611
11612 2007-04-04  Eric Blake  <ebb9@byu.net>
11613
11614         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
11615         1.5.x.
11616
11617 2007-04-04  Bruno Haible  <bruno@clisp.org>
11618
11619         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
11620         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
11621
11622 2007-04-04  Bruno Haible  <bruno@clisp.org>
11623
11624         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
11625         results for "%010a" of Infinity and NaN.
11626         * tests/test-vasprintf-posix.c (test_function): Likewise.
11627         * tests/test-snprintf-posix.h (test_function): Likewise.
11628         * tests/test-sprintf-posix.h (test_function): Likewise.
11629         * tests/test-fprintf-posix.h (test_function): Remove these tests.
11630         * tests/test-printf-posix.h (test_function): Likewise.
11631         * tests/test-fprintf-posix.out: Update.
11632         Needed for FreeBSD 6.1.
11633
11634 2007-04-04  Bruno Haible  <bruno@clisp.org>
11635
11636         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
11637         directly used by the gnulib modules nor by gnulib-tool.
11638
11639 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
11640
11641         * DEPENDENCIES: Give overall description of version dependency
11642         desirability.  Use more-typical names for apps.
11643         Add shell, coreutils, diffutils, grep, tar, gzip.
11644
11645 2007-04-04  Simon Josefsson  <simon@josefsson.org>
11646
11647         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
11648
11649 2007-04-04  Karl Berry  <karl@gnu.org>
11650
11651         * MODULES.html.sh (func_module): missing '.
11652
11653 2007-04-03  Bruno Haible  <bruno@clisp.org>
11654
11655         * modules/argmatch-tests (Makefile.am): New variable
11656         test_argmatch_LDADD.
11657         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
11658         * modules/array-list-tests (Makefile.am): New variable
11659         test_array_list_LDADD.
11660         * modules/array-oset-tests (Makefile.am): New variable
11661         test_array_oset_LDADD.
11662         * modules/avltree-list-tests (Makefile.am): New variable
11663         test_avltree_list_LDADD.
11664         * modules/avltree-oset-tests (Makefile.am): New variable
11665         test_avltree_oset_LDADD.
11666         * modules/avltreehash-list-tests (Makefile.am): New variable
11667         test_avltreehash_list_LDADD.
11668         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
11669         test_canonicalize_lgpl_LDADD.
11670         * modules/carray-list-tests (Makefile.am): New variable
11671         test_carray_list_LDADD.
11672         * modules/dirname-tests (Makefile.am): New variable
11673         test_dirname_LDADD.
11674         * modules/linked-list-tests (Makefile.am): New variable
11675         test_linked_list_LDADD.
11676         * modules/linkedhash-list-tests (Makefile.am): New variable
11677         test_linkedhash_list_LDADD.
11678         * modules/rbtree-list-tests (Makefile.am): New variable
11679         test_rbtree_list_LDADD.
11680         * modules/rbtree-oset-tests (Makefile.am): New variable
11681         test_rbtree_oset_LDADD.
11682         * modules/rbtreehash-list-tests (Makefile.am): New variable
11683         test_rbtreehash_list_LDADD.
11684         * modules/xvasprintf-tests (Makefile.am): New variable
11685         test_xvasprintf_LDADD.
11686         Reported by Eric Blake.
11687
11688 2007-04-03  Eric Blake  <ebb9@byu.net>
11689
11690         * DEPENDENCIES: Weaken m4 requirements.
11691
11692 2007-04-03  Bruno Haible  <bruno@clisp.org>
11693
11694         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
11695         * modules/isnanl-tests (configure.ac): Likewise.
11696
11697 2007-04-03  Ben Pfaff  <blp@gnu.org>
11698
11699         * modules/iconv_open: Add $(srcdir)/ to source directory
11700         references in Makefile fragments that call gperf, to fix VPATH
11701         builds.
11702
11703 2007-04-03  Bruno Haible  <bruno@clisp.org>
11704
11705         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
11706         * lib/ldexpl.c: Undo last change.
11707
11708 2007-04-03  Bruno Haible  <bruno@clisp.org>
11709
11710         * modules/printf-frexpl (Depends-on): Undo last change.
11711         (Files): Add m4/ldexpl.m4.
11712
11713 2007-04-03  Bruno Haible  <bruno@clisp.org>
11714
11715         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
11716         * modules/isnanl (Link): New section.
11717
11718         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
11719         * modules/frexp (Link): New section.
11720
11721         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
11722         * modules/frexpl (Link): New section.
11723
11724         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
11725         * modules/ldexpl (Link): New section.
11726
11727 2007-04-03  Bruno Haible  <bruno@clisp.org>
11728
11729         * modules/TEMPLATE-EXTENDED: New file.
11730         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
11731
11732 2007-04-03  Bruno Haible  <bruno@clisp.org>
11733
11734         * DEPENDENCIES: New file.
11735         Suggested by Simon Josefsson.
11736
11737 2007-04-03  Bruno Haible  <bruno@clisp.org>
11738
11739         * doc/gnulib.texi: Escape @.
11740
11741 2007-04-03  James Youngman  <jay@gnu.org>
11742         and Paul Eggert  <eggert@cs.ucla.edu>
11743
11744         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
11745         birthtime on all systems that have birthtime, not just those which
11746         use st_birthtimensec rather than st_birthtim.  Putting zero in
11747         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
11748         that the birth time is not available for files on an NFS mount.
11749
11750 2007-04-03  Simon Josefsson  <simon@josefsson.org>
11751
11752         * modules/memxor: Move back from crypto/, suggested by Bruno.
11753         * modules/crypto/hmac-sha1: Fix memxor dependency.
11754
11755         * modules/crypto/gc: Moved from ../.
11756
11757 2007-04-02  Eric Blake  <ebb9@byu.net>
11758
11759         * lib/ldexpl.c (includes): Avoid libm.
11760
11761         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
11762
11763 2007-04-02  Bruno Haible  <bruno@clisp.org>
11764
11765         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
11766         on IRIX.
11767
11768 2007-04-02  Bruno Haible  <bruno@clisp.org>
11769
11770         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
11771         x86 or x86_64 platforms running MacOS X.
11772         Reported by Ryan Schmidt <@ryandesign.com>.
11773
11774 2007-04-02  Bruno Haible  <bruno@clisp.org>
11775
11776         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
11777         i386.
11778
11779 2007-04-01  Simon Josefsson  <simon@josefsson.org>
11780
11781         * modules/crypto/arcfour: Moved from ../.
11782         * modules/crypto/arcfour-tests: Moved from ../.
11783         * modules/crypto/arctwo: Moved from ../.
11784         * modules/crypto/arctwo-tests: Moved from ../.
11785         * modules/crypto/des: Moved from ../.
11786         * modules/crypto/des-tests: Moved from ../.
11787         * modules/crypto/gc-arcfour: Moved from ../.
11788         * modules/crypto/gc-arcfour-tests: Moved from ../.
11789         * modules/crypto/gc-arctwo: Moved from ../.
11790         * modules/crypto/gc-arctwo-tests: Moved from ../.
11791         * modules/crypto/gc-des: Moved from ../.
11792         * modules/crypto/gc-des-tests: Moved from ../.
11793         * modules/crypto/gc-hmac-md5: Moved from ../.
11794         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
11795         * modules/crypto/gc-hmac-sha1: Moved from ../.
11796         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
11797         * modules/crypto/gc-md2: Moved from ../.
11798         * modules/crypto/gc-md2-tests: Moved from ../.
11799         * modules/crypto/gc-md4: Moved from ../.
11800         * modules/crypto/gc-md4-tests: Moved from ../.
11801         * modules/crypto/gc-md5: Moved from ../.
11802         * modules/crypto/gc-md5-tests: Moved from ../.
11803         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
11804         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
11805         * modules/crypto/gc-random: Moved from ../.
11806         * modules/crypto/gc-rijndael: Moved from ../.
11807         * modules/crypto/gc-rijndael-tests: Moved from ../.
11808         * modules/crypto/gc-sha1: Moved from ../.
11809         * modules/crypto/gc-sha1-tests: Moved from ../.
11810         * modules/crypto/gc-tests: Moved from ../.
11811         * modules/crypto/hmac-md5: Moved from ../.
11812         * modules/crypto/hmac-md5-tests: Moved from ../.
11813         * modules/crypto/hmac-sha1: Moved from ../.
11814         * modules/crypto/hmac-sha1-tests: Moved from ../.
11815         * modules/crypto/md2: Moved from ../.
11816         * modules/crypto/md2-tests: Moved from ../.
11817         * modules/crypto/md4: Moved from ../.
11818         * modules/crypto/md4-tests: Moved from ../.
11819         * modules/crypto/md5: Moved from ../.
11820         * modules/crypto/md5-tests: Moved from ../.
11821         * modules/crypto/memxor: Moved from ../.
11822         * modules/crypto/rijndael: Moved from ../.
11823         * modules/crypto/rijndael-tests: Moved from ../.
11824         * modules/crypto/sha1: Moved from ../.
11825
11826 2007-03-30  James Youngman  <jay@gnu.org>
11827
11828         * tests/test-stat-time.c (prepare_test): use chmod() rather than
11829         rename() to change the ctime of a file (because ctime is unaffected
11830         by rename on jfs2 on AIX 5.1).
11831         (main): Start by doing cleanup, in case a previous run failed leaving
11832         test files behind.
11833
11834 2007-03-31  Bruno Haible  <bruno@clisp.org>
11835
11836         Support old proprietary implementations of iconv.
11837         * modules/iconv_open: New file.
11838         * lib/iconv_.h: New file.
11839         * m4/iconv_h.m4: New file.
11840         * lib/iconv_open.c: New file.
11841         * lib/iconv_open-aix.gperf: New file.
11842         * lib/iconv_open-hpux.gperf: New file.
11843         * lib/iconv_open-irix.gperf: New file.
11844         * lib/iconv_open-osf.gperf: New file.
11845         * m4/iconv_open.m4: New file.
11846         * modules/linebreak (Depends-on): Add iconv_open.
11847         * modules/striconv (Depends-on): Likewise.
11848         * modules/striconveh (Depends-on): Likewise.
11849         * modules/unicodeio (Depends-on): Likewise.
11850         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
11851         (iconv_t)(-1).
11852         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
11853         conversion if cd is (iconv_t)(-1).
11854         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
11855         is not possible.
11856
11857 2007-03-31  Bruno Haible  <bruno@clisp.org>
11858
11859         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
11860         work on Solaris either. Protect also second use of "autodetect_jp".
11861
11862 2007-03-31  Bruno Haible  <bruno@clisp.org>
11863
11864         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
11865         the function is not present.
11866
11867 2007-03-31  Bruno Haible  <bruno@clisp.org>
11868
11869         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
11870         the function is not present.
11871
11872 2007-03-31  Bruno Haible  <bruno@clisp.org>
11873
11874         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
11875         a bug in HP-UX iconv_open().
11876
11877 2007-03-31  Bruno Haible  <bruno@clisp.org>
11878
11879         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
11880         (Mathematics <math.h>): New section, add fpieee.
11881         (Input/output <stdio.h>): Add fseterr.
11882         (Mathematics <math.h>): New section, add printf-frexp.
11883         (Container data structures): Add sublist.
11884         (Core language properties): Add fpucw, inline.
11885         (Functions for greatest-width integer types <inttypes.h>): Add
11886         imaxabs, imaxdiv, inttypes.
11887         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
11888         isnanl-nolibm, ldexp.
11889         (Mathematics <math.h>): New section, add printf-frexpl.
11890         (Support for systems lacking POSIX:2001): Add fprintf-posix,
11891         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
11892         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
11893         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
11894         (Unicode string functions): Add unistr/u*-mbtoucr.
11895         (Java): Add javacomp-script, javaexec-script.
11896         (C#): Add csharpcomp-script, csharpexec-script.
11897         (Support for building libraries and executables): Add havelib,
11898         relocatable-*.
11899         (Support for maintaining and releasing projects): Renamed from
11900         'Support for maintaining and release projects'. Add announce-gen.
11901
11902 2007-03-31  Bruno Haible  <bruno@clisp.org>
11903
11904         * README: Talk primarily about git.
11905         (git and CVS): Renamed from CVS.
11906         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
11907         gnulib is available through git.
11908         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
11909
11910 2007-03-30  Bruno Haible  <bruno@clisp.org>
11911
11912         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
11913         * lib/poll_.h: Likewise.
11914         * lib/stat_.h: Likewise.
11915         * lib/sys_time_.h: Likewise.
11916         * lib/sysexit_.h: Likewise.
11917         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
11918         * lib/stdbool_.h: Likewise.
11919         * lib/byteswap_.h: Add double-inclusion guard.
11920
11921 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
11922
11923         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
11924
11925 2007-03-30  Karl Berry  <karl@gnu.org>
11926
11927         * config/srclist-update: double space after USA in the license
11928         substitution, since that's how it's usually (?) written.
11929
11930 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
11931
11932         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
11933         reported by Bruno Haible.
11934
11935 2007-03-29  Bruno Haible  <bruno@clisp.org>
11936
11937         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
11938         a bug in AIX iconv().
11939
11940 2007-03-29  Bruno Haible  <bruno@clisp.org>
11941
11942         * modules/ldexpl-tests: New file.
11943         * tests/test-ldexpl.c: New file.
11944
11945 2007-03-29  Bruno Haible  <bruno@clisp.org>
11946
11947         * lib/ldexpl.c: Include fpucw.h.
11948         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
11949         multiplication.
11950         * modules/ldexpl (Depends-on): Add fpucw.
11951
11952 2007-03-29  Bruno Haible  <bruno@clisp.org>
11953
11954         * modules/ldexpl: New file.
11955         * m4/ldexpl.m4: New file.
11956         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
11957         set.
11958         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
11959         REPLACE_LDEXPL.
11960         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
11961         REPLACE_LDEXPL.
11962         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
11963         gl_FUNC_LDEXPL_WORKS.
11964         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
11965         * modules/mathl (Files): Remove lib/ldexpl.c.
11966         (Depends-on): Add ldexpl.
11967
11968 2007-03-29  Bruno Haible  <bruno@clisp.org>
11969
11970         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
11971
11972 2007-03-29  Bruno Haible  <bruno@clisp.org>
11973
11974         * tests/test-striconveh.c (main): Don't assume that a direct conversion
11975         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
11976         and possibly also HP-UX.
11977         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
11978         work on AIX, IRIX, HP-UX, OSF/1.
11979         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
11980         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
11981         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
11982         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
11983         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
11984         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
11985
11986 2007-03-29  Bruno Haible  <bruno@clisp.org>
11987
11988         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
11989
11990 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
11991
11992         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
11993         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
11994
11995 2007-03-29  Eric Blake  <ebb9@byu.net>
11996
11997         * lib/acl-internal.h: Remove redundant include.
11998         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
11999         Cygwin when a file is locked.
12000
12001 2007-03-29  Bruno Haible  <bruno@clisp.org>
12002
12003         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
12004         file.
12005         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
12006
12007 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
12008
12009         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
12010         try to remove a parent directory if the child couldn't be removed
12011         (except for the first rmdir, which could fail because the child
12012         doesn't exist).  Problem reported by Jeff Blaine in
12013         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
12014
12015 2007-03-28  Bruno Haible  <bruno@clisp.org>
12016
12017         * lib/striconveh.c (utf8conv_carefully): New function.
12018         (mem_cd_iconveh_internal): Invoke it.
12019
12020 2007-03-28  Bruno Haible  <bruno@clisp.org>
12021
12022         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
12023         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
12024         input.
12025         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
12026         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
12027         unistr/u8-uctomb.
12028
12029 2007-03-28  Bruno Haible  <bruno@clisp.org>
12030
12031         * modules/unistr/u8-mbtoucr: New file.
12032         * lib/unistr/u8-mbtoucr.c: New file.
12033         * modules/unistr/u16-mbtoucr: New file.
12034         * lib/unistr/u16-mbtoucr.c: New file.
12035         * modules/unistr/u16-mbtoucr: New file.
12036         * lib/unistr/u16-mbtoucr.c: New file.
12037         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
12038
12039 2007-03-27  Simon Josefsson  <simon@josefsson.org>
12040             Bruno Haible  <bruno@clisp.org>
12041
12042         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
12043         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
12044         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
12045
12046         * m4/stdio_h.m4: Add stubs for vasprintf too.
12047
12048         * modules/stdio: Support vasprintf in sed command.
12049
12050         * modules/vasprintf: Depend on stdio for prototypes.  Remove
12051         vasprintf.h.  Add stdio module indicator.
12052
12053         * lib/stdio_.h: Declare asprintf and vasprintf, based on
12054         vasprintf.h.
12055
12056         * lib/vasprintf.h: File removed.
12057
12058         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
12059         * lib/vasprintf.c: Ditto.
12060         * lib/xvasprintf.c: Ditto.
12061         * tests/test-vasprintf-posix.c: Ditto.
12062         * tests/test-vasprintf.c: Ditto.
12063
12064 2007-03-27  Bruno Haible  <bruno@clisp.org>
12065
12066         Make vasnprintf multithread-safe.
12067         * lib/vasnprintf.c (decimal_point_char): New function.
12068         (VASNPRINTF): Use it.
12069         Suggested by Simon Josefsson.
12070
12071 2007-03-27  Eric Blake  <ebb9@byu.net>
12072
12073         Support sub-second birthtime on cygwin.
12074         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
12075         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
12076         (get_stat_birthtime): Also work with st_birthtim.
12077
12078 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
12079
12080         * lib/stat-time.h (USE_BIRTHTIME): Remove.
12081         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
12082         (get_stat_birthtime_ns): Do not try to use "spare" fields.
12083         (get_stat_birthtime_ns): Simplify compile-time tests.
12084         (get_stat_birthtime): Change the API to look like
12085         get_stat_mtime etc., except return a negative tv_nsec on error.
12086         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
12087         Don't check for "spare" fields.
12088         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
12089         or for struct stat.st_birthtime, as these tests aren't used.
12090         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
12091
12092 2007-03-27  Bruno Haible  <bruno@clisp.org>
12093
12094         * lib/stat-time.h: Include <sys/stat.h>.
12095
12096 2007-03-27  James Youngman  <jay@gnu.org>
12097
12098         * lib/stat-time.h (get_stat_birthtime): New function for
12099           retrieving st_birthtime as provided by UFS2 (hence *BSD).
12100         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
12101           and its variants.
12102         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
12103         * modules/stat-time-test: New file.
12104         * tests/test-stat-time.c: New test, devised by Bruno Haible.
12105
12106 2007-03-26  Bruno Haible  <bruno@clisp.org>
12107
12108         Better support of signalling NaNs.
12109         * lib/atanl.c: Include isnanl.h.
12110         (atanl): Perform test for NaN at the beginning of the function and
12111         through a call to isnanl.
12112         * lib/cosl.c: Include isnanl.h.
12113         (cosl): Perform test for NaN at the beginning of the function and
12114         through a call to isnanl.
12115         * lib/ldexpl.c: Include isnanl.h.
12116         (ldexpl): Perform test for NaN through a call to isnanl.
12117         * lib/logl.c: Include isnanl.h.
12118         (logl): Perform test for NaN at the beginning of the function and
12119         through a call to isnanl.
12120         * lib/sinl.c: Include isnanl.h.
12121         (sinl): Perform test for NaN at the beginning of the function and
12122         through a call to isnanl.
12123         * lib/sqrtl.c: Include isnanl.h.
12124         (sqrtl): Perform test for NaN at the beginning of the function and
12125         through a call to isnanl.
12126         * lib/tanl.c: Include isnanl.h.
12127         (tanl): Perform test for NaN at the beginning of the function and
12128         through a call to isnanl.
12129         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
12130         * modules/mathl (Depends-on): Add isnanl.
12131
12132 2007-03-26  Eric Blake  <ebb9@byu.net>
12133
12134         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
12135         regression in logic sense of previous patch.
12136
12137 2007-03-26  Bruno Haible  <bruno@clisp.org>
12138
12139         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
12140         unportable shell command "if ! ...".
12141         Reported by Ralf Wildenhues.
12142
12143 2007-03-25  Bruno Haible  <bruno@clisp.org>
12144
12145         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
12146         <sysexits.h> file, and only add EX_CONFIG.
12147         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
12148         absolute file name and whether it is sufficient. Substitute also
12149         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
12150         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
12151         ABSOLUTE_SYSEXITS_H into sysexits.h.
12152
12153 2007-03-25  Bruno Haible  <bruno@clisp.org>
12154
12155         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
12156         hints is NULL.
12157
12158 2007-03-25  Bruno Haible  <bruno@clisp.org>
12159
12160         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
12161         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
12162
12163 2007-03-25  Bruno Haible  <bruno@clisp.org>
12164
12165         * lib/vasnprintf.c: Include langinfo.h.
12166         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
12167         multithread-safe.
12168         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
12169         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
12170         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12171         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12172         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12173         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12174         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12175         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
12176         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12177         Reported by Simon Josefsson.
12178
12179 2007-03-25  Bruno Haible  <bruno@clisp.org>
12180
12181         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
12182         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
12183         * modules/vasnprintf (Depends-on): Add stdint.
12184
12185 2007-03-25  Bruno Haible  <bruno@clisp.org>
12186
12187         * modules/fpieee: New file.
12188         * m4/fpieee.m4: New file.
12189         * modules/isnan-nolibm (Depends-on): Add fpieee.
12190         * modules/isnanl-nolibm (Depends-on): Add fpieee.
12191         * modules/isnanl (Depends-on): Add fpieee.
12192
12193 2007-03-25  Bruno Haible  <bruno@clisp.org>
12194
12195         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
12196
12197 2007-03-25  Bruno Haible  <bruno@clisp.org>
12198
12199         Avoid test failures on IRIX 6.5.
12200         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
12201         (main): Use it.
12202         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
12203         macros.
12204         (main): Use them.
12205
12206 2007-03-25  Bruno Haible  <bruno@clisp.org>
12207
12208         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
12209         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
12210         exists but doesn't work.
12211         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
12212         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
12213         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
12214         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
12215
12216 2007-03-25  Bruno Haible  <bruno@clisp.org>
12217
12218         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
12219         returns inf. Needed on IRIX 6.5.
12220
12221 2007-03-25  Bruno Haible  <bruno@clisp.org>
12222
12223         * tests/test-frexpl.c: Include isnanl-nolibm.h.
12224         (main): Use isnanl instead of x != x idiom.
12225         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
12226
12227         * tests/test-frexp.c: Include isnan.h.
12228         (main): Use isnan instead of x != x idiom.
12229         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
12230
12231 2007-03-25  Bruno Haible  <bruno@clisp.org>
12232
12233         * tests/test-frexp.c (NaN): New function/macro.
12234         (main): Use it instead of 0.0 / 0.0.
12235         * tests/test-isnan.c (NaN): New function/macro.
12236         (main): Use it instead of 0.0 / 0.0.
12237         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
12238         (test_function): Use it instead of 0.0 / 0.0.
12239         * tests/test-vasprintf-posix.c (NaN): New function/macro.
12240         (test_function): Use it instead of 0.0 / 0.0.
12241         * tests/test-snprintf-posix.h (NaN): New function/macro.
12242         (test_function): Use it instead of 0.0 / 0.0.
12243         * tests/test-sprintf-posix.h (NaN): New function/macro.
12244         (test_function): Use it instead of 0.0 / 0.0.
12245         * tests/test-fprintf-posix.h (NaN): New function/macro.
12246         (test_function): Use it instead of 0.0 / 0.0.
12247         * tests/test-printf-posix.h (NaN): New function/macro.
12248         (test_function): Use it instead of 0.0 / 0.0.
12249
12250         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
12251
12252 2007-03-25  Bruno Haible  <bruno@clisp.org>
12253
12254         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
12255
12256 2007-03-25  Bruno Haible  <bruno@clisp.org>
12257
12258         * lib/regexec.c (merge_state_with_log): Make static.
12259
12260 2007-03-25  Bruno Haible  <bruno@clisp.org>
12261
12262         * lib/trigl.c (kernel_rem_pio2): Make static.
12263
12264 2007-03-25  Bruno Haible  <bruno@clisp.org>
12265
12266         * lib/sincosl.c (sincosl_table): Make static.
12267
12268 2007-03-25  Bruno Haible  <bruno@clisp.org>
12269
12270         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
12271         if the compiler does not support C99.
12272
12273 2007-03-25  Bruno Haible  <bruno@clisp.org>
12274
12275         * modules/time (Makefile.am): Ensure all rule action lines start with a
12276         tab.
12277
12278 2007-03-24  Bruno Haible  <bruno@clisp.org>
12279
12280         * modules/tsearch-tests: New file.
12281         * tests/test-tsearch.sh: New file.
12282         * tests/test-tsearch.c: New file, mostly copied from glibc.
12283
12284         * modules/search-tests: New file.
12285         * tests/test-search.c: New file.
12286
12287         * modules/search: New file.
12288         * lib/search_.h: New file, incorporating lib/tsearch.h.
12289         * m4/search_h.m4: New file.
12290         * lib/tsearch.h: Remove file.
12291         * lib/tsearch.c: Include search.h instead of tsearch.h.
12292         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
12293         HAVE_TSEARCH.
12294         * modules/tsearch (Files): Remove lib/tsearch.h.
12295         (Depends-on): Add search.
12296         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
12297         (Include): Change tsearch.h into search.h.
12298
12299 2007-03-24  Bruno Haible  <bruno@clisp.org>
12300
12301         * modules/fpucw: New file.
12302         * lib/fpucw.h: New file.
12303         * lib/frexp.c: Include fpucw.h.
12304         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
12305         (FUNC): Use them.
12306         * lib/printf-frexp.c: Include fpucw.h.
12307         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
12308         (FUNC): Use them.
12309         * lib/vasnprintf.c: Include fpucw.h.
12310         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
12311         'long double' calculations.
12312         * tests/test-frexpl.c: Include fpucw.h.
12313         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
12314         * tests/test-printf-frexpl.c: Include fpucw.h.
12315         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
12316         * modules/frexpl (Depends-on): Add fpucw.
12317         * modules/printf-frexpl (Depends-on): Likewise.
12318         * modules/fprintf-posix (Depends-on): Likewise.
12319         * modules/snprintf-posix (Depends-on): Likewise.
12320         * modules/sprintf-posix (Depends-on): Likewise.
12321         * modules/vasnprintf-posix (Depends-on): Likewise.
12322         * modules/vasprintf-posix (Depends-on): Likewise.
12323         * modules/vfprintf-posix (Depends-on): Likewise.
12324         * modules/vsnprintf-posix (Depends-on): Likewise.
12325         * modules/vsprintf-posix (Depends-on): Likewise.
12326         * modules/frexpl-tests (Depends-on): Likewise.
12327         * modules/printf-frexpl-tests (Depends-on): Likewise.
12328
12329 2007-03-24  Bruno Haible  <bruno@clisp.org>
12330
12331         * lib/float+.h: New file.
12332         * lib/isnan.c: Include float+.h.
12333         (SIZE): New macro.
12334         (FUNC): Compare only SIZE bytes of the value.
12335         * lib/vasnprintf.c: Include float+.h.
12336         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
12337         SIZEOF_LDBL or SIZEOF_DBL bytes.
12338         * modules/isnan-nolibm (Files): Add lib/float+.h.
12339         * modules/isnanl-nolibm (Files): Add lib/float+.h.
12340         * modules/isnanl (Files): Add lib/float+.h.
12341         * modules/vasnprintf (Files): Add lib/float+.h.
12342
12343 2007-03-24  Bruno Haible  <bruno@clisp.org>
12344
12345         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
12346         include isnanl-nolibm.h.
12347
12348 2007-03-24  Bruno Haible  <bruno@clisp.org>
12349
12350         * tests/test-read-file.c (main): Don't produce spurious output for
12351         expected situations. Make the test fail if it encountered unexpected
12352         results.
12353
12354 2007-03-24  Bruno Haible  <bruno@clisp.org>
12355
12356         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
12357         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
12358
12359 2007-03-24  Bruno Haible  <bruno@clisp.org>
12360
12361         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
12362
12363 2007-03-24  Bruno Haible  <bruno@clisp.org>
12364
12365         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
12366         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
12367
12368         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
12369         * modules/utf8-ucs4: Turn into a symbolic link to module
12370         unistr/u8-mbtouc.
12371
12372         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
12373         utf8-ucs4-unsafe.
12374         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
12375         unistr/u8-mbtouc-unsafe.
12376
12377         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
12378         * modules/utf16-ucs4: Turn into a symbolic link to module
12379         unistr/u16-mbtouc.
12380
12381         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
12382         utf16-ucs4-unsafe.
12383         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
12384         unistr/u16-mbtouc-unsafe.
12385
12386         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
12387         * modules/ucs4-utf8: Turn into a symbolic link to module
12388         unistr/u8-ubtomb.
12389
12390         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
12391         * modules/ucs4-utf16: Turn into a symbolic link to module
12392         unistr/u16-ubtomb.
12393
12394 2007-03-24  Bruno Haible  <bruno@clisp.org>
12395
12396         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
12397         Enable the function only if HAVE_INLINE.
12398         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
12399         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
12400         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
12401         Enable the function only if HAVE_INLINE.
12402         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
12403         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
12404         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
12405         Enable the function only if HAVE_INLINE.
12406         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
12407         Enable the function only if HAVE_INLINE.
12408         * modules/utf8-ucs4: Update.
12409         * modules/utf8-ucs4-unsafe: Update.
12410         * modules/utf16-ucs4: Update.
12411         * modules/utf16-ucs4-unsafe: Update.
12412         * modules/ucs4-utf8: Update.
12413         * modules/ucs4-utf16: Update.
12414
12415 2007-03-24  Bruno Haible  <bruno@clisp.org>
12416
12417         * lib/utf8-ucs4.h: Remove file.
12418         * lib/utf8-ucs4-unsafe.h: Remove file.
12419         * lib/utf16-ucs4.h: Remove file.
12420         * lib/utf16-ucs4-unsafe.h: Remove file.
12421         * lib/ucs4-utf8.h: Remove file.
12422         * lib/ucs4-utf16.h: Remove file.
12423         * lib/unistr.h: Include their previous contents.
12424         * m4/utf-ucs4.m4: Remove file.
12425         * m4/ucs4-utf.m4: Remove file.
12426         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
12427         (Depends-on): Add unistr/base.
12428         (configure.ac): Remove gl_UTF_UCS4.
12429         (Makefile.am): Update.
12430         (Include): Change to unistr.h.
12431         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
12432         (Depends-on): Add unistr/base.
12433         (configure.ac): Remove gl_UTF_UCS4.
12434         (Makefile.am): Update.
12435         (Include): Change to unistr.h.
12436         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
12437         (Depends-on): Add unistr/base.
12438         (configure.ac): Remove gl_UTF_UCS4.
12439         (Makefile.am): Update.
12440         (Include): Change to unistr.h.
12441         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
12442         (Depends-on): Add unistr/base.
12443         (configure.ac): Remove gl_UTF_UCS4.
12444         (Makefile.am): Update.
12445         (Include): Change to unistr.h.
12446         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
12447         (Depends-on): Add unistr/base.
12448         (configure.ac): Remove gl_UCS4_UTF.
12449         (Makefile.am): Update.
12450         (Include): Change to unistr.h.
12451         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
12452         (Depends-on): Add unistr/base.
12453         (configure.ac): Remove gl_UCS4_UTF.
12454         (Makefile.am): Update.
12455         (Include): Change to unistr.h.
12456         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
12457         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
12458         utf8-ucs4-unsafe.h.
12459         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
12460         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
12461         utf16-ucs4-unsafe.h.
12462         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
12463         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
12464         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
12465         * lib/unistr/u8-strchr.c: Likewise.
12466         * lib/unistr/u8-strrchr.c: Likewise.
12467         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
12468         * lib/unistr/u16-strchr.c: Likewise.
12469         * lib/unistr/u16-strrchr.c: Likewise.
12470         * lib/striconveh.c: Update.
12471         * lib/linebreak.c: Update.
12472
12473 2007-03-24  Bruno Haible  <bruno@clisp.org>
12474
12475         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
12476         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
12477
12478 2007-03-22  Bruno Haible  <bruno@clisp.org>
12479
12480         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
12481
12482 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
12483
12484         * MODULES.html.sh (File system functions): New module write-any-file.
12485         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
12486         * m4/write-any-file.m4: New files.
12487
12488 2007-03-23  Eric Blake  <ebb9@byu.net>
12489
12490         * gnulib-tool: Rearrange space-tab sequences, since some editors
12491         like to eat them.
12492
12493 2007-03-23  Eric Blake  <ebb9@byu.net>
12494
12495         * lib/version-etc.c (version_etc_va): Update license wording to
12496         be more concise.  Recommended by Richard Stallman.
12497
12498 2007-03-22  Bruno Haible  <bruno@clisp.org>
12499
12500         * lib/poll.c (MSG_PEEK): New fallback definition.
12501
12502 2007-03-22  Bruno Haible  <bruno@clisp.org>
12503
12504         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
12505         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
12506         (main): Update.
12507         Fixes a compilation error on BeOS.
12508
12509 2007-03-22  Bruno Haible  <bruno@clisp.org>
12510
12511         * modules/frexpl-tests: New file.
12512         * tests/test-frexpl.c: New file.
12513
12514         * modules/frexpl: New file.
12515         * m4/frexpl.m4: New file.
12516         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
12517         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
12518         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
12519         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
12520         (Depends-on): Add frexpl. Remove isnanl-nolibm.
12521         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
12522
12523 2007-03-22  Bruno Haible  <bruno@clisp.org>
12524
12525         * lib/frexpl.c: Share code with lib/frexp.c.
12526         * modules/mathl (Files): Add lib/frexp.c.
12527         (Depends-on): Add isnanl-nolibm.
12528
12529 2007-03-22  Bruno Haible  <bruno@clisp.org>
12530
12531         * modules/printf-frexp (Files): Add m4/frexp.m4.
12532         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
12533         only if the found frexp function actually works.
12534
12535 2007-03-22  Bruno Haible  <bruno@clisp.org>
12536
12537         * lib/frexp.c: Remove older implementation that uses divisions.
12538
12539 2007-03-21  Bruno Haible  <bruno@clisp.org>
12540
12541         * modules/frexp-tests: New file.
12542         * tests/test-frexp.c: New file.
12543
12544         * modules/frexp: New file.
12545         * lib/frexp.c: New file.
12546         * m4/frexp.m4: New file.
12547         * lib/math_.h (frexp): New declaration.
12548         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
12549         REPLACE_FREXP.
12550         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
12551
12552 2007-03-21  Bruno Haible  <bruno@clisp.org>
12553
12554         * modules/isnanl-tests: New file.
12555         * tests/test-isnanl.c: New file.
12556
12557         * modules/isnanl: New file.
12558         * lib/isnanl.h: New file.
12559         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
12560         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
12561         gl_FUNC_ISNANL_WORKS.
12562         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
12563         New macros.
12564
12565 2007-03-21  Bruno Haible  <bruno@clisp.org>
12566
12567         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
12568         lib/isnanl.h.
12569         (Include): Update.
12570         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
12571         * lib/vasnprintf.c: Update.
12572         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
12573         tests/test-isnanl.h, remove tests/test-isnanl.c.
12574         (Makefile.am): Update.
12575         * tests/test-isnanl-nolibm.c: New file.
12576         * tests/test-isnanl.h: New file.
12577         * tests/test-isnanl.c: Remove file.
12578
12579 2007-03-21  Jim Meyering  <jim@meyering.net>
12580
12581         When trying to open ".", treat ESTALE like EACCES.
12582         * lib/savewd.c (savewd_save): Resort to forking not just upon
12583         failure with EACCES, but also when errno is ESTALE.
12584
12585 2007-03-20  Bruno Haible  <bruno@clisp.org>
12586
12587         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
12588         Needed on AIX 5.1. Reported by Matthew Woehlke.
12589
12590 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12591
12592         Suggestions by Bruno Haible:
12593         * lib/acl-internal.h: Include "gettext.h" rather than rolling
12594         our own.
12595         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
12596         * modules/acl (Depends-on): Add gettext.
12597
12598 2007-03-19  Bruno Haible  <bruno@clisp.org>
12599
12600         * modules/iconvme: Remove file.
12601         * lib/iconvme.h: Remove file.
12602         * lib/iconvme.c: Remove file.
12603         * m4/iconvme.m4: Remove file.
12604
12605 2007-03-19  Bruno Haible  <bruno@clisp.org>
12606
12607         * doc/relocatable-maint.texi: Break long shell script line.
12608         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
12609
12610 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12611
12612         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
12613         handle file_has_acl.
12614         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
12615         * lib/acl.c: Move header inclusions and related macro defns into
12616         lib/acl-internal.h.
12617         (S_ISLNK): Remove defn, since that's now done for us.
12618         (file_has_acl): Move to lib/file-has-acl.c.
12619         Call acl_trivial if available.  This is the crucial part of the fix.
12620         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
12621         shared within the library.  Rewrite a bit, partly to make it compatible
12622         with the GNU coding style.
12623         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
12624         Remove unnecessary double-quotes.
12625         Don't test for acl_to_text; the build will catch that.
12626         Replace acl_entries if it doesn't exist and it is needed.
12627         Check for -lsec and acl_trivial (as used on Solaris 10).
12628         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
12629         lib/file-has-acl.c.
12630         (Depends-on): Add sys_stat, for S_ISLNK.
12631
12632 2007-03-19  Ben Pfaff  <blp@gnu.org>
12633
12634         * doc/gnulib.texi: Fix typos.
12635         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
12636
12637 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12638
12639         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
12640         If size is zero here, buf must be zero.
12641
12642 2007-03-19  Simon Josefsson  <simon@josefsson.org>
12643
12644         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
12645         <bruno@clisp.org>.
12646
12647 2007-03-18  Bruno Haible  <bruno@clisp.org>
12648
12649         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
12650         Suggested by Eric Blake.
12651
12652 2007-03-18  Ben Pfaff  <blp@gnu.org>
12653
12654         * doc/relocatable.texi: Recommend using as prefix a directory
12655         that does not exist and will never be created.  Based on
12656         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
12657         and others.
12658
12659 2007-03-17  Bruno Haible  <bruno@clisp.org>
12660
12661         * lib/fchownat.c: Include lchown.h.
12662
12663 2007-03-17  Bruno Haible  <bruno@clisp.org>
12664
12665         Fix endless loop when the given allocated size was > INT_MAX.
12666         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
12667         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
12668         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
12669         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
12670         * lib/sprintf.c (sprintf): Likewise.
12671
12672 2007-03-17  Bruno Haible  <bruno@clisp.org>
12673
12674         * tests/test-argp-2.sh (func_compare): Output a context diff.
12675
12676 2007-03-17  Bruno Haible  <bruno@clisp.org>
12677
12678         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
12679         locale's decimal-point character.
12680
12681 2007-03-17  Bruno Haible  <bruno@clisp.org>
12682
12683         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
12684         before comparing it. Needed because on some platforms (e.g. x86) a
12685         'long double' occupies less bytes than sizeof (long double).
12686
12687 2007-03-17  Bruno Haible  <bruno@clisp.org>
12688
12689         * tests/test-crc.c (main): Make printf statements 64-bit clean.
12690         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
12691         * tests/test-getaddrinfo.c (simple): Likewise.
12692         * tests/test-read-file.c (main): Likewise.
12693
12694 2007-03-17  Bruno Haible  <bruno@clisp.org>
12695
12696         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
12697
12698 2007-03-17  Bruno Haible  <bruno@clisp.org>
12699
12700         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
12701         unused variable.
12702
12703 2007-03-17  Bruno Haible  <bruno@clisp.org>
12704
12705         * tests/test-c-strcasecmp.c: Include c-strcase.h.
12706         * tests/test-c-strncasecmp.c: Likewise.
12707
12708 2007-03-17  Bruno Haible  <bruno@clisp.org>
12709
12710         * modules/stdlib (Depends-on): Add unistd.
12711         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
12712         Needed for MacOS X 10.3.
12713
12714 2007-03-17  Bruno Haible  <bruno@clisp.org>
12715
12716         * lib/unistr/u-strdup.h: Include <stdlib.h>.
12717
12718 2007-03-17  Bruno Haible  <bruno@clisp.org>
12719
12720         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
12721
12722 2007-03-17  Bruno Haible  <bruno@clisp.org>
12723
12724         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
12725         to reflect files copied from gnulib (with or without modifications).
12726         Suggested by Jim Meyering.
12727
12728 2007-03-17  Eric Blake  <ebb9@byu.net>
12729
12730         * NEWS: Document stdlib change from 2007-02-18.
12731
12732 2007-03-17  Jim Meyering  <jim@meyering.net>
12733
12734         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
12735         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
12736         someone uses a name containing shell meta-characters.
12737         Reported by Alfred M. Szmidt.
12738
12739         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
12740
12741 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
12742
12743         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
12744         and copy gettext configuration files only if configure.ac contains
12745         a use of AM_GNU_GETTEXT_VERSION.
12746
12747 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
12748
12749         * build-aux/bootstrap (gnulib_name): New variable.
12750         (gnulib_tool_options): Use it.
12751
12752 2007-03-13  Simon Josefsson  <simon@josefsson.org>
12753
12754         * tests/test-des.c: Use new namespace.
12755
12756 2007-03-15  Bruno Haible  <bruno@clisp.org>
12757
12758         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
12759         Reported by James Youngman <jay@gnu.org>.
12760
12761 2007-03-15  Bruno Haible  <bruno@clisp.org>
12762
12763         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
12764         declared prototype. Needed with cc on OSF/1 5.1.
12765
12766 2007-03-15  Bruno Haible  <bruno@clisp.org>
12767
12768         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
12769         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
12770         (struct gl_list_implementation): Add dispose_fn argument to the
12771         'create_empty', 'create' methods.
12772         (struct gl_list_impl_base): Add field 'dispose_fn'.
12773         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
12774         argument.
12775         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
12776         dispose_fn argument.
12777         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
12778         dispose_fn on the dropped values.
12779         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
12780         dispose_fn argument.
12781         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
12782         dropped values.
12783         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
12784         (gl_tree_remove_node): Call dispose_fn on the dropped value.
12785         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
12786         (gl_tree_remove_node): Call dispose_fn on the dropped value.
12787         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
12788         argument.
12789         (gl_tree_list_free): Call dispose_fn on the dropped values.
12790         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
12791         the dropped values.
12792         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
12793         Add dispose_fn argument.
12794         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
12795         Call dispose_fn on the dropped values.
12796         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
12797         Add dispose_fn argument.
12798         (gl_sublist_create): Initialize the 'dispose_fn' field.
12799         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
12800         * tests/test-array_list.c (main): Update.
12801         * tests/test-carray_list.c (main): Update.
12802         * tests/test-avltree_list.c (main): Update.
12803         * tests/test-rbtree_list.c (main): Update.
12804         * tests/test-avltreehash_list.c (main): Update.
12805         * tests/test-rbtreehash_list.c (main): Update.
12806         * tests/test-linked_list.c (main): Update.
12807         * tests/test-linkedhash_list.c (main): Update.
12808         * tests/test-array_oset.c (main): Update.
12809
12810 2007-03-15  Bruno Haible  <bruno@clisp.org>
12811
12812         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
12813         (gl_oset_create_empty): Add dispose_fn argument.
12814         (struct gl_oset_implementation): Add dispose_fn argument to
12815         'create_empty' method.
12816         (struct gl_oset_impl_base): Add dispose_fn field.
12817         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
12818         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
12819         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
12820         values.
12821         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
12822         (gl_tree_oset_free): Call dispose_fn on the dropped values.
12823         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
12824         dropped value.
12825         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
12826         dropped value.
12827         * tests/test-array_oset.c (main): Update.
12828         * tests/test-avltree_oset.c (main): Update.
12829         * tests/test-rbtree_oset.c (main): Update.
12830         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
12831
12832 2007-03-13  Bruno Haible  <bruno@clisp.org>
12833
12834         * tests/test-stdbool.c (i): Update after last patch.
12835
12836 2007-03-12  Bruno Haible  <bruno@clisp.org>
12837
12838         * lib/quotearg.c: Include <wctype.h> early, before the definition of
12839         the iswprint macro. Needed on Solaris 2.5.1.
12840
12841 2007-03-12  Bruno Haible  <bruno@clisp.org>
12842
12843         * tests/test-printf-frexp.c (main): Declare x as volatile.
12844
12845 2007-03-12  Simon Josefsson  <simon@josefsson.org>
12846
12847         * doc/gnulib.texi (Build robot for gnulib): New section.
12848
12849 2007-03-12  Jim Meyering  <jim@meyering.net>
12850
12851         * build-aux/bootstrap: New file.
12852         * build-aux/bootstrap.conf: New file, from coreutils.
12853
12854 2007-03-11  Bruno Haible  <bruno@clisp.org>
12855
12856         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
12857
12858 2007-03-12  Simon Josefsson  <simon@josefsson.org>
12859
12860         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
12861         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
12862         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
12863
12864 2007-03-11  Bruno Haible  <bruno@clisp.org>
12865
12866         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
12867         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
12868
12869 2007-03-11  Bruno Haible  <bruno@clisp.org>
12870
12871         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
12872         formula. Needed for SunPRO C 5.0.
12873
12874 2007-03-11  Bruno Haible  <bruno@clisp.org>
12875
12876         * modules/long-options (Depends-on): Add getopt.
12877
12878 2007-03-11  Bruno Haible  <bruno@clisp.org>
12879
12880         * modules/modechange (Depends-on): Add stdbool.
12881
12882 2007-03-11  Bruno Haible  <bruno@clisp.org>
12883
12884         * modules/i-ring (Depends-on): Add stdbool.
12885
12886 2007-03-11  Bruno Haible  <bruno@clisp.org>
12887
12888         * modules/gc-des (Depends-on): Add stdbool.
12889
12890 2007-03-11  Bruno Haible  <bruno@clisp.org>
12891
12892         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
12893
12894 2007-03-11  Bruno Haible  <bruno@clisp.org>
12895
12896         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
12897
12898 2007-03-11  Bruno Haible  <bruno@clisp.org>
12899
12900         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
12901
12902 2007-03-11  Bruno Haible  <bruno@clisp.org>
12903
12904         * lib/vasnprintf.c (sprintf): Undefine.
12905
12906 2007-03-11  Bruno Haible  <bruno@clisp.org>
12907
12908         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
12909         initializers in SunPRO C and Compaq C compilers.
12910
12911 2007-03-11  Bruno Haible  <bruno@clisp.org>
12912
12913         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
12914         decrementing code ANSI C compliant.
12915
12916 2007-03-11  Bruno Haible  <bruno@clisp.org>
12917
12918         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
12919         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
12920
12921 2007-03-11  Bruno Haible  <bruno@clisp.org>
12922
12923         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
12924         <stdbool.h> substitute doesn't pass.
12925
12926 2007-03-11  Bruno Haible  <bruno@clisp.org>
12927
12928         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
12929
12930 2007-03-11  Bruno Haible  <bruno@clisp.org>
12931
12932         * gnulib-tool (func_create_megatestdir): Create also an autobuild
12933         script, for submission to autobuild.josefsson.org.
12934
12935 2007-03-10  Bruno Haible  <bruno@clisp.org>
12936
12937         * modules/canonicalize-lgpl-tests: New file.
12938         * tests/test-canonicalize-lgpl.sh: New file.
12939         * tests/test-canonicalize-lgpl.c: New file.
12940
12941         * modules/c-strcase-tests: New file.
12942         * tests/test-c-strcase.sh: New file.
12943         * tests/test-c-strcasecmp.c: New file.
12944         * tests/test-c-strncasecmp.c: New file.
12945
12946         * modules/atexit-tests: New file.
12947         * tests/test-atexit.sh: New file.
12948         * tests/test-atexit.c: New file.
12949
12950 2007-03-10  Bruno Haible  <bruno@clisp.org>
12951
12952         * tests/test-binary-io.sh: Use temporary filenames that are not so
12953         likely to clash with those of other tests (in a parallel make).
12954         * tests/test-binary-io.c: Likewise.
12955
12956 2007-03-10  Bruno Haible  <bruno@clisp.org>
12957
12958         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
12959         fallback; use #error instead.
12960         Suggested by Simon Josefsson.
12961
12962 2007-03-10  Bruno Haible  <bruno@clisp.org>
12963
12964         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
12965         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
12966         first and the last.
12967
12968 2007-03-10  Bruno Haible  <bruno@clisp.org>
12969
12970         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
12971
12972 2007-03-10  Bruno Haible  <bruno@clisp.org>
12973
12974         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
12975         "make distcheck".
12976         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
12977         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
12978         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
12979
12980 2007-03-10  Bruno Haible  <bruno@clisp.org>
12981
12982         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
12983         variable.
12984         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
12985         variable.
12986
12987 2007-03-09  Eric Blake  <ebb9@byu.net>
12988         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
12989
12990         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
12991         types are not being provided by gnulib.
12992         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
12993         types are supported.
12994
12995 2007-03-10  Bruno Haible  <bruno@clisp.org>
12996
12997         * lib/stdio_.h (__attribute__): New macro.
12998         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
12999         vsprintf): Specify __attribute__ __format__ for GCC.
13000         Suggested by Eric Blake.
13001
13002 2007-03-09  Bruno Haible  <bruno@clisp.org>
13003
13004         * modules/printf-posix-tests: New file.
13005         * tests/test-printf-posix.sh: New file.
13006         * tests/test-printf-posix.c: New file.
13007
13008         * modules/printf-posix: New file.
13009         * lib/printf.c: New file.
13010         * m4/printf-posix-rpl.m4: New file.
13011         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
13012         REPLACE_PRINTF.
13013         * lib/stdio_.h (printf): New declaration.
13014         (format, __format__, ____printf____, ____scanf____, ____strftime____,
13015         ____strfmon____): New macros.
13016         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
13017         REPLACE_PRINTF.
13018
13019 2007-03-09  Bruno Haible  <bruno@clisp.org>
13020
13021         * tests/test-vasnprintf-posix2.sh: New file.
13022         * tests/test-vasnprintf-posix2.c: New file.
13023         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
13024         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
13025         (Makefile.am): Activate test-vasnprintf-posix2.sh.
13026
13027         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
13028         a locale dependent decimal point, rather than always '.'.
13029
13030 2007-03-09  Eric Blake  <ebb9@byu.net>
13031
13032         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
13033         spite of platforms like Tandem/NSK that define it to -1.
13034
13035 2007-03-08  Bruno Haible  <bruno@clisp.org>
13036
13037         * modules/vprintf-posix-tests: New file.
13038         * tests/test-vprintf-posix.sh: New file.
13039         * tests/test-vprintf-posix.c: New file.
13040         * tests/test-printf-posix.h: New file.
13041
13042         * modules/vprintf-posix: New file.
13043         * lib/vprintf.c: New file.
13044         * m4/vprintf-posix.m4: New file.
13045         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
13046         REPLACE_VPRINTF.
13047         * lib/stdio_.h (vprintf): New declaration.
13048         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
13049         REPLACE_VPRINTF.
13050
13051 2007-03-08  Bruno Haible  <bruno@clisp.org>
13052
13053         * modules/fprintf-posix-tests: New file.
13054         * tests/test-fprintf-posix.sh: New file.
13055         * tests/test-fprintf-posix.c: New file.
13056
13057         * modules/fprintf-posix: New file.
13058         * lib/fprintf.c: New file.
13059         * m4/fprintf-posix.m4: New file.
13060         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
13061         REPLACE_FPRINTF.
13062         * lib/stdio_.h (fprintf): New declaration.
13063         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
13064         REPLACE_FPRINTF.
13065
13066 2007-03-08  Bruno Haible  <bruno@clisp.org>
13067
13068         * modules/vfprintf-posix-tests: New file.
13069         * tests/test-vfprintf-posix.sh: New file.
13070         * tests/test-vfprintf-posix.c: New file.
13071         * tests/test-fprintf-posix.h: New file.
13072         * tests/test-fprintf-posix.out: New file.
13073
13074         * modules/vfprintf-posix: New file.
13075         * lib/vfprintf.c: New file.
13076         * m4/vfprintf-posix.m4: New file.
13077         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
13078         REPLACE_VFPRINTF.
13079         * lib/stdio_.h (vfprintf): New declaration.
13080         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
13081         REPLACE_VFPRINTF.
13082
13083 2007-03-08  Bruno Haible  <bruno@clisp.org>
13084
13085         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
13086
13087 2007-03-08  Bruno Haible  <bruno@clisp.org>
13088
13089         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
13090         instead of 'expr' invocations.
13091         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13092         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13093         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13094         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13095         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13096         Suggested by Paul Eggert.
13097
13098 2007-03-08  Bruno Haible  <bruno@clisp.org>
13099
13100         * modules/fseterr-tests: New file.
13101         * tests/test-fseterr.c: New file.
13102
13103         * modules/fseterr: New file.
13104         * lib/fseterr.h: New file.
13105         * lib/fseterr.c: New file.
13106
13107 2007-03-08  Bruno Haible  <bruno@clisp.org>
13108
13109         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
13110         * lib/getopt_.h: Likewise.
13111         * lib/mbswidth.h: Likewise.
13112         * lib/setenv.h: Likewise.
13113         * lib/vasnprintf.h: Likewise.
13114         * lib/vasprintf.h: Likewise.
13115         * lib/verror.h: Likewise.
13116         * lib/xsetenv.h: Likewise.
13117         * lib/xvasprintf.h: Likewise.
13118
13119 2007-03-08  Jim Meyering  <jim@meyering.net>
13120
13121         * users.txt: Add parted.
13122
13123         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
13124
13125 2007-03-07  Bruno Haible  <bruno@clisp.org>
13126
13127         * m4/printf.m4: Make the shell script snippets copy&pastable.
13128
13129 2007-03-02  Bruno Haible  <bruno@clisp.org>
13130
13131         * lib/netinet_in_.h: New file.
13132         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
13133         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
13134         * modules/netinet_in (Files): Add lib/netinet_in_.h.
13135         (Depends-on): Add absolute-header.
13136         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
13137         into netinet/in.h.
13138
13139 2007-03-03  Bruno Haible  <bruno@clisp.org>
13140
13141         * lib/sys_select_.h: New file.
13142         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
13143         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
13144         * modules/sys_select (Files): Add lib/sys_select_.h.
13145         (Depends-on): Add absolute-header.
13146         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
13147         into sys/select.h.
13148
13149 2007-03-02  Bruno Haible  <bruno@clisp.org>
13150
13151         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
13152         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
13153         values.
13154         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
13155         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
13156         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
13157         * modules/sys_socket (Depends-on): Add absolute-header.
13158         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
13159         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
13160         (Include): Remove requirement of inclusion of <sys/types.h>.
13161
13162 2007-03-02  Bruno Haible  <bruno@clisp.org>
13163
13164         * lib/byteswap_.h (bswap_32): Fix formula.
13165
13166 2007-03-06  Bruno Haible  <bruno@clisp.org>
13167
13168         * modules/sprintf-posix-tests: New file.
13169         * tests/test-sprintf-posix.c: New file.
13170
13171         * modules/sprintf-posix: New file.
13172         * lib/sprintf.c: New file.
13173         * m4/sprintf-posix.m4: New file.
13174         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
13175         REPLACE_SPRINTF.
13176         * lib/stdio_.h (sprintf): New declaration.
13177         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
13178         REPLACE_SPRINTF.
13179
13180 2007-03-06  Bruno Haible  <bruno@clisp.org>
13181
13182         * modules/vsprintf-posix-tests: New file.
13183         * tests/test-vsprintf-posix.c: New file.
13184         * tests/test-sprintf-posix.h: New file.
13185
13186         * modules/vsprintf-posix: New file.
13187         * lib/vsprintf.c: New file.
13188         * m4/vsprintf-posix.m4: New file.
13189         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
13190         REPLACE_VSPRINTF.
13191         * lib/stdio_.h (vsprintf): New declaration.
13192         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
13193         REPLACE_VSPRINTF.
13194
13195 2007-03-06  Bruno Haible  <bruno@clisp.org>
13196
13197         * modules/vsnprintf (Depend-on): Remove minmax.
13198
13199 2007-03-06  Bruno Haible  <bruno@clisp.org>
13200
13201         * modules/snprintf-posix-tests: New file.
13202         * tests/test-snprintf-posix.c: New file.
13203
13204         * modules/snprintf-posix: New file.
13205         * m4/snprintf-posix.m4: New file.
13206         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
13207         gl_FUNC_SNPRINTF.
13208         (gl_FUNC_SNPRINTF): Invoke it.
13209         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
13210         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
13211         is set.
13212         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
13213
13214 2007-03-06  Bruno Haible  <bruno@clisp.org>
13215
13216         * modules/vsnprintf-posix-tests: New file.
13217         * tests/test-vsnprintf-posix.c: New file.
13218         * tests/test-snprintf-posix.h: New file.
13219
13220         * modules/vsnprintf-posix: New file.
13221         * m4/vsnprintf-posix.m4: New file.
13222         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
13223         gl_FUNC_VSNPRINTF.
13224         (gl_FUNC_VSNPRINTF): Invoke it.
13225         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
13226         * lib/stdio_.h (vsnprintf): Define as a replacement if
13227         REPLACE_VSNPRINTF is set.
13228         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
13229
13230 2007-03-06  Bruno Haible  <bruno@clisp.org>
13231
13232         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
13233         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
13234
13235 2007-03-06  Bruno Haible  <bruno@clisp.org>
13236
13237         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
13238         (asinl): Declare also if HAVE_DECL_ASINL is set.
13239         (atanl): Declare also if HAVE_DECL_ATANL is set.
13240         (ceill): Declare also if HAVE_DECL_CEILL is set.
13241         (cosl): Declare also if HAVE_DECL_COSL is set.
13242         (expl): Declare also if HAVE_DECL_EXPL is set.
13243         (floorl): Declare also if HAVE_DECL_FLOORL is set.
13244         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
13245         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
13246         (logl): Declare also if HAVE_DECL_LOGL is set.
13247         (sinl): Declare also if HAVE_DECL_SINL is set.
13248         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
13249         (tanl): Declare also if HAVE_DECL_TANL is set.
13250         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
13251         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
13252         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
13253         declaration of frexpl, ldexpl.
13254         * modules/printf-frexpl (Depends-on): Add math.
13255         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
13256
13257 2007-03-05  Bruno Haible  <bruno@clisp.org>
13258
13259         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
13260         frexpl and ldexpl are declared.
13261         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
13262
13263 2007-03-05  Bruno Haible  <bruno@clisp.org>
13264
13265         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
13266         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
13267
13268 2007-03-05  Bruno Haible  <bruno@clisp.org>
13269
13270         * lib/stdio_.h: Include <stddef.h>.
13271
13272 2007-03-05  Bruno Haible  <bruno@clisp.org>
13273
13274         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
13275
13276 2007-03-05  Bruno Haible  <bruno@clisp.org>
13277
13278         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
13279         NetBSD 4, from Ralf Wildenhues.
13280
13281 2007-03-04  Bruno Haible  <bruno@clisp.org>
13282
13283         * lib/vasprintf.h: Update #if logic for the case when the functions
13284         exist but are overridden.
13285
13286 2007-03-04  Bruno Haible  <bruno@clisp.org>
13287
13288         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
13289         implementations: glibc-2.4 and MacOS X 10.3.
13290         * tests/test-vasnprintf-posix.c (test_function): Test also the case
13291         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
13292         * tests/test-vasprintf-posix.c (test_function): Likewise.
13293
13294 2007-03-04  Bruno Haible  <bruno@clisp.org>
13295
13296         * modules/vasprintf-posix-tests: New file.
13297         * tests/test-vasprintf-posix.c: New file.
13298
13299         * modules/vasprintf-posix: New file.
13300         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
13301         defined.
13302         * m4/vasprintf-posix.m4: New file.
13303         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
13304         gl_FUNC_VASPRINTF.
13305         (gl_FUNC_VASPRINTF): Invoke it.
13306         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
13307         here.
13308         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
13309
13310 2007-03-04  Bruno Haible  <bruno@clisp.org>
13311
13312         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
13313         REPLACE_GETTIMEOFDAY.
13314         * modules/sys_time (Makefile.am): Likewise.
13315         * m4/sys_time_h.m4: Likewise.
13316         * m4/gettimeofday.m4: Likewise.
13317
13318 2007-03-04  Bruno Haible  <bruno@clisp.org>
13319
13320         * modules/vasnprintf-posix-tests: New file.
13321         * tests/test-vasnprintf-posix.c: New file.
13322
13323         * modules/vasnprintf-posix: New file.
13324         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
13325         printf-frexpl.h.
13326         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
13327         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
13328         REPLACE_VASNPRINTF is defined.
13329         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
13330         gl_FUNC_VASNPRINTF.
13331         (gl_FUNC_VASNPRINTF): Invoke it.
13332         * m4/vasnprintf-posix.m4: New file.
13333         * m4/printf.m4: New file.
13334
13335 2007-03-04  Bruno Haible  <bruno@clisp.org>
13336
13337         Compile progreloc.c only if --enable-relocatable is specified.
13338         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
13339         if --enable-relocatable was specified.
13340         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
13341         lib_SOURCES.
13342
13343 2007-03-04  Jim Meyering  <jim@meyering.net>
13344
13345         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
13346         Use it consistently, rather than enumerating errno constants.
13347
13348 2007-03-04  Bruno Haible  <bruno@clisp.org>
13349
13350         * modules/xvasprintf-tests: New file.
13351         * tests/test-xvasprintf.c: New file.
13352
13353         * modules/vasprintf-tests: New file.
13354         * tests/test-vasprintf.c: New file.
13355
13356         * modules/vasnprintf-tests: New file.
13357         * tests/test-vasnprintf.c: New file.
13358
13359         * modules/vsnprintf-tests: New file.
13360         * tests/test-vsnprintf.c: New file.
13361
13362         * modules/snprintf-tests: New file.
13363         * tests/test-snprintf.c: New file.
13364
13365 2007-03-04  Bruno Haible  <bruno@clisp.org>
13366
13367         Compile relocatable.c only if --enable-relocatable is specified.
13368         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
13369         gl_RELOCATABLE_LIBRARY.
13370         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
13371         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
13372         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
13373         gl_RELOCATABLE_LIBRARY.
13374         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
13375         (Makefile.am): Remove lib_SOURCES.
13376         * modules/relocatable-lib-lgpl (configure.ac): Invoke
13377         gl_RELOCATABLE_LIBRARY.
13378         (Makefile.am): Remove lib_SOURCES.
13379         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
13380         always.
13381         * modules/relocatable-prog-wrapper (configure.ac): Invoke
13382         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
13383
13384 2007-03-04  Bruno Haible  <bruno@clisp.org>
13385
13386         * modules/argmatch-tests: New file.
13387         * tests/test-argmatch.c: New file.
13388
13389         * tests/test-allocsa.c (main): Halve the number of loop runs.
13390
13391         * modules/alloca-opt-tests: New file.
13392         * tests/test-alloca-opt.c: New file.
13393
13394 2007-03-04  Jim Meyering  <jim@meyering.net>
13395
13396         Work around difference between Linux ACLs and Solaris 10 ZFS.
13397         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
13398         for EINVAL.
13399
13400 2007-03-03  Bruno Haible  <bruno@clisp.org>
13401
13402         * modules/relocatable-prog (Depends-on): Add back progreloc's
13403         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
13404
13405 2007-03-03  Bruno Haible  <bruno@clisp.org>
13406
13407         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
13408         * modules/relocatable-lib: New file.
13409
13410 2007-03-03  Bruno Haible  <bruno@clisp.org>
13411
13412         * modules/relocatable-prog: Renamed from modules/relocatable.
13413         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
13414
13415 2007-03-03  Bruno Haible  <bruno@clisp.org>
13416
13417         * modules/relocatable-script (Files): Add doc/relocatable.texi,
13418         m4/relocatable-lib.m4.
13419         (Depends-on): Remove 'relocatable'.
13420         (configure.ac): Add gl_RELOCATABLE_NOP.
13421
13422 2007-03-03  Bruno Haible  <bruno@clisp.org>
13423
13424         * modules/relocatable-prog-wrapper: New file.
13425         * modules/relocatable (Depends-on): Add it. Remove all other
13426         dependencies except progname.
13427         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
13428
13429         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
13430         (gl_FUNC_STRERROR): Nop.
13431         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
13432
13433         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
13434         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
13435
13436         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
13437         (gl_FUNC_READLINK): Update.
13438
13439         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
13440
13441 2007-03-03  Bruno Haible  <bruno@clisp.org>
13442
13443         * lib/xreadlink.c: Include <unistd.h> unconditionally.
13444         * modules/xreadlink (Depends-on): Add unistd.
13445         * modules/xreadlink-with-size (Depends-on): Likewise.
13446
13447 2007-03-03  Bruno Haible  <bruno@clisp.org>
13448
13449         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
13450         extracted from gt_FUNC_SETENV.
13451         (gt_FUNC_SETENV): Remove macro.
13452         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
13453         remove gt_FUNC_SETENV.
13454
13455 2007-03-03  Bruno Haible  <bruno@clisp.org>
13456
13457         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
13458         ENABLE_RELOCATABLE here.
13459         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
13460
13461 2007-03-03  Bruno Haible  <bruno@clisp.org>
13462
13463         * modules/rbtreehash-list-tests (Depends-on): Add progname.
13464         * tests/test-rbtreehash_list.c: Include progname.h.
13465         (main): Call set_program_name.
13466
13467         * modules/rbtree-oset-tests (Depends-on): Add progname.
13468         * tests/test-rbtree_oset.c: Include progname.h.
13469         (main): Call set_program_name.
13470
13471         * modules/rbtree-list-tests (Depends-on): Add progname.
13472         * tests/test-rbtree_list.c: Include progname.h.
13473         (main): Call set_program_name.
13474
13475         * modules/linked-list-tests (Depends-on): Add progname.
13476         * tests/test-linked_list.c: Include progname.h.
13477         (main): Call set_program_name.
13478
13479 2007-03-03  Bruno Haible  <bruno@clisp.org>
13480
13481         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
13482         All uses of __restrict changed to _Restrict_.
13483         * lib/glob_.h (__restrict): Remove macro.
13484
13485 2007-03-02  Bruno Haible  <bruno@clisp.org>
13486
13487         * modules/gettext (configure.ac): Require gettext infrastructure
13488         from version 0.16.1.
13489
13490 2007-03-02  Bruno Haible  <bruno@clisp.org>
13491
13492         * modules/linkedhash-list-tests (Depends-on): Add progname.
13493         * tests/test-linkedhash_list.c: Include progname.h.
13494         (main): Call set_program_name.
13495
13496         * modules/carray-list-tests (Depends-on): Add progname.
13497         * tests/test-carray_list.c: Include progname.h.
13498         (main): Call set_program_name.
13499
13500         * modules/avltreehash-list-tests (Depends-on): Add progname.
13501         * tests/test-avltreehash_list.c: Include progname.h.
13502         (main): Call set_program_name.
13503
13504         * modules/avltree-oset-tests (Depends-on): Add progname.
13505         * tests/test-avltree_oset.c: Include progname.h.
13506         (main): Call set_program_name.
13507
13508         * modules/avltree-list-tests (Depends-on): Add progname.
13509         * tests/test-avltree_list.c: Include progname.h.
13510         (main): Call set_program_name.
13511
13512         * modules/array-oset-tests (Depends-on): Add progname.
13513         * tests/test-array_oset.c: Include progname.h.
13514         (main): Call set_program_name.
13515
13516         * modules/array-list-tests (Depends-on): Add progname.
13517         * tests/test-array_list.c: Include progname.h.
13518         (main): Call set_program_name.
13519
13520         * modules/argp-tests (Depends-on): Add progname.
13521         * tests/test-argp.c: Include argp.h first. Include progname.h.
13522         (main): Call set_program_name.
13523
13524 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
13525
13526         * doc/gnulib-tool.texi (Initial import): Reword description of
13527         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
13528         limited effect even if defined after the first system include.
13529
13530 2007-03-01  Bruno Haible  <bruno@clisp.org>
13531
13532         * build-aux/config.libpath: Update to libtool-1.5.22.
13533         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13534
13535 2007-03-01  Bruno Haible  <bruno@clisp.org>
13536
13537         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
13538         foo_CFLAGS.
13539         Reported by Ralf Wildenhues.
13540
13541 2007-03-01  Bruno Haible  <bruno@clisp.org>
13542
13543         * build-aux/install-reloc: Remove object files left over by some
13544         compilers.
13545         Reported by Ralf Wildenhues.
13546
13547 2007-03-01  Bruno Haible  <bruno@clisp.org>
13548
13549         * build-aux/install-reloc: Break long lines.
13550
13551 2007-03-01  Bruno Haible  <bruno@clisp.org>
13552
13553         * doc/relocatable.texi: Document that it may not work on OpenBSD.
13554         Reported by Ralf Wildenhues.
13555
13556 2007-03-01  Bruno Haible  <bruno@clisp.org>
13557
13558         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
13559         include ordering constraints.
13560
13561 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13562
13563         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
13564         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
13565         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
13566         as another example.
13567         * lib/time_.h: Fix misspelling.
13568         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
13569         Require gl_HEADER_TIME_H_DEFAULTS.
13570         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
13571         * m4/time_r.m4 (gl_TIME_R): Likewise.
13572         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
13573
13574 2007-03-01  Bruno Haible  <bruno@clisp.org>
13575
13576         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
13577         * m4/utimens.m4 (gl_UTIMENS): Likewise.
13578
13579 2007-03-01  Jim Meyering  <jim@meyering.net>
13580
13581         * modules/xreadlink (Maintainer): Add my name.
13582         * modules/xreadlink-with-size (Depends-on): Alphabetize.
13583
13584 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
13585             Bruno Haible  <bruno@clisp.org>
13586
13587         * build-aux/install-reloc: Compile also c-ctype.c.
13588         * build-aux/relocatable.sh.in: New file.
13589         * doc/relocatable.texi: New file.
13590         * doc/relocatable-maint.texi: New file.
13591         * doc/gnulib.texi: Include relocatable-maint.texi.
13592         * lib/progreloc.c: Include unistd.h unconditionally.
13593         * lib/relocwrapper.c: Include unistd.h unconditionally.
13594         Include c-ctype.h.
13595         (add_dotbin): Use c_tolower.
13596         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
13597         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
13598         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
13599         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
13600         to m4/relocatable-lib.m4.
13601         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
13602         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
13603         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
13604         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
13605         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
13606         * modules/relocatable: New file.
13607         * modules/relocatable-lib: New file.
13608         * modules/relocatable-script: New file.
13609
13610 2007-02-28  Bruno Haible  <bruno@clisp.org>
13611
13612         Import --enable-relocatable infrastructure.
13613         * build-aux/config.libpath: New file, from GNU gettext.
13614         * build-aux/install-reloc: New file, from GNU gettext.
13615         * build-aux/reloc-ldflags: New file, from GNU gettext.
13616         * lib/relocatable.h: New file, from GNU gettext.
13617         * lib/relocatable.c: New file, from GNU gettext.
13618         * lib/relocwrapper.c: New file, from GNU gettext.
13619         * m4/relocatable.m4: New file, from GNU gettext.
13620
13621 2007-02-28  Bruno Haible  <bruno@clisp.org>
13622
13623         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
13624
13625         * modules/xreadlink: New file, from GNU gettext with modifications.
13626         * lib/xreadlink.c: New file, from GNU gettext.
13627         * lib/xreadlink.h: Add comments.
13628         (xreadlink): New declaration.
13629
13630         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
13631         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
13632         lib/xreadlink-with-size.c.
13633         (configure.ac): Remove gl_XREADLINK invocation.
13634         (Makefile.am): Augment lib_SOURCES.
13635         * m4/xreadlink.m4: Remove file.
13636         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
13637         (xreadlink_with_size): Renamed from xreadink.
13638         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
13639         * modules/canonicalize (Depends-on): Replace xreadlink with
13640         xreadlink-with-size.
13641         * lib/canonicalize.c (canonicalize_filename_mode): Update.
13642
13643 2007-02-25  Jim Meyering  <jim@meyering.net>
13644
13645         * build-aux/announce-gen: When complaining about excess arguments,
13646         list them.
13647
13648 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13649
13650         * README: Document signed integer overflow situation more
13651         accurately.
13652
13653 2007-02-25  Bruno Haible  <bruno@clisp.org>
13654
13655         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
13656         'a' or 'A' conversion.
13657
13658 2007-02-25  Bruno Haible  <bruno@clisp.org>
13659
13660         * modules/filename: Renamed from modules/pathname.
13661         (Files): Replace lib/pathname.h with lib/filename.h. Replace
13662         lib/concatpath.c with lib/concat-filename.c.
13663         (Makefile.am): Update.
13664         (Include): Replace pathname.h with filename.h.
13665         * lib/filename.h: Renamed from lib/pathname.h.
13666         (concatenated_filename): Renamed from concatenated_pathname.
13667         * lib/concat-filename.c: Renamed from lib/concatpath.c.
13668         (concatenated_filename): Renamed from concatenated_pathname.
13669         * lib/findprog.c: Include filename.h instead of pathname.h.
13670         (find_in_path): Update.
13671         * lib/javacomp.c: Include filename.h instead of pathname.h.
13672         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
13673         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
13674         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
13675         is_oldgcj_14_13_usable, is_javac_usable): Update.
13676         * lib/javaexec.c: Include filename.h instead of pathname.h.
13677         (execute_java_class): Update.
13678         * modules/findprog: Update.
13679         * modules/javacomp: Update.
13680         * modules/javaexec: Update.
13681         * MODULES.html.sh (File system functions): Add 'filename', remove
13682         'pathname'.
13683
13684 2007-02-25  Bruno Haible  <bruno@clisp.org>
13685
13686         * modules/printf-frexpl-tests: New file.
13687         * tests/test-printf-frexpl.c: New file.
13688
13689         * modules/printf-frexpl: New file.
13690         * lib/printf-frexpl.h: New file.
13691         * lib/printf-frexpl.c: New file.
13692         * m4/printf-frexpl.m4: New file.
13693
13694 2007-02-25  Bruno Haible  <bruno@clisp.org>
13695
13696         * modules/printf-frexp-tests: New file.
13697         * tests/test-printf-frexp.c: New file.
13698
13699         * modules/printf-frexp: New file.
13700         * lib/printf-frexp.h: New file.
13701         * lib/printf-frexp.c: New file.
13702         * m4/printf-frexp.m4: New file.
13703
13704 2007-02-25  Bruno Haible  <bruno@clisp.org>
13705
13706         Assume automake >= 1.10 for the tests.
13707         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
13708         * modules/arctwo-tests: Likewise.
13709         * modules/argp-tests: Likewise.
13710         * modules/avltree-list-tests: Likewise.
13711         * modules/avltree-oset-tests: Likewise.
13712         * modules/avltreehash-list-tests: Likewise.
13713         * modules/carray-list-tests: Likewise.
13714         * modules/crc-tests: Likewise.
13715         * modules/des-tests: Likewise.
13716         * modules/gc-arcfour-tests: Likewise.
13717         * modules/gc-arctwo-tests: Likewise.
13718         * modules/gc-des-tests: Likewise.
13719         * modules/gc-hmac-md5-tests: Likewise.
13720         * modules/gc-hmac-sha1-tests: Likewise.
13721         * modules/gc-md2-tests: Likewise.
13722         * modules/gc-md4-tests: Likewise.
13723         * modules/gc-md5-tests: Likewise.
13724         * modules/gc-pbkdf2-sha1-tests: Likewise.
13725         * modules/gc-rijndael-tests: Likewise.
13726         * modules/gc-sha1-tests: Likewise.
13727         * modules/gc-tests: Likewise.
13728         * modules/getaddrinfo-tests: Likewise.
13729         * modules/hmac-md5-tests: Likewise.
13730         * modules/hmac-sha1-tests: Likewise.
13731         * modules/linked-list-tests: Likewise.
13732         * modules/linkedhash-list-tests: Likewise.
13733         * modules/lock-tests: Likewise.
13734         * modules/md2-tests: Likewise.
13735         * modules/md4-tests: Likewise.
13736         * modules/md5-tests: Likewise.
13737         * modules/rbtree-list-tests: Likewise.
13738         * modules/rbtree-oset-tests: Likewise.
13739         * modules/rbtreehash-list-tests: Likewise.
13740         * modules/read-file-tests: Likewise.
13741         * modules/rijndael-tests: Likewise.
13742         * modules/stdint-tests: Likewise.
13743         * modules/tls-tests: Likewise.
13744
13745 2007-02-24  Bruno Haible  <bruno@clisp.org>
13746
13747         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
13748         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
13749         function; instead check whether isnan with a double argument links.
13750         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
13751         function; instead check whether isnan with a 'long double' argument
13752         links.
13753         Reported by Eric Blake <ebb9@byu.net>.
13754
13755 2007-02-24  Bruno Haible  <bruno@clisp.org>
13756
13757         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
13758         defined.
13759         * lib/isnanl.c: Remove all code. Just include isnan.c.
13760         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
13761
13762 2007-02-25  Jim Meyering  <jim@meyering.net>
13763
13764         Avoid conflicting types for 'unsetenv' on FreeBSD.
13765         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
13766         conflicting with FreeBSD's (5.0 and 6.1) function declaration
13767         in stdlib.h.
13768
13769 2007-02-24  Bruno Haible  <bruno@clisp.org>
13770
13771         * modules/isnanl-nolibm-tests: New file.
13772         * tests/test-isnanl.c: New file.
13773
13774         * modules/isnanl-nolibm: New file.
13775         * lib/isnanl.h: New file.
13776         * lib/isnanl.c: New file.
13777         * m4/isnanl.m4: New file.
13778
13779 2007-02-24  Bruno Haible  <bruno@clisp.org>
13780
13781         * modules/isnan-nolibm-tests: New file.
13782         * tests/test-isnan.c: New file.
13783
13784         * modules/isnan-nolibm: New file.
13785         * lib/isnan.h: New file.
13786         * lib/isnan.c: New file.
13787         * m4/isnan.m4: New file.
13788
13789 2007-02-24  Bruno Haible  <bruno@clisp.org>
13790
13791         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
13792         assume that an exponent fits in 20 bits.
13793
13794 2007-02-24  Jim Meyering  <jim@meyering.net>
13795
13796         * m4/regex.m4: Update the description of the configure-time option,
13797         --without-included-regex, to state accurately what the defaults are,
13798         and perhaps to give people an idea why using this option is risky.
13799
13800 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
13801
13802         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
13803         loops on small arguments.  This attempts to avoid the problem
13804         Bruno Haible reported for AIX 4.3.2 in
13805         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
13806
13807 2007-02-23  Bruno Haible  <bruno@clisp.org>
13808
13809         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
13810         Needed for help2man.
13811
13812 2007-02-23  Karl Berry  <karl@gnu.org>
13813
13814         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
13815         exists, foo.h should be cvs-ignored, not committed.
13816
13817 2007-02-23  Eric Blake  <ebb9@byu.net>
13818
13819         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
13820         * lib/stat-time.h (includes): Likewise.
13821         * lib/utimecmp.c (includes): Likewise.
13822         * lib/utimens.h (includes): Likewise.
13823         * lib/getdate.y (includes): Also include "timespec.h" for use
13824         internal to the module.
13825         * modules/utimens (Depends-on): Revert yesterday's patch.
13826         * modules/nanosleep (Depends-on): Add missing dependency.
13827
13828 2007-02-22  Bruno Haible  <bruno@clisp.org>
13829
13830         * lib/glob.c: Don't include getlogin_r.h.
13831
13832 2007-02-22  Jim Meyering  <jim@meyering.net>
13833
13834         * modules/utimens (Depends-on): Add timespec, required for
13835         utimens.h's inclusion of timespec.h.
13836
13837 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
13838
13839         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
13840         long unreadable paths in GNU/Linux.  Problem reported by Andreas
13841         Schwab in
13842         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
13843         I'll try to think of a better way to fix the Solaris problem.
13844
13845         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
13846         like glibc; on Solaris 10, it fails with errno == EINVAL.
13847         POSIX says the behavior is unspecified if the first argument is NULL,
13848         so play it safe and never pass NULL to the system getcwd.
13849
13850 2007-02-21  Jim Meyering  <jim@meyering.net>
13851
13852         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
13853         of gettimeofday.  It would conflict with the one now always
13854         provided via sys_time_.h.  Reported by Matthew Woehlke, as
13855         an IRIX 6.5 build failure.
13856
13857 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
13858
13859         Minor fixups to port to Solaris 10 with Sun C 5.8.
13860         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
13861         * modules/getcwd (Depends-on): Add dirfd.
13862         * lib/putenv.c (putenv): #undef it.
13863         (rpl_putenv): New decl.
13864         (malloc, free): Include <stdlib.h> rather than prototyping separately.
13865
13866 2007-02-20  Bruno Haible  <bruno@clisp.org>
13867
13868         * modules/stdio-tests: New file.
13869         * tests/test-stdio.c: New file.
13870
13871         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
13872         (Depends-on): Add stdio.
13873         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
13874         (Include): Use <stdio.h> instead of vsnprintf.h.
13875         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
13876         HAVE_DECL_VSNPRINTF.
13877         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
13878
13879         * modules/snprintf (Files): Remove lib/snprintf.h.
13880         (Depends-on): Add stdio.
13881         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
13882         (Include): Use <stdio.h> instead of snprintf.h.
13883         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
13884         HAVE_DECL_SNPRINTF.
13885         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
13886         * lib/getaddrinfo.c: Likewise.
13887
13888         * modules/stdio: New file.
13889         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
13890         * lib/snprintf.h: Remove file.
13891         * lib/vsnprintf.h: Remove file.
13892         * lib/.cppi-disable: Remove snprintf.h.
13893         * m4/stdio_h.m4: New file.
13894         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
13895
13896 2007-02-20  Jim Meyering  <jim@meyering.net>
13897
13898         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
13899         used by e.g., mingw.  From Bruno Haible.
13900
13901 2007-02-19  Bruno Haible  <bruno@clisp.org>
13902
13903         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
13904         warnings.
13905         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13906
13907 2007-02-19  Bruno Haible  <bruno@clisp.org>
13908
13909         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
13910         from mingw users.
13911
13912 2007-02-19  Bruno Haible  <bruno@clisp.org>
13913
13914         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
13915         warnings.
13916         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
13917
13918 2007-02-19  Jim Meyering  <jim@meyering.net>
13919
13920         Don't use FD after a successful "fdopendir (fd)".
13921         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
13922         Reset it by calling dirfd on the just-obtained DIR*.
13923
13924         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
13925         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
13926
13927 2007-02-18  Bruno Haible  <bruno@clisp.org>
13928
13929         * lib/readlink.c: Include <unistd.h>.
13930         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
13931         HAVE_READLINK.
13932         * modules/readlink (Depends-on): Add unistd.
13933         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13934         (Include): Add <unistd.h>.
13935
13936         * lib/getlogin_r.h: Remove file.
13937         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
13938         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
13939         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
13940         HAVE_DECL_GETLOGIN_R.
13941         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
13942         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13943         (Include): Use <unistd.h> instead of getlogin_r.h.
13944
13945         * lib/getcwd.h: Remove file.
13946         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
13947         * lib/xgetcwd.c: Likewise.
13948         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
13949         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
13950         * modules/getcwd (Files): Remove lib/getcwd.h.
13951         (Depends-on): Add unistd.
13952         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13953         (Include): Use <unistd.h> instad of getcwd.h.
13954
13955         * lib/ftruncate.c: Include <unistd.h> first.
13956         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
13957         Set HAVE_FTRUNCATE.
13958         * modules/ftruncate (Depends-on): Add unistd.
13959         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13960
13961         * lib/fchdir.c: Include <unistd.h> first.
13962         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
13963         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
13964         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
13965         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13966         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
13967
13968         * lib/dup2.c: Include <unistd.h> first.
13969         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
13970         HAVE_DUP2.
13971         * modules/dup2 (Depends-on): Add unistd.
13972         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13973
13974         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
13975         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
13976         REPLACE_CHOWN. Don't define chown as a macro here.
13977         * modules/chown (Depends-on): Add unistd.
13978         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13979
13980         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
13981         Add definition for GL_LINK_WARNING.
13982         (chown, dup2): New declarations.
13983         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
13984         link warning.
13985         (ftruncate): New declaration.
13986         (getcwd): New declaration, taken from old getcwd.h.
13987         (getlogin_r): New declaration, taken from old getlogin_r.h.
13988         (readlink): New declaration.
13989         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
13990         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
13991         (gl_PREREQ_UNISTD): Remove macro.
13992         (gl_UNISTD_MODULE_INDICATOR): New macro.
13993         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
13994         many new variables. Don't set UNISTD_H.
13995         * modules/unistd (Description): Change.
13996         (Depends-on): Add link-warning.
13997         (configure.ac): Update.
13998         (Makefile.am): Create unistd.h always. Substitute many new variables
13999         into it.
14000
14001 2007-02-18  Bruno Haible  <bruno@clisp.org>
14002
14003         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
14004         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
14005         HAVE_GETSUBOPT.
14006         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
14007         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
14008         * lib/getsubopt.h: Remove file.
14009         * modules/getsubopt (Files): Remove lib/getsubopt.h.
14010         (Depends-on): Add stdlib.
14011         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14012         (Includes): Use <stdlib.h> instead of getsubopt.h.
14013         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
14014         Set HAVE_GETSUBOPT.
14015         * lib/getsubopt.c: Don't include getsubopt.h.
14016
14017 2007-02-18  Bruno Haible  <bruno@clisp.org>
14018
14019         * modules/fchdir (Depends-on): Add dup2.
14020
14021 2007-02-18  Bruno Haible  <bruno@clisp.org>
14022
14023         * lib/stdlib_.h: Handle glibc's special invocation convention
14024         specially.
14025
14026 2007-02-18  Bruno Haible  <bruno@clisp.org>
14027
14028         * modules/stdlib-tests: New file.
14029         * tests/test-stdlib.c: New file.
14030
14031         * modules/mkstemp (Files): Remove lib/mkstemp.h.
14032         (Depends-on): Add stdlib.
14033         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14034         (Includes): Use <stdlib.h> instead of mkstemp.h.
14035         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
14036         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
14037         * lib/mkstemp.c: Don't include mkstemp.h.
14038         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
14039         * lib/stdlib--.h: Don't include mkstemp.h.
14040
14041         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
14042         (Depends-on): Add stdlib.
14043         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14044         (Includes): Use <stdlib.h> instead of mkdtemp.h.
14045         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
14046         HAVE_MKDTEMP.
14047         * lib/mkdtemp.c: Don't include mkdtemp.h.
14048         * lib/clean-temp.c: Don't include mkdtemp.h.
14049
14050         * modules/exit (Files): Remove lib/exit.h.
14051         (Depends-on): Add stdlib.
14052         (Makefile.am): Remove lib_SOURCES.
14053         (Include): Use <stdlib.h> instead of exit.h.
14054         * lib/argmatch.c: Don't include exit.h.
14055         * lib/execute.c: Likewise.
14056         * lib/pagealign_alloc.c: Likewise.
14057         * lib/pipe.c: Likewise.
14058         * lib/wait-process.c: Likewise.
14059         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
14060         * lib/exitfail.c: Likewise.
14061         * lib/savewd.c: Likewise.
14062         * lib/xsetenv.c: Likewise.
14063
14064         * modules/stdlib: New file.
14065         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
14066         and extra comments about mkstemp().
14067         * lib/exit.h: Remove file.
14068         * lib/mkdtemp.h: Remove file.
14069         * lib/mkstemp.h: Remove file.
14070         * m4/stdlib_h.m4: New file.
14071         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
14072
14073 2007-02-18  Bruno Haible  <bruno@clisp.org>
14074
14075         * modules/math-tests: New file.
14076         * tests/test-math.c: New file.
14077
14078         * modules/math: New file.
14079         * modules/mathl (Files): Remove lib/mathl.h.
14080         (Depends-on): Add math.
14081         (Makefile.am): Don't mention mathl.h.
14082         (Include): Use <math.h> instead of mathl.h.
14083         * lib/math_.h: New file.
14084         * lib/mathl.h: Remove file.
14085         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
14086         mathl.h.
14087         * lib/asinl.c: Likewise.
14088         * lib/atanl.c: Likewise.
14089         * lib/ceill.c: Likewise.
14090         * lib/cosl.c: Likewise.
14091         * lib/expl.c: Likewise.
14092         * lib/floorl.c: Likewise.
14093         * lib/frexpl.c: Likewise.
14094         * lib/ldexpl.c: Likewise.
14095         * lib/logl.c: Likewise.
14096         * lib/sincosl.c: Likewise.
14097         * lib/sinl.c: Likewise.
14098         * lib/sqrtl.c: Likewise.
14099         * lib/tanl.c: Likewise.
14100         * lib/trigl.c: Likewise.
14101         * m4/math_h.m4: New file.
14102         * MODULES.html.sh (Mathematics): Add math.
14103
14104 2007-02-17  Bruno Haible  <bruno@clisp.org>
14105
14106         * modules/wctype-tests: New file.
14107         * tests/test-wctype.c: New file.
14108
14109         * modules/wchar-tests: New file.
14110         * tests/test-wchar.c: New file.
14111
14112         * modules/unistd-tests: New file.
14113         * tests/test-unistd.c: New file.
14114
14115         * modules/time-tests: New file.
14116         * tests/test-time.c: New file.
14117
14118         * modules/sysexits-tests: New file.
14119         * tests/test-sysexits.c: New file.
14120
14121         * modules/sys_time-tests: New file.
14122         * tests/test-sys_time.c: New file.
14123
14124         * modules/sys_stat-tests: New file.
14125         * tests/test-sys_stat.c: New file.
14126
14127         * modules/sys_socket-tests: New file.
14128         * tests/test-sys_socket.c: New file.
14129
14130         * modules/sys_select-tests: New file.
14131         * tests/test-sys_select.c: New file.
14132
14133         * modules/string-tests: New file.
14134         * tests/test-string.c: New file.
14135
14136         * modules/stdbool-tests: New file.
14137         * tests/test-stdbool.c: New file.
14138
14139         * modules/netinet_in-tests: New file.
14140         * tests/test-netinet_in.c: New file.
14141
14142         * modules/inttypes-tests: New file.
14143         * tests/test-inttypes.c: New file.
14144
14145         * modules/fcntl-tests: New file.
14146         * tests/test-fcntl.c: New file.
14147
14148         * modules/byteswap-tests: New file.
14149         * tests/test-byteswap.c: New file.
14150
14151         * modules/arpa_inet-tests: New file.
14152         * tests/test-arpa_inet.c: New file.
14153
14154 2007-02-17  Bruno Haible  <bruno@clisp.org>
14155
14156         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
14157         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
14158         if the corresponding module is not enabled. Emit link warnings if
14159         the function is used nevertheless.
14160         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
14161         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
14162         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
14163         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
14164         * modules/inttypes (Depends-on): Add link-warning.
14165         (Makefile.am): Copy the contents of build-aux/link-warning.h into
14166         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
14167         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
14168         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
14169         * modules/imaxdiv (configure.ac): Likewise.
14170         * modules/strtoimax (configure.ac): Likewise.
14171         * modules/strtoumax (configure.ac): Likewise.
14172
14173 2007-02-17  Bruno Haible  <bruno@clisp.org>
14174
14175         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
14176         gl_STRING_MODULE_INDICATOR_DEFAULTS.
14177         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
14178         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
14179
14180 2007-02-17  Bruno Haible  <bruno@clisp.org>
14181
14182         * modules/link-warning: New file.
14183         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
14184         * lib/string_.h (GL_LINK_WARNING): Remove definition.
14185         * modules/string (Depends-on): Add link-warning.
14186         (Makefile.am): Copy the contents of build-aux/link-warning.h into
14187         string.h.
14188         * MODULES.html.sh (Support for building libraries and executables): Add
14189         link-warning.
14190
14191 2007-02-17  Bruno Haible  <bruno@clisp.org>
14192
14193         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
14194         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
14195         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
14196         long lines.
14197
14198 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
14199             Bruno Haible  <bruno@clisp.org>
14200
14201         * modules/tmpfile: New file.
14202         * lib/tmpfile.c: New file.
14203         * m4/tmpfile.m4: New file.
14204         * MODULES.html.sh (func_all_modules): New section "Input/output".
14205
14206 2007-02-15  Bruno Haible  <bruno@clisp.org>
14207
14208         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
14209         (supports_delete_on_close): New function.
14210         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
14211
14212 2007-02-14  Bruno Haible  <bruno@clisp.org>
14213
14214         * modules/mbspcasecmp-tests: New file.
14215         * tests/test-mbspcasecmp.sh: New file.
14216         * tests/test-mbspcasecmp.c: New file.
14217
14218         New module mbspcasecmp.
14219         * modules/mbspcasecmp: New file.
14220         * lib/mbspcasecmp.c: New file.
14221         * lib/string_.h (strncasecmp): Change warning message.
14222         (mbspcasecmp): New declaration.
14223         * m4/mbspcasecmp.m4: New file.
14224         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14225         GNULIB_MBSPCASECMP.
14226         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
14227         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
14228
14229 2007-02-14  Bruno Haible  <bruno@clisp.org>
14230
14231         * modules/mbsncasecmp-tests: New file.
14232         * tests/test-mbsncasecmp.sh: New file.
14233         * tests/test-mbsncasecmp.c: New file.
14234
14235         New module mbsncasecmp.
14236         * modules/mbsncasecmp: New file.
14237         * lib/mbsncasecmp.c: New file.
14238         * lib/string_.h (mbsncasecmp): New declaration.
14239         * m4/mbsncasecmp.m4: New file.
14240         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14241         GNULIB_MBSNCASECMP.
14242         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
14243         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
14244
14245 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14246
14247         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
14248         Verify that it doesn't overlap with our flags.
14249         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
14250         do not have the desired effect in multibyte locales; instead, use
14251         mbscasecmp.
14252         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
14253         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
14254         we don't require GNU fnmatch ourselves (if our users require it, they
14255         should do so explicitly).
14256
14257         Fix regex code so it doesn't rely on strcasecmp.
14258         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
14259         Otherwise, include gnulib's langinfo.h.
14260         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
14261         undesirable behavior in non-C locales.  Instead, rely on localecharset.
14262         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
14263         * modules/regex (FILES): Remove m4/codeset.m4.
14264         (Depends-on): Add localcharset.  Remove strcase.
14265
14266 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14267
14268         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
14269         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
14270
14271 2007-02-13  Bruno Haible  <bruno@clisp.org>
14272
14273         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
14274         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14275
14276 2007-02-12  Bruno Haible  <bruno@clisp.org>
14277
14278         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
14279         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
14280         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
14281         time warning rather than a link error.
14282
14283 2007-02-12  Bruno Haible  <bruno@clisp.org>
14284
14285         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
14286         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
14287         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14288
14289 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
14290
14291         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
14292         args, not 2.
14293
14294 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
14295
14296         New module 'time', so that apps can include <time.h> as per
14297         POSIX and GNU instead of separate include files like time_r.h
14298         and timegm.h.  This implementation tries out a simpler approach
14299         for replacing decls in standard include files (as compared to
14300         the string module), somewhat as an experiment.
14301
14302         * config/srclist.txt: Comment out mktime.c for now.
14303         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
14304         since it doesn't apply any more.  Use generic wording instead.
14305         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
14306         'time'.
14307         * lib/time_.h, m4/time_h.m4, modules/time: New files.
14308         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
14309         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
14310         Don't include <sys/types.h>; no longer needed since we assume C89.
14311         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
14312         * lib/strftime.c: Likewise.
14313         * lib/time_r.c: Likewise.
14314         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
14315         * lib/nanosleep.c: Include <time.h> first, to check interface.
14316         * lib/strptime.c: Likewise.
14317         * lib/time_r.c: Likewise.
14318         * lib/timegm.c: Likewise.
14319         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
14320         needed.
14321         * lib/timegm.c: Don't include timegm.h; no longer needed.
14322         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
14323         time.h now handles any problems in that area.
14324         (struct timespec, nanosleep): Remove; time.h now arranges for these.
14325         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
14326         that time.h defines struct timespec.
14327         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
14328         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
14329         handles that.
14330         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
14331         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
14332         needed.  Set REPLACE_LOCALTIME.
14333         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
14334         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
14335         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
14336         nanosleep; time_h.m4 now does that.  Don't require
14337         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
14338         module handles this now.
14339         * modules/getdate (Depends-on): Remove timespec.  Add time.
14340         * modules/nanosleep (Depends-on): Likewise.
14341         * modules/stat-time (Depends-on): Likewise.
14342         * modules/nanosleep (Include): Include time.h, not timespec.h.
14343         * modules/strptime (Files): Remove lib/strptime.h.
14344         (Depends-on): Add extensions, time.
14345         (Include): Include time.h, not strptime.h.
14346         * modules/time_r (Files): Remove lib/time_r.h.
14347         (Depends-on): Add time.
14348         (Include): Include time.h, not time_r.h.
14349         * modules/timegm: Likewise.
14350         * modules/timespec (Description): Now does timespec-related decls
14351         of our own, instead of struct timespec itself.
14352         (Depends-on): Add time; remove extensions.
14353         (Maintainer): Add self.
14354         * modules/utimecmp (Depends-on): Add time; remove timespec.
14355         * modules/utimens (Depends-on): Likewise.
14356         * modules/xnanosleep (Depends-on): Likewise.
14357
14358 2007-02-11  Bruno Haible  <bruno@clisp.org>
14359
14360         * lib/c-strstr.c: Include allocsa.h.
14361         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14362         * lib/c-strcasestr.c: Include allocsa.h.
14363         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14364         * lib/strcasestr.c: Include allocsa.h.
14365         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14366         * lib/mbsstr.c: Include allocsa.h.
14367         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
14368         allocsa/freesa instead of malloc/free.
14369         * lib/mbscasestr.c: Include allocsa.h.
14370         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
14371         allocsa/freesa instead of malloc/free.
14372         * modules/c-strstr (Depends-on): Add allocsa.
14373         * modules/c-strcasestr (Depends-on): Likewise.
14374         * modules/strcasestr (Depends-on): Likewise.
14375         * modules/mbsstr (Depends-on): Likewise.
14376         * modules/mbscasestr (Depends-on): Likewise.
14377
14378 2007-02-11  Bruno Haible  <bruno@clisp.org>
14379
14380         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
14381
14382         * modules/mbsspn-tests: New file.
14383         * tests/test-mbsspn.sh: New file.
14384         * tests/test-mbsspn.c: New file.
14385
14386 2007-02-11  Bruno Haible  <bruno@clisp.org>
14387
14388         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
14389
14390         * modules/mbspbrk-tests: New file.
14391         * tests/test-mbspbrk.sh: New file.
14392         * tests/test-mbspbrk.c: New file.
14393
14394 2007-02-11  Bruno Haible  <bruno@clisp.org>
14395
14396         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
14397         unneeded cast.
14398
14399         * modules/mbscspn-tests: New file.
14400         * tests/test-mbscspn.sh: New file.
14401         * tests/test-mbscspn.c: New file.
14402
14403 2007-02-11  Bruno Haible  <bruno@clisp.org>
14404
14405         * modules/mbscasecmp-tests: New file.
14406         * tests/test-mbscasecmp.sh: New file.
14407         * tests/test-mbscasecmp.c: New file.
14408
14409 2007-02-11  Bruno Haible  <bruno@clisp.org>
14410
14411         Ensure O(n) worst-case complexity of mbscasestr.
14412         * lib/mbscasestr.c: Include stdbool.h.
14413         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
14414         functions.
14415         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
14416         the bookkeeping indicates that it's worth it.
14417         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
14418
14419         * modules/mbscasestr-tests: New file.
14420         * tests/test-mbscasestr1.c: New file.
14421         * tests/test-mbscasestr2.sh: New file.
14422         * tests/test-mbscasestr2.c: New file.
14423         * tests/test-mbscasestr3.sh: New file.
14424         * tests/test-mbscasestr3.c: New file.
14425         * tests/test-mbscasestr4.sh: New file.
14426         * tests/test-mbscasestr4.c: New file.
14427         * m4/locale-tr.m4: New file.
14428
14429 2007-02-11  Bruno Haible  <bruno@clisp.org>
14430
14431         Ensure O(n) worst-case complexity of mbsstr.
14432         * lib/mbsstr.c: Include stdbool.h.
14433         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
14434         functions.
14435         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
14436         bookkeeping indicates that it's worth it.
14437         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
14438
14439         * modules/mbsstr-tests: New file.
14440         * tests/test-mbsstr1.c: New file.
14441         * tests/test-mbsstr2.sh: New file.
14442         * tests/test-mbsstr2.c: New file.
14443         * tests/test-mbsstr3.sh: New file.
14444         * tests/test-mbsstr3.c: New file.
14445         * m4/locale-fr.m4: New file.
14446
14447 2007-02-11  Bruno Haible  <bruno@clisp.org>
14448
14449         * lib/mbsrchr.c (mbsrchr): Fix bug.
14450
14451         * modules/mbsrchr-tests: New file.
14452         * tests/test-mbsrchr.sh: New file.
14453         * tests/test-mbsrchr.c: New file.
14454
14455 2007-02-11  Bruno Haible  <bruno@clisp.org>
14456
14457         * lib/mbschr.c (mbschr): Fix bug.
14458
14459         * modules/mbschr-tests: New file.
14460         * tests/test-mbschr.sh: New file.
14461         * tests/test-mbschr.c: New file.
14462         * m4/locale-zh.m4: New file.
14463
14464 2007-02-11  Bruno Haible  <bruno@clisp.org>
14465
14466         Support for copying multibyte string iterators.
14467         * lib/mbiter.h: Include <string.h>.
14468         (mbiter_multi_copy): New function.
14469         (mbi_copy): New macro.
14470         * lib/mbuiter.h: Include <string.h>.
14471         (mbuiter_multi_copy): New function.
14472         (mbui_copy): New macro.
14473
14474 2007-02-11  Bruno Haible  <bruno@clisp.org>
14475
14476         New module mbslen.
14477         * modules/mbslen: New file.
14478         * lib/mbslen.c: New file.
14479         * lib/string_.h (mbslen): New declaration.
14480         * m4/mbslen.m4: New file.
14481         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14482         GNULIB_MBSLEN.
14483         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
14484         * MODULES.html.sh (Internationalization functions): Add mbslen.
14485
14486 2007-02-11  Bruno Haible  <bruno@clisp.org>
14487
14488         Ensure O(n) worst-case complexity of strcasestr substitute.
14489         * lib/strcasestr.c: Include stdbool.h.
14490         (knuth_morris_pratt): New function.
14491         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
14492         bookkeeping indicates that it's worth it.
14493         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
14494
14495         * modules/strcasestr-tests: New file.
14496         * tests/test-strcasestr.c: New file.
14497
14498 2007-02-11  Bruno Haible  <bruno@clisp.org>
14499
14500         Ensure O(n) worst-case complexity of c_strcasestr.
14501         * lib/c-strcasestr.c: Include stdbool.h, string.h.
14502         (knuth_morris_pratt): New function.
14503         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
14504         the bookkeeping indicates that it's worth it.
14505         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
14506
14507         * modules/c-strcasestr-tests: New file.
14508         * tests/test-c-strcasestr.c: New file.
14509
14510 2007-02-11  Bruno Haible  <bruno@clisp.org>
14511
14512         Ensure O(n) worst-case complexity of c_strstr.
14513         * lib/c-strstr.c: Include stdbool.h, string.h.
14514         (knuth_morris_pratt): New function.
14515         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
14516         bookkeeping indicates that it's worth it.
14517         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
14518
14519         * lib/c-strstr.c: Complete rewrite for maintainability.
14520
14521         * modules/c-strstr-tests: New file.
14522         * tests/test-c-strstr.c: New file.
14523
14524 2007-02-11  Bruno Haible  <bruno@clisp.org>
14525
14526         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
14527         5.2.1 and earlier, whereby \055 was treated just like the range
14528         delimiter '-'.
14529         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
14530
14531 2007-02-08  Bruno Haible  <bruno@clisp.org>
14532
14533         * modules/regex (Depends-on): Add stdbool.
14534         Reported by Dalibor Topic <robilad@kaffe.org>.
14535
14536 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
14537
14538         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
14539         Prefer returning from main to exiting from it.
14540         Remove unnecessary parens after sizeof.
14541
14542 2007-02-05  Bruno Haible  <bruno@clisp.org>
14543
14544         New module mbssep.
14545         * modules/mbssep: New file.
14546         * lib/mbssep.c: New file.
14547         * lib/string_.h (strsep): Add a conditional link warning.
14548         (mbssep): New declaration.
14549         * m4/mbssep.m4: New file.
14550         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14551         GNULIB_MBSSEP.
14552         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
14553         * MODULES.html.sh (Internationalization functions): Add mbssep.
14554
14555 2007-02-05  Bruno Haible  <bruno@clisp.org>
14556
14557         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
14558         Optimize search in case of 1 delimiter.
14559
14560 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
14561
14562         * lib/acl.h: Include sys/types.h before sys/acl.h.
14563
14564 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
14565
14566         Merge upstream fix for glibc bugzilla #3957:
14567
14568         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
14569
14570         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
14571         bit for RE_HAT_LISTS_NOT_NEWLINE.
14572         (build_charclass_op): Remove bogus comment.
14573
14574 2007-02-05  Simon Josefsson  <simon@josefsson.org>
14575
14576         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
14577
14578 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
14579
14580         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
14581         * lib/memmem.c [!defined _LIBC]: Include config.h.
14582
14583 2007-02-04  Bruno Haible  <bruno@clisp.org>
14584
14585         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
14586         warning message.
14587
14588 2007-02-04  Bruno Haible  <bruno@clisp.org>
14589
14590         New module mbstok_r.
14591         * modules/mbstok_r: New file.
14592         * lib/mbstok_r.c: New file.
14593         * lib/string_.h (strtok_r): Change argument names to match the
14594         comments. Add a conditional link warning.
14595         (mbstok_r): New declaration.
14596         * m4/mbstok_r.m4: New file.
14597         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14598         GNULIB_MBSTOK_R.
14599         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
14600         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
14601
14602 2007-02-04  Bruno Haible  <bruno@clisp.org>
14603
14604         New module mbsspn.
14605         * modules/mbsspn: New file.
14606         * lib/mbsspn.c: New file.
14607         * lib/string_.h (strspn): Add a conditional link warning.
14608         (mbsspn): New declaration.
14609         * m4/mbsspn.m4: New file.
14610         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14611         GNULIB_MBSSPN.
14612         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
14613         * MODULES.html.sh (Internationalization functions): Add mbsspn.
14614
14615 2007-02-04  Bruno Haible  <bruno@clisp.org>
14616
14617         New module mbspbrk.
14618         * modules/mbspbrk: New file.
14619         * lib/mbspbrk.c: New file.
14620         * lib/string_.h (strpbrk): Add a conditional link warning.
14621         (mbspbrk): New declaration.
14622         * m4/mbspbrk.m4: New file.
14623         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14624         GNULIB_MBSPBRK.
14625         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
14626         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
14627
14628 2007-02-04  Bruno Haible  <bruno@clisp.org>
14629
14630         New module mbscspn.
14631         * modules/mbscspn: New file.
14632         * lib/mbscspn.c: New file.
14633         * lib/string_.h (strcspn): Add a conditional link warning.
14634         (mbscspn): New declaration.
14635         * m4/mbscspn.m4: New file.
14636         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14637         GNULIB_MBSCSPN.
14638         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
14639         * MODULES.html.sh (Internationalization functions): Add mbscspn.
14640
14641 2007-02-04  Bruno Haible  <bruno@clisp.org>
14642
14643         New module mbscasestr, reduced goal of strcasestr.
14644         * modules/mbscasestr: New file.
14645         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
14646         (mbscasestr): Renamed from strcasestr.
14647         * lib/strcasestr.c: Don't include mbuiter.h.
14648         (strcasestr): Remove support for multibyte locales.
14649         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
14650         Change the conditional link warning.
14651         (mbscasestr): New declaration.
14652         * m4/mbscasestr.m4: New file.
14653         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
14654         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
14655         REPLACE_STRCASESTR.
14656         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
14657         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14658         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
14659         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
14660         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
14661         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
14662         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
14663         (Depends-on): Remove mbuiter.
14664         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
14665
14666 2007-02-04  Bruno Haible  <bruno@clisp.org>
14667
14668         Simplify handling of strncasecmp.
14669         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
14670         the conditional link warning.
14671         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14672         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
14673         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
14674         * modules/strcase (configure.ac): Don't invoke
14675         gl_STRING_MODULE_INDICATOR.
14676         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
14677
14678 2007-02-04  Bruno Haible  <bruno@clisp.org>
14679
14680         New module mbscasecmp, reduced goal of strcasecmp.
14681         * modules/mbscasecmp: New file.
14682         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
14683         (mbscasecmp): Renamed from strcasecmp.
14684         * lib/strcasecmp.c: Don't include mbuiter.h.
14685         (strcasecmp): Remove support for multibyte locales.
14686         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
14687         Change the conditional link warning.
14688         (mbscasecmp): New declaration.
14689         * m4/mbscasecmp.m4: New file.
14690         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
14691         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
14692         REPLACE_STRCASECMP.
14693         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
14694         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14695         GNULIB_MBSCASECMP.
14696         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
14697         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
14698         * modules/strcase (Files): Remove m4/mbrtowc.m4.
14699         (Depends-on): Remove mbuiter.
14700         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
14701
14702 2007-02-04  Bruno Haible  <bruno@clisp.org>
14703
14704         New module mbsstr. Remove module strstr.
14705         * modules/mbsstr: New file.
14706         * modules/strstr: Remove file.
14707         * lib/mbsstr.c: Renamed from lib/strstr.c.
14708         (mbsstr): Renamed from strstr.
14709         * lib/string_.h (strstr): Remove declaration. Change the conditional
14710         link warning.
14711         (mbsstr): New declaration.
14712         * m4/mbsstr.m4: New file.
14713         * m4/strstr.m4: Remove file.
14714         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
14715         REPLACE_STRSTR.
14716         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
14717         Don't initialize GNULIB_STRSTR.
14718         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
14719         substitute GNULIB_STRSTR and REPLACE_STRSTR.
14720         * MODULES.html.sh (Internationalization functions): Add mbsstr.
14721         (Support for systems lacking ANSI C 89): Remove strstr.
14722
14723 2007-02-04  Bruno Haible  <bruno@clisp.org>
14724
14725         New module mbsrchr.
14726         * modules/mbsrchr: New file.
14727         * lib/mbsrchr.c: New file.
14728         * lib/string_.h (strrchr): Add a conditional link warning.
14729         (mbsrchr): New declaration.
14730         * m4/mbsrchr.m4: New file.
14731         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14732         GNULIB_MBSRCHR.
14733         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
14734         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
14735
14736 2007-02-04  Bruno Haible  <bruno@clisp.org>
14737
14738         New module mbschr.
14739         * modules/mbschr: New file.
14740         * lib/mbschr.c: New file.
14741         * lib/string_.h (strchr): Add a conditional link warning.
14742         (mbschr): New declaration.
14743         * m4/mbschr.m4: New file.
14744         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14745         GNULIB_MBSCHR.
14746         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
14747         * MODULES.html.sh (Internationalization functions): Add mbschr.
14748
14749 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
14750
14751         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
14752
14753         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
14754
14755 2007-02-04  Bruno Haible  <bruno@clisp.org>
14756
14757         New module description section 'configure.ac-early'.
14758         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
14759         (func_get_autoconf_early_snippet): New function.
14760         (func_import, func_create_testdir): Use it. Remove special cases for
14761         modules 'extensions' and 'lock'.
14762         * modules/extensions (configure.ac-early): Require
14763         gl_USE_SYSTEM_EXTENSIONS.
14764         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
14765
14766 2007-02-04  Bruno Haible  <bruno@clisp.org>
14767
14768         Make use of gcj-4.3's -fsource and -ftarget option.
14769         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
14770         and if so try the options -fsource and -ftarget.
14771         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
14772         source_version, ftarget_option, target_version arguments.
14773         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
14774         (is_envjavac_oldgcj_14_14_usable): Renamed from
14775         is_envjavac_gcj_14_14_usable.
14776         (is_envjavac_oldgcj_14_13_usable): Renamed from
14777         is_envjavac_gcj_14_13_usable.
14778         (is_gcj_present): Update.
14779         (is_gcj_43, is_gcj43_usable): New functions.
14780         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
14781         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
14782         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
14783         try the options -fsource and -ftarget.
14784
14785 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14786
14787         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
14788         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
14789         larger value.
14790
14791 2007-02-03  Jim Meyering  <jim@meyering.net>
14792
14793         Give tools a better chance to allocate space for very large buffers.
14794         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
14795
14796         Make pwd and readlink work also when run with an unreadable parent dir
14797         on systems with openat support.
14798         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
14799         provided getcwd function, even when we have openat support.
14800         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
14801
14802 2007-02-02  Bruno Haible  <bruno@clisp.org>
14803
14804         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
14805         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
14806         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
14807         portability problems if one of these functions is only used on specific
14808         platforms.
14809         Reported by Paul Eggert.
14810
14811 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
14812
14813         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
14814         is causing more trouble than it's curing.
14815         * lib/regex_internal.h (__mempcpy): Remove.
14816         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
14817         (and make the code a tad smaller to boot).
14818         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
14819
14820 2007-02-02  Jim Meyering  <jim@meyering.net>
14821
14822         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
14823         section, not in the Makefile.am: one.
14824
14825 2007-02-02  Eric Blake  <ebb9@byu.net>
14826
14827         * lib/strchrnul.c: Always include config.h first.
14828
14829         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
14830         gnulib strstr is not necessary here.
14831
14832 2007-02-02  Simon Josefsson  <simon@josefsson.org>
14833
14834         * m4/socklen.m4: Fix typo.
14835
14836 2007-02-02  Eric Blake  <ebb9@byu.net>
14837
14838         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
14839         * modules/netinet_in (Makefile.am): Likewise.
14840
14841 2007-02-01  Bruno Haible  <bruno@clisp.org>
14842
14843         * lib/string_.h (GL_LINK_WARNING): New macro.
14844         (strcasecmp, strstr, strcasestr): If provided by the system,
14845         conditionally define as a macro that leads to a warning instead of to
14846         an error.
14847         (strncasecmp): Conditionally define as a macro that leads to a warning.
14848
14849 2007-02-01  Karl Berry  <karl@gnu.org>
14850
14851         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
14852
14853 2007-02-01  Bruno Haible  <bruno@clisp.org>
14854
14855         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
14856         renamings.
14857
14858 2007-02-01  Eric Blake  <ebb9@byu.net>
14859
14860         * modules/regex (Depends-on): Revert dependence on mempcpy.
14861         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
14862         module's definition of mempcpy.
14863         Reported by Paul Eggert.
14864
14865 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14866
14867         * lib/string_.h: If the gnulib module XYZ is not present, undefine
14868         the symbol XYZ before redefining it.  This fixes a problem with
14869         programs that don't use XYZ, when compiled on systems that define
14870         XYZ to something else.
14871
14872 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
14873
14874         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
14875         occurs when "mkdir -m foo" creates a setgid directory that is (1)
14876         writeable to group or other and (2) is intended to have a special
14877         mode bit that is set or cleared.  In such a case, the directory
14878         should be neither group- nor other-writeable until the special
14879         mode bits are right.
14880
14881 2007-01-31  Eric Blake  <ebb9@byu.net>
14882
14883         * modules/mountlist (Depends-on): Add strstr.
14884
14885         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
14886         bug.
14887         * modules/string (Makefile.am): Remove redundant replacement.
14888         * modules/regex (Depends-on): Add mempcpy.
14889
14890 2007-01-31  Bruno Haible  <bruno@clisp.org>
14891
14892         New module description field 'Link'.
14893         * gnulib-tool (func_usage): Document --extract-link-directive.
14894         (sed_extract_prog): Recognize 'Link' directive.
14895         (func_get_link_directive): New function.
14896         (func_import): Show summary of link directives.
14897         Handle --extract-link-directive option.
14898         * modules/acl (Link): New section.
14899         * modules/clock-time (Link): New section.
14900         * modules/euidaccess (Link): New section.
14901         * modules/gettext (Link): New section.
14902         * modules/iconv (Link): New section.
14903         * modules/lock (Link): New section.
14904         * modules/nanosleep (Link): New section.
14905         * modules/readline (Link): New section.
14906
14907 2007-01-27  Bruno Haible  <bruno@clisp.org>
14908
14909         Enforce the use of gnulib modules for unportable <string.h> functions.
14910         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
14911         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
14912         (gl_HEADER_STRING_H_BODY): Require it.
14913         * lib/string_.h: If the gnulib module XYZ is not present, redefine
14914         the symbol XYZ to one that gives a link error.
14915         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
14916         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
14917         * modules/mempcpy (configure.ac): Likewise.
14918         * modules/memrchr (configure.ac): Likewise.
14919         * modules/stpcpy (configure.ac): Likewise.
14920         * modules/stpncpy (configure.ac): Likewise.
14921         * modules/strcase (configure.ac): Likewise.
14922         * modules/strcasestr (configure.ac): Likewise.
14923         * modules/strchrnul (configure.ac): Likewise.
14924         * modules/strdup (configure.ac): Likewise.
14925         * modules/strndup (configure.ac): Likewise.
14926         * modules/strnlen (configure.ac): Likewise.
14927         * modules/strpbrk (configure.ac): Likewise.
14928         * modules/strsep (configure.ac): Likewise.
14929         * modules/strstr (configure.ac): Likewise.
14930         * modules/strtok_r (configure.ac): Likewise.
14931
14932 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
14933
14934         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
14935
14936 2007-01-30  Jim Meyering  <jim@meyering.net>
14937
14938         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
14939
14940 2007-01-29  Bruno Haible  <bruno@clisp.org>
14941
14942         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
14943         * lib/execute.c: Likewise.
14944         * lib/pipe.c: Likewise.
14945         * lib/printf-args.h: Likewise.
14946         * lib/printf-args.c: Likewise.
14947         * lib/printf-parse.c: Likewise.
14948         * lib/vasnprintf.c: Likewise.
14949
14950 2007-01-29  Eric Blake  <ebb9@byu.net>
14951
14952         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
14953         declaration.
14954
14955 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
14956
14957         * lib/strptime.h (strptime): Use 'restrict' for args where
14958         POSIX requires this.
14959         * lib/strptime.c (strptime): Likewise.
14960         Change license notice from LGPL to GPL, since gnulib-tool will
14961         change this as needed.
14962         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
14963         defined.
14964         Include "strptime.h" first, to check interface.
14965         Do not #undef _LIBC and _NL_CURRENT.
14966         Do not include <stdlib.h>; no longer needed.
14967         Include "time_r.h" and declare ptime_locale_status
14968         only if _LIBC is not defined.
14969         (__P): Remove unused macro.
14970         (match_string): Bring back glibc version, but use it only if _LIBC
14971         is defined.
14972         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
14973         Remove unnecessary assertion and abort() call.
14974         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
14975         * m4/strptime.m4: Fix serial number comment.
14976         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
14977         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
14978         (Depends-on): Add time_r.
14979
14980 2007-01-29  Bruno Haible  <bruno@clisp.org>
14981
14982         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14983         strptime.
14984         * modules/strptime (Depends-on): Add stdbool.
14985         * lib/strptime.h: Include <time.h> always. Add comments.
14986
14987 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14988
14989         * modules/strptime: New file.
14990         * lib/strptime.h: New file.
14991         * lib/strptime.c: New file.
14992         * m4/strptime.m4: New file.
14993
14994 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14995
14996         * MODULES.html.sh: New module mpsort.
14997         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
14998
14999         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
15000         a circularity problem with HP-UX ia64 reported by Bob Proulx in
15001         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
15002         All uses changed.
15003         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
15004         All uses changed.
15005         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
15006         to _Restrict_.
15007         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
15008         the parameter matches the prototype.
15009
15010 2007-01-28  Jim Meyering  <jim@meyering.net>
15011
15012         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
15013         sys/time.h here, reverting that part of the previous patch:
15014         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
15015
15016 2007-01-28  Bruno Haible  <bruno@clisp.org>
15017
15018         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
15019         value of $(SYS_TIME_H).
15020         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
15021         remove it conditionally, too. [added by Jim Meyering]
15022         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
15023         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
15024         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
15025         GETTIMEOFDAY_REPLACEMENT to 1.
15026
15027 2007-01-28  Bruno Haible  <bruno@clisp.org>
15028
15029         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
15030         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
15031         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
15032         Set UNISTD_H instead of UNISTD_H2.
15033         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
15034
15035 2007-01-28  Bruno Haible  <bruno@clisp.org>
15036
15037         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
15038         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
15039
15040 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15041
15042         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
15043         (func_create_testdir): Ensure C locale for `grep' and `tr'
15044         character ranges.
15045         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
15046         ACLOCAL_AMFLAGS parsing state machine.
15047
15048 2007-01-27  Bruno Haible  <bruno@clisp.org>
15049
15050         * modules/unistr/base: Update.
15051
15052 2007-01-27  Bruno Haible  <bruno@clisp.org>
15053
15054         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
15055         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
15056         * modules/unistr/u32-mbtouc-unsafe: Renamed from
15057         modules/unistr/u32-mbtouc.
15058         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
15059         * lib/unistr.h: Update.
15060         * lib/linebreak.c: Update.
15061         * modules/unistr/u32-mbtouc: Renamed from
15062         modules/unistr/u32-mbtouc-safe.
15063         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
15064         * lib/unistr.h: Update.
15065         * lib/unistr/u32-to-u8.c: Update.
15066         * lib/unistr/u32-to-u16.c: Update.
15067
15068 2007-01-27  Bruno Haible  <bruno@clisp.org>
15069
15070         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
15071         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
15072         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
15073         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
15074         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
15075         * modules/unistr/u16-mbtouc-unsafe: Renamed from
15076         modules/unistr/u16-mbtouc.
15077         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
15078         * lib/unistr.h: Update.
15079         * lib/linebreak.c: Update.
15080         * modules/linebreak: Update.
15081         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
15082         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
15083         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
15084         * modules/unistr/u16-mbtouc: Renamed from
15085         modules/unistr/u16-mbtouc-safe.
15086         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
15087         * lib/unistr.h: Update.
15088         * lib/unistr/u16-to-u8.c: Update.
15089         * modules/unistr/u16-to-u8: Update.
15090         * lib/unistr/u16-to-u32.c: Update.
15091         * modules/unistr/u16-to-u32: Update.
15092
15093 2007-01-27  Bruno Haible  <bruno@clisp.org>
15094
15095         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
15096         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
15097         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
15098         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
15099         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
15100         * modules/unistr/u8-mbtouc-unsafe: Renamed from
15101         modules/unistr/u8-mbtouc.
15102         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
15103         * lib/unistr.h: Update.
15104         * lib/striconveh.c: Update.
15105         * modules/striconveh: Update.
15106         * lib/linebreak.c: Update.
15107         * modules/linebreak: Update.
15108         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
15109         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
15110         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
15111         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
15112         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
15113         * lib/unistr.h: Update.
15114         * lib/striconveh.c: Update.
15115         * modules/striconveh: Update.
15116         * lib/unistr/u8-to-u16.c: Update.
15117         * modules/unistr/u8-to-u16: Update.
15118         * lib/unistr/u8-to-u32.c: Update.
15119         * modules/unistr/u8-to-u32: Update.
15120
15121 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15122
15123         Sync from Libtool.
15124         * lib/argz.c: Do not include strings.h nor memory.h, include
15125         string.h unconditionally.  Patch by Simon Josefsson.
15126
15127 2007-01-27  Bruno Haible  <bruno@clisp.org>
15128
15129         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
15130         from gl_HEADER_STRING_H_BODY.
15131         (gl_HEADER_STRING_H_BODY): Require it.
15132         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
15133         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
15134         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
15135         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
15136         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
15137         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
15138         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
15139         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
15140         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
15141         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
15142         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
15143         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
15144         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
15145         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
15146         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15147
15148 2007-01-27  Bruno Haible  <bruno@clisp.org>
15149
15150         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
15151         check_PROGRAMS into noinst_PROGRAMS.
15152         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
15153         check_PROGRAMS in this case.
15154         (func_import): Set for_test to false.
15155         (func_create_testdir): Set for_test to true.
15156
15157 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
15158             Bruno Haible  <bruno@clisp.org>
15159
15160         * modules/strcasestr (Files): Remove lib/strcasestr.h.
15161         (Depends-on): Add string.
15162         (Includes): Use <string.h> instead of strcasestr.h.
15163         * modules/string (Makefile.am): Also substitute the value of
15164         REPLACE_STRCASESTR.
15165         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
15166         assume strcasestr is declared in <string.h> not <strings.h>. Also
15167         set REPLACE_STRCASESTR.
15168         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
15169         REPLACE_STRCASESTR.
15170         * lib/strcasestr.h: Remove file.
15171         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
15172         * lib/string_.h (strcasestr): New declaration.
15173
15174 2007-01-27  Bruno Haible  <bruno@clisp.org>
15175
15176         * lib/string_.h: Use 'extern'.
15177
15178 2007-01-27  Jim Meyering  <jim@meyering.net>
15179
15180         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
15181         of set-but-not-used local, "q".
15182
15183         * lib/mempcpy.c: Include <config.h> before <string.h>.
15184         This fixes a compilation error on HP-UX, due to the system's
15185         "restrict"-using mempcpy prototype.
15186
15187 2007-01-26  Bruno Haible  <bruno@clisp.org>
15188
15189         Small optimization.
15190         * lib/javacomp.c: Include c-strstr.h.
15191          (is_envjavac_gcj): Use c_strstr instead of strstr.
15192         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
15193
15194 2007-01-26  Bruno Haible  <bruno@clisp.org>
15195
15196         * MODULES.html.sh (Unicode string functions): Add the new modules.
15197
15198         * modules/uniconv/u32-strconv-to-locale: New file.
15199         * lib/uniconv/u32-strconv-to-locale.c: New file.
15200
15201         * modules/uniconv/u16-strconv-to-locale: New file.
15202         * lib/uniconv/u16-strconv-to-locale.c: New file.
15203
15204         * modules/uniconv/u8-strconv-to-locale: New file.
15205         * lib/uniconv/u8-strconv-to-locale.c: New file.
15206
15207         * modules/uniconv/u32-strconv-from-locale: New file.
15208         * lib/uniconv/u32-strconv-from-locale.c: New file.
15209
15210         * modules/uniconv/u16-strconv-from-locale: New file.
15211         * lib/uniconv/u16-strconv-from-locale.c: New file.
15212
15213         * modules/uniconv/u8-strconv-from-locale: New file.
15214         * lib/uniconv/u8-strconv-from-locale.c: New file.
15215
15216         * modules/uniconv/u32-strconv-to-enc: New file.
15217         * lib/uniconv/u32-strconv-to-enc.c: New file.
15218         * modules/uniconv/u32-strconv-to-enc-tests: New file.
15219         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
15220
15221         * modules/uniconv/u16-strconv-to-enc: New file.
15222         * lib/uniconv/u16-strconv-to-enc.c: New file.
15223         * lib/uniconv/u-strconv-to-enc.h: New file.
15224         * modules/uniconv/u16-strconv-to-enc-tests: New file.
15225         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
15226
15227         * modules/uniconv/u8-strconv-to-enc: New file.
15228         * lib/uniconv/u8-strconv-to-enc.c: New file.
15229         * modules/uniconv/u8-strconv-to-enc-tests: New file.
15230         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
15231
15232         * modules/uniconv/u32-strconv-from-enc: New file.
15233         * lib/uniconv/u32-strconv-from-enc.c: New file.
15234         * modules/uniconv/u32-strconv-from-enc-tests: New file.
15235         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
15236
15237         * modules/uniconv/u16-strconv-from-enc: New file.
15238         * lib/uniconv/u16-strconv-from-enc.c: New file.
15239         * modules/uniconv/u16-strconv-from-enc-tests: New file.
15240         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
15241
15242         * modules/uniconv/u8-strconv-from-enc: New file.
15243         * lib/uniconv/u8-strconv-from-enc.c: New file.
15244         * lib/uniconv/u-strconv-from-enc.h: New file.
15245         * modules/uniconv/u8-strconv-from-enc-tests: New file.
15246         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
15247
15248         * modules/uniconv/u32-conv-from-enc: New file.
15249         * lib/uniconv/u32-conv-from-enc.c: New file.
15250         * modules/uniconv/u32-conv-from-enc-tests: New file.
15251         * tests/uniconv/test-u32-conv-from-enc.c: New file.
15252
15253         * modules/uniconv/u16-conv-from-enc: New file.
15254         * lib/uniconv/u16-conv-from-enc.c: New file.
15255         * lib/uniconv/u-conv-from-enc.h: New file.
15256         * modules/uniconv/u16-conv-from-enc-tests: New file.
15257         * tests/uniconv/test-u16-conv-from-enc.c: New file.
15258
15259         * modules/uniconv/u8-conv-from-enc: New file.
15260         * lib/uniconv/u8-conv-from-enc.c: New file.
15261         * modules/uniconv/u8-conv-from-enc-tests: New file.
15262         * tests/uniconv/test-u8-conv-from-enc.c: New file.
15263
15264         * modules/uniconv/base: New file.
15265         * lib/uniconv.h: New file.
15266
15267 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15268
15269         * doc/gnulib-tool.texi (Initial import): Update to match current
15270         behavior with strdup module.
15271         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
15272         * lib/memmem.h: Remove; all uses removed.  This is now done
15273         by <string.h>.
15274         * lib/mempcpy.h: Likewise.
15275         * lib/memrchr.h: Likewise.
15276         * lib/stpcpy.h: Likewise.
15277         * lib/stpncpy.h: Likewise.
15278         * lib/strcase.h: Likewise.
15279         * lib/strchrnul.h: Likewise.
15280         * lib/strdup.h: Likewise.
15281         * lib/strndup.h: Likewise.
15282         * lib/strnlen.h: Likewise.
15283         * lib/strpbrk.h: Likewise.
15284         * lib/strsep.h: Likewise.
15285         * lib/strstr.h: Likewise.
15286         * lib/strtok_r.h: Likewise.
15287         * lib/string_.h: New file.
15288         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
15289         Rely on <string.h> instead.
15290         * lib/canon-host.c: Likewise.
15291         * lib/chdir-long.c: Likewise.
15292         * lib/concatpath.c: Likewise.
15293         * lib/exclude.c: Likewise.
15294         * lib/fchdir.c: Likewise.
15295         * lib/getaddrinfo.c: Likewise.
15296         * lib/getcwd.c: Likewise.
15297         * lib/getsubopt.c: Likewise.
15298         * lib/glob.c: Likewise.
15299         * lib/hard-locale.c: Likewise.
15300         * lib/iconvme.c: Likewise.
15301         * lib/javacomp.c: Likewise.
15302         * lib/mempcpy.c: Likewise.
15303         * lib/memrchr.c: Likewise.
15304         * lib/regex_internal.h: Likewise.
15305         * lib/stpncpy.c: Likewise.
15306         * lib/strcasecmp.c: Likewise.
15307         * lib/strchrnul.c: Likewise.
15308         * lib/strdup.c: Likewise.
15309         * lib/striconv.c: Likewise.
15310         * lib/striconveh.c: Likewise.
15311         * lib/striconveha.c: Likewise.
15312         * lib/strncasecmp.c: Likewise.
15313         * lib/strndup.c: Likewise.
15314         * lib/strnlen.c: Likewise.
15315         * lib/strsep.c: Likewise.
15316         * lib/strstr.c: Likewise.
15317         * lib/strtok_r.c: Likewise.
15318         * lib/userspec.c: Likewise.
15319         * lib/w32spawn.h: Likewise.
15320         * lib/xstrndup.c: Likewise.
15321         * lib/mountlist.c (strstr): Remove decl.
15322         * m4/string_h.m4: New file.
15323         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
15324         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
15325         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
15326         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
15327         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
15328         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
15329         Set REPLACE_STRCASECMP if necessary.
15330         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
15331         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
15332         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
15333         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
15334         HAVE_DECL_STRDUP if necessary.
15335         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
15336         since gl_FUNC_STRNDUP does that now.
15337         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
15338         Check for decl here...
15339         (gl_PREREQ_STRNLEN): ... not here.
15340         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
15341         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
15342         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
15343         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
15344         necessary.
15345         * modules/string: New file.
15346         * modules/memmem (Files): Remove special-purpose include file.
15347         (Depends-on): Add string.
15348         (Include): Include <string.h>, not the removed file.
15349         * modules/mempcpy: Likewise.
15350         * modules/memrchr: Likewise.
15351         * modules/stpcpy: Likewise.
15352         * modules/stpncpy: Likewise.
15353         * modules/strcase: Likewise.
15354         * modules/strchrnul: Likewise.
15355         * modules/strdup: Likewise.
15356         * modules/strndup: Likewise.
15357         * modules/strnlen: Likewise.
15358         * modules/strpbrk: Likewise.
15359         * modules/strsep: Likewise.
15360         * modules/strstr: Likewise.
15361         * modules/strtok_r: Likewise.
15362         * tests/test-dirname.c: Don't include "strdup.h", since
15363         <string.h> now suffices.
15364         * tests/test-memmem.c: Don't include "memmem.h", since
15365         <string.h> now suffices.
15366
15367 2007-01-25  Bruno Haible  <bruno@clisp.org>
15368
15369         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
15370         *resultp is 0.
15371
15372         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
15373         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
15374         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
15375         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
15376
15377         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
15378         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
15379         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
15380         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
15381         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
15382         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
15383
15384 2007-01-24  Bruno Haible  <bruno@clisp.org>
15385
15386         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
15387         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
15388         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
15389         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
15390         gl_FUNC_FTS_CORE.
15391         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
15392         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
15393         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
15394         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
15395         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
15396         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
15397         gl_FUNC_FCHOWNAT.
15398         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
15399         gl_FUNC_STRFTIME.
15400         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
15401         Reported by Ralf Wildenhues.
15402
15403 2007-01-24  Bruno Haible  <bruno@clisp.org>
15404
15405         Drop AC_REQUIRE calls that are redundant with the module dependencies.
15406         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
15407         gl_GETADDRINFO.
15408         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
15409         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
15410         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
15411
15412 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
15413
15414         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
15415         Don't use 'exit'; just return from 'main'.
15416         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
15417
15418         * lib/fnmatch_.h: Readjust white space and comments to match
15419         glibc, to avoid spurious diffs.
15420
15421 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15422
15423         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
15424         2004-12-01 change by Jakub Jelinek, since this code won't compile
15425         if !LIBC.  Problem reported by Bob Proulx.
15426
15427 2007-01-23  Bruno Haible  <bruno@clisp.org>
15428
15429         * lib/striconveh.c: Include c-strcaseeq.h.
15430         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
15431         * modules/striconveh (Depends-on): Add c-strcaseeq.
15432
15433 2007-01-23  Bruno Haible  <bruno@clisp.org>
15434
15435         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
15436
15437         * modules/c-strcaseeq: New file.
15438         * lib/c-strcaseeq.h: New file.
15439
15440         * modules/streq: New file.
15441         * lib/streq.h: New file.
15442
15443 2007-01-23  Bruno Haible  <bruno@clisp.org>
15444
15445         * modules/striconveha-tests: New file.
15446         * tests/test-striconveha.c: New file.
15447
15448         * lib/striconveha.h: Include <stdbool.h>.
15449         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
15450         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
15451         (mem_iconveha_notranslit): Renamed from mem_iconveha.
15452         (mem_iconveha): New function.
15453         (str_iconveha_notranslit): Renamed from str_iconveha.
15454         (str_iconveha): New function.
15455         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
15456         c-strcase.
15457
15458 2007-01-23  Bruno Haible  <bruno@clisp.org>
15459
15460         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
15461         encodings without forgiving before trying any encoding with handler.
15462         (str_iconveha): Try all encodings without forgiving before trying any
15463         encoding with handler.
15464
15465 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15466
15467         Import the following changes from libc.
15468
15469         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15470
15471         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
15472
15473         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15474
15475         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
15476         normal_bracket label.
15477
15478         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
15479
15480         [BZ #361]
15481         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
15482         to normal_bracket after fetching the next character.
15483
15484 2007-01-22  Bruno Haible  <bruno@clisp.org>
15485
15486         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
15487         argument.
15488         * lib/striconveh.c (iconv_carefully_1): New function.
15489         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
15490         argument.
15491         (str_cd_iconveh): Update.
15492         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
15493         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
15494         * tests/test-striconveh.c (MAGIC): New macro.
15495         (new_offsets): New function.
15496         (main): Test call with and without offsets.
15497
15498 2007-01-22  Bruno Haible  <bruno@clisp.org>
15499
15500         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
15501         * modules/sys_select (Makefile.am): Likewise.
15502         * modules/sys_socket (Makefile.am): Likewise.
15503         * modules/sys_time (Makefile.am): Likewise.
15504
15505 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15506
15507         * modules/gettimeofday (License): Change from GPL to LGPL, since
15508         gettimeofday is a library function.
15509
15510 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15511
15512         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
15513
15514 2007-01-21  Bruno Haible  <bruno@clisp.org>
15515
15516         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
15517
15518 2007-01-21  Bruno Haible  <bruno@clisp.org>
15519
15520         * modules/striconveha: New file.
15521         * lib/striconveha.h: New file.
15522         * lib/striconveha.c: New file.
15523         * MODULES.html.sh (Internationalization functions): Add striconveha.
15524         * lib/striconv.c (str_iconv): Optimize the case of an empty input
15525         string.
15526         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
15527
15528 2007-01-21  Bruno Haible  <bruno@clisp.org>
15529
15530         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
15531         * lib/striconveh.c (str_iconveh): Likewise.
15532
15533 2007-01-21  Bruno Haible  <bruno@clisp.org>
15534
15535         * lib/striconveh.h (mem_iconveh): New declaration.
15536         * lib/striconveh.c (mem_iconveh): New function.
15537         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
15538
15539 2007-01-21  Bruno Haible  <bruno@clisp.org>
15540
15541         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
15542
15543         * lib/striconveh.h (mem_cd_iconveh): Change specification.
15544         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
15545         original result buffer.
15546         (str_cd_iconveh): Update.
15547         * tests/test-striconveh.c (main): Update.
15548
15549         * lib/striconv.h (mem_cd_iconv): Change specification.
15550         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
15551         result buffer.
15552         (str_cd_iconv): Update.
15553         * tests/test-striconv.c (main): Update.
15554
15555 2007-01-21  Bruno Haible  <bruno@clisp.org>
15556
15557         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
15558
15559 2007-01-20  Jim Meyering  <jim@meyering.net>
15560
15561         * lib/userspec.c (parse_with_separator): If a user or group string
15562         starts with "+", skip the corresponding name-to-ID look-up, since
15563         such a look-up must fail: user and group names may not include "+".
15564
15565 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15566
15567         * lib/poll.c: Include sys/time.h and time.h unconditionally,
15568         since we now assume the sys_time module.
15569         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
15570         check for sys/time.h; no longer needed.
15571         * modules/poll (Depends-on): Depend on sys_time.
15572
15573 2007-01-18  Bruno Haible  <bruno@clisp.org>
15574
15575         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
15576         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
15577
15578         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
15579         gettimeofday.
15580
15581         * tests/test-gettimeofday.c: Include <time.h>.
15582         (dummy): Remove variable.
15583
15584         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
15585         gl_HEADER_SYS_TIME_H.
15586         (gl_HEADER_SYS_TIME_H): New macro.
15587
15588         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
15589         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15590         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
15591         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
15592         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15593         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
15594         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
15595         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15596         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
15597         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
15598         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15599
15600         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
15601         last change; it caused a compilation error when cross-compiling to
15602         Cygwin.
15603
15604 2007-01-18  Jim Meyering  <jim@meyering.net>
15605
15606         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
15607         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
15608         than the race-prone "test -d sys || mkdir sys".
15609         (configure.ac): Use AC_PROG_MKDIR_P.
15610         * modules/sys_select: Likewise.
15611         * modules/sys_socket: Likewise.
15612         * modules/sys_time: Likewise.
15613
15614 2007-01-18  Eric Blake  <ebb9@byu.net>
15615
15616         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
15617         replace gettimeofday.
15618         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
15619         name, to avoid infinite recursion.
15620
15621 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
15622
15623         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
15624         module sys_time.
15625         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
15626         assume timespec.h defines struct timeval.
15627         * lib/settime.c: Likewise.
15628         * lib/utimens.c: Likewise.
15629         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
15630         since we now assume the gettimeofday module.
15631         * lib/tempname.c (__gen_tempname): Likewise.
15632         * lib/gettimeofday.h: Remove.
15633         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
15634         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
15635         Include <time.h>, for 'time()'.
15636         (localtime_buffer_addr): Also use this workaround if
15637         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
15638         to simplify the uses.  All uses changed.
15639         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
15640         that #undef is inside {}, and 'const' follows type name consistently.
15641         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
15642         (gettimeofday): Do not use the maximum possible value for
15643         tv->tv_usec, since that might break usages other than ls.c.
15644         Instead, we'll leave ls.c alone.  This undoes today's patch
15645         by Bruno.  Add a compile-time warning for 1s-clock resolution;
15646         we've never observed the problem but might as well keep the
15647         canary.
15648         * lib/nanosleep.c: Include timespec.h first, for interface check.
15649         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
15650         now assume the sys_time module.
15651         * lib/tempname.c: Likewise.
15652         * lib/timespec.h: Likewise.
15653         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
15654         needed.
15655         * lib/strftime.c: Likewise.
15656         * lib/timespec.h: Likewise.
15657         * lib/posixtm.c: Include posixtm.h first, for interface check.
15658         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
15659         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
15660         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
15661         * lib/sys_time_.h: New file.
15662         * lib/timespec.h (struct timespec): Use long int, not long.
15663         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
15664         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
15665         Remove obsolescent call to AC_HEADER_TIME.
15666         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
15667         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15668         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
15669         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
15670         Likewise.
15671         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
15672         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
15673         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
15674         into the sys_time module.  Check for gettimeofday just once.
15675         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
15676         for gettimeofday signature to just check the signature.  Merely
15677         compile it, since linking doesn't test signature.  Improve test for
15678         whether gettimeofday.o is actually needed.
15679         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
15680         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
15681         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
15682         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15683         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
15684         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
15685         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
15686         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
15687         than worrying about sys/time.h.
15688         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
15689         Don't bother worrying about TIME_WITH_SYS_TIME.
15690         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
15691         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
15692         * m4/sys_time_h.m4: New file.
15693         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
15694         Don't include sys/time.h.  Return from main rather than exiting.
15695         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
15696         all uses changed.
15697         * modules/gethrxtime (Depends-on): Add sys_time.
15698         * modules/gettime (Depends-on): Likewise.
15699         * modules/gettimeofday (Depends-on): Likewise.
15700         * modules/nanosleep (Depends-on): Likewise.
15701         * modules/settime (Depends-on): Likewise.
15702         * modules/tempname (Depends-on): Likewise.
15703         * modules/utimens (Depends-on): Likewise.
15704         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
15705         (Include:) Change back to <sys/time.h>.
15706         (Maintainer:) Add self.
15707         * modules/sys_time: New file.
15708         * modules/tempname (Depends-on): Add gettimeofday.
15709         * tests/test-gettimeofday.c: Include <sys/time.h>
15710         rather than gettimeofday.h.
15711
15712 2007-01-17  Bruno Haible  <bruno@clisp.org>
15713
15714         * gnulib-tool (func_get_license): Revert last patch. Instead, let
15715         the license default to GPL.
15716         (func_create_testdir): Don't complain if a module is LGPL and its
15717         tests module depends on GPLed modules.
15718
15719 2007-01-17  Bruno Haible  <bruno@clisp.org>
15720
15721         * lib/gettimeofday.c (gettimeofday): Add code for the case
15722         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
15723         maximum possible value for tv->tv_usec, rather than the minimum one.
15724
15725 2005-10-08  Martin Lambers  <marlam@marlam.de>
15726 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
15727 2007-01-16  Bruno Haible  <bruno@clisp.org>
15728
15729         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
15730         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
15731         gl_FUNC_GETTIMEOFDAY.
15732         (Include): Add gettimeofday.h.
15733         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
15734         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
15735         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
15736         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
15737         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
15738         * lib/gettimeofday.h: New file.
15739         * lib/gettimeofday.c: Include <sys/timeb.h>.
15740         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
15741         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15742         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
15743         fall back on time().
15744
15745         * tests/test-gettimeofday.c: New file.
15746         * modules/gettimeofday-tests: New file.
15747
15748 2007-01-16  Eric Blake  <ebb9@byu.net>
15749
15750         * modules/fnmatch (Depends-on): Depend on wchar.
15751         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
15752         * m4/fnmatch.m4: Likewise.
15753         * modules/mbchar (Makefile.am): Assume <wchar.h>.
15754         * m4/mbchar.m4: Likewise.
15755         * modules/mbswidth (Depends-on): Depend on wchar.
15756         * lib/mbswidth.c: Assume <wchar.h>.
15757         * m4/mbswidth.m4: Likewise.
15758         * modules/quotearg (Depends-on): Depend on wchar.
15759         * lib/quotearg.c: Assume <wchar.h>.
15760         * m4/quotearg.m4: Likewise.
15761         * modules/regex (Depends-on): Depend on wchar.
15762         * lib/regex_internal.h: Assume <wchar.h>.
15763         * m4/regex.m4: Likewise.
15764         * modules/stdint (Depends-on): Depend on wchar.
15765         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
15766         * m4/stdint.m4: Likewise.
15767         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
15768         * modules/strftime (Depends-on): Depend on wchar.
15769         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
15770         * modules/strtol (Depends-on): Depend on wchar.
15771         * lib/strtol.c: Assume <wchar.h>.
15772         * modules/wcwidth (Depends-on): Depend on wchar.
15773         * lib/wcwidth.h: Assume <wchar.h>.
15774         * m4/wcwidth.m4: Likewise.
15775
15776 2007-01-16  Bruno Haible  <bruno@clisp.org>
15777
15778         * modules/csharpexec-script: New, created from...
15779         * modules/csharpexec: ... this.
15780
15781 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
15782
15783         * modules/javaexec-script: New, created from...
15784         * modules/javaexec: ... this.
15785
15786 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15787
15788         * modules/poll (Dependencies): Add sys_select.
15789
15790 2007-01-15  Jim Meyering  <jim@meyering.net>
15791
15792         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
15793         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
15794         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
15795         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
15796
15797 2007-01-15  Bruno Haible  <bruno@clisp.org>
15798
15799         * modules/striconveh: New file.
15800         * lib/striconveh.h: New file.
15801         * lib/striconveh.c: New file.
15802         * MODULES.html.sh (Internationalization functions): Add striconveh.
15803
15804         * modules/striconveh-tests: New file.
15805         * tests/test-striconveh.c: New file.
15806
15807 2007-01-15  Bruno Haible  <bruno@clisp.org>
15808
15809         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
15810         not from GNU libiconv or GNU libc.
15811
15812 2007-01-15  Bruno Haible  <bruno@clisp.org>
15813
15814         * doc/gnulib-intro.texi (Copyright): Explain the different license
15815         terms for module descriptions, autoconf macros, tests, documentation.
15816
15817 2007-01-14  Bruno Haible  <bruno@clisp.org>
15818
15819         * modules/striconv-tests: New file.
15820         * tests/test-striconv.c: New file.
15821
15822 2007-01-14  Bruno Haible  <bruno@clisp.org>
15823
15824         * modules/iconv-tests: New file.
15825         * tests/test-iconv.c: New file.
15826
15827 2007-01-14  Bruno Haible  <bruno@clisp.org>
15828
15829         * gnulib-tool (func_get_license): For test modules, use the license of
15830         the main module.
15831
15832 2007-01-14  Bruno Haible  <bruno@clisp.org>
15833
15834         * modules/iconv (Include): Clarify that <iconv.h> can only be included
15835         if iconv is found to exist.
15836
15837 2007-01-14  Bruno Haible  <bruno@clisp.org>
15838
15839         * modules/c-ctype-tests: New file.
15840         * tests/test-c-ctype.c: New file.
15841
15842 2007-01-14  Bruno Haible  <bruno@clisp.org>
15843
15844         * modules/binary-io-tests: New file.
15845         * tests/test-binary-io.sh: New file.
15846         * tests/test-binary-io.c: New file.
15847
15848 2007-01-14  Bruno Haible  <bruno@clisp.org>
15849
15850         * modules/array-oset-tests: New file.
15851         * tests/test-array_oset.c: New file.
15852
15853 2007-01-14  Bruno Haible  <bruno@clisp.org>
15854
15855         * modules/array-list-tests: New file.
15856         * tests/test-array_list.c: New file.
15857
15858 2007-01-14  Bruno Haible  <bruno@clisp.org>
15859
15860         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
15861         and make.
15862         Reported by Simon Josefsson in
15863         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
15864
15865 2007-01-14  Bruno Haible  <bruno@clisp.org>
15866
15867         * modules/allocsa-tests: New file.
15868         * tests/test-allocsa.c: New file.
15869
15870 2007-01-14  Bruno Haible  <bruno@clisp.org>
15871
15872         * modules/fchdir (Depends-on): Add absolute-header.
15873         * modules/unistd (Depends-on): Likewise.
15874
15875 2006-12-30  Bruno Haible  <bruno@clisp.org>
15876
15877         * modules/fchdir: New file.
15878         * modules/unistd (Files): Add lib/unistd_.h.
15879         (Makefile.am): Generate unistd.h from unistd_.h.
15880         * lib/fchdir.c: New file.
15881         * lib/dirent_.h: New file.
15882         * lib/unistd_.h: New file.
15883         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
15884         * m4/fchdir.m4: New file.
15885         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
15886         (gl_HEADER_UNISTD): Invoke it.
15887         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
15888         function.
15889         * lib/backupfile.c (opendir, closedir): Undefine.
15890         * lib/chown.c (open, close): Undefine.
15891         * lib/clean-temp.c (open, close): Undefine.
15892         * lib/copy-file.c (open, close): Undefine.
15893         * lib/execute.c (open, close): Undefine.
15894         * lib/fsusage.c (open, close): Undefine.
15895         * lib/gc-gnulib.c (open, close): Undefine.
15896         * lib/getcwd.c (opendir, closedir): Undefine.
15897         * lib/glob.c (opendir, closedir): Undefine.
15898         * lib/javacomp.c (open, close): Undefine.
15899         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
15900         * lib/openat-proc.c (open, close): Undefine.
15901         * lib/pagealign_alloc.c (open, close): Undefine.
15902         * lib/pipe.c (open, close): Undefine.
15903         * lib/progreloc.c (open, close): Undefine.
15904         * lib/savedir.c (opendir, closedir): Undefine.
15905         * lib/utime.c (open, close): Undefine.
15906         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
15907
15908 2007-01-10  Bruno Haible  <bruno@clisp.org>
15909
15910         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
15911
15912 2007-01-12  Eric Blake  <ebb9@byu.net>
15913
15914         Provide a robust <wchar.h>.  Further simplifications are now
15915         possible in other modules, but not included here.
15916         * modules/wchar: New module.
15917         * m4/wchar.m4: New file.
15918         * lib/wchar_.h: Likewise.
15919         * modules/mbchar (Depends-on): Depend on wchar, as the first use
15920         of the new module.
15921         * MODULES.html.sh (Extended multibyte and wide character utilities):
15922         New section.
15923
15924 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
15925
15926         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
15927         to a reasonable default for memory allocation.
15928         (xreadlink): Don't allocate a huge buffer, to work around a buggy
15929         file system that reports garbage st_size values for symlinks.
15930         Problem reported by Liyang Hu.
15931
15932 2007-01-11  Simon Josefsson  <simon@josefsson.org>
15933
15934         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
15935         Emacs .#* auto-save files).
15936
15937 2007-01-11  Bruno Haible  <bruno@clisp.org>
15938
15939         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
15940         directory.
15941
15942 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15943
15944         Use @...@ consistently in lib/wctype_.h.
15945         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
15946         on it being set to 1 or 0.
15947         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
15948         go back to AC_SUBSTing it.
15949         * modules/wctype (Makefile.am): Undo previous change.
15950
15951 2007-01-10  Eric Blake  <ebb9@byu.net>
15952
15953         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
15954         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
15955         * modules/wctype (Makefile.am): Likewise.
15956         Reported by Chris McGuire.
15957
15958 2007-01-10  Jim Meyering  <jim@meyering.net>
15959
15960         fts.c: a small readability/maintainability improvement
15961         * lib/fts.c (fts_read): Make this code slightly more readable and
15962         maintainable by hoisting the "sp->fts_cur = p" assignments to
15963         immediately follow the statements that set P.  Derived from
15964         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
15965
15966 2007-01-10  Eric Blake  <ebb9@byu.net>
15967
15968         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
15969         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
15970         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
15971         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
15972         Reported by Chris McGuire.
15973
15974 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15975
15976         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
15977         in sed script.
15978
15979 2007-01-09  Bruno Haible  <bruno@clisp.org>
15980
15981         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
15982         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
15983         variables.
15984         (func_module): Use them.
15985
15986 2007-01-09  Bruno Haible  <bruno@clisp.org>
15987
15988         * modules/unistr/base: New file.
15989         * lib/unistr.h: New file.
15990
15991         * modules/unistr/u8-to-u16: New file.
15992         * lib/unistr/u8-to-u16.c: New file.
15993
15994         * modules/unistr/u8-to-u32: New file.
15995         * lib/unistr/u8-to-u32.c: New file.
15996
15997         * modules/unistr/u16-to-u8: New file.
15998         * lib/unistr/u16-to-u8.c: New file.
15999
16000         * modules/unistr/u16-to-u32: New file.
16001         * lib/unistr/u16-to-u32.c: New file.
16002
16003         * modules/unistr/u32-to-u8: New file.
16004         * lib/unistr/u32-to-u8.c: New file.
16005
16006         * modules/unistr/u32-to-u16: New file.
16007         * lib/unistr/u32-to-u16.c: New file.
16008
16009         * modules/unistr/u8-check: New file.
16010         * modules/unistr/u16-check: New file.
16011         * modules/unistr/u32-check: New file.
16012         * lib/unistr/u8-check.c: New file.
16013         * lib/unistr/u16-check.c: New file.
16014         * lib/unistr/u32-check.c: New file.
16015
16016         * modules/unistr/u8-chr: New file.
16017         * modules/unistr/u16-chr: New file.
16018         * modules/unistr/u32-chr: New file.
16019         * lib/unistr/u8-chr.c: New file.
16020         * lib/unistr/u16-chr.c: New file.
16021         * lib/unistr/u32-chr.c: New file.
16022
16023         * modules/unistr/u8-cmp: New file.
16024         * modules/unistr/u16-cmp: New file.
16025         * modules/unistr/u32-cmp: New file.
16026         * lib/unistr/u8-cmp.c: New file.
16027         * lib/unistr/u16-cmp.c: New file.
16028         * lib/unistr/u32-cmp.c: New file.
16029
16030         * modules/unistr/u8-cpy: New file.
16031         * modules/unistr/u16-cpy: New file.
16032         * modules/unistr/u32-cpy: New file.
16033         * lib/unistr/u8-cpy.c: New file.
16034         * lib/unistr/u16-cpy.c: New file.
16035         * lib/unistr/u32-cpy.c: New file.
16036         * lib/unistr/u-cpy.h: New file.
16037
16038         * modules/unistr/u8-cpy-alloc: New file.
16039         * modules/unistr/u16-cpy-alloc: New file.
16040         * modules/unistr/u32-cpy-alloc: New file.
16041         * lib/unistr/u8-cpy-alloc.c: New file.
16042         * lib/unistr/u16-cpy-alloc.c: New file.
16043         * lib/unistr/u32-cpy-alloc.c: New file.
16044         * lib/unistr/u-cpy-alloc.h: New file.
16045
16046         * modules/unistr/u8-endswith: New file.
16047         * modules/unistr/u16-endswith: New file.
16048         * modules/unistr/u32-endswith: New file.
16049         * lib/unistr/u8-endswith.c: New file.
16050         * lib/unistr/u16-endswith.c: New file.
16051         * lib/unistr/u32-endswith.c: New file.
16052         * lib/unistr/u-endswith.h: New file.
16053
16054         * modules/unistr/u8-mblen: New file.
16055         * modules/unistr/u16-mblen: New file.
16056         * modules/unistr/u32-mblen: New file.
16057         * lib/unistr/u8-mblen.c: New file.
16058         * lib/unistr/u16-mblen.c: New file.
16059         * lib/unistr/u32-mblen.c: New file.
16060
16061         * modules/unistr/u8-mbtouc: New file.
16062         * modules/unistr/u16-mbtouc: New file.
16063         * modules/unistr/u32-mbtouc: New file.
16064         * lib/unistr/u8-mbtouc.c: New file.
16065         * lib/unistr/u16-mbtouc.c: New file.
16066         * lib/unistr/u32-mbtouc.c: New file.
16067
16068         * modules/unistr/u8-mbtouc-safe: New file.
16069         * modules/unistr/u16-mbtouc-safe: New file.
16070         * modules/unistr/u32-mbtouc-safe: New file.
16071         * lib/unistr/u8-mbtouc-safe.c: New file.
16072         * lib/unistr/u16-mbtouc-safe.c: New file.
16073         * lib/unistr/u32-mbtouc-safe.c: New file.
16074
16075         * modules/unistr/u8-move: New file.
16076         * modules/unistr/u16-move: New file.
16077         * modules/unistr/u32-move: New file.
16078         * lib/unistr/u8-move.c: New file.
16079         * lib/unistr/u16-move.c: New file.
16080         * lib/unistr/u32-move.c: New file.
16081         * lib/unistr/u-move.h: New file.
16082
16083         * modules/unistr/u8-next: New file.
16084         * modules/unistr/u16-next: New file.
16085         * modules/unistr/u32-next: New file.
16086         * lib/unistr/u8-next.c: New file.
16087         * lib/unistr/u16-next.c: New file.
16088         * lib/unistr/u32-next.c: New file.
16089
16090         * modules/unistr/u8-prev: New file.
16091         * modules/unistr/u16-prev: New file.
16092         * modules/unistr/u32-prev: New file.
16093         * lib/unistr/u8-prev.c: New file.
16094         * lib/unistr/u16-prev.c: New file.
16095         * lib/unistr/u32-prev.c: New file.
16096
16097         * modules/unistr/u8-set: New file.
16098         * modules/unistr/u16-set: New file.
16099         * modules/unistr/u32-set: New file.
16100         * lib/unistr/u8-set.c: New file.
16101         * lib/unistr/u16-set.c: New file.
16102         * lib/unistr/u32-set.c: New file.
16103         * lib/unistr/u-set.h: New file.
16104
16105         * modules/unistr/u8-startswith: New file.
16106         * modules/unistr/u16-startswith: New file.
16107         * modules/unistr/u32-startswith: New file.
16108         * lib/unistr/u8-startswith.c: New file.
16109         * lib/unistr/u16-startswith.c: New file.
16110         * lib/unistr/u32-startswith.c: New file.
16111         * lib/unistr/u-startswith.h: New file.
16112
16113         * modules/unistr/u8-stpcpy: New file.
16114         * modules/unistr/u16-stpcpy: New file.
16115         * modules/unistr/u32-stpcpy: New file.
16116         * lib/unistr/u8-stpcpy.c: New file.
16117         * lib/unistr/u16-stpcpy.c: New file.
16118         * lib/unistr/u32-stpcpy.c: New file.
16119         * lib/unistr/u-stpcpy.h: New file.
16120
16121         * modules/unistr/u8-stpncpy: New file.
16122         * modules/unistr/u16-stpncpy: New file.
16123         * modules/unistr/u32-stpncpy: New file.
16124         * lib/unistr/u8-stpncpy.c: New file.
16125         * lib/unistr/u16-stpncpy.c: New file.
16126         * lib/unistr/u32-stpncpy.c: New file.
16127         * lib/unistr/u-stpncpy.h: New file.
16128
16129         * modules/unistr/u8-strcat: New file.
16130         * modules/unistr/u16-strcat: New file.
16131         * modules/unistr/u32-strcat: New file.
16132         * lib/unistr/u8-strcat.c: New file.
16133         * lib/unistr/u16-strcat.c: New file.
16134         * lib/unistr/u32-strcat.c: New file.
16135         * lib/unistr/u-strcat.h: New file.
16136
16137         * modules/unistr/u8-strchr: New file.
16138         * modules/unistr/u16-strchr: New file.
16139         * modules/unistr/u32-strchr: New file.
16140         * lib/unistr/u8-strchr.c: New file.
16141         * lib/unistr/u16-strchr.c: New file.
16142         * lib/unistr/u32-strchr.c: New file.
16143
16144         * modules/unistr/u8-strcmp: New file.
16145         * modules/unistr/u16-strcmp: New file.
16146         * modules/unistr/u32-strcmp: New file.
16147         * lib/unistr/u8-strcmp.c: New file.
16148         * lib/unistr/u16-strcmp.c: New file.
16149         * lib/unistr/u32-strcmp.c: New file.
16150
16151         * modules/unistr/u8-strcpy: New file.
16152         * modules/unistr/u16-strcpy: New file.
16153         * modules/unistr/u32-strcpy: New file.
16154         * lib/unistr/u8-strcpy.c: New file.
16155         * lib/unistr/u16-strcpy.c: New file.
16156         * lib/unistr/u32-strcpy.c: New file.
16157         * lib/unistr/u-strcpy.h: New file.
16158
16159         * modules/unistr/u8-strcspn: New file.
16160         * modules/unistr/u16-strcspn: New file.
16161         * modules/unistr/u32-strcspn: New file.
16162         * lib/unistr/u8-strcspn.c: New file.
16163         * lib/unistr/u16-strcspn.c: New file.
16164         * lib/unistr/u32-strcspn.c: New file.
16165         * lib/unistr/u-strcspn.h: New file.
16166
16167         * modules/unistr/u8-strdup: New file.
16168         * modules/unistr/u16-strdup: New file.
16169         * modules/unistr/u32-strdup: New file.
16170         * lib/unistr/u8-strdup.c: New file.
16171         * lib/unistr/u16-strdup.c: New file.
16172         * lib/unistr/u32-strdup.c: New file.
16173         * lib/unistr/u-strdup.h: New file.
16174
16175         * modules/unistr/u8-strlen: New file.
16176         * modules/unistr/u16-strlen: New file.
16177         * modules/unistr/u32-strlen: New file.
16178         * lib/unistr/u8-strlen.c: New file.
16179         * lib/unistr/u16-strlen.c: New file.
16180         * lib/unistr/u32-strlen.c: New file.
16181         * lib/unistr/u-strlen.h: New file.
16182
16183         * modules/unistr/u8-strmblen: New file.
16184         * modules/unistr/u16-strmblen: New file.
16185         * modules/unistr/u32-strmblen: New file.
16186         * lib/unistr/u8-strmblen.c: New file.
16187         * lib/unistr/u16-strmblen.c: New file.
16188         * lib/unistr/u32-strmblen.c: New file.
16189
16190         * modules/unistr/u8-strmbtouc: New file.
16191         * modules/unistr/u16-strmbtouc: New file.
16192         * modules/unistr/u32-strmbtouc: New file.
16193         * lib/unistr/u8-strmbtouc.c: New file.
16194         * lib/unistr/u16-strmbtouc.c: New file.
16195         * lib/unistr/u32-strmbtouc.c: New file.
16196
16197         * modules/unistr/u8-strncat: New file.
16198         * modules/unistr/u16-strncat: New file.
16199         * modules/unistr/u32-strncat: New file.
16200         * lib/unistr/u8-strncat.c: New file.
16201         * lib/unistr/u16-strncat.c: New file.
16202         * lib/unistr/u32-strncat.c: New file.
16203         * lib/unistr/u-strncat.h: New file.
16204
16205         * modules/unistr/u8-strncmp: New file.
16206         * modules/unistr/u16-strncmp: New file.
16207         * modules/unistr/u32-strncmp: New file.
16208         * lib/unistr/u8-strncmp.c: New file.
16209         * lib/unistr/u16-strncmp.c: New file.
16210         * lib/unistr/u32-strncmp.c: New file.
16211
16212         * modules/unistr/u8-strncpy: New file.
16213         * modules/unistr/u16-strncpy: New file.
16214         * modules/unistr/u32-strncpy: New file.
16215         * lib/unistr/u8-strncpy.c: New file.
16216         * lib/unistr/u16-strncpy.c: New file.
16217         * lib/unistr/u32-strncpy.c: New file.
16218         * lib/unistr/u-strncpy.h: New file.
16219
16220         * modules/unistr/u8-strnlen: New file.
16221         * modules/unistr/u16-strnlen: New file.
16222         * modules/unistr/u32-strnlen: New file.
16223         * lib/unistr/u8-strnlen.c: New file.
16224         * lib/unistr/u16-strnlen.c: New file.
16225         * lib/unistr/u32-strnlen.c: New file.
16226         * lib/unistr/u-strnlen.h: New file.
16227
16228         * modules/unistr/u8-strpbrk: New file.
16229         * modules/unistr/u16-strpbrk: New file.
16230         * modules/unistr/u32-strpbrk: New file.
16231         * lib/unistr/u8-strpbrk.c: New file.
16232         * lib/unistr/u16-strpbrk.c: New file.
16233         * lib/unistr/u32-strpbrk.c: New file.
16234         * lib/unistr/u-strpbrk.h: New file.
16235
16236         * modules/unistr/u8-strrchr: New file.
16237         * modules/unistr/u16-strrchr: New file.
16238         * modules/unistr/u32-strrchr: New file.
16239         * lib/unistr/u8-strrchr.c: New file.
16240         * lib/unistr/u16-strrchr.c: New file.
16241         * lib/unistr/u32-strrchr.c: New file.
16242
16243         * modules/unistr/u8-strspn: New file.
16244         * modules/unistr/u16-strspn: New file.
16245         * modules/unistr/u32-strspn: New file.
16246         * lib/unistr/u8-strspn.c: New file.
16247         * lib/unistr/u16-strspn.c: New file.
16248         * lib/unistr/u32-strspn.c: New file.
16249         * lib/unistr/u-strspn.h: New file.
16250
16251         * modules/unistr/u8-strstr: New file.
16252         * modules/unistr/u16-strstr: New file.
16253         * modules/unistr/u32-strstr: New file.
16254         * lib/unistr/u8-strstr.c: New file.
16255         * lib/unistr/u16-strstr.c: New file.
16256         * lib/unistr/u32-strstr.c: New file.
16257         * lib/unistr/u-strstr.h: New file.
16258
16259         * modules/unistr/u8-strtok: New file.
16260         * modules/unistr/u16-strtok: New file.
16261         * modules/unistr/u32-strtok: New file.
16262         * lib/unistr/u8-strtok.c: New file.
16263         * lib/unistr/u16-strtok.c: New file.
16264         * lib/unistr/u32-strtok.c: New file.
16265         * lib/unistr/u-strtok.h: New file.
16266
16267         * modules/unistr/u8-uctomb: New file.
16268         * modules/unistr/u16-uctomb: New file.
16269         * modules/unistr/u32-uctomb: New file.
16270         * lib/unistr/u8-uctomb.c: New file.
16271         * lib/unistr/u16-uctomb.c: New file.
16272         * lib/unistr/u32-uctomb.c: New file.
16273
16274         * MODULES.html.sh (Unicode string functions): Add the new modules.
16275
16276 2007-01-08  Bruno Haible  <bruno@clisp.org>
16277
16278         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
16279         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
16280         subdirectories.
16281
16282 2007-01-08  Karl Berry  <karl@gnu.org>
16283
16284         * doc/error.texi: mention that main() fns must set program_name
16285         when progname is used.
16286
16287 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
16288
16289         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
16290         WCTYPE_H is empty, for the benefit of builds from non-distclean
16291         directories.  Problem reported by Eric Blake in
16292         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
16293
16294 2007-01-08  Bruno Haible  <bruno@clisp.org>
16295
16296         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
16297         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
16298         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
16299         PROVIDE_CANONICALIZE_FILENAME_MODE.
16300         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
16301
16302 2007-01-08  Bruno Haible  <bruno@clisp.org>
16303
16304         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
16305         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
16306         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
16307         * lib/fts.c: Likewise.
16308         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
16309
16310 2006-12-25  Bruno Haible  <bruno@clisp.org>
16311
16312         * modules/utf8-ucs4-safe: New file.
16313         * lib/utf8-ucs4-safe.h: New file.
16314         * lib/unistr/utf8-ucs4-safe.c: New file.
16315
16316         * modules/utf16-ucs4-safe: New file.
16317         * lib/utf16-ucs4-safe.h: New file.
16318         * lib/unistr/utf16-ucs4-safe.c: New file.
16319
16320         * MODULES.html.sh (Unicode string functions): Add the new modules.
16321
16322 2007-01-08  Bruno Haible  <bruno@clisp.org>
16323
16324         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
16325         (Depends-on): Add unitypes.
16326         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
16327         (u8_mbtouc_aux): Move out to separate file.
16328         (u8_mbtouc): Use ucs4_t, uint8_t types.
16329         * lib/unistr/utf8-ucs4.c: New file.
16330
16331         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
16332         (Depends-on): Add unitypes.
16333         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
16334         (u16_mbtouc_aux): Move out to separate file.
16335         (u16_mbtouc): Use ucs4_t, uint16_t types.
16336         * lib/unistr/utf16-ucs4.c: New file.
16337
16338         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
16339         (Depends-on): Add unitypes.
16340         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
16341         (u8_uctomb_aux): Move out to separate file.
16342         (u8_uctomb): Use ucs4_t, uint8_t types.
16343         * lib/unistr/ucs4-utf8.c: New file.
16344
16345         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
16346         (Depends-on): Add unitypes.
16347         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
16348         (u16_uctomb_aux): Move out to separate file.
16349         (u16_uctomb): Use ucs4_t, uint16_t types.
16350         * lib/unistr/ucs4-utf16.c: New file.
16351
16352 2006-12-25  Bruno Haible  <bruno@clisp.org>
16353
16354         * modules/unitypes: New file.
16355         * lib/unitypes.h: New file.
16356         * MODULES.html.sh (func_all_modules): New section "Unicode string
16357         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
16358         this section. Add unitypes.
16359
16360 2007-01-08  Bruno Haible  <bruno@clisp.org>
16361
16362         Avoid variable names that conflict with those from libtool.
16363         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
16364         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
16365         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
16366         library_names_spec to acl_library_names_spec, hardcode_* to
16367         acl_hardcode_*.
16368         Reported by Ralf Wildenhues.
16369
16370 2007-01-08  Bruno Haible  <bruno@clisp.org>
16371
16372         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
16373         definition.
16374         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
16375         definition.
16376         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
16377         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
16378         definition.
16379         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
16380         definition.
16381         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
16382         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
16383         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
16384         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
16385         definition.
16386         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
16387         definition.
16388         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
16389         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
16390         GC_USE_<algorithm>.
16391         * lib/gc-libgcrypt.c: Likewise.
16392         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
16393         * modules/gc-arctwo (configure.ac): Likewise.
16394         * modules/gc-des (configure.ac): Likewise.
16395         * modules/gc-hmac-md5 (configure.ac): Likewise.
16396         * modules/gc-hmac-sha1 (configure.ac): Likewise.
16397         * modules/gc-md2 (configure.ac): Likewise.
16398         * modules/gc-md4 (configure.ac): Likewise.
16399         * modules/gc-md5 (configure.ac): Likewise.
16400         * modules/gc-random (configure.ac): Likewise.
16401         * modules/gc-rijndael (configure.ac): Likewise.
16402         * modules/gc-sha1 (configure.ac): Likewise.
16403
16404 2007-01-08  Bruno Haible  <bruno@clisp.org>
16405
16406         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
16407         macro definition.
16408         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
16409         definition.
16410         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
16411         definition.
16412         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
16413         * modules/fcntl-safer (configure.ac): Likewise.
16414         * modules/fopen-safer (configure.ac): Likewise.
16415         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
16416         GNULIB_FWRITEERROR macro definition.
16417
16418 2007-01-08  Bruno Haible  <bruno@clisp.org>
16419
16420         * m4/gnulib-common.m4: New file.
16421         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
16422         (func_get_filelist): Add m4/gnulib-common.m4.
16423
16424 2007-01-08  Bruno Haible  <bruno@clisp.org>
16425
16426         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
16427         command.
16428
16429 2007-01-08  Jim Meyering  <jim@meyering.net>
16430
16431         Use a more robust test for a "can't happen" condition.
16432         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
16433         narrowed the st_size value.  Presuming the "can't happen" condition
16434         is true, that narrowing could conceivably convert an invalid st_size
16435         value into a valid one.  Instead, use a change based on Matthew
16436         Woehlke's original patch.
16437
16438         Slight readability improvement: use an assert-like macro
16439         in place of literal "abort ()" uses.
16440         * lib/fts.c (fts_assert): Define.
16441         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
16442         Use this macro instead of a bare 'abort'.
16443
16444 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
16445
16446         Don't worry about using IRIX 5.3's wctype.h broken definitions;
16447         simply work around them.
16448         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
16449         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
16450         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
16451         declaring.
16452         Don't bother to define as macros, since the standard doesn't require it.
16453         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
16454         longer worry about IRIX 5.3.
16455         (HAVE_WCTYPE_CTMP_BUG): Remove.
16456
16457 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16458
16459         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
16460         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
16461         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
16462         Problems reported by Georg Schwarz for IRIX 5.3.
16463
16464         * gnulib-tool (autoconf_minversion): Take the maximum version number
16465         found, not the minimum.  Problem reported by James Youngman.
16466
16467 2007-01-03  Karl Berry  <karl@gnu.org>
16468
16469         * doc/error.texi: new file, explaining interaction with progname.
16470         * doc/gnulib.texi: include it.  Update copyright.
16471
16472 2007-01-03  Simon Josefsson  <simon@josefsson.org>
16473
16474         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
16475         AC_CANONICAL_HOST, to improve autobuild outputs.
16476
16477 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
16478             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
16479
16480         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
16481         sockets, server sockets, and other file descriptors.  Count errors
16482         to compute the return value.  Reorder the code a bit to be easier
16483         to follow.  Don't set event bits that were not requested (except
16484         POLLERR and POLLHUP).
16485
16486 2007-01-01  Bruno Haible  <bruno@clisp.org>
16487
16488         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
16489
16490 2007-01-03  Jim Meyering  <jim@meyering.net>
16491
16492         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
16493
16494 2007-01-02  Bruno Haible  <bruno@clisp.org>
16495
16496         * modules/settime (Include): Require timespec.h.
16497         * modules/nanosleep (Include): Likewise.
16498
16499 2007-01-01  Bruno Haible  <bruno@clisp.org>
16500
16501         * gnulib-tool (func_emit_copyright_notice): Bump year.
16502         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
16503
16504 2007-01-01  Bruno Haible  <bruno@clisp.org>
16505
16506         Improve support for OpenBSD.
16507         * build-aux/config.rpath (libname_spec): Export.
16508         (library_names_spec): New variable. Export.
16509         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
16510         library_names_spec from the config.rpath output. Locate shared library
16511         through the name pattern in library_names_spec.
16512
16513 2007-01-01  Eric Blake  <ebb9@byu.net>
16514
16515         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
16516
16517 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
16518
16519         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
16520         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
16521         assume the C locale, and avoid an "eval" that could cause trouble.
16522         Problem with SORT reported by Bob Proulx.
16523
16524         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
16525         Define.  Trivial patch from Henning Nielsen Lund, originally
16526         sent to bug-grep@gnu.org today.
16527
16528 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
16529
16530         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
16531         struct stat.  Problem reported by Henning Nielsen Lund.
16532         * lib/acl.c: Include acl.h first, to check interface.  Don't
16533         bother to include sys/types.h and sys/stat.h again.
16534
16535 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16536
16537         Import the following change from libc; problem reported by
16538         Sven Verdoolaege.
16539
16540         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
16541
16542         [BZ #1373]
16543         * lib/argp.h: Remove __NTH for __argp_usage inline function.
16544
16545 2006-12-28  Jim Meyering  <jim@meyering.net>
16546
16547         * build-aux/announce-gen: Do not assume that the package
16548         builds any of tar.gz, tar.bz2, and .xdelta files.
16549         Suggestion from Simon Josefsson.
16550
16551 2006-12-28  Simon Josefsson  <simon@josefsson.org>
16552
16553         * modules/announce-gen: New file.
16554
16555 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
16556
16557         * lib/mbchar.h: Just include <wctype.h>; the wctype module
16558         handles its gotchas now.
16559         * lib/mbswidth.c: Likewise.
16560         * lib/wcwidth.h: Likewise.
16561         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
16562         and iswcntrl; the wctype module does this stuff now.
16563         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
16564         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
16565         * modules/mbchar (Depends-on): Add wctype.
16566         * modules/mbswidth (Depends-on): Likewise.
16567         * modules/wcwidth (Depends-on): Likewise.
16568
16569 2006-12-27  Eric Blake  <ebb9@byu.net>
16570
16571         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
16572         module uses more than what <wctype.h> is required to provide.
16573
16574 2006-12-26  Eric Blake  <ebb9@byu.net>
16575
16576         * gnulib-tool (sed_extract_prog): Avoid space-tab.
16577
16578 2006-12-26  Eric Blake  <ebb9@byu.net>
16579
16580         * modules/absolute-header: New module.
16581         * modules/fcntl (Depends-on): Depend on it.
16582         * modules/inttypes (Depends-on): Likewise.
16583         * modules/stdint (Depends-on): Likewise.
16584         * modules/sys_stat (Depends-on): Likewise.
16585         * modules/wctype (Depends-on): Likewise.
16586         * MODULES.html.sh (Support for building libraries and
16587         executables): Document it.
16588
16589 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
16590
16591         * gnulib-tool (SED): Remove, undoing previous change.
16592         The problem was that it broke coreutils on Solaris, because
16593         "sed --posix" leaked into a makefile.
16594         (sed): New alias, if 'alias' and GNU sed.
16595
16596 2006-12-24  Jim Meyering  <jim@meyering.net>
16597
16598         Work around an fchownat bug in glibc-2.4:
16599         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
16600         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
16601         in spite of the -P option.
16602         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
16603         New macros.
16604         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
16605         * modules/openat (Files): Add lib/fchownat.c.
16606         * lib/openat.c (fchownat): Don't define here.  Move to...
16607         * lib/fchownat.c: ...this new file.
16608
16609 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16610
16611         Fix bug reported by Bruno Haible in
16612         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
16613         where quotearg.c didn't compile on Mac OS X 10.2 because it
16614         lacks <wchar.h> and wint_t.
16615         * lib/wctype_.h (__wctype_wint_t): New type.
16616         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
16617         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
16618         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
16619         Arg is now of type __wctype_wint_t, not wint_t.
16620         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
16621         substitute HAVE_WINT_T.
16622         * modules/wctype (Files): Add m4/wint_t.m4.
16623         (wctype.h): Substitute HAVE_WINT_T.
16624
16625 2006-12-23  Bruno Haible  <bruno@clisp.org>
16626
16627         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
16628
16629 2006-12-23  Bruno Haible  <bruno@clisp.org>
16630
16631         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
16632         S_ISLNK.
16633         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
16634         mingw.
16635
16636 2006-12-22  Bruno Haible  <bruno@clisp.org>
16637
16638         * lib/copy-file.c: Include acl.h.
16639         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
16640         Close the file descriptors only after being done with copy_acl.
16641         * modules/copy-file (Depends-on): Add acl.
16642
16643 2006-12-22  Bruno Haible  <bruno@clisp.org>
16644
16645         * gnulib-tool (SED): New variable.
16646         Use $SED instead of sed everywhere.
16647
16648 2006-12-22  Bruno Haible  <bruno@clisp.org>
16649
16650         * modules/no-c++: New file.
16651         * m4/no-c++.m4: New file.
16652         * MODULES.html.sh (Support for building libraries and executables):
16653         Add no-c++.
16654
16655 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
16656
16657         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
16658         Include <limits.h>, and use its INT_MAX to rewrite the
16659         j loop so that it does not overflow 'int'.  Problem reported by
16660         Ralf Wildenhues in
16661         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
16662         Play it safe by shifting left by 1 rather than multiplying by 2,
16663         as GCC is less likely to optimize this away when the value
16664         is signed (when it assumes overflow leads to undefined behavior).
16665         Also, don't assume time_t uses two's complement.
16666
16667 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
16668
16669         * MODULES.html.sh: New module wctype.
16670         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
16671         * lib/fnmatch.c: Don't bother to include <wchar.h> before
16672         <wctype.h>, since the new wctype module should fix this.
16673         * lib/quotearg.c: Include <wctype.h> unconditionally, since
16674         the wctype module should arrange for it.
16675         * lib/regex_internal.h: Likewise.
16676         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
16677         since the wctype module should handle this now.
16678         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
16679         * modules/fnmatch (Depends-on): Add wctype.
16680         * modules/quotearg (Depends-on): Likewise.
16681         * modules/regex (Depends-on): Likewise.
16682
16683 2006-12-19  Bruno Haible  <bruno@clisp.org>
16684
16685         * lib/strdup.h [C++]: Wrap definitions in extern "C".
16686         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
16687
16688 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16689
16690         * modules/savewd (Depends-on): Fix dependency on fcntl.
16691
16692 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
16693
16694         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
16695         conforms to C99, rather than relying on the user's environment
16696         setting of STDINT_H.
16697
16698 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
16699         and Eric Blake  <ebb9@byu.net>
16700
16701         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
16702         This is more consistent with the other defines here.
16703         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
16704         Port to z/OS.  Problem reported by Paul Gilmartin.
16705         Change local vars to use gl_ prefix rather than ac_.
16706         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
16707         with other defines.
16708         * modules/double-slash-root: New module.
16709         * modules/dirname (Files): Remove m4/double-slash-root.m4.
16710         (Depends-on): Add double-slash-root.
16711         * MODULES.html.sh (File system functions): Mention new module.
16712
16713 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
16714
16715         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
16716         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
16717         This is for the benefit of gzip, which doesn't do i18n.
16718
16719 2006-12-12  Jim Meyering  <jim@meyering.net>
16720
16721         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
16722         Reported by Andreas Schwab <schwab@suse.de>.
16723
16724 2006-12-12  Bruno Haible  <bruno@clisp.org>
16725
16726         Merge these changes.
16727         2006-09-05  Bruno Haible  <bruno@clisp.org>
16728         * lib/iconvme.c (iconv_string): No need to save and restore errno when
16729         iconv_alloc succeeded.
16730         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
16731         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
16732         test for " && dest " at the end - dest is always != NULL there. Call
16733         iconv with 4xNULL arguments initially, to reset the state. Call iconv
16734         with 2xNULL arguments, also to flush the state storage. Handle the
16735         IRIX iconv behaviour. Realloc the final result, to throw away unused
16736         memory.
16737
16738 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
16739
16740         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
16741         and fchmodat unconditionally, since glibc 2.4 has them.
16742         Problem reported by Arkadiusz Miskiewicz.
16743
16744 2006-12-10  Bruno Haible  <bruno@clisp.org>
16745
16746         * gnulib-tool (func_import): Show the include files only for those
16747         modules that are copied and specified.
16748         Reported by Karl Berry.
16749
16750 2006-12-08  Jim Meyering  <jim@meyering.net>
16751
16752         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
16753         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
16754
16755         * build-aux/announce-gen: Add two new options, both optional:
16756         --bootstrap-tools=TOOL_LIST
16757               a comma-separated list of tools, e.g.,
16758               autoconf,automake,bison,gnulib
16759         --gnulib-snapshot-date=DATE
16760               if gnulib is in the bootstrap tool list,
16761               then report this as the snapshot date.
16762               If not specified, use the current date/time.
16763               If you specify a date here, be sure it's UTC.
16764
16765 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16766
16767         * tests/test-argp-2.sh: Fix test to match actual output.
16768         (func_compare): Fix sed script to be portable.
16769
16770 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
16771
16772         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
16773         workaround for this case.  It is not autoconfigured now; offhand
16774         it's hard to see how to autoconfigure it.
16775
16776 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
16777
16778         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
16779         a directory that is about to be chowned.  Such a directory's
16780         initial file permissions should permit the owner only and this
16781         should not be changed until after the chown, since the group and
16782         other bits would be incorrect if they granted permission before
16783         the chown.
16784
16785         Fix porting problem for iswctype reported by Georg Schwarz in:
16786         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
16787         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
16788         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
16789         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
16790         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
16791
16792 2006-12-03  Jim Meyering  <jim@meyering.net>
16793
16794         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
16795         p->fts_statp may not yet be defined.
16796         (fts_read): Instead, set it in the caller, once p->fts_statp is
16797         sure to be defined, and corresponds to a top-level directory.
16798         This bug made du -x fail.  Here's the coreutils test case:
16799         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
16800         Reported by Mike Frysinger.
16801
16802 2006-12-01  Jim Meyering  <jim@meyering.net>
16803
16804         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
16805         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
16806         Reported by Simon Josefsson.
16807
16808 2006-11-30  Jim Meyering  <jim@meyering.net>
16809
16810         * m4/warning.m4: Use the all-permissive copyright notice
16811         recommended by RMS (rather than LGPL).
16812         * m4/vararrays.m4: Likewise.
16813         * m4/flexmember.m4: Likewise.
16814
16815 2006-11-29  Bruno Haible  <bruno@clisp.org>
16816
16817         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
16818         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
16819         using +=.
16820         Reported by Simon Josefsson <simon@josefsson.org>.
16821
16822 2006-11-28  James Youngman <jay@gnu.org>
16823
16824         * README: Advise users that they might find the bug-gnulib@gnu.org
16825         and autotools-announce@gnu.org mailing lists useful.
16826
16827 2006-11-28  Bruno Haible  <bruno@clisp.org>
16828
16829         * m4/ptrdiff_max.m4: Remove file.
16830
16831 2006-11-21  Bruno Haible  <bruno@clisp.org>
16832
16833         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
16834         _AC_COMPUTE_INT.
16835         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
16836         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
16837         _AC_COMPUTE_INT.
16838         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
16839         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
16840         _AC_COMPUTE_INT.
16841         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
16842
16843 2006-11-28  Jim Meyering  <jim@meyering.net>
16844
16845         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
16846         warning from "gcc -Wshadow" about shadowing the builtin.
16847
16848 2006-11-27  Bruno Haible  <bruno@clisp.org>
16849
16850         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
16851         _AC_COMPUTE_INT.
16852         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
16853
16854 2006-11-27  Bruno Haible  <bruno@clisp.org>
16855             Paul Eggert  <eggert@cs.ucla.edu>
16856
16857         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
16858
16859 2006-11-26  Bruno Haible  <bruno@clisp.org>
16860
16861         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
16862         noinst_LTLIBRARIES.
16863
16864 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
16865             Bruno Haible  <bruno@clisp.org>
16866
16867         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
16868         if compiling with "gcc -ansi".
16869
16870 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
16871
16872         Fix some incompatibilities with gcc -ansi -pedantic.
16873         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
16874         if compiling pedantically with GCC, unless it's C99 or later.
16875         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
16876         it mishandles gcc -ansi -pedantic as well.
16877         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
16878         if gcc -pedantic.
16879         * lib/regexec.c (check_node_accept_bytes): Don't use auto
16880         initializers for struct if -pedantic, unless it's C99 or later.
16881
16882 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
16883
16884         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
16885         Don't close an fd more than once. Identical atimes indicate
16886         success, not failure.
16887
16888 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
16889
16890         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
16891
16892 2006-11-23  Jim Meyering  <jim@meyering.net>
16893
16894         * build-aux/announce-gen: New file.  From coreutils.
16895
16896 2006-11-22  Jim Meyering  <jim@meyering.net>
16897
16898         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
16899         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
16900         (fts_read): Use a temporary to narrow the overused st_size member
16901         before using it in a switch statement.  Reported by Matthew Woehlke.
16902
16903         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
16904         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
16905
16906 2006-11-20  Bruno Haible  <bruno@clisp.org>
16907
16908         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
16909         changequote instead of pairs of brackets.
16910         Reported by Andreas Schwab <schwab@suse.de>.
16911
16912 2006-11-21  Jim Meyering  <jim@meyering.net>
16913
16914         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
16915         so as to remain compatible with older compilers.
16916         Patch from Michael Deutschmann.
16917
16918 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16919
16920         * MODULES.html.sh (File system functions): Add openat.
16921
16922         * lib/openat.h (rpl_fstatat): New macro, if
16923         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
16924         (fstatat): Define to rpl_fstatat under the same conditions,
16925         unless COMPILING_FSTATAT.
16926         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
16927         seems to have the bug.
16928         * lib/fstatat.c: New file.
16929         * modules/openat (Files): Add it.
16930
16931 2006-11-20  Bruno Haible  <bruno@clisp.org>
16932
16933         * Makefile: New file.
16934
16935 2006-11-20  Jim Meyering  <jim@meyering.net>
16936
16937         The beginnings of syntax-related checks for gnulib.
16938         * lib/Makefile: New file.
16939         * lib/t-idcache: New script.  Ensure that the two halves of
16940         idcache.c stay in sync.
16941
16942         * lib/idcache.c: Adjust comments in user- and group- portions to
16943         be more accurate, and to be consistent with one another.
16944
16945 2006-11-20  Jim Meyering  <jim@meyering.net>
16946
16947         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
16948         continue using the flexible array member (thus, this module performs
16949         half as many malloc calls), with the addition that...
16950         (getgroup, getuser): Consistently record a non-match via an empty
16951         "name" string, and map an empty string match to a NULL return value.
16952         * modules/idcache (Depends-on): Re-add flexmember.
16953
16954         * lib/idcache.c (getuser): Remove all uses of the register keyword.
16955         (getuidbyname, getgroup, getgidbyname): Likewise.
16956
16957         Use cleaner syntax: NULL rather than 0.
16958         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
16959
16960 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16961
16962         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
16963         It mishandled the case where the group was missing.
16964         Problem reported by Greg Schafer.
16965         * modules/idcache: Likewise.
16966
16967 2006-11-18  Jim Meyering  <jim@meyering.net>
16968
16969         * check-module (%exempt_header): Add exception for some
16970         conditionally-included headers.
16971
16972         * modules/i-ring (Depends-on): Add verify.
16973         (License): Change to LGPL.
16974
16975 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16976
16977         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
16978         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
16979         and inttostr.h.  Use snprintf rather than uinttostr, so that
16980         LGPLed code doesn't depend on GPLed.
16981
16982 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16983
16984         * modules/inline (License): Change from GPL to LGPL.
16985
16986 2006-11-17  Jim Meyering  <jim@meyering.net>
16987
16988         * modules/d-type (License): Switch to LGPL.
16989
16990 2006-11-15  Bruno Haible  <bruno@clisp.org>
16991
16992         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
16993
16994 2006-11-15  Eric Blake  <ebb9@byu.net>
16995
16996         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
16997         the module dependency.
16998
16999 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17000             Bruno Haible  <bruno@clisp.org>
17001
17002         * gnulib-tool (func_create_testdir): Add license consistency check.
17003
17004 2006-11-15  Eric Blake  <ebb9@byu.net>
17005
17006         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
17007         random "(cached)" in configure output.
17008
17009 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17010
17011         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
17012         test for conforming inttypes.h is both announced and cached.
17013
17014         * MODULES.html.sh (seen_modules, seen_files): New variables.
17015         (func_module): Rewrite to use a few less gnulib-tool and sed
17016         invocations.  Avoid a couple of quadratic algorithms for ...
17017         (missed_modules, missed_files): ... these, with ...
17018         (func_append, func_tmpdir): ... these new functions, from
17019         gnulib-tool.  Analogously, install traps for cleanup.
17020
17021         * tests/test-gc.c (main): Remove unused variables.
17022         * tests/test-read-file.c: Include stdlib.h, for 'free'.
17023
17024 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
17025
17026         * modules/inttostr (License): Change to LGPL.
17027
17028 2006-11-14  Eric Blake  <ebb9@byu.net>
17029
17030         * modules/tempname (License): Change to LGPL.
17031
17032 2006-11-14  Eric Blake  <ebb9@byu.net>
17033
17034         * doc/functions.texi (Function Portability): *printf functions on
17035         Cygwin now understand all POSIX size specifiers.
17036
17037 2006-11-14  Bruno Haible  <bruno@clisp.org>
17038
17039         * modules/c-ctype (License): Change to LGPL.
17040
17041 2006-11-12  Bruno Haible  <bruno@clisp.org>
17042
17043         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
17044         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
17045         for GNOME libraries, for which the include files are installed in
17046         subdirectories of $prefix/include.
17047
17048 2006-11-12  Bruno Haible  <bruno@clisp.org>
17049
17050         * m4/lib-link.m4: Require at least autoconf-2.54.
17051         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
17052         name to underscores for the --with option.
17053
17054 2006-11-13  Bruno Haible  <bruno@clisp.org>
17055
17056         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
17057         the tests directory.
17058         Reported by Ralf Wildenhues.
17059
17060 2006-11-13  Bruno Haible  <bruno@clisp.org>
17061
17062         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
17063         (func_emit_initmacro_end): Undo the override here.
17064         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
17065         Works around the famous automake error in coreutils.
17066
17067 2006-11-13  Eric Blake  <ebb9@byu.net>
17068
17069         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
17070         element, not its node.
17071
17072 2006-11-12  Bruno Haible  <bruno@clisp.org>
17073
17074         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
17075         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
17076
17077 2006-11-12  Bruno Haible  <bruno@clisp.org>
17078
17079         * gnulib-tool: New option --local-symlink.
17080         (func_usage): Document it.
17081         (lsymbolic): New variable.
17082         (func_import, func_create_testdir): If --symlink was not specified,
17083         test whether --local-symlink was specified and the file comes from
17084         the local_gnulib_dir.
17085
17086 2006-11-12  Bruno Haible  <bruno@clisp.org>
17087
17088         * gnulib-tool (func_ln): New function.
17089         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
17090
17091 2006-11-12  Bruno Haible  <bruno@clisp.org>
17092
17093         Finish support for source files in subdirectories.
17094         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
17095         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
17096         AUTOMAKE_OPTIONS.
17097         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
17098
17099 2006-11-12  Bruno Haible  <bruno@clisp.org>
17100
17101         * gnulib-tool (func_get_automake_snippet): Synthesize also an
17102         EXTRA_lib_SOURCES augmentation.
17103         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
17104
17105 2006-11-12  Jim Meyering  <jim@meyering.net>
17106
17107         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
17108         file descriptors.  This also averts a failure on systems with
17109         native openat support when a traversed directory lacks "x" access.
17110         * lib/fts_.h: Include "i-ring.h"
17111         (struct FTS) [fts_fd_ring]: New member.
17112         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
17113         (FCHDIR): Add parentheses.
17114         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
17115         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
17116         When descending, rather than simply closing the previous
17117         fts_cwd_fd value, push that file descriptor onto the ring.
17118         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
17119         (fts_open): Initialize the new fd_ring member.
17120         (fts_close): Clear the ring.
17121         (fts_safe_changedir): When possible, use our new fd_ring to skip
17122         the diropen and fstat and dev/ino comparison that would normally
17123         accompany a virtual `chdir ("..")'.
17124
17125         * modules/fts (Depends-on): Add i-ring.
17126         * modules/i-ring: New module.
17127         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
17128         * m4/i-ring.m4: New file.
17129
17130 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17131
17132         * gnulib-tool (func_create_testdir): Fix replacement of
17133         `build-aux' in configure.ac.  Run autotools in gltests
17134         subdirectory.
17135         (func_create_testdir, func_create_megatestdir, test): There is
17136         no need for '--force' in most autotool invocations in a new
17137         tree.  Actually fail the whole test if any of the tools, or the
17138         configure or make stages fail.
17139
17140         Sync from Automake.
17141         * build-aux/gnupload: Revert last change.  Add pointer to upload
17142         instructions of the GNU Maintenance Instructions.
17143         Suggestion by Karl Berry.
17144
17145 2006-11-10  Jim Meyering  <jim@meyering.net>
17146
17147         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
17148
17149 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17150
17151         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
17152         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
17153         (bind_textdomain_codeset) [! ENABLE_NLS]:
17154         Evaluate all the arguments.  That way, callers get compatible behavior
17155         if the arguments have side effects.  Also, it avoids some GCC
17156         diagnostics in some cases; Joel E. Denny reported problems when Bison
17157         was configured with --enable-gcc-warnigs.
17158
17159 2006-11-10  Jim Meyering  <jim@meyering.net>
17160
17161         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
17162         relevant options in CFLAGS (like -O, -fno-inline) are taken into
17163         account.
17164
17165 2006-11-10  Jim Meyering  <jim@meyering.net>
17166
17167         * modules/inline: New file/module.
17168         * modules/xalloc (Files): Remove m4/inline.m4.
17169         (Depends-on): Add inline, instead.
17170         * modules/oset: Likewise.
17171         * modules/list: Likewise.
17172
17173 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17174
17175         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
17176         Problem reported by Matthew Woehlke.
17177
17178 2006-11-09  Bruno Haible  <bruno@clisp.org>
17179
17180         * lib/tempname.c (gen_tempname): Remove variant that invokes
17181         __gen_tempname.
17182         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
17183         __gen_tempname.
17184
17185 2006-11-08  Bruno Haible  <bruno@clisp.org>
17186
17187         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
17188         to 'yes' instead of 'cross-compiling'.
17189
17190 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
17191
17192         * lib/quotearg.h (quotearg_free): New decl.
17193         * lib/quotearg.c (quotearg_free): New function.
17194         (slot0, nslots, slotvec0, slotvec):
17195         Now file-scope so that quotearg_free can get at them.
17196
17197 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17198
17199         Sync from Automake.
17200         * build-aux/gnupload: Add missing 'gnu' to example URL.
17201         Report by Karl Berry.
17202
17203 2006-11-08  Bruno Haible  <bruno@clisp.org>
17204
17205         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
17206         Suggested by Paul Eggert.
17207
17208 2006-11-08  Jim Meyering  <jim@meyering.net>
17209
17210         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
17211         It's already included if !_LIBC.
17212         (fts_safe_changedir): Add a comment.
17213
17214 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
17215
17216         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
17217         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
17218         Matthew Woehlke.
17219
17220         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
17221         definitions up, to avoid colliding with change below.
17222         (static_inline) [HAVE_INLINE]: New macro.
17223         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
17224         Provide extern decls when !HAVE_INLINE.  Do not define unless
17225         static_inline is defined, either by us or by xmalloc.c.  Use
17226         static_inline rather than static inline.
17227         (XCALLOC): Optimize sizeof(T) = 1 case.
17228         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
17229
17230 2006-11-07  Bruno Haible  <bruno@clisp.org>
17231
17232         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
17233         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
17234         AC_C_INLINE.
17235         * modules/xalloc (Files): Add m4/inline.m4.
17236
17237 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17238
17239         * README: Fix typo.
17240         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
17241         (Miscellanous Notes): ...from this.
17242
17243 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
17244
17245         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
17246         Mention that offsetof should be used instead of sizeof.
17247         From Bruno Haible.
17248
17249 2006-11-07  Bruno Haible  <bruno@clisp.org>
17250
17251         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
17252
17253 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
17254
17255         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
17256         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
17257         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
17258         (gl_tree_add_before, gl_tree_add_after):
17259         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
17260         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
17261         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
17262         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
17263         (gl_linked_add_after, gl_linked_add_at): Likewise.
17264         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
17265         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
17266         (gl_tree_add_before, gl_tree_add_after): Likewise.
17267         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
17268         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
17269         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
17270
17271 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17272
17273         * lib/gl_oset.h: Use C comment style, not C++ comment style.
17274
17275 2006-11-06  Bruno Haible  <bruno@clisp.org>
17276
17277         * m4/inline.m4: New file.
17278         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
17279         * modules/list (Files): Add m4/inline.m4.
17280         * modules/oset (Files): Likewise.
17281
17282 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
17283
17284         * lib/idcache.c: Include <stddef.h>, for offsetof.
17285         (struct userid.name): Change from char * to a flexible array member.
17286         All uses changed.
17287         * modules/idcache (Depends-on): Add flexmember.
17288
17289         * MODULES.html.sh (Core language properties): New module flexmember.
17290         * modules/flexmember, m4/flexmember.m4: New files.
17291
17292         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
17293         inline functions that are identical with the old xnmalloc_inline,
17294         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
17295         that we can avoid some unnecessary integer multiplications and
17296         divisions in the common case where the element size is known at
17297         compile time.
17298         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
17299         needed.
17300         (xnboundedmalloc): Remove.
17301         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
17302         arguments, for consistency with rest of this header.
17303         (xcharalloc): Rewrite using XNMALLOC.
17304         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
17305         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
17306         versions have been moved to lib/xalloc.h and renamed to be the
17307         non-*_inline versions.
17308         (xmalloc, xrealloc): Implement without reference to the xnmalloc
17309         and xnrealloc functions, since those functions are now inline and
17310         now call us.
17311         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
17312         renaming described above.
17313         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
17314         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
17315         captures the dependency in AC_C_INLINE.
17316
17317         New module canonicalize-lgpl, proposed by Charles Wilson in
17318         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
17319         with a few small changes afterwards.
17320         * MODULES.html.sh (File system functions): New module
17321         canonicalize-lgpl.
17322         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
17323         and canonicalize_file_name.
17324         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
17325         * modules/canonicalize-lgpl: New files.
17326
17327 2006-11-05  Bruno Haible  <bruno@clisp.org>
17328
17329         * gnulib-tool (func_import, func_create_testdir): Create directories
17330         also for files in subdirectories of lib/.
17331
17332 2006-11-05  Bruno Haible  <bruno@clisp.org>
17333
17334         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
17335         ANSI C compliant.
17336
17337 2006-11-03  Bruno Haible  <bruno@clisp.org>
17338
17339         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
17340         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
17341         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
17342         (xnboundedmalloc): New inline function.
17343         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
17344         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
17345         xmalloc.
17346         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
17347         xmalloc.
17348         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
17349         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
17350         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
17351         xmalloc.
17352         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
17353         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
17354         xmalloc.
17355         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
17356         gl_tree_add_after): Use XMALLOC instead of xmalloc.
17357         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
17358         xmalloc.
17359         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
17360         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
17361         gl_tree_add_after): Use XMALLOC instead of xmalloc.
17362         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
17363         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
17364         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
17365         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
17366
17367 2006-11-03  Bruno Haible  <bruno@clisp.org>
17368
17369         * lib/c-ctype.h [C++]: Define functions without name mangling.
17370         * lib/fwriteerror.h [C++]: Likewise.
17371         * lib/gcd.h [C++]: Likewise.
17372         * lib/linebreak.h [C++]: Likewise.
17373
17374 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
17375
17376         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
17377         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
17378         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
17379         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
17380         Check for functions and headers just once.
17381         Check for declaration of canonicalize_file_name.
17382         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
17383
17384 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
17385
17386         * gnulib-tool (func_import): Fix typo in actioncmd.
17387
17388 2006-11-02  Bruno Haible  <bruno@clisp.org>
17389
17390         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
17391         newline sequence in the Makefile.am snippet as a space, like "make"
17392         does.
17393         Reported by Roger Persson <perrog@gmail.com>.
17394
17395 2006-11-01  Bruno Haible  <bruno@clisp.org>
17396
17397         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
17398         already declared in <string.h>.
17399         * lib/strcase.h (strncasecmp): Don't declare it if yes.
17400
17401 2006-11-01  Bruno Haible  <bruno@clisp.org>
17402
17403         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
17404         * lib/strcase.h: Include <string.h>.
17405         (strcasecmp): Define to rpl_strcasecmp here.
17406
17407 2006-11-01  Bruno Haible  <bruno@clisp.org>
17408
17409         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
17410
17411 2006-11-01  Eric Blake  <ebb9@byu.net>
17412
17413         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
17414
17415         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
17416
17417 2006-10-29  Bruno Haible  <bruno@clisp.org>
17418
17419         Make it compile in C++ mode.
17420         * lib/full-write.c (full_rw): Add a cast.
17421
17422 2006-11-01  Bruno Haible  <bruno@clisp.org>
17423
17424         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
17425         be POSIX compliant.
17426         Reported by Roger Persson <perrog@gmail.com>.
17427
17428 2006-11-01  Eric Blake  <ebb9@byu.net>
17429
17430         * lib/getopt_.h: Fix comments.
17431
17432 2006-10-31  Eric Blake  <ebb9@byu.net>
17433
17434         * modules/tmpdir (Depends-on): Add sys_stat.
17435         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
17436         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
17437         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
17438         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
17439         tempname.
17440
17441 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
17442
17443         Avoid some C++ diagnostics reported by Bruno Haible.
17444         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
17445         xmalloc.
17446         (quotearg_alloc): Use xcharalloc rather than xmalloc.
17447         (struct slotvec): Move to top level.
17448         (quotearg_n_options): Rewrite to avoid xmalloc.
17449         * lib/xalloc.h (xcharalloc): New function.
17450         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
17451         [defined __cplusplus]: Add function template that provides result
17452         type propagation.  This part of the change is from Bruno Haible.
17453
17454 2006-10-29  Bruno Haible  <bruno@clisp.org>
17455
17456         Make it compile in C++ mode.
17457         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
17458         * lib/strnlen1.c (strnlen1): Cast memchr result.
17459         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
17460         * lib/clean-temp.c (string_equals, string_hash): Add casts.
17461         (create_temp_dir): Rename local variable 'template'.
17462         (compile_csharp_using_sscli): Add cast.
17463         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
17464         * lib/findprog.c (find_in_path): Likewise.
17465         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
17466         * lib/wait-process.c (register_slave_subprocess): Likewise.
17467
17468 2006-10-22  Bruno Haible  <bruno@clisp.org>
17469
17470         * modules/tsearch: New file.
17471         * lib/tsearch.h: New file.
17472         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
17473         * m4/tsearch.m4: New file.
17474         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
17475
17476 2006-10-29  Eric Blake  <ebb9@byu.net>
17477
17478         * lib/arcfour.c: Assume config.h.
17479         * lib/arctwo.c: Likewise.
17480         * lib/base64.c: Likewise.
17481         * lib/check-version.c: Likewise.
17482         * lib/crc.c: Likewise.
17483         * lib/des.c: Likewise.
17484         * lib/gc-gnulib.c: Likewise.
17485         * lib/gc-libgcrypt.c: Likewise.
17486         * lib/gc-pbkdf2-sha1.c: Likewise.
17487         * lib/getaddrinfo.c: Likewise.
17488         * lib/getdelim.c: Likewise.
17489         * lib/getline.c: Likewise.
17490         * lib/hmac-md5.c: Likewise.
17491         * lib/hmac-sha1.c: Likewise.
17492         * lib/iconvme.c: Likewise.
17493         * lib/md2.c: Likewise.
17494         * lib/md4.c: Likewise.
17495         * lib/memxor.c: Likewise.
17496         * lib/read-file.c: Likewise.
17497         * lib/readline.c: Likewise.
17498         * lib/rijndael-alg-fst.c: Likewise.
17499         * lib/rijndael-api-fst.c: Likewise.
17500         * lib/xgetdomainname.c: Likewise.
17501
17502 2006-10-28  Eric Blake  <ebb9@byu.net>
17503
17504         * lib/xstrndup.c: Assume config.h.
17505
17506 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
17507
17508         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
17509         stat-macros.h is now for our own macros, whereas stat_h is for
17510         macros in the <sys/stat.h> name space.
17511         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
17512         (STAT_MACROS_H): Remove.
17513         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
17514         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
17515         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
17516         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
17517         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
17518         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
17519         Move these macros to ...
17520         * lib/stat_.h: here.  Don't include stat-macros.h.
17521         * lib/canonicalize.c: Don't include stat-macros.h.
17522         * lib/chown.c: Likewise.
17523         * lib/euidaccess.c: Likewise.
17524         * lib/file-type.c: Likewise.
17525         * lib/filemode.c: Likewise.
17526         * lib/glob.c: Likewise.
17527         * lib/isapipe.c: Likewise.
17528         * lib/lchown.c: Likewise.
17529         * lib/lstat.c: Likewise.
17530         * lib/mkdir-p.c: Likewise.
17531         * lib/rmdir.c: Likewise.
17532         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
17533         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
17534         unless mkdir isn't declared, to speed up 'configure'.
17535         Always create sys/stat.h, since it's unlikely any real sys/stat.h
17536         would define all the S_* symbols.
17537         * modules/canonicalize (Depends-on):
17538         Depend on sys_stat, not stat-macros.
17539         * modules/chown: Likewise.
17540         * modules/euidaccess: Likewise.
17541         * modules/filemode: Likewise.
17542         * modules/file-type: Likewise.
17543         * modules/glob: Likewise.
17544         * modules/isapipe: Likewise.
17545         * modules/lchown: Likewise.
17546         * modules/lstat: Likewise.
17547         * modules/mkancesdirs: Likewise.
17548         * modules/rmdir: Likewise.
17549         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
17550         * modules/modechange: Likewise.
17551         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
17552         (configure.ac): Remove gl_STAT_MACROS.
17553         * modules/sys_stat (Depends-on): Remove stat-macros.
17554
17555 2006-10-27  Bruno Haible  <bruno@clisp.org>
17556
17557         * m4/signed.m4: Remove file.
17558         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
17559         invocation.
17560         * modules/vasnprintf (Files): Remove m4/signed.m4.
17561
17562 2006-10-27  Bruno Haible  <bruno@clisp.org>
17563
17564         Update to GNU gettext 0.16.
17565         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
17566         m4/inttypes-h.m4, m4/signed.m4.
17567         * m4/gettext.m4: Update to GNU gettext 0.16.
17568         * m4/intl.m4: New file, from GNU gettext.
17569         * m4/intldir.m4: New file, from GNU gettext.
17570         * config/srclist.txt: Update
17571
17572 2006-10-27  Eric Blake  <ebb9@byu.net>
17573
17574         * MODULES.html.sh: Document tempname.
17575         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
17576         dependencies.
17577         (Files): Move lib/tempname.c...
17578         * modules/tempname: ...to this new module.
17579         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
17580         (gl_PREREQ_TEMPNAME): Move...
17581         * m4/tempname.m4: ...to this new file.
17582         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
17583         * modules/sys_stat (Depends-on): Add stat-macros.
17584         * lib/stat_.h (includes): Pick up stat macros.
17585         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
17586         if stat macros are broken.
17587         * lib/tempname.c (includes): No need to include "stat-macros.h".
17588         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
17589         (direxists, __path_search) [!_LIBC]: Don't compile these in
17590         gnulib; the tmpdir module covers that.
17591         * lib/tempname.h: New file.
17592
17593 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
17594
17595         * COPYING: Explain how gnulib-tool converts licence headers.
17596         Almost all wording by Eric Blake.
17597
17598 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
17599
17600         * lib/mbchar.h (is_basic_table): Make read-only.
17601         * lib/mbchar.c (is_basic_table): Likewise.
17602         Reported by John Darrington.
17603
17604 2006-10-25  Bruno Haible  <bruno@clisp.org>
17605
17606         * lib/progname.h (set_program_name): Undefine before defining.
17607
17608 2006-10-25  Bruno Haible  <bruno@clisp.org>
17609
17610         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
17611         false for non-gcc C++ compilers.
17612         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
17613
17614 2006-10-24  Bruno Haible  <bruno@clisp.org>
17615
17616         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
17617         iconv implementations like Irix iconv.
17618
17619 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17620
17621         * modules/vararrays: New file.
17622         * m4/vararrays.m4: New file, taken from diffutils.
17623         * MODULES.html.sh: New module vararrays.
17624
17625 2006-10-24  Karl Berry  <karl@gnu.org>
17626
17627         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
17628         Don't call GNU Unix.
17629
17630 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17631
17632         * users.txt: Add Libtool.
17633
17634         Sync from Libtool:
17635
17636         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17637
17638         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
17639         to gnulib's policy of including config.h unconditionally.
17640
17641 2006-10-24  Bruno Haible  <bruno@clisp.org>
17642
17643         * modules/wcwidth (Files): Add m4/wint_t.m4.
17644         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
17645         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
17646
17647 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17648
17649         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
17650         to pacify GCC with some -W flags enabled.  Problem reported by
17651         Bruno Haible.
17652
17653 2006-10-24  Jim Meyering  <jim@meyering.net>
17654
17655         * MODULES.html.sh: Remove uinttostr.  It's not a module.
17656         Reported by Karl Berry.
17657
17658 2006-10-23  Bruno Haible  <bruno@clisp.org>
17659
17660         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
17661
17662 2006-10-24  Bruno Haible  <bruno@clisp.org>
17663
17664         * lib/gl_list.h: Use C comment style, not C++ comment style.
17665
17666 2006-10-23  Eric Blake  <ebb9@byu.net>
17667
17668         * lib/getaddrinfo.c (includes): Add missing include.
17669
17670 2006-10-23  Bruno Haible  <bruno@clisp.org>
17671             Paul Eggert  <eggert@cs.ucla.edu>
17672
17673         Ability to rename obstack_free.
17674         * lib/obstack.h (__obstack_free): New macro. Declare instead of
17675         obstack_free.
17676         (obstack_free): Invoke the __obstack_free macro.
17677         * lib/obstack.c (obstack_free): Use __obstack_free macro.
17678
17679 2006-10-23  Bruno Haible  <bruno@clisp.org>
17680             Paul Eggert  <eggert@cs.ucla.edu>
17681
17682         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
17683         __argc, __argv from the declaration. (They are defined as macros on
17684         mingw.)
17685
17686 2006-10-22  Bruno Haible  <bruno@clisp.org>
17687
17688         * doc/gnulib-intro.texi: New file.
17689         * doc/gnulib.texi: Include it.
17690
17691 2006-10-21  Bruno Haible  <bruno@clisp.org>
17692
17693         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
17694         "Introduction", "Miscellanous Notes", "Particular Modules".
17695
17696 2006-10-21  Bruno Haible  <bruno@clisp.org>
17697
17698         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17699         Change mostlyclean-local rule to avoid sh syntax error from bash
17700         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
17701
17702 2006-10-23  Jim Meyering  <jim@meyering.net>
17703
17704         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
17705         in place of snprintf.
17706
17707         * modules/inttostr (Files): Add lib/uinttostr.c.
17708         * lib/uinttostr.c (inttostr): New file/function.
17709         * lib/inttostr.h (uinttostr): Declare.
17710         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
17711         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17712         Add uinttostr.
17713         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
17714
17715 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
17716
17717         * lib/canonicalize.c (ELOOP): Define if not already defined.
17718         Problem reported by Bruno Haible in
17719         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
17720
17721 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
17722
17723         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
17724         Problem reported by Perry Smith and Ville Laurikari.
17725
17726         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
17727         uses.
17728
17729 2006-10-19  Bruno Haible  <bruno@clisp.org>
17730
17731         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
17732         for mingw.
17733
17734 2006-10-19  Bruno Haible  <bruno@clisp.org>
17735
17736         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
17737         Needed for mingw.
17738
17739 2006-10-19  Bruno Haible  <bruno@clisp.org>
17740
17741         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
17742
17743 2006-10-19  Bruno Haible  <bruno@clisp.org>
17744
17745         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
17746         it.
17747
17748 2006-10-19  Bruno Haible  <bruno@clisp.org>
17749
17750         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
17751         invocation.
17752
17753 2006-10-19  Bruno Haible  <bruno@clisp.org>
17754
17755         * gnulib-tool (func_create_testdir): Don't include ftruncate and
17756         mountlist by default.
17757
17758 2006-10-16  Bruno Haible  <bruno@clisp.org>
17759
17760         * lib/c-strstr.c: Include c-strstr.h.
17761
17762 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
17763
17764         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
17765         in a slash.
17766
17767 2006-10-18  Bruno Haible  <bruno@clisp.org>
17768
17769         * lib/lock.h [C++]: Wrap definitions in extern "C".
17770
17771 2006-10-18  Bruno Haible  <bruno@clisp.org>
17772
17773         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
17774         gl_LIBOBJS list.
17775
17776 2006-10-18  Bruno Haible  <bruno@clisp.org>
17777
17778         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
17779
17780 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
17781
17782         * lib/xstrtol.h: Include gettext.h.
17783         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
17784         Problem reported by Eric Blake.
17785         * modules/xstrtol (Depends-on): Add gettext-h.
17786
17787 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
17788
17789         * lib/strftime.c (advance): New macro.
17790         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
17791         incomplete type, so you can't add 0 to it.  Problem and patch
17792         reported by Eelco Dolstra for dietlibc.
17793
17794 2006-10-18  Jim Meyering  <jim@meyering.net>
17795
17796         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
17797         type for a local, and rename it: s/up/user_proc/.
17798
17799 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
17800
17801         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
17802         READ_UTMP_USER_PROCESS.
17803         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
17804
17805 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
17806
17807         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
17808         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
17809
17810 2006-10-17  Eric Blake  <ebb9@byu.net>
17811
17812         * lib/sigprocmask.c (sigprocmask): Fix typo.
17813
17814         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
17815
17816         * modules/clean-temp (Makefile.am): Don't add to make output...
17817         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
17818         config.h.
17819
17820 2006-10-17  Bruno Haible  <bruno@clisp.org>
17821
17822         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
17823         differently if DEFAULT_TEXT_DOMAIN is set.
17824
17825 2006-10-16  Bruno Haible  <bruno@clisp.org>
17826
17827         * lib/clean-temp.c: Include fwriteerror.h.
17828
17829 2006-10-16  Bruno Haible  <bruno@clisp.org>
17830
17831         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
17832
17833 2006-10-16  Bruno Haible  <bruno@clisp.org>
17834
17835         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
17836         * lib/sigprocmask.h: Include <sys/types.h>.
17837         (sigset_t): Use the system's definition if present.
17838
17839 2006-10-17  Eric Blake  <ebb9@byu.net>
17840
17841         * lib/xvasprintf.c (includes): Assume config.h.
17842         * lib/xasprintf.c (includes): Likewise.
17843
17844 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
17845
17846         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
17847         at least as wide as intmax_t.
17848
17849 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
17850
17851         (Imported from Automake.)
17852         * build-aux/gnupload: Update to version 1.1 of directive file.
17853
17854 2006-10-16  Eric Blake  <ebb9@byu.net>
17855
17856         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
17857         match Automake 1.10a.
17858
17859 2006-10-14  Bruno Haible  <bruno@clisp.org>
17860
17861         * modules/sigprocmask: New file.
17862         * lib/sigprocmask.h: New file.
17863         * lib/sigprocmask.c: New file.
17864         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
17865         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
17866         request sigprocmask.o.
17867         (gl_PREREQ_SIGPROCMASK): New macro.
17868         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
17869         (Depends-on): Add sigprocmask.
17870         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
17871         gt_SIGNALBLOCKING. Test for 'raise' only once.
17872         * lib/fatal-signal.c: Include sigprocmask.h.
17873         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
17874         unblock_fatal_signals): Define always.
17875         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17876         sigprocmask.
17877
17878 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17879
17880         Sync from Automake.
17881         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
17882         which incorrectly sets the mode of an existing destination
17883         directory.  In some cases the unpatched install-sh could do the
17884         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
17885         system.  We hope this is rare in practice, but it's clearly worth
17886         fixing.  Problem reported by Alex Unleashed in
17887         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
17888         Also, don't bother to check for -m bugs unless we're using -m;
17889         suggested by Stepan Kasal.
17890
17891 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17892
17893         Sync from Automake.
17894         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
17895         `-c' flag, so they appear at the same position as in %FASTDEP%
17896         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
17897         which ignores unknown options only after the first non-option.
17898         Bug report against M4 by Nelson H. F. Beebe.
17899
17900 2006-10-13  Jim Meyering  <jim@meyering.net>
17901
17902         Fix a bug in yesterday's change.
17903         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
17904         p->fts_statp->st_dev would be used uninitialized.
17905         Ensures that we always call fts_stat on the very first entry.
17906         Miklos Szeredi reported that find -xdev stopped working.
17907
17908 2006-10-12  Bruno Haible  <bruno@clisp.org>
17909
17910         * gnulib-tool (func_get_automake_snippet): Append an automatically
17911         computed EXTRA_DIST augmentation.
17912         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
17913         * modules/alloca-opt (Makefile.am): Likewise.
17914         * modules/allocsa (Makefile.am): Likewise.
17915         * modules/arcfour (Makefile.am): Likewise.
17916         * modules/arctwo (Makefile.am): Likewise.
17917         * modules/argmatch (Makefile.am): Likewise.
17918         * modules/argz (Makefile.am): Likewise.
17919         * modules/atexit (Makefile.am): Likewise.
17920         * modules/backupfile (Makefile.am): Likewise.
17921         * modules/byteswap (Makefile.am): Likewise.
17922         * modules/c-strtod (Makefile.am): Likewise.
17923         * modules/c-strtold (Makefile.am): Likewise.
17924         * modules/calloc (Makefile.am): Likewise.
17925         * modules/canon-host (Makefile.am): Likewise.
17926         * modules/canonicalize (Makefile.am): Likewise.
17927         * modules/chdir-long (Makefile.am): Likewise.
17928         * modules/chdir-safer (Makefile.am): Likewise.
17929         * modules/check-version (Makefile.am): Likewise.
17930         * modules/chown (Makefile.am): Likewise.
17931         * modules/cloexec (Makefile.am): Likewise.
17932         * modules/close-stream (Makefile.am): Likewise.
17933         * modules/closeout (Makefile.am): Likewise.
17934         * modules/crc (Makefile.am): Likewise.
17935         * modules/csharpexec (Makefile.am): Likewise.
17936         * modules/cycle-check (Makefile.am): Likewise.
17937         * modules/des (Makefile.am): Likewise.
17938         * modules/dev-ino (Makefile.am): Likewise.
17939         * modules/dirfd (Makefile.am): Likewise.
17940         * modules/dirname (Makefile.am): Likewise.
17941         * modules/dup2 (Makefile.am): Likewise.
17942         * modules/eealloc (Makefile.am): Likewise.
17943         * modules/error (Makefile.am): Likewise.
17944         * modules/euidaccess (Makefile.am): Likewise.
17945         * modules/exclude (Makefile.am): Likewise.
17946         * modules/exitfail (Makefile.am): Likewise.
17947         * modules/fcntl-safer (Makefile.am): Likewise.
17948         * modules/fcntl (Makefile.am): Likewise.
17949         * modules/file-type (Makefile.am): Likewise.
17950         * modules/fileblocks (Makefile.am): Likewise.
17951         * modules/filemode (Makefile.am): Likewise.
17952         * modules/filenamecat (Makefile.am): Likewise.
17953         * modules/fnmatch (Makefile.am): Likewise.
17954         * modules/fopen-safer (Makefile.am): Likewise.
17955         * modules/fpending (Makefile.am): Likewise.
17956         * modules/fprintftime (Makefile.am): Likewise.
17957         * modules/free (Makefile.am): Likewise.
17958         * modules/fsusage (Makefile.am): Likewise.
17959         * modules/ftruncate (Makefile.am): Likewise.
17960         * modules/fts (Makefile.am): Likewise.
17961         * modules/gc-arcfour (Makefile.am): Likewise.
17962         * modules/gc-des (Makefile.am): Likewise.
17963         * modules/gc-hmac-md5 (Makefile.am): Likewise.
17964         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
17965         * modules/gc-md4 (Makefile.am): Likewise.
17966         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
17967         * modules/gc-sha1 (Makefile.am): Likewise.
17968         * modules/gc (Makefile.am): Likewise.
17969         * modules/getaddrinfo (Makefile.am): Likewise.
17970         * modules/getcwd (Makefile.am): Likewise.
17971         * modules/getdelim (Makefile.am): Likewise.
17972         * modules/getdomainname (Makefile.am): Likewise.
17973         * modules/getgroups (Makefile.am): Likewise.
17974         * modules/gethostname (Makefile.am): Likewise.
17975         * modules/gethrxtime (Makefile.am): Likewise.
17976         * modules/getline (Makefile.am): Likewise.
17977         * modules/getloadavg (Makefile.am): Likewise.
17978         * modules/getlogin_r (Makefile.am): Likewise.
17979         * modules/getndelim2 (Makefile.am): Likewise.
17980         * modules/getopt (Makefile.am): Likewise.
17981         * modules/getpagesize (Makefile.am): Likewise.
17982         * modules/getpass-gnu (Makefile.am): Likewise.
17983         * modules/getpass (Makefile.am): Likewise.
17984         * modules/getsubopt (Makefile.am): Likewise.
17985         * modules/gettime (Makefile.am): Likewise.
17986         * modules/gettimeofday (Makefile.am): Likewise.
17987         * modules/getugroups (Makefile.am): Likewise.
17988         * modules/getusershell (Makefile.am): Likewise.
17989         * modules/glob (Makefile.am): Likewise.
17990         * modules/group-member (Makefile.am): Likewise.
17991         * modules/hard-locale (Makefile.am): Likewise.
17992         * modules/hash (Makefile.am): Likewise.
17993         * modules/hmac-md5 (Makefile.am): Likewise.
17994         * modules/hmac-sha1 (Makefile.am): Likewise.
17995         * modules/human (Makefile.am): Likewise.
17996         * modules/idcache (Makefile.am): Likewise.
17997         * modules/imaxabs (Makefile.am): Likewise.
17998         * modules/imaxdiv (Makefile.am): Likewise.
17999         * modules/inet_ntop (Makefile.am): Likewise.
18000         * modules/inet_pton (Makefile.am): Likewise.
18001         * modules/intprops (Makefile.am): Likewise.
18002         * modules/inttostr (Makefile.am): Likewise.
18003         * modules/inttypes (Makefile.am): Likewise.
18004         * modules/isapipe (Makefile.am): Likewise.
18005         * modules/javaversion (Makefile.am): Likewise.
18006         * modules/lchmod (Makefile.am): Likewise.
18007         * modules/lchown (Makefile.am): Likewise.
18008         * modules/localcharset (Makefile.am): Likewise.
18009         * modules/long-options (Makefile.am): Likewise.
18010         * modules/lstat (Makefile.am): Likewise.
18011         * modules/malloc (Makefile.am): Likewise.
18012         * modules/mathl (Makefile.am): Likewise.
18013         * modules/mbchar (Makefile.am): Likewise.
18014         * modules/md2 (Makefile.am): Likewise.
18015         * modules/md4 (Makefile.am): Likewise.
18016         * modules/md5 (Makefile.am): Likewise.
18017         * modules/memcasecmp (Makefile.am): Likewise.
18018         * modules/memchr (Makefile.am): Likewise.
18019         * modules/memcmp (Makefile.am): Likewise.
18020         * modules/memcoll (Makefile.am): Likewise.
18021         * modules/memcpy (Makefile.am): Likewise.
18022         * modules/memmem (Makefile.am): Likewise.
18023         * modules/memmove (Makefile.am): Likewise.
18024         * modules/mempcpy (Makefile.am): Likewise.
18025         * modules/memrchr (Makefile.am): Likewise.
18026         * modules/memset (Makefile.am): Likewise.
18027         * modules/memxor (Makefile.am): Likewise.
18028         * modules/mkancesdirs (Makefile.am): Likewise.
18029         * modules/mkdir-p (Makefile.am): Likewise.
18030         * modules/mkdir (Makefile.am): Likewise.
18031         * modules/mkdtemp (Makefile.am): Likewise.
18032         * modules/mkstemp (Makefile.am): Likewise.
18033         * modules/mktime (Makefile.am): Likewise.
18034         * modules/modechange (Makefile.am): Likewise.
18035         * modules/mountlist (Makefile.am): Likewise.
18036         * modules/nanosleep (Makefile.am): Likewise.
18037         * modules/obstack (Makefile.am): Likewise.
18038         * modules/openat (Makefile.am): Likewise.
18039         * modules/pagealign_alloc (Makefile.am): Likewise.
18040         * modules/pathmax (Makefile.am): Likewise.
18041         * modules/physmem (Makefile.am): Likewise.
18042         * modules/poll (Makefile.am): Likewise.
18043         * modules/posixtm (Makefile.am): Likewise.
18044         * modules/posixver (Makefile.am): Likewise.
18045         * modules/putenv (Makefile.am): Likewise.
18046         * modules/quote (Makefile.am): Likewise.
18047         * modules/quotearg (Makefile.am): Likewise.
18048         * modules/raise (Makefile.am): Likewise.
18049         * modules/read-file (Makefile.am): Likewise.
18050         * modules/readline (Makefile.am): Likewise.
18051         * modules/readlink (Makefile.am): Likewise.
18052         * modules/readtokens (Makefile.am): Likewise.
18053         * modules/readutmp (Makefile.am): Likewise.
18054         * modules/realloc (Makefile.am): Likewise.
18055         * modules/regex (Makefile.am): Likewise.
18056         * modules/rename-dest-slash (Makefile.am): Likewise.
18057         * modules/rename (Makefile.am): Likewise.
18058         * modules/rijndael (Makefile.am): Likewise.
18059         * modules/rmdir (Makefile.am): Likewise.
18060         * modules/rpmatch (Makefile.am): Likewise.
18061         * modules/safe-read (Makefile.am): Likewise.
18062         * modules/safe-write (Makefile.am): Likewise.
18063         * modules/same-inode (Makefile.am): Likewise.
18064         * modules/same (Makefile.am): Likewise.
18065         * modules/save-cwd (Makefile.am): Likewise.
18066         * modules/savedir (Makefile.am): Likewise.
18067         * modules/setenv (Makefile.am): Likewise.
18068         * modules/settime (Makefile.am): Likewise.
18069         * modules/sha1 (Makefile.am): Likewise.
18070         * modules/sig2str (Makefile.am): Likewise.
18071         * modules/snprintf (Makefile.am): Likewise.
18072         * modules/stat-macros (Makefile.am): Likewise.
18073         * modules/stat-time (Makefile.am): Likewise.
18074         * modules/stdbool (Makefile.am): Likewise.
18075         * modules/stdint (Makefile.am): Likewise.
18076         * modules/stdlib-safer (Makefile.am): Likewise.
18077         * modules/stpcpy (Makefile.am): Likewise.
18078         * modules/stpncpy (Makefile.am): Likewise.
18079         * modules/strcase (Makefile.am): Likewise.
18080         * modules/strcasestr (Makefile.am): Likewise.
18081         * modules/strchrnul (Makefile.am): Likewise.
18082         * modules/strcspn (Makefile.am): Likewise.
18083         * modules/strdup (Makefile.am): Likewise.
18084         * modules/strerror (Makefile.am): Likewise.
18085         * modules/strftime (Makefile.am): Likewise.
18086         * modules/strndup (Makefile.am): Likewise.
18087         * modules/strnlen (Makefile.am): Likewise.
18088         * modules/strpbrk (Makefile.am): Likewise.
18089         * modules/strsep (Makefile.am): Likewise.
18090         * modules/strstr (Makefile.am): Likewise.
18091         * modules/strtod (Makefile.am): Likewise.
18092         * modules/strtoimax (Makefile.am): Likewise.
18093         * modules/strtok_r (Makefile.am): Likewise.
18094         * modules/strtol (Makefile.am): Likewise.
18095         * modules/strtoll (Makefile.am): Likewise.
18096         * modules/strtoul (Makefile.am): Likewise.
18097         * modules/strtoull (Makefile.am): Likewise.
18098         * modules/strtoumax (Makefile.am): Likewise.
18099         * modules/strverscmp (Makefile.am): Likewise.
18100         * modules/sys_socket (Makefile.am): Likewise.
18101         * modules/sys_stat (Makefile.am): Likewise.
18102         * modules/sysexits (Makefile.am): Likewise.
18103         * modules/time_r (Makefile.am): Likewise.
18104         * modules/timegm (Makefile.am): Likewise.
18105         * modules/timespec (Makefile.am): Likewise.
18106         * modules/tmpfile-safer (Makefile.am): Likewise.
18107         * modules/trim (Makefile.am): Likewise.
18108         * modules/unistd-safer (Makefile.am): Likewise.
18109         * modules/unlinkdir (Makefile.am): Likewise.
18110         * modules/unlocked-io (Makefile.am): Likewise.
18111         * modules/userspec (Makefile.am): Likewise.
18112         * modules/utime (Makefile.am): Likewise.
18113         * modules/utimecmp (Makefile.am): Likewise.
18114         * modules/utimens (Makefile.am): Likewise.
18115         * modules/vasnprintf (Makefile.am): Likewise.
18116         * modules/vasprintf (Makefile.am): Likewise.
18117         * modules/vsnprintf (Makefile.am): Likewise.
18118         * modules/xalloc (Makefile.am): Likewise.
18119         * modules/xgetcwd (Makefile.am): Likewise.
18120         * modules/xnanosleep (Makefile.am): Likewise.
18121         * modules/xreadlink (Makefile.am): Likewise.
18122         * modules/xstrtod (Makefile.am): Likewise.
18123         * modules/xstrtol (Makefile.am): Likewise.
18124         * modules/xstrtold (Makefile.am): Likewise.
18125         * modules/yesno (Makefile.am): Likewise.
18126         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
18127
18128 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
18129
18130         * modules/error (Makefile.am): Distribute files through
18131         EXTRA_DIST, not lib_SOURCES.
18132
18133 2006-10-12  Eric Blake  <ebb9@byu.net>
18134
18135         * modules/error (Makefile.am): Distribute files in /lib.
18136         * modules/obstack (Makefile.am): Likewise.
18137
18138 2006-10-12  Bruno Haible  <bruno@clisp.org>
18139
18140         * modules/acl (Makefile.am): Distribute all files in lib/ through
18141         EXTRA_DIST.
18142         * modules/arcfour (Makefile.am): Likewise.
18143         * modules/arctwo (Makefile.am): Likewise.
18144         * modules/argmatch (Makefile.am): Likewise.
18145         * modules/argz (Makefile.am): Likewise.
18146         * modules/atexit (Makefile.am): Likewise.
18147         * modules/backupfile (Makefile.am): Likewise.
18148         * modules/c-strtod (Makefile.am): Likewise.
18149         * modules/c-strtold (Makefile.am): Likewise.
18150         * modules/calloc (Makefile.am): Likewise.
18151         * modules/canon-host (Makefile.am): Likewise.
18152         * modules/canonicalize (Makefile.am): Likewise.
18153         * modules/chdir-long (Makefile.am): Likewise.
18154         * modules/chdir-safer (Makefile.am): Likewise.
18155         * modules/check-version (Makefile.am): Likewise.
18156         * modules/chown (Makefile.am): Likewise.
18157         * modules/cloexec (Makefile.am): Likewise.
18158         * modules/close-stream (Makefile.am): Likewise.
18159         * modules/closeout (Makefile.am): Likewise.
18160         * modules/crc (Makefile.am): Likewise.
18161         * modules/cycle-check (Makefile.am): Likewise.
18162         * modules/des (Makefile.am): Likewise.
18163         * modules/dirfd (Makefile.am): Likewise.
18164         * modules/dirname (Makefile.am): Likewise.
18165         * modules/dup2 (Makefile.am): Likewise.
18166         * modules/euidaccess (Makefile.am): Likewise.
18167         * modules/exclude (Makefile.am): Likewise.
18168         * modules/exitfail (Makefile.am): Likewise.
18169         * modules/fcntl-safer (Makefile.am): Likewise.
18170         * modules/file-type (Makefile.am): Likewise.
18171         * modules/fileblocks (Makefile.am): Likewise.
18172         * modules/filemode (Makefile.am): Likewise.
18173         * modules/filenamecat (Makefile.am): Likewise.
18174         * modules/fnmatch (Makefile.am): Likewise.
18175         * modules/fopen-safer (Makefile.am): Likewise.
18176         * modules/fpending (Makefile.am): Likewise.
18177         * modules/fprintftime (Makefile.am): Likewise.
18178         * modules/free (Makefile.am): Likewise.
18179         * modules/fsusage (Makefile.am): Likewise.
18180         * modules/ftruncate (Makefile.am): Likewise.
18181         * modules/fts (Makefile.am): Likewise.
18182         * modules/gc (Makefile.am): Likewise.
18183         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
18184         * modules/getaddrinfo (Makefile.am): Likewise.
18185         * modules/getcwd (Makefile.am): Likewise.
18186         * modules/getdelim (Makefile.am): Likewise.
18187         * modules/getdomainname (Makefile.am): Likewise.
18188         * modules/getgroups (Makefile.am): Likewise.
18189         * modules/gethostname (Makefile.am): Likewise.
18190         * modules/gethrxtime (Makefile.am): Likewise.
18191         * modules/getline (Makefile.am): Likewise.
18192         * modules/getloadavg (Makefile.am): Likewise.
18193         * modules/getlogin_r (Makefile.am): Likewise.
18194         * modules/getopt (Makefile.am): Likewise.
18195         * modules/getpass (Makefile.am): Likewise.
18196         * modules/getpass-gnu (Makefile.am): Likewise.
18197         * modules/getsubopt (Makefile.am): Likewise.
18198         * modules/gettime (Makefile.am): Likewise.
18199         * modules/gettimeofday (Makefile.am): Likewise.
18200         * modules/getugroups (Makefile.am): Likewise.
18201         * modules/getusershell (Makefile.am): Likewise.
18202         * modules/glob (Makefile.am): Likewise.
18203         * modules/group-member (Makefile.am): Likewise.
18204         * modules/hard-locale (Makefile.am): Likewise.
18205         * modules/hash (Makefile.am): Likewise.
18206         * modules/hmac-md5 (Makefile.am): Likewise.
18207         * modules/hmac-sha1 (Makefile.am): Likewise.
18208         * modules/human (Makefile.am): Likewise.
18209         * modules/idcache (Makefile.am): Likewise.
18210         * modules/imaxabs (Makefile.am): Likewise.
18211         * modules/imaxdiv (Makefile.am): Likewise.
18212         * modules/inet_ntop (Makefile.am): Likewise.
18213         * modules/inet_pton (Makefile.am): Likewise.
18214         * modules/inttostr (Makefile.am): Likewise.
18215         * modules/isapipe (Makefile.am): Likewise.
18216         * modules/lchown (Makefile.am): Likewise.
18217         * modules/long-options (Makefile.am): Likewise.
18218         * modules/lstat (Makefile.am): Likewise.
18219         * modules/malloc (Makefile.am): Likewise.
18220         * modules/mathl (Makefile.am): Likewise.
18221         * modules/mbchar (Makefile.am): Likewise.
18222         * modules/md2 (Makefile.am): Likewise.
18223         * modules/md4 (Makefile.am): Likewise.
18224         * modules/md5 (Makefile.am): Likewise.
18225         * modules/memcasecmp (Makefile.am): Likewise.
18226         * modules/memchr (Makefile.am): Likewise.
18227         * modules/memcmp (Makefile.am): Likewise.
18228         * modules/memcoll (Makefile.am): Likewise.
18229         * modules/memcpy (Makefile.am): Likewise.
18230         * modules/memmem (Makefile.am): Likewise.
18231         * modules/memmove (Makefile.am): Likewise.
18232         * modules/mempcpy (Makefile.am): Likewise.
18233         * modules/memrchr (Makefile.am): Likewise.
18234         * modules/memset (Makefile.am): Likewise.
18235         * modules/memxor (Makefile.am): Likewise.
18236         * modules/mkancesdirs (Makefile.am): Likewise.
18237         * modules/mkdir (Makefile.am): Likewise.
18238         * modules/mkdir-p (Makefile.am): Likewise.
18239         * modules/mkdtemp (Makefile.am): Likewise.
18240         * modules/mkstemp (Makefile.am): Likewise.
18241         * modules/mktime (Makefile.am): Likewise.
18242         * modules/modechange (Makefile.am): Likewise.
18243         * modules/mountlist (Makefile.am): Likewise.
18244         * modules/nanosleep (Makefile.am): Likewise.
18245         * modules/openat (Makefile.am): Likewise.
18246         * modules/pagealign_alloc (Makefile.am): Likewise.
18247         * modules/physmem (Makefile.am): Likewise.
18248         * modules/poll (Makefile.am): Likewise.
18249         * modules/posixtm (Makefile.am): Likewise.
18250         * modules/posixver (Makefile.am): Likewise.
18251         * modules/putenv (Makefile.am): Likewise.
18252         * modules/quote (Makefile.am): Likewise.
18253         * modules/quotearg (Makefile.am): Likewise.
18254         * modules/raise (Makefile.am): Likewise.
18255         * modules/read-file (Makefile.am): Likewise.
18256         * modules/readline (Makefile.am): Likewise.
18257         * modules/readlink (Makefile.am): Likewise.
18258         * modules/readtokens (Makefile.am): Likewise.
18259         * modules/readutmp (Makefile.am): Likewise.
18260         * modules/realloc (Makefile.am): Likewise.
18261         * modules/regex (Makefile.am): Likewise.
18262         * modules/rename (Makefile.am): Likewise.
18263         * modules/rename-dest-slash (Makefile.am): Likewise.
18264         * modules/rijndael (Makefile.am): Likewise.
18265         * modules/rmdir (Makefile.am): Likewise.
18266         * modules/rpmatch (Makefile.am): Likewise.
18267         * modules/safe-read (Makefile.am): Likewise.
18268         * modules/safe-write (Makefile.am): Likewise.
18269         * modules/same (Makefile.am): Likewise.
18270         * modules/save-cwd (Makefile.am): Likewise.
18271         * modules/savedir (Makefile.am): Likewise.
18272         * modules/setenv (Makefile.am): Likewise.
18273         * modules/settime (Makefile.am): Likewise.
18274         * modules/sha1 (Makefile.am): Likewise.
18275         * modules/sig2str (Makefile.am): Likewise.
18276         * modules/snprintf (Makefile.am): Likewise.
18277         * modules/stdlib-safer (Makefile.am): Likewise.
18278         * modules/stpcpy (Makefile.am): Likewise.
18279         * modules/stpncpy (Makefile.am): Likewise.
18280         * modules/strcase (Makefile.am): Likewise.
18281         * modules/strcasestr (Makefile.am): Likewise.
18282         * modules/strchrnul (Makefile.am): Likewise.
18283         * modules/strcspn (Makefile.am): Likewise.
18284         * modules/strdup (Makefile.am): Likewise.
18285         * modules/strerror (Makefile.am): Likewise.
18286         * modules/strftime (Makefile.am): Likewise.
18287         * modules/strndup (Makefile.am): Likewise.
18288         * modules/strnlen (Makefile.am): Likewise.
18289         * modules/strpbrk (Makefile.am): Likewise.
18290         * modules/strsep (Makefile.am): Likewise.
18291         * modules/strstr (Makefile.am): Likewise.
18292         * modules/strtod (Makefile.am): Likewise.
18293         * modules/strtoimax (Makefile.am): Likewise.
18294         * modules/strtok_r (Makefile.am): Likewise.
18295         * modules/strtol (Makefile.am): Likewise.
18296         * modules/strtoll (Makefile.am): Likewise.
18297         * modules/strtoul (Makefile.am): Likewise.
18298         * modules/strtoull (Makefile.am): Likewise.
18299         * modules/strtoumax (Makefile.am): Likewise.
18300         * modules/strverscmp (Makefile.am): Likewise.
18301         * modules/time_r (Makefile.am): Likewise.
18302         * modules/timegm (Makefile.am): Likewise.
18303         * modules/tmpfile-safer (Makefile.am): Likewise.
18304         * modules/unistd-safer (Makefile.am): Likewise.
18305         * modules/unlinkdir (Makefile.am): Likewise.
18306         * modules/userspec (Makefile.am): Likewise.
18307         * modules/utime (Makefile.am): Likewise.
18308         * modules/utimecmp (Makefile.am): Likewise.
18309         * modules/utimens (Makefile.am): Likewise.
18310         * modules/vasnprintf (Makefile.am): Likewise.
18311         * modules/vasprintf (Makefile.am): Likewise.
18312         * modules/vsnprintf (Makefile.am): Likewise.
18313         * modules/xalloc (Makefile.am): Likewise.
18314         * modules/xgetcwd (Makefile.am): Likewise.
18315         * modules/xnanosleep (Makefile.am): Likewise.
18316         * modules/xreadlink (Makefile.am): Likewise.
18317         * modules/xstrtod (Makefile.am): Likewise.
18318         * modules/xstrtol (Makefile.am): Likewise.
18319         * modules/xstrtold (Makefile.am): Likewise.
18320         * modules/yesno (Makefile.am): Likewise.
18321
18322 2006-10-12  Jim Meyering  <jim@meyering.net>
18323
18324         * m4/getloadavg.m4: Revert the change below.
18325
18326         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
18327         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
18328         fail with a symlink, which is what coreutils' ./bootstrap now
18329         creates by default.
18330
18331 2006-10-12  Bruno Haible  <bruno@clisp.org>
18332
18333         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
18334         mingw.
18335         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
18336         MSVC and mingw explicitly.
18337
18338 2006-10-11  Simon Josefsson  <jas@extundo.com>
18339             Bruno Haible  <bruno@clisp.org>
18340
18341         Add support for multiple gnulib-tool invocations in the scope of a
18342         single configure.ac file.
18343         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
18344         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
18345         with the same contents as the _LIBADD variable.
18346         (func_emit_initmacro_start, func_emit_initmacro_end,
18347         func_emit_initmacro_done): New functions.
18348         (func_import, func_create_testdir): Invoke them. Allow the identifiers
18349         gl_LIBOBJS and gl_LTLIBOBJS.
18350
18351 2006-10-11  Bruno Haible  <bruno@clisp.org>
18352
18353         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
18354         (func_create_testdir): Don't create po/Makefile.am, don't invoke
18355         autoreconf. Instead, invoke autopoint explicitly but move back the
18356         *.m4 files from gnulib.
18357
18358 2006-10-11  Bruno Haible  <bruno@clisp.org>
18359
18360         * gnulib-tool (func_usage): Make module names after --create-testdir
18361         optional.
18362         (func_create_testdir): If no module was specified, use nearly all
18363         modules.
18364
18365 2006-10-12  Jim Meyering  <jim@meyering.net>
18366
18367         Big performance improvement for fts-based tools that use FTS_NOSTAT.
18368         Avoid spurious inode-mismatch problems on non-POSIX file systems.
18369         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
18370         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
18371         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
18372         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
18373         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
18374         (fts_set_stat_required): New function.
18375         (fts_open): Defer the calls to fts_stat, if possible or requested.
18376         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
18377         into fts_stat itself.
18378         (fts_read): Perform any required (deferred) fts_stat call.
18379         (fts_build): Likewise, for the directory we're about to open and read.
18380         In the readdir loop, carefully decide whether each entry will require
18381         an eventual call to fts_stat, using dirent.d_type info if available.
18382         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
18383         a command line argument into this function.  Update all callers.
18384         Map a return value of FTS_DOT to FTS_D for a command line argument.
18385         * modules/fts (Depends-on): Add d-type.  Alphabetize.
18386         Thanks to Miklos Szeredi for his tenacity and for the initial
18387         bug report about "find" failing on a FUSE-based file system.
18388
18389         * lib/fts.c (fts_open): Use consistent indentation.
18390
18391 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
18392
18393         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
18394         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
18395         reported by Jim Meyering.  All uses of cache variables renamed
18396         to match Autoconf's.
18397         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
18398         the other one.
18399
18400         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
18401         Fix misspelling in diagnostic.
18402
18403 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
18404
18405         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
18406         defined.  Problem reported by Matthew Woehlke.
18407
18408         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
18409         Add support for Tandem NonStop R series.
18410         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
18411         Use new macro.
18412
18413         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
18414         (has_trailing_slash): Omit size arg; all callers changed.
18415         Omit 'inline', since it doesn't help performance and we'd
18416         need to configure it.
18417         Don't count //, ///, etc. as having a trailing slash.
18418         As a side effect, this removes a C99ism reported by Matthew Woehlke.
18419         (rpl_rename_dest_slash): On failure, use rename's errno rather
18420         than (in some cases) an incorrect or junk errno.
18421         Simplify code by removing need to compute length; this does
18422         cause it to make two passes instead of one over the file name,
18423         but it's worth it.
18424
18425         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
18426         change, since Autoconf's version may no longer be appropriate now
18427         that we are using CVS Autoconf's version.  Add support for Tandem.
18428
18429 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
18430             Bruno Haible  <bruno@clisp.org>
18431
18432         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
18433         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
18434         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
18435         gl_AC_TYPE_LONG_LONG.
18436
18437         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
18438         instead of HAVE_LONG_LONG.
18439         * lib/printf-args.c (printf_fetchargs): Likewise.
18440         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
18441         * lib/vasnprintf.c (VASNPRINTF): Likewise.
18442         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
18443         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
18444         gl_AC_TYPE_LONG_LONG.
18445
18446 2006-10-11  Bruno Haible  <bruno@clisp.org>
18447
18448         * m4/longlong.m4: Add comments.
18449         * m4/ulonglong.m4: Likewise.
18450
18451 2006-10-10  Bruno Haible  <bruno@clisp.org>
18452
18453         Make it possible to #define stpcpy, strdup to aliases.
18454         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
18455         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
18456
18457 2006-10-10  Bruno Haible  <bruno@clisp.org>
18458
18459         Make it possible to #define gcd to an alias.
18460         * lib/gcd.c: Include config.h.
18461
18462 2006-10-10  Bruno Haible  <bruno@clisp.org>
18463
18464         Make it possible to #define c_isascii to an alias.
18465         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
18466         defined. Undefine the macros before defining them, to avoid gcc
18467         warnings.
18468         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
18469         define NO_C_CTYPE_MACROS early.
18470
18471 2006-10-10  Bruno Haible  <bruno@clisp.org>
18472
18473         Make it possible to #define set_program_name to an alias.
18474         * lib/progname.c: Don't undefine set_program_name; instead, undefine
18475         ENABLE_RELOCATABLE early.
18476
18477 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18478
18479         Port to Tandem NSK OSS, which has 64-bit signed int but at most
18480         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
18481         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
18482         More generally, don't assume that 64-bit signed int is available
18483         if unsigned int is, and vice versa.
18484         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
18485         unsigned symbols, not on their signed counterparts.
18486         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
18487         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
18488         (UINT64_C, UINTMAX_C):
18489         Likewise.
18490         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
18491         unsigned counterparts.
18492         (Have_long_long, Unsigned): New macros.
18493         (Int): Renamed from INT.
18494         (strtoimax): Use the new macros.
18495         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
18496         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
18497         * modules/inttypes (inttypes.h): Substitute
18498         HAVE_UNSIGNED_LONG_LONG_INT.
18499         * modules/stdint (stdint.h): Likewise.
18500         (Files): Add m4/ulonglong.m4.
18501
18502 2006-10-10  Bruno Haible  <bruno@clisp.org>
18503
18504         Fix a gcc -Wshadow warning.
18505         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
18506         to 'bucket'.
18507         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
18508         gl_linked_indexof_from_to): Likewise.
18509         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
18510         Likewise.
18511         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
18512         Likewise.
18513         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
18514         Reported by Eric Blake.
18515
18516 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
18517
18518         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
18519         for NetBSD.  Problem reported by Bruno Haible.
18520
18521 2006-10-09  Jim Meyering  <jim@meyering.net>
18522
18523         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
18524         Patch from Bruno Haible.
18525
18526 2006-10-09  Jim Meyering  <jim@meyering.net>
18527
18528         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
18529         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
18530         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
18531
18532 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
18533
18534         Don't include <config.h> twice; this doesn't work in some cases,
18535         e.g., when config.h has "#define intmax_t long long int" and
18536         we include <config.h>, <inttypes.h>, <config.h> in that order.
18537         Problem reported by Matthew Woehlke in:
18538         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
18539         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
18540         * lib/fts-cycle.c: Don't include config.h.
18541         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
18542         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
18543         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
18544         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
18545         inttypes.h.
18546         * lib/xstrtoumax.c: Likewise.
18547         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
18548         __strtol and the like, so that this module is more like its siblings.
18549         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
18550         Remove; no longer needed now that we assume gnulib inttypes.h.
18551
18552 2006-10-08  Bruno Haible  <bruno@clisp.org>
18553
18554         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
18555         option.
18556
18557 2006-10-07  Jim Meyering  <jim@meyering.net>
18558
18559         * modules/inttypes (inttypes.h): Revert what seems to have been
18560         an inadvertent part of today's change: use "|", not "/" in the
18561         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
18562
18563 2006-10-07  Bruno Haible  <bruno@clisp.org>
18564
18565         * modules/sublist: New file.
18566
18567 2006-10-07  Bruno Haible  <bruno@clisp.org>
18568
18569         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
18570         * modules/argz (argz.h): Likewise.
18571         * modules/arpa_inet (arpa/inet.h): Likewise.
18572         * modules/byteswap (byteswap.h): Likewise.
18573         * modules/configmake (configmake.h): Likewise.
18574         * modules/fcntl (fcntl.h): Likewise.
18575         * modules/fnmatch (fnmatch.h): Likewise.
18576         * modules/getopt (getopt.h): Likewise.
18577         * modules/glob (glob.h): Likewise.
18578         * modules/inttypes (inttypes.h): Likewise.
18579         * modules/netinet_in (netinet/in.h): Likewise.
18580         * modules/poll (poll.h): Likewise.
18581         * modules/stdbool (stdbool.h): Likewise.
18582         * modules/stdint (stdint.h): Likewise.
18583         * modules/sys_select (sys/select.h): Likewise.
18584         * modules/sys_socket (sys/socket.h): Likewise.
18585         * modules/sys_stat (sys/stat.h): Likewise.
18586         * modules/sysexits (sysexits.h): Likewise.
18587         * modules/unistd (unistd.h): Likewise.
18588         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18589         Add a "DO NOT EDIT" comment to the generated file.
18590         (func_import): Likewise for gnulib-comp.m4.
18591
18592 2006-10-07  Bruno Haible  <bruno@clisp.org>
18593
18594         * lib/gl_sublist.h: New file.
18595         * lib/gl_sublist.c: New file.
18596
18597 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18598
18599         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
18600         name (relative to the original working directory) and the file
18601         name component (relative to the temporary working directory).  All
18602         callers changed.
18603         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
18604         * lib/mkdir-p.c (make_dir_parents): Likewise.
18605         * lib/mkdir-p.h (make_dir_parents): Likewise.
18606
18607 2006-10-06  Eric Blake  <ebb9@byu.net>
18608
18609         Define several macros for use by the clean-temp module.
18610         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
18611         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
18612         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
18613
18614         * lib/clean-temp.h (close_stream_temp): New declaration.
18615         * lib/clean-temp.c (includes): Pull in headers according to what
18616         other modules are in use.
18617         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
18618
18619 2006-10-06  Bruno Haible  <bruno@clisp.org>
18620
18621         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
18622         instead of fopen, fwriteerror.
18623
18624 2006-10-06  Bruno Haible  <bruno@clisp.org>
18625
18626         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
18627         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
18628         int.
18629         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
18630         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
18631         Return an error indicator.
18632         Suggested by Eric Blake.
18633
18634 2006-10-06  Bruno Haible  <bruno@clisp.org>
18635
18636         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
18637         Reported by Eric Blake.
18638
18639 2006-10-06  Bruno Haible  <bruno@clisp.org>
18640
18641         * modules/closeout (Description): Mention stderr too.
18642
18643 2006-10-06  Bruno Haible  <bruno@clisp.org>
18644         and Paul Eggert  <eggert@cs.ucla.edu>
18645
18646         * lib/closeout.c (close_stdout): Also close stderr.
18647         * lib/closeout.h: Update comment.
18648
18649 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
18650
18651         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
18652         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
18653         * lib/dirchownmod.c: Include lchown.h.
18654         * lib/lchown.c: Don't include files that lchown.h now includes.
18655         Don't declare chown, since lchown.h now does that.
18656         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
18657         (lchown): Define to rpl_chown if lchown is declared but
18658         does not exist.  Declare using a prototype if lchown is not
18659         declared.  Add a copyright notice.
18660         * lib/mkstemp.h: Include <unistd.h>.
18661         * lib/openat.c: Include lchown.h.
18662
18663         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
18664         we now test for that separately.
18665         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
18666         rather than O_NOFOLLOW, when testing whether it's possible to
18667         avoid a race condition reliably.
18668         * lib/savewd.c (savewd_chdir): Likewise.
18669
18670         Remove macros that are no longer needed now that stdint.h is
18671         reliable.
18672         * lib/fsusage.c (UINTMAX_MAX): Remove.
18673         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
18674         * lib/utimecmp.c (SIZE_MAX): Remove.
18675
18676         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
18677
18678         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
18679         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
18680         O_NOATIME works.
18681
18682 2006-10-05  Bruno Haible  <bruno@clisp.org>
18683
18684         * lib/gl_list.h (gl_sortedlist_search_from_to,
18685         gl_sortedlist_indexof_from_to): New declarations.
18686         (gl_list_implementation): New fields sortedlist_search_from_to,
18687         sortedlist_indexof_from_to.
18688         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
18689         inline functions.
18690         * lib/gl_list.c (gl_sortedlist_search_from_to,
18691         gl_sortedlist_indexof_from_to): New functions.
18692         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
18693         function.
18694         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
18695         (gl_array_sortedlist_search_from_to): New function.
18696         (gl_array_list_implementation): Update.
18697         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
18698         function.
18699         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
18700         (gl_carray_sortedlist_search_from_to): New function.
18701         (gl_carray_list_implementation): Update.
18702         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
18703         gl_linked_sortedlist_indexof_from_to): New functions.
18704         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
18705         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
18706         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
18707         gl_tree_sortedlist_indexof_from_to): New functions.
18708         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
18709         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
18710         Update.
18711         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
18712         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
18713         Update.
18714
18715 2006-10-05  Bruno Haible  <bruno@clisp.org>
18716
18717         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
18718         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
18719         (struct gl_list_implementation): Add fields search_from_to,
18720         indexof_from_to. Remove fields search, indexof.
18721         (gl_list_search): Use the search_from_to method.
18722         (gl_list_search_from, gl_list_search_from_to): New functions.
18723         (gl_list_indexof): Use the indexof_from_to method.
18724         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
18725         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
18726         (gl_list_search_from, gl_list_search_from_to): New functions.
18727         (gl_list_indexof): Use the indexof_from_to method.
18728         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
18729         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
18730         gl_array_indexof. Add start_index, end_index arguments.
18731         (gl_array_search_from_to): Renamed from gl_array_search. Add
18732         start_index, end_index arguments.
18733         (gl_array_remove, gl_array_list_implementation): Update.
18734         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
18735         gl_carray_indexof. Add start_index, end_index arguments.
18736         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
18737         start_index, end_index arguments.
18738         (gl_carray_remove, gl_carray_list_implementation): Update.
18739         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
18740         gl_linked_search. Add start_index, end_index arguments.
18741         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
18742         start_index, end_index arguments.
18743         (gl_linked_remove): Update.
18744         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
18745         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
18746         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
18747         field to 'size_t'.
18748         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
18749         gl_tree_search. Add start_index, end_index arguments.
18750         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
18751         start_index, end_index arguments.
18752         (gl_tree_remove): Update.
18753         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
18754         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
18755         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
18756         function.
18757         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
18758         gl_tree_search. Add start_index, end_index arguments.
18759         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
18760         start_index, end_index arguments.
18761         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
18762         Update.
18763         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
18764
18765 2006-10-05  Bruno Haible  <bruno@clisp.org>
18766
18767         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
18768
18769         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
18770         fwriteerror_temp): New declarations.
18771         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
18772         (descriptors): New variable.
18773         (cleanup): First, close the descriptors.
18774         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
18775         fclose_temp, fwriteerror_temp): New functions.
18776
18777 2006-10-04  Jim Meyering  <jim@meyering.net>
18778
18779         * lib/fts.c (fts_open): Tiny comment change.
18780
18781 2006-10-04  Bruno Haible  <bruno@clisp.org>
18782
18783         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
18784         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
18785         gl_LOCK_BODY.
18786         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
18787         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
18788         gl_LOCK_EARLY_BODY.
18789         (gl_LOCK): Require gl_LOCK_BODY.
18790
18791 2006-10-04  Bruno Haible  <bruno@clisp.org>
18792
18793         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
18794         (gl_oset_search_atleast): New declaration.
18795         (struct gl_oset_implementation): Add field 'search_atleast'.
18796         (gl_oset_search_atleast): New inline function.
18797         * lib/gl_oset.c (gl_oset_search_atleast): New function.
18798         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
18799         (gl_array_oset_implementation): Update.
18800         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
18801         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
18802         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
18803
18804 2006-10-04  Bruno Haible  <bruno@clisp.org>
18805
18806         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
18807
18808 2006-10-03  Bruno Haible  <bruno@clisp.org>
18809
18810         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
18811         from gl_avltreehash_list_implementation.
18812
18813 2006-10-03  Bruno Haible  <bruno@clisp.org>
18814
18815         * lib/gl_oset.c (gl_oset_add): Fix return type.
18816
18817 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
18818
18819         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
18820
18821 2006-10-02  Eric Blake  <ebb9@byu.net>
18822
18823         * modules/strnlen (Depends-on): Add extensions.
18824
18825 2006-10-02  Eric Blake  <ebb9@byu.net>
18826
18827         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
18828         definition in 2.60+.
18829
18830 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
18831
18832         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
18833         checks.
18834
18835 2006-10-02  Bruno Haible  <bruno@clisp.org>
18836
18837         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
18838         to the AUTOMAKE_OPTIONS.
18839         Reported by Jim Meyering.
18840
18841 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
18842
18843         Work around bug in Solaris 10 /proc file system:
18844         /proc/self/fd/NNN/.. isn't the parent directory of
18845         the directory whose file descriptor is NNN.  This needs to
18846         be worked around at run time, not compile time, since a
18847         program might be built on Solaris 8, where things work, and
18848         run on Solaris 10.
18849         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
18850         to use the following interface instead:
18851         (OPENAT_BUFFER_SIZE): New macro.
18852         (openat_proc_name): New function.
18853         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
18854         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
18855         Likewise.
18856         * lib/openat-proc.c: New file.
18857         * modules/openat (Files): Add lib/openat-proc.c.
18858         (Depends-on): Add same-inode, stdbool.
18859         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
18860
18861 2006-09-29  Bruno Haible  <bruno@clisp.org>
18862
18863         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
18864         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
18865         argument. Set stdout_closed before testing for ferror, not after.
18866         (fwriteerror, fwriteerror_no_ebadf): New functions.
18867
18868 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18869
18870         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
18871
18872 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
18873
18874         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
18875         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
18876
18877 2006-09-28  Jim Meyering  <jim@meyering.net>
18878
18879         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
18880         Include <unistd.h>.
18881
18882 2006-09-28  Bruno Haible  <bruno@clisp.org>
18883
18884         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
18885         * modules/linkedhash-list (Depends-on): Likewise.
18886         * modules/rbtreehash-list (Depends-on): Likewise.
18887
18888 2006-09-28  Bruno Haible  <bruno@clisp.org>
18889
18890         * lib/strndup.h: Simplify the redefinition of strndup.
18891         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
18892         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
18893
18894 2006-09-28  Bruno Haible  <bruno@clisp.org>
18895
18896         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
18897         * lib/gl_linkedhash_list.c: Likewise.
18898         * lib/gl_rbtreehash_list.c: Likewise.
18899
18900 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
18901
18902         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
18903         getaddrinfo.
18904
18905         * lib/__fpending.h: Don't include <stdio_ext.h> unless
18906         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
18907         it causes <stdio_ext.h> to cause a compile-time error.
18908         Problem reported by Nelson H. F. Beebe.
18909         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
18910         of HAVE_DECL___PENDING.
18911
18912         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
18913         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
18914         declaration.
18915
18916 2006-09-27  Jim Meyering  <jim@meyering.net>
18917
18918         This file could end up with a definition for a function
18919         named __strndup, rather than rpl_strndup on a system with
18920         incomplete weak_alias support.
18921         * lib/strndup.c (strndup): Rename from __strndup.
18922         Remove #defines that used to map __strndup to strndup.
18923         Don't use K&R prototypes.
18924         Remove LIBC-related code, since this file is not sync'd with glibc.
18925         * lib/strndup.h: Revamp, accordingly.
18926         * m4/strndup.m4: Modernize.
18927
18928 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
18929
18930         * modules/savewd (Depends-on): Add 'raise'.
18931         * lib/savewd.c: Include <signal.h>, for 'raise'.
18932
18933 2006-09-26  Jim Meyering  <jim@meyering.net>
18934
18935         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
18936         when we detect Darwin 8.7.0's acl_get_file bug.
18937         Rearrange to perform the new (below) run-test while $LIBS
18938         contains any acl-related library.  Set USE_ACL at the end.
18939         (gl_ACL_GET_FILE): New function.
18940
18941 2006-09-26  Eric Blake  <ebb9@byu.net>
18942
18943         * lib/verror.c: Include <config.h> unconditionally.
18944
18945 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
18946
18947         * modules/clock-time (Maintainer): Add self.
18948         * modules/getlogin_r (Depends-on): Add extensions.
18949
18950 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18951
18952         * modules/clock-time: New module.
18953         * modules/nanosleep (Depends-on): Add clock-time.
18954         * modules/gethrxtime (Depends-on): Likewise.
18955         * modules/gettime (Depends-on): Likewise.
18956         * modules/settime (Depends-on): Likewise.
18957
18958         * modules/fts-lgpl: Depend on openat.
18959         * modules/mkancesdirs: Depend on savewd.
18960         * modules/mkdir-p: Likewise.
18961
18962 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18963
18964         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
18965
18966         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
18967         `gl_have_arbitrary_file_name_length_limit' to
18968         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
18969         actually works between configure runs.
18970
18971 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18972             Bruno Haible  <bruno@clisp.org>
18973
18974         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
18975
18976 2006-09-25  Jim Meyering  <jim@meyering.net>
18977
18978         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
18979         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
18980
18981 2006-09-25  Eric Blake  <ebb9@byu.net>
18982
18983         * gnulib-tool (func_import, func_create_testdir): Fix typos in
18984         exec's in 2006-09-18 patch when shuffling fds.
18985
18986 2006-09-25  Bruno Haible  <bruno@clisp.org>
18987
18988         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
18989         Reported by Jim Meyering.
18990
18991 2006-09-24  Jim Meyering  <jim@meyering.net>
18992
18993         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
18994         compare a pointer against a literal "0".  That caused failures with
18995         at least HP-UX's hpcc.
18996
18997 2006-09-22  Simon Josefsson  <jas@extundo.com>
18998
18999         * modules/gc-sha1:
19000         * modules/gc-md4:
19001         * modules/gc-hmac-sha1:
19002         * modules/gc-hmac-md5:
19003         * modules/gc-des:
19004         * modules/gc-arcfour: Distribute more files.
19005
19006 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19007
19008         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
19009         (gl_linked_iterator_from_to): Initialize struct completely.
19010         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
19011         (gl_tree_iterator_from_to): Likewise
19012         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
19013         * lib/gl_array_list.c [lint] (gl_array_iterator)
19014         (gl_array_iterator_from_to): Likewise.
19015         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
19016         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
19017         (gl_carray_iterator_from_to): Likewise.
19018
19019         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
19020         * lib/md4.c (md4_process_block): Remove unused variable.
19021         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
19022         parentheses for clarity.
19023
19024 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19025
19026         * modules/bison-i18n (Depends-on): Add gettext.
19027
19028 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19029
19030         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
19031         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
19032         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
19033         also add missing comma that caused broken test.
19034         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
19035         stdlib.h, for `abort'.
19036         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
19037         variables.
19038         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
19039         include unistd.h if present, for `rmdir'.
19040         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
19041         variables.
19042         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
19043         in the process include standard headers for prototypes.
19044         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
19045         gets declared on GNU/Linux.
19046         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
19047         unistd.h, for `rmdir'.
19048         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
19049
19050         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
19051         always true.
19052         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
19053
19054         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
19055
19056 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19057
19058         * gnulib-tool (func_version): Create output all at once.  This
19059         may help avoid triggering unnecessary SIGPIPEs, and at any
19060         rate it doesn't hurt.
19061
19062 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19063             Bruno Haible  <bruno@clisp.org>
19064
19065         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
19066         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19067         * m4/signed.m4 (bh_C_SIGNED): Likewise.
19068
19069         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
19070         (gl_FUNC_VASPRINTF): Invoke it.
19071
19072 2006-09-22  Bruno Haible  <bruno@clisp.org>
19073
19074         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
19075         getloadavg.c as first argument.
19076
19077 2006-09-22  Bruno Haible  <bruno@clisp.org>
19078
19079         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
19080         at the beginning of the gl_INIT macro.
19081         * modules/getloadavg (configure.ac): Pass $gl_source_base to
19082         gl_GETLOADAVG.
19083
19084 2006-09-22  Bruno Haible  <bruno@clisp.org>
19085
19086         * gnulib-tool (func_create_megatestdir): Don't include the config-h
19087         module.
19088         Suggested by Ralf Wildenhues.
19089
19090 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19091
19092         Import this patch from libc:
19093
19094         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
19095
19096         * lib/regex_internal.c (re_string_reconstruct): Handle
19097         offset < pstr->valid_raw_len && pstr->offsets_needed case.
19098         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
19099         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
19100         re_string_context_at.
19101
19102         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
19103         now requires it.
19104         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
19105         gl_REGEX now does it for us.
19106         (gl_REGEX): Add test taken from
19107         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
19108
19109         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
19110         Check that large offsets work.  Modernize Autoconf usages.
19111         Prefer "yes" to mean a good thing rather than a bad.
19112         Don't put "#define mkstemp" in config.h, as this might interfere
19113         with standard system headers that "#define mkstemp mkstemp64".
19114
19115         * modules/mkstemp (Depends-on): Add extensions, so that
19116         mkstemp is visible on some platforms.
19117         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
19118         (Include): Change to "mkstemp.h" from <stdlib.h>.
19119         (Files): Add mkstemp.h.
19120
19121         * lib/mkstemp.h: New file, since some standard headers
19122         #define mkstemp.
19123         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
19124         Include "mkstemp.h".
19125         Make the _LIBC code resemble glibc original more,
19126         e.g., use K&R style.
19127         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
19128         (mkstemp): Remove, since mkstemp.h does this for us.
19129         * lib/stdlib--.h: Include mkstemp.h.
19130
19131         Import this patch from libc:
19132
19133         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
19134
19135         * lib/tempname.c (__gen_tempname): Change attempts_min
19136         into a macro.  Use preprocessor to decide how to initialize
19137         attempts [Coverity CID 67].
19138
19139 2006-09-20  Bruno Haible  <bruno@clisp.org>
19140
19141         * lib/mkdtemp.c: Import from libc.
19142         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
19143                 * sysdeps/posix/tempname.c (__gen_tempname): Change
19144                 attempts_min into a macro.  Use preprocessor to decide how to
19145                 initialize attempts [Coverity CID 67].
19146         2001-11-27  Paul Eggert  <eggert@twinsun.com>
19147                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
19148                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
19149
19150 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19151
19152         * gnulib-tool (func_exit): New function, to allow to pass the
19153         exit status portably through the trap.  Use everywhere.
19154         (--help, --version): Signal a write error.
19155         (trap): catch SIGPIPE, for write errors.
19156         Exit at the end of the trap, with the correct exit status.
19157
19158 2006-09-19  Karl Berry  <karl@gnu.org>
19159
19160         * doc/gnulib.texi: note about the license texinfo files.
19161
19162 2006-09-19  Eric Blake  <ebb9@byu.net>
19163
19164         * gnulib-tool: Avoid space-tab.
19165
19166 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
19167
19168         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
19169         that prevented coreutils 6.1 from building.  Problem reported
19170         by Petter Reinholdtsen.
19171
19172 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
19173
19174         * gnulib-tool (avoidlist): Fix typo that broke options like
19175         --avoid=lock that are used by coreutils bootstrap.
19176
19177 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
19178
19179         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
19180         more systematically.
19181
19182 2006-09-18  Jim Meyering  <jim@meyering.net>
19183
19184         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
19185
19186 2006-09-18  Bruno Haible  <bruno@clisp.org>
19187
19188         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
19189
19190 2006-09-18  Bruno Haible  <bruno@clisp.org>
19191
19192         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
19193         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
19194         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
19195         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
19196         * m4/gettext.m4: Require autoconf >= 2.52.
19197         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
19198         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
19199         of gl_cv_header_inttypes_h.
19200
19201 2006-09-18  Bruno Haible  <bruno@clisp.org>
19202
19203         * lib/javaversion.c: Include configmake.h.
19204
19205 2006-09-18  Bruno Haible  <bruno@clisp.org>
19206
19207         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
19208         avoid that the while loops be executed in a subshell.
19209
19210 2006-09-18  Bruno Haible  <bruno@clisp.org>
19211
19212         * MODULES.html.sh (func_module): Break long lines.
19213         Suggested by Bruce Korb <bkorb@gnu.org>.
19214
19215 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19216
19217         Speed up by a factor of 1.12.
19218         * gnulib-tool (nl): New variable.
19219         (func_import): Rewrite include directive extraction to only read each
19220         directive once.
19221
19222 2006-09-17  Bruno Haible  <bruno@clisp.org>
19223
19224         * modules/javaversion (Makefile.am): Remove DEFS setting.
19225         (Depends-on): Add configmake, for PKGDATADIR definition.
19226
19227 2006-09-17  Bruno Haible  <bruno@clisp.org>
19228
19229         * gnulib-tool (func_create_testdir): Rewrite all files at once.
19230
19231 2006-09-17  Bruno Haible  <bruno@clisp.org>
19232
19233         * gnulib-tool (func_append): New function, stolen from libtool.m4.
19234         (func_modules_transitive_closure, func_modules_add_dummy,
19235         func_modules_to_filelist, func_import, func_create_testdir,
19236         func_create_megatestdir, ...): Use it wherever possible.
19237         Suggested by Ralf Wildenhues.
19238
19239 2006-09-16  Karl Berry  <karl@gnu.org>
19240
19241         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
19242         to avoid sectioning errors.
19243         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
19244         [ifinfo]: blank line after @center-ed titles.
19245         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
19246         Spell FSF address consistently with others.
19247         (These changes approved by rms.)
19248
19249 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19250
19251         Speed up by a factor of 1.61.
19252         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
19253         already checked module names again.
19254
19255 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19256
19257         Speed up by a factor of 1.13.
19258         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
19259         for new_files, and the input to func_add_or_update.
19260
19261 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19262
19263         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
19264         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
19265
19266 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19267
19268         * modules/mkancesdirs (Depends-on): Add fcntl.
19269         * modules/savewd: New file.
19270         * MODULES.html.sh (File system functions): Add savewd.
19271
19272         * modules/configmake (Makefile.am): Add support for the
19273         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
19274
19275 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19276
19277         * m4/savewd.m4: New file.
19278
19279 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19280
19281         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
19282         (dirchownmod): New arg FD.  All callers changed.
19283         Use FD rather than opening the directory ourself, as opening is
19284         now the caller's responsibility.
19285         * lib/dirchownmod.h: Likewise.
19286         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
19287         hosts that require <sys/types.h> before <sys/stat.h>.  Include
19288         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
19289         (test_dir): Remove.
19290         (mkancesdirs): Return length of prefix of FILE that has already
19291         been made, or -2 if there is a child doing the work.  Redo
19292         algorithm so that it is O(N) rather than O(N**2).  Optimize away
19293         ".", and treat ".." specially since it might stray back into
19294         already-created areas.  Use a subprocess if necessary.  New arg
19295         WD; all users changed.  MAKE_DIR function should now return 1
19296         if it creates a directory that is not readable.  Return -2 if
19297         a child process is spun off.
19298         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
19299         Adjust signature to match code.
19300         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
19301         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
19302         all users changed.
19303         * lib/savewd.c, lib/savewd.h: New files.
19304
19305 2006-09-15  Jim Meyering  <jim@meyering.net>
19306
19307         * modules/rename-dest-slash: New module.
19308         * MODULES.html.sh (posix_compat): Add it here.
19309
19310         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
19311
19312 2006-09-15  Jim Meyering  <jim@meyering.net>
19313
19314         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
19315         file.
19316
19317         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
19318
19319 2006-09-15  Jim Meyering  <jim@meyering.net>
19320
19321         * lib/rename-dest-slash.c (has_trailing_slash): Use
19322         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
19323         (rpl_rename_dest_slash): Perform the cheaper trailing slash
19324         test before testing whether SRC is a directory.
19325         Suggestions from Bruno Haible.
19326
19327         Avoid a warning about an unused variable.
19328         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
19329         into the #ifdef block where it's used.
19330
19331         * lib/rename-dest-slash.c: New file.
19332
19333 2006-09-14  Bruno Haible  <bruno@clisp.org>
19334
19335         * lib/allocsa.c: Include <config.h> unconditionally.
19336         * lib/asnprintf.c: Likewise.
19337         * lib/asprintf.c: Likewise.
19338         * lib/c-strcasecmp.c: Likewise.
19339         * lib/c-strcasestr.c: Likewise.
19340         * lib/c-strncasecmp.c: Likewise.
19341         * lib/c-strstr.c: Likewise.
19342         * lib/classpath.c: Likewise.
19343         * lib/clean-temp.c: Likewise.
19344         * lib/concatpath.c: Likewise.
19345         * lib/copy-file.c: Likewise.
19346         * lib/csharpcomp.c: Likewise.
19347         * lib/csharpexec.c: Likewise.
19348         * lib/execute.c: Likewise.
19349         * lib/fatal-signal.c: Likewise.
19350         * lib/findprog.c: Likewise.
19351         * lib/fwriteerror.c: Likewise.
19352         * lib/gl_array_list.c: Likewise.
19353         * lib/gl_array_oset.c: Likewise.
19354         * lib/gl_avltree_list.c: Likewise.
19355         * lib/gl_avltree_oset.c: Likewise.
19356         * lib/gl_avltreehash_list.c: Likewise.
19357         * lib/gl_carray_list.c: Likewise.
19358         * lib/gl_linked_list.c: Likewise.
19359         * lib/gl_linkedhash_list.c: Likewise.
19360         * lib/gl_list.c: Likewise.
19361         * lib/gl_oset.c: Likewise.
19362         * lib/gl_rbtree_list.c: Likewise.
19363         * lib/gl_rbtree_oset.c: Likewise.
19364         * lib/gl_rbtreehash_list.c: Likewise.
19365         * lib/imaxabs.c: Likewise.
19366         * lib/imaxdiv.c: Likewise.
19367         * lib/javacomp.c: Likewise.
19368         * lib/javaexec.c: Likewise.
19369         * lib/javaversion.c: Likewise.
19370         * lib/linebreak.c: Likewise.
19371         * lib/localcharset.c: Likewise.
19372         * lib/lock.c: Likewise.
19373         * lib/mbchar.c: Likewise.
19374         * lib/mbswidth.c: Likewise.
19375         * lib/mkdtemp.c: Likewise.
19376         * lib/pipe.c: Likewise.
19377         * lib/printf-args.c: Likewise.
19378         * lib/printf-parse.c: Likewise.
19379         * lib/progname.c: Likewise.
19380         * lib/progreloc.c: Likewise.
19381         * lib/readlink.c: Likewise.
19382         * lib/sh-quote.c: Likewise.
19383         * lib/stpcpy.c: Likewise.
19384         * lib/stpncpy.c: Likewise.
19385         * lib/strcasecmp.c: Likewise.
19386         * lib/strcasestr.c: Likewise.
19387         * lib/strcspn.c: Likewise.
19388         * lib/striconv.c: Likewise.
19389         * lib/strncasecmp.c: Likewise.
19390         * lib/strnlen1.c: Likewise.
19391         * lib/strstr.c: Likewise.
19392         * lib/strtok_r.c: Likewise.
19393         * lib/tls.c: Likewise.
19394         * lib/tmpdir.c: Likewise.
19395         * lib/unicodeio.c: Likewise.
19396         * lib/unsetenv.c: Likewise.
19397         * lib/vasnprintf.c: Likewise.
19398         * lib/vasprintf.c: Likewise.
19399         * lib/wait-process.c: Likewise.
19400         * lib/xallocsa.c: Likewise.
19401         * lib/xsetenv.c: Likewise.
19402         * lib/xstriconv.c: Likewise.
19403
19404 2006-09-13  Simon Josefsson  <jas@extundo.com>
19405
19406         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
19407         that internally, suggested by Ralf Wildenhues
19408         <Ralf.Wildenhues@gmx.de>.
19409
19410 2006-09-13  Simon Josefsson  <jas@extundo.com>
19411
19412         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
19413         @LIBOBJS@.
19414         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19415
19416 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19417
19418         * lib/_fpending.c: Include <config.h> unconditionally, since we no
19419         longer worry about uses that don't define HAVE_CONFIG_H.
19420         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
19421         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
19422         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
19423         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
19424         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
19425         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
19426         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
19427         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
19428         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
19429         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
19430         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
19431         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
19432         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
19433         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
19434         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
19435         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
19436         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
19437         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
19438         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
19439         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
19440         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
19441         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
19442         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
19443         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
19444         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
19445         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
19446         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
19447         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
19448         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
19449         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
19450         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
19451         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
19452         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
19453         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
19454         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
19455         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
19456         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
19457         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
19458         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
19459         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
19460         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
19461         Likewise.
19462
19463 2006-09-13  Eric Blake  <ebb9@byu.net>
19464
19465         * lib/getopt.c: Fix typo in last commit.
19466
19467 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
19468
19469         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
19470         dgettext.
19471
19472 2006-09-12  Jim Meyering  <jim@meyering.net>
19473
19474         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
19475         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
19476         Reported by Nelson H. F. Beebe.
19477
19478 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
19479
19480         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
19481         program_invocation_name and program_invocation_short_name are
19482         initialized.
19483         * lib/argp-namefrob.h: Move declarations of program_invocation_name
19484         and program_invocation_short_name to argp.h, so they are visible
19485         to user programs.
19486         * lib/argp.h: Likewise
19487
19488 2006-09-10  Bruno Haible  <bruno@clisp.org>
19489
19490         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
19491         m4/inttypes_h.m4, m4/uintmax_t.m4.
19492
19493 2006-09-10  Bruno Haible  <bruno@clisp.org>
19494
19495         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
19496         gl_AC_TYPE_UINTMAX_T.
19497
19498 2006-09-10  Bruno Haible  <bruno@clisp.org>
19499
19500         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
19501
19502 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19503
19504         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
19505         convention.  Text proposed by Bruno Haible.
19506         (struct argp_option): Document the use of N_() wrappers.
19507
19508         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
19509         '\v', and translate the two parts separately, instead of feeding
19510         the whole string to gettext.  This allows to exclude
19511         '\v' from the strings visible to the translator by writing doc
19512         strings as N_("..") "\v" N_("..").
19513
19514 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
19515
19516         * config/srclist.txt: Undo latest change; the bug was fixed.
19517
19518 2006-09-09  Bruno Haible  <bruno@clisp.org>
19519
19520         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
19521         assignments if building a library without libtool.
19522         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
19523         in func_emit_lib_Makefile_am.
19524         (func_import): When building a static library libfoo.a, arrange to
19525         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
19526         (func_create_testdir): Likewise.
19527         * modules/gc (configure.ac, Makefile.am): If building statically,
19528         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
19529         * modules/iconvme (configure.ac, Makefile.am): Likewise.
19530         * modules/striconv (configure.ac, Makefile.am): Likewise.
19531         Based on a suggestion by Ralf Wildenhues.
19532
19533 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19534
19535         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
19536         Check for unistd.h too, since Autoconf doesn't assume POSIX.
19537         Also:
19538
19539         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19540         Add year_2050_test to catch glibc bug 2821
19541         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
19542
19543         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19544         Prefer #ifdef to #if.
19545
19546         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
19547         Return from 'main' instead of calling 'exit'.
19548
19549 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19550
19551         * lib/mktime.c (guess_time_tm): Fix bug where mktime
19552         returned the maximum time_t value rather than (time_t) -1.
19553         Problem originally reported by William Bardwell
19554         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
19555
19556         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
19557         Moved to here ...
19558         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
19559         ... from here.
19560
19561 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19562
19563         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
19564         2821 is fixed.
19565
19566 2006-09-08  Jim Meyering  <jim@meyering.net>
19567
19568         Don't make generated files read-only.  That would bother too many
19569         people.  However, do retain the ability to work when targets are
19570         read-only: remove the destination and temporary files before writing
19571         them (when generated via sed or echo), or by using the -f option for
19572         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
19573         * modules/alloca-opt, modules/argz, modules/arpa_inet:
19574         * modules/byteswap, modules/configmake, modules/fcntl:
19575         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
19576         * modules/localcharset, modules/netinet_in, modules/poll:
19577         * modules/stdbool, modules/stdint, modules/sys_select:
19578         * modules/sys_socket, modules/sys_stat, modules/sysexits:
19579
19580 2006-09-08  Jim Meyering  <jim@meyering.net>
19581
19582         Avoid new build failure on FreeBSD 6.0.
19583         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
19584         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
19585         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
19586
19587 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19588
19589         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
19590
19591 2006-09-07  Jim Meyering  <jim@meyering.net>
19592
19593         Fix global typo in last change: use chmod u-w, not chmod u-x.
19594         Spotted by Paul Eggert and Bruce Korb.
19595         * modules/alloca-opt, modules/argz, modules/arpa_inet:
19596         * modules/byteswap, modules/configmake, modules/fcntl:
19597         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
19598         * modules/localcharset, modules/netinet_in, modules/poll:
19599         * modules/stdbool, modules/stdint, modules/sys_select:
19600         * modules/sys_socket, modules/sys_stat, modules/sysexits:
19601
19602 2006-09-06  Jim Meyering  <jim@meyering.net>
19603
19604         Make generated files be read-only.
19605         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
19606         Ensure that each generated file is now read-only.
19607         * modules/argz: Likewise.
19608         * modules/arpa_inet: Likewise.
19609         * modules/byteswap: Likewise.
19610         * modules/configmake: Likewise.
19611         * modules/fcntl: Likewise.
19612         * modules/fnmatch: Likewise.
19613         * modules/getopt: Likewise.
19614         * modules/glob: Likewise.
19615         * modules/inttypes: Likewise.
19616         * modules/netinet_in: Likewise.
19617         * modules/poll: Likewise.
19618         * modules/stdbool: Likewise.
19619         * modules/stdint: Likewise.
19620         * modules/sys_select: Likewise.
19621         * modules/sys_socket: Likewise.
19622         * modules/sys_stat: Likewise.
19623         * modules/sysexits: Likewise.
19624         * modules/localcharset: Same as above, but continue using temporary
19625         file named "t-$@" (why different?) rather than the "$@-t" used
19626         everywhere else.
19627
19628         * modules/sysexits (Makefile.am): Replace literal occurrences
19629         of "sysexit.h" more readable, and more consistent, "$@".
19630
19631 2006-09-06  Bruno Haible  <bruno@clisp.org>
19632
19633         * modules/striconv: New file.
19634         * modules/xstriconv: New file.
19635         * MODULES.html.sh (Internationalization functions): Add striconv,
19636         xstriconv.
19637
19638 2006-09-06  Bruno Haible  <bruno@clisp.org>
19639
19640         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
19641         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
19642         not using libtool correctly.
19643
19644 2006-09-06  Bruno Haible  <bruno@clisp.org>
19645
19646         * lib/striconv.h: New file.
19647         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
19648         iconvstring.c.
19649         * lib/xstriconv.h: New file.
19650         * lib/xstriconv.c: New file.
19651
19652 2006-09-06  Bruno Haible  <bruno@clisp.org>
19653
19654         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19655         lib_..._LDFLAGS.
19656
19657 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19658
19659         * lib/argz_.h: Sync from Libtool.
19660
19661         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
19662                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19663
19664         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
19665
19666 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
19667
19668         * modules/trim: New file.
19669
19670 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
19671
19672         * lib/trim.h: New file.
19673         * lib/trim.c: New file.
19674
19675 2006-09-05  Bruno Haible  <bruno@clisp.org>
19676
19677         * MODULES.html.sh (String handling): Add trim.
19678
19679 2006-09-04  Karl Berry  <karl@gnu.org>
19680
19681         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
19682         until next release.
19683
19684 2006-09-03  Bruno Haible  <bruno@clisp.org>
19685
19686         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
19687         correctly.
19688
19689 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19690
19691         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
19692         not gl_GETLOADAVG.  Omit unneeded semicolons.
19693         Problems reported by Ralf Wildenhues in
19694         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
19695         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
19696         at the end, which is the usual gnulib style.
19697
19698         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
19699         of doing all the work ourselves.
19700         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
19701         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
19702
19703 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19704
19705         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
19706         Problem reported by Ralf Wildenhues in
19707         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
19708
19709         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
19710         HAVE_STRUCT_STATFS_F_FSTYPENAME.
19711
19712 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19713
19714         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
19715         yesterday's patch by changing test -n to test -z.
19716
19717 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19718
19719         * modules/getloadavg (Files): Add m4/getloadavg.m4.
19720         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
19721         the former is now obsolescent.
19722
19723         * modules/chdir-long (Depends-on): Add fcntl.
19724
19725 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19726
19727         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
19728         obsolescent, and programs should use gnulib instead.
19729         * m4/getloadavg.m4: New file, with contents taken from Autoconf
19730         but with prefixes changed.
19731
19732 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19733
19734         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
19735         or stdbool.h, because they might not exist while configuring.
19736
19737         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
19738         Don't include unistd.h or limits.h; not needed, since chdir-long.h
19739         does that for us.
19740         (O_DIRECTORY): Remove.
19741
19742 2006-08-31  Eric Blake  <ebb9@byu.net>
19743
19744         * gnulib-tool: Don't let emacs change spaces to TAB.
19745
19746 2006-08-31  Bruno Haible  <bruno@clisp.org>
19747
19748         * gnulib-tool: When calling func_import more than once, do it in a
19749         subshell.
19750         Reported by Eric Blake <ebb9@byu.net>.
19751
19752 2006-08-31  Bruno Haible  <bruno@clisp.org>
19753
19754         * gnulib-tool (nl): Remove variable.
19755         (sed_transform_lib_file): Use more robust test for config-h module.
19756         (func_import): Fix typo in 2006-08-25 patch.
19757
19758 2006-08-31  Bruno Haible  <bruno@clisp.org>
19759
19760         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
19761         specified, augment Makefile.am variables instead of assigning them.
19762
19763 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
19764
19765         Work around a bug in both the Linux and SunOS 64-bit kernels:
19766         nanosleep mishandles sleeps for longer than 2**31 seconds.
19767         Problem reported by Frank v Waveren in
19768         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
19769         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
19770         Check for nanosleep bug.
19771         (LIB_NANOSLEEP): Append clock_gettime library if needed.
19772
19773 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
19774
19775         Work around a bug in both the Linux and SunOS 64-bit kernels:
19776         nanosleep mishandles sleeps for longer than 2**31 seconds.
19777         Problem reported by Frank v Waveren in
19778         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
19779         * lib/nanosleep.c (BILLION): New constant.
19780         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
19781         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
19782         implementation.
19783
19784 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
19785
19786         * modules/nanosleep (Depends-on): Add gettime.
19787
19788 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
19789         and Simon Josefsson  <jas@extundo.com>
19790         and Oskar Liljeblad  <oskar@osk.mine.nu>
19791
19792         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
19793         * gnulib-tool (func_import): New license type 'unmodifiable license
19794         text'.
19795         * modules/fdl: Use it.  Longer description.
19796         * module/gpl, module/lgpl: New files.
19797
19798 2006-08-30  Jim Meyering  <jim@meyering.net>
19799
19800         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
19801         shadowing the parameter.
19802
19803 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19804
19805         Sync from Libtool:
19806
19807         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19808
19809         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
19810         sharing with gnulib.  Report by Eric Blake.
19811
19812 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
19813
19814         * modules/isapipe: New file.
19815         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
19816
19817 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
19818
19819         * modules/configmake (Makefile.am): Add a comment, and omit
19820         the CONFIGMAKE_ prefix from generated macro names.  Suggested
19821         by Bruno Haible.
19822
19823 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
19824
19825         * m4/isapipe.m4: New file.
19826
19827 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
19828
19829         * lib/isapipe.c, lib/isapipe.h: New files.
19830
19831 2006-08-29  Jim Meyering  <jim@meyering.net>
19832
19833         * modules/configmake (Makefile.am): Make configmake.h depend on
19834         Makefile.  Otherwise, a stale configmake.h could hang around.
19835
19836 2006-08-29  Eric Blake  <ebb9@byu.net>
19837
19838         * lib/error.c (error_at_line, print_errno_message): Match libc, after
19839         resolution of upstream bug 3044.
19840
19841 2006-08-29  Bruno Haible  <bruno@clisp.org>
19842
19843         * modules/localcharset (Depends-on): Add configmake.
19844         (Makefile.am): Remove setting of LIBDIR through DEFS.
19845
19846 2006-08-29  Bruno Haible  <bruno@clisp.org>
19847
19848         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
19849         defined.
19850
19851 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
19852
19853         * modules/fcntl: New file.
19854         * modules/chdir-safer (Depends-on): Add fcntl.
19855         * modules/fts: Likewise.
19856         * modules/mkdir-p: Likewise.
19857
19858         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
19859         This undoes the most recent change, since we're now addressing the
19860         problem in a different way.
19861
19862         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
19863         into output, since the output might be called Makefile.am even
19864         if $makefile_name is something different.
19865         (func_import): Use $makefile_am rather than
19866         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
19867         empty.
19868
19869         * modules/inttypes (Files): Add m4/inttypes-h.m4.
19870
19871 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
19872
19873         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
19874         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
19875         recent change to stdint.m4, since we're now addressing the problem in a
19876         different way.
19877
19878 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
19879
19880         * m4/fcntl_h.m4: New file.
19881
19882 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
19883
19884         * lib/fcntl_.h: New file.
19885         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
19886         the fcntl module.
19887         * lib/dirchownmod.c: Likewise.
19888         * lib/fts.c: Likewise.
19889
19890         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
19891         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
19892         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
19893         just before including <inttypes.h>, to avoid circular inclusion.
19894
19895 2006-08-28  Jim Meyering  <jim@meyering.net>
19896
19897         * doc/visibility.texi: Actually read and correct the grammar of the
19898         sentence affected by yesterday's change.
19899
19900 2006-08-28  Eric Blake  <ebb9@byu.net>
19901
19902         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
19903         needs wrapper.
19904
19905 2006-08-28  Eric Blake  <ebb9@byu.net>
19906
19907         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
19908
19909 2006-08-28  Eric Blake  <ebb9@byu.net>
19910
19911         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
19912
19913 2006-08-28  Bruno Haible  <bruno@clisp.org>
19914
19915         * modules/c-strstr: New file, from GNU gettext.
19916         * MODULES.html.sh (String handling): Add c-strstr.
19917
19918 2006-08-28  Bruno Haible  <bruno@clisp.org>
19919
19920         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
19921         macros.
19922         Reported by Eric Blake.
19923
19924 2006-08-28  Bruno Haible  <bruno@clisp.org>
19925
19926         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
19927         (VASNPRINTF): Return a string of length > INT_MAX without failing.
19928         * lib/vasprintf.c: Include errno.h, limits.h.
19929         (EOVERFLOW): New fallback definition.
19930         (vasprintf): Test here whether the string length is > INT_MAX.
19931         * lib/vsnprintf.c: Include errno.h, limits.h.
19932         (EOVERFLOW): New fallback definition.
19933         (vsnprintf): Fix bug when generated string was too long for the buffer.
19934         Test here whether the string length is > INT_MAX.
19935
19936 2006-08-28  Bruno Haible  <bruno@clisp.org>
19937
19938         * lib/inttypes_.h (SCNX*): Remove definitions.
19939         Reported by Eric Blake.
19940
19941 2006-08-28  Bruno Haible  <bruno@clisp.org>
19942
19943         * lib/c-strstr.h: New file, from GNU gettext.
19944         * lib/c-strstr.c: New file, from GNU gettext.
19945
19946 2006-08-28  Bruno Haible  <bruno@clisp.org>
19947
19948         * gnulib-tool: Reorder some statements.
19949
19950 2006-08-28  Bruno Haible  <bruno@clisp.org>
19951
19952         * gnulib-tool: New option --makefile-name.
19953         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
19954         $makefile_name.
19955         (func_import): Write $makefile_name to the cache file, and read it from
19956         there unless explicitly specified. Use $makefile_name as file name
19957         instead of Makefile.am. Adjust the recommendations accordingly.
19958
19959 2006-08-28  Bruno Haible  <bruno@clisp.org>
19960
19961         * gnulib-tool (func_verify_module): Check against misapplying patch.
19962
19963 2006-08-28  Bruno Haible  <bruno@clisp.org>
19964
19965         * gnulib-tool (func_relativize, func_relconcat): New functions.
19966         Give an error if --local-dir is given with --update.
19967         Remove trailing slashes from $local_gnulib_dir.
19968         (func_import): Store the relativized $local_gnulib_dir in
19969         gnulib-cache.m4, and read it from there if not specified explicitly.
19970
19971 2006-08-28  Bruno Haible  <bruno@clisp.org>
19972
19973         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
19974         is the current directory. Respect also $local_gnulib_dir.
19975
19976 2006-08-28  Bruno Haible  <bruno@clisp.org>
19977             Simon Josefsson  <jas@extundo.com>
19978
19979         BeOS portability.
19980         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
19981
19982 2006-08-27  Jim Meyering  <jim@meyering.net>
19983
19984         * doc/visibility.texi: Remove duplicate word: "pointer".
19985
19986 2006-08-26  Bruno Haible  <bruno@clisp.org>
19987
19988         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
19989         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
19990         (Makefile.am): Create inttypes.h from inttypes_.h.
19991         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
19992
19993         * modules/imaxabs: New file.
19994
19995         * modules/imaxdiv: New file.
19996
19997 2006-08-26  Bruno Haible  <bruno@clisp.org>
19998
19999         * m4/inttypes.m4: New file.
20000         * m4/_inttypes_h.m4: Remove file.
20001         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
20002         PRI_MACROS_BROKEN.
20003         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
20004
20005         * m4/imaxabs.m4: New file.
20006
20007         * m4/imaxdiv.m4: New file.
20008
20009 2006-08-26  Bruno Haible  <bruno@clisp.org>
20010
20011         * lib/inttypes_.h: New file.
20012         * lib/inttypes.h: Remove file.
20013         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
20014
20015         * lib/imaxabs.c: New file.
20016
20017         * lib/imaxdiv.c: New file.
20018
20019 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20020
20021         New config-h module, so that "make" output needn't be cluttered
20022         by -DHAVE_CONFIG_H.
20023         * MODULES.html.sh (Support for building libraries and executables):
20024         Add config-h.
20025         * modules/config-h: New file.
20026         * gnulib-tool (nl, sed_transform_lib_file): New vars.
20027         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
20028         the config-h module is used.
20029
20030         New configmake module, so that "make" output needn't be cluttered
20031         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
20032         * MODULES.html.sh (Support for building libraries and executables):
20033         Add configmake.
20034         * modules/configmake: New file.
20035
20036 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20037
20038         * m4/config-h.m4: New file.
20039
20040 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20041
20042         * config/srclist.txt: Add elisp-comp.
20043
20044 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20045
20046         * MODULES.html.sh (Support for building libraries and executables):
20047         Add elisp-comp.
20048         * build-aux/elisp-comp: New file.
20049         * modules/elisp-comp: New file.
20050
20051 2006-08-24  Bruno Haible  <bruno@clisp.org>
20052
20053         * gnulib-tool (func_create_testdir): Use non-default values of
20054         sourcebase and m4base.
20055
20056 2006-08-24  Bruno Haible  <bruno@clisp.org>
20057
20058         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
20059         HTML structure.
20060
20061 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20062
20063         * modules/openat (Depends-on): Add lchown.
20064
20065 2006-08-23  Bruno Haible  <bruno@clisp.org>
20066
20067         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
20068         of gl_LOCK_EARLY instead of gl_LOCK.
20069
20070 2006-08-23  Bruno Haible  <bruno@clisp.org>
20071
20072         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
20073         on OSF/1 to no.
20074         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
20075
20076 2006-08-23  Bruno Haible  <bruno@clisp.org>
20077
20078         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
20079         as unusable.
20080
20081         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
20082         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
20083         (gl_LOCK): New macro.
20084
20085 2006-08-22  Simon Josefsson  <jas@extundo.com>
20086
20087         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
20088         to md5 module.
20089
20090 2006-08-22  Simon Josefsson  <jas@extundo.com>
20091
20092         * MODULES.html.sh: Add "Support for maintaining and release
20093         projects".
20094
20095         * build-aux/gnupload: New file, from coreutils.
20096
20097 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20098
20099         Avoid the need for AC_LIBSOURCES in m4 macros.
20100         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
20101         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
20102         * modules/check-version (EXTRA_DIST): Add check-version.h.
20103         * modules/crc (EXTRA_DIST): Add crc.h.
20104         * modules/des (EXTRA_DIST): Add des.h.
20105         * modules/gc (EXTRA_DIST): Add gc.h.
20106         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
20107         * modules/getline (EXTRA_DIST): Add getline.h.
20108         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
20109         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
20110         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
20111         * modules/md2 (EXTRA_DIST): Add md2.h.
20112         * modules/md4 (EXTRA_DIST): Add md4.h.
20113         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
20114         * modules/read-file (EXTRA_DIST): Add read-file.h.
20115         * modules/readline (EXTRA_DIST): Add readline.h.
20116         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
20117         rijndael-api-fst.h.
20118
20119 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20120
20121         * m4/rijndael.m4 (gl_ARCFOUR):
20122         * m4/arctwo.m4 (gl_ARCTWO):
20123         * m4/check-version.m4 (gl_CHECK_VERSION):
20124         * m4/crc.m4 (gl_CRC):
20125         * m4/des.m4 (gl_DES):
20126         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
20127         * m4/gc.m4 (gl_GC):
20128         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
20129         * m4/getline.m4 (gl_FUNC_GETLINE):
20130         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
20131         * m4/hmac-md5.m4 (gl_HMAC_MD5):
20132         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
20133         * m4/md2.m4 (gl_MD2):
20134         * m4/md4.m4 (gl_MD4):
20135         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
20136         * m4/read-file.m4 (gl_FUNC_READ_FILE):
20137         * m4/readline.m4 (gl_FUNC_READLINE):
20138         * m4/rijndael.m4 (gl_RIJNDAEL):
20139         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
20140         to get the necessary .h files and whatnot.
20141
20142 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20143
20144         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
20145         gnulib rather than the other way around.
20146         * config/srclistvars.sh (COREUTILS): Remove.
20147
20148 2006-08-22  Jim Meyering  <jim@meyering.net>
20149
20150         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
20151
20152         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
20153
20154 2006-08-22  Eric Blake  <ebb9@byu.net>
20155
20156         * modules/regexprops-generic: New file.
20157         * MODULES.html.sh (Support for building documentation): List it.
20158
20159 2006-08-22  Eric Blake  <ebb9@byu.net>
20160
20161         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
20162         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
20163         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
20164         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
20165
20166 2006-08-22  Bruno Haible  <bruno@clisp.org>
20167
20168         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
20169         and lib_LTLIBRARIES like the other lib_* variables.
20170
20171 2006-08-22  Bruno Haible  <bruno@clisp.org>
20172
20173         * build-aux/x-to-1.in: New file, from GNU gettext.
20174
20175 2006-08-22  Bruno Haible  <bruno@clisp.org>
20176
20177         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
20178         <utmpx.h> exists.
20179
20180 2006-08-22  Bruno Haible  <bruno@clisp.org>
20181
20182         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
20183         <utmpx.h> exists.
20184
20185 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20186
20187         BeOS portability.
20188         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
20189         exist.
20190         Problem reported by Bruno Haible.
20191
20192 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20193
20194         Avoid the need for AC_LIBSOURCES in m4 macros.
20195         * modules/acl (EXTRA_DIST): Add acl.h.
20196         * modules/argmatch (Files): Add m4/argmatch.m4.
20197         (configure.ac): Add gl_ARGMATCH.
20198         (EXTRA_DIST): Renamed from lib_SOURCES, for
20199         consistency with the other modules.  Remove argmatch.c.
20200         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
20201         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
20202         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
20203         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
20204         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
20205         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
20206         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
20207         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
20208         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
20209         * modules/closeout (EXTRA_DIST): Add closeout.h.
20210         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
20211         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
20212         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
20213         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
20214         dirname.h; remove basename.c and stripslash.c.
20215         * modules/exclude (EXTRA_DIST): Add exclude.h.
20216         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
20217         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
20218         * modules/file-type (EXTRA_DIST): Add file-type.h.
20219         * modules/filemode (EXTRA_DIST): Add filemode.h.
20220         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
20221         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
20222         * modules/fpending (EXTRA_DIST): Add __fpending.h.
20223         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
20224         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
20225         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
20226         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
20227         * modules/getdate (EXTRA_DIST): Add getdate.c.
20228         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
20229         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
20230         * modules/getpass (EXTRA_DIST): Add getpass.h.
20231         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
20232         * modules/group-member (EXTRA_DIST): Add group-member.h.
20233         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
20234         * modules/hash (EXTRA_DIST): Add hash.h.
20235         * modules/human (EXTRA_DIST): Add human.h.
20236         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
20237         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
20238         * modules/lchown (EXTRA_DIST): Add lchown.h.
20239         * modules/long-options (EXTRA_DIST): Add long-options.h.
20240         * modules/lstat (EXTRA_DIST): Add lstat.h.
20241         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
20242         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
20243         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
20244         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
20245         * modules/memxor (EXTRA_DIST): Add memxor.h.
20246         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
20247         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
20248         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
20249         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
20250         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
20251         * modules/physmem (EXTRA_DIST): Add physmem.h.
20252         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
20253         * modules/posixver (EXTRA_DIST): Add posixver.h.
20254         * modules/quote (EXTRA_DIST): Add quote.h.
20255         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
20256         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
20257         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
20258         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
20259         regex_internal.h regexec.c.
20260         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
20261         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
20262         * modules/same (EXTRA_DIST): Add same.h.
20263         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
20264         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
20265         * modules/savedir (EXTRA_DIST): Add savedir.h.
20266         * modules/sha1 (EXTRA_DIST): Add sha1.h.
20267         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
20268         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
20269         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
20270         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
20271         * modules/strdup (EXTRA_DIST): Add strdup.h.
20272         * modules/strftime (EXTRA_DIST): Add strftime.h.
20273         * modules/strndup (EXTRA_DIST): Add strndup.h.
20274         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
20275         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
20276         * modules/time_r (EXTRA_DIST): Add time_r.h.
20277         * modules/timespec (EXTRA_DIST): Add timespec.h.
20278         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
20279         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
20280         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
20281         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
20282         * modules/userspec (EXTRA_DIST): Add userspec.h.
20283         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
20284         * modules/utimens (EXTRA_DIST): Add utimens.h.
20285         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
20286         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
20287         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
20288         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
20289         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
20290         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
20291         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
20292         * modules/yesno (EXTRA_DIST): Add yesno.h.
20293
20294 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20295
20296         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
20297
20298         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
20299         * m4/dev-ino.m4, same-inode.m4: Remove.
20300
20301         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
20302         * m4/acl.m4 (AC_FUNC_ACL):
20303         * m4/backupfile.m4 (gl_BACKUPFILE):
20304         * m4/c-strtod.m4 (gl_C99_STRTOLD):
20305         * m4/canon-host.m4 (gl_CANON_HOST):
20306         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
20307         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
20308         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
20309         * m4/cloexec.m4 (gl_CLOEXEC):
20310         * m4/close-stream.m4 (gl_CLOSE_STREAM):
20311         * m4/closeout.m4 (gl_CLOSEOUT):
20312         * m4/dirfd.m4 (gl_FUNC_DIRFD):
20313         * m4/dirname.m4 (gl_DIRNAME):
20314         * m4/exclude.m4 (gl_EXCLUDE):
20315         * m4/exitfail.m4 (gl_EXITFAIL):
20316         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
20317         * m4/file-type.m4 (gl_FILE_TYPE):
20318         * m4/filemode.m4 (gl_FILEMODE):
20319         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
20320         * m4/fpending.m4 (gl_FUNC_FPENDING):
20321         * m4/fprintftime.m4 (gl_FPRINTFTIME):
20322         * m4/fts.m4 (gl_FUNC_FTS):
20323         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
20324         * m4/getdate.m4 (gl_GETDATE):
20325         * m4/gethrxtime.m4 (gl_GETHRXTIME):
20326         * m4/getpagesize.m4 (gl_GETPAGESIZE):
20327         * m4/getpass.m4 (gl_FUNC_GETPASS):
20328         * m4/gettime.m4 (gl_GETTIME):
20329         * m4/getugroups.m4 (gl_GETUGROUPS):
20330         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
20331         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
20332         * m4/hard-locale.m4 (gl_HARD_LOCALE):
20333         * m4/hash.m4 (gl_HASH):
20334         * m4/idcache.m4 (gl_IDCACHE):
20335         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
20336         * m4/lchown.m4 (gl_FUNC_LCHOWN):
20337         * m4/long-options.m4 (gl_LONG_OPTIONS):
20338         * m4/lstat.m4 (gl_FUNC_LSTAT):
20339         * m4/md5.m4 (gl_MD5):
20340         * m4/memcasecmp.m4 (gl_MEMCASECMP):
20341         * m4/memcoll.m4 (gl_MEMCOLL):
20342         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
20343         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
20344         * m4/memxor.m4 (gl_MEMXOR):
20345         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
20346         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
20347         * m4/modechange.m4 (gl_MODECHANGE):
20348         * m4/mountlist.m4 (gl_MOUNTLIST):
20349         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
20350         * m4/openat.m4 (gl_FUNC_OPENAT):
20351         * m4/pathmax.m4 (gl_PATHMAX):
20352         * m4/physmem.m4 (gl_PHYSMEM):
20353         * m4/posixtm.m4 (gl_POSIXTM):
20354         * m4/posixver.m4 (gl_POSIXVER):
20355         * m4/quote.m4 (gl_QUOTE):
20356         * m4/quotearg.m4 (gl_QUOTEARG):
20357         * m4/readtokens.m4 (gl_READTOKENS):
20358         * m4/readutmp.m4 (gl_READUTMP):
20359         * m4/regex.m4 (gl_REGEX):
20360         * m4/safe-read.m4 (gl_SAFE_READ):
20361         * m4/safe-write.m4 (gl_SAFE_WRITE):
20362         * m4/same.m4 (gl_SAME):
20363         * m4/save-cwd.m4 (gl_SAVE_CWD):
20364         * m4/savedir.m4 (gl_SAVEDIR):
20365         * m4/settime.m4 (gl_SETTIME):
20366         * m4/sha1.m4 (gl_SHA1):
20367         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
20368         * m4/stat-macros.m4 (gl_STAT_MACROS):
20369         * m4/stat-time.m4 (gl_STAT_TIME):
20370         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
20371         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
20372         * m4/strdup.m4 (gl_FUNC_STRDUP):
20373         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
20374         * m4/strndup.m4 (gl_FUNC_STRNDUP):
20375         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
20376         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
20377         * m4/time_r.m4 (gl_TIME_R):
20378         * m4/timespec.m4 (gl_TIMESPEC):
20379         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
20380         * m4/unlinkdir.m4 (gl_UNLINKDIR):
20381         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
20382         * m4/userspec.m4 (gl_USERSPEC):
20383         * m4/utimecmp.m4 (gl_UTIMECMP):
20384         * m4/utimens.m4 (gl_UTIMENS):
20385         * m4/xalloc.m4 (gl_XALLOC):
20386         * m4/xgetcwd.m4 (gl_XGETCWD):
20387         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
20388         * m4/xreadlink.m4 (gl_XREADLINK):
20389         * m4/xstrtod.m4 (gl_XSTRTOD):
20390         * m4/yesno.m4 (gl_YESNO):
20391         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
20392         to get the necessary .h files and whatnot.
20393
20394 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
20395             Bruno Haible  <bruno@clisp.org>
20396
20397         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
20398         /bin/sh understanding of '!' conditional negation.
20399
20400 2006-08-21  Jim Meyering  <jim@meyering.net>
20401
20402         * modules/openat (Depends-on): Really alphabetize.
20403
20404         * modules/acl (Depends-on): Add error and quote.
20405
20406         * check-module (find_included_lib_files): Add at-func.c to the
20407         ok-to-include-more-than-once white list.
20408
20409         * modules/openat (Depends-on): Add lstat.  Alphabetize.
20410
20411 2006-08-21  Bruno Haible  <bruno@clisp.org>
20412
20413         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20414         Emit a pkgdata_DATA variable only if some snippets add contents to it.
20415         Reported by Martin Lambers <marlam@marlam.de>.
20416
20417 2006-08-21  Bruno Haible  <bruno@clisp.org>
20418
20419         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
20420         specify an installation location, don't emit a noinst_LIBRARIES or
20421         noinst_LTLIBRARIES assignment.
20422
20423 2006-08-21  Bruno Haible  <bruno@clisp.org>
20424
20425         BeOS portability.
20426         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
20427         BeOS has mbrtowc() but no <wctype.h>.
20428
20429 2006-08-21  Bruno Haible  <bruno@clisp.org>
20430
20431         BeOS portability.
20432         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
20433         exist.
20434
20435 2006-08-21  Bruno Haible  <bruno@clisp.org>
20436
20437         BeOS portability.
20438         * lib/mbchar.h: Include <wctype.h> only if it exists.
20439
20440 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20441
20442         Remove files that are no longer needed by their respective modules.
20443         * m4/obstack.m4: Remove.
20444         * m4/strerror_r.m4: Remove.
20445         * m4/uint32_t.m4: Remove.
20446         * m4/uintptr_t.m4: Remove.
20447         * m4/ullong_max.m4: Remove.
20448         * m4/xstrtoimax.m4: Remove.
20449         * m4/xstrtoumax.m4: Remove.
20450
20451         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
20452         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
20453         dependencies now capture this.
20454
20455         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
20456         Do not use AC_LIBSOURCES, since gnulib modules now do this.
20457         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
20458         * m4/human.m4 (gl_HUMAN): Likewise.
20459         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
20460         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
20461
20462         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
20463
20464         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
20465         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
20466         stdint.
20467         * m4/human.m4 (gl_HUMAN): Likewise.
20468         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
20469         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
20470         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
20471         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
20472         * m4/xstrtol (gl_XSTRTOL): Likewise.
20473
20474         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
20475         AC_TYPE_LONG_LONG_INT.
20476         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
20477         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
20478         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
20479         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
20480
20481         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
20482         on stdbool.
20483
20484         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
20485         (gl_PREREQ_XSTRTOUL): Remove.
20486
20487         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
20488
20489         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
20490         mode.
20491
20492 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20493
20494         Add and change modules to make it easier for coreutils to use
20495         gnulib-tool.
20496         * modules/backupfile (Files): Remove m4/d-ino.m4.
20497         (Depends-on): Add d-ino.
20498         * modules/cycle-check (Depends-on): Add stdint.
20499         (lib_SOURCES): Add cycle-check.h.
20500         * modules/d-ino: New module.
20501         * modules/d-type: New module.
20502         * modules/error (Files): Remove m4/strerror_r.m4.
20503         * modules/filemode (Files): Add m4/st_dm_mode.m4.
20504         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
20505         m4/inttypes_h.m4, m4/uintmax_t.m4.
20506         (Depends-on): Add stdint.
20507         (lib_SOURCES): Add fsusage.h.
20508         * modules/getcwd (Files): Remove d-ino.m4.
20509         (Depends-on): Add d-ino.
20510         * modules/getndelim2 (Depends-on): Add stdint.
20511         * modules/glob (Files): Remove m4/d-type.m4.
20512         (Depends-on): Add d-type.
20513         * modules/host-os: New module.
20514         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
20515         m4/inttypes_h.m4, m4/uintmax_t.m4.
20516         * Depends-on: Add stdint.
20517         (lib_SOURCES): Add human.h.
20518         * modules/inttostr (Files): Remove m4/intmax_t.m4,
20519         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
20520         m4/uintmax_t.m4, m4/ulonglong.m4.
20521         (Depends-on): Add stdint.
20522         (EXTRA_DIST): Add inttostr.h.
20523         * modules/lchmod: New module.
20524         * modules/link-follow: New module.
20525         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
20526         (Depends-on): Add lchmod.
20527         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
20528         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
20529         (Depends-on): Add stdint.
20530         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
20531         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
20532         (Depends-on): Add stdint.
20533         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
20534         * modules/perl: New module.
20535         * modules/regex (Depends-on): Add stdint.
20536         * modules/rmdir-errno: New module.
20537         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
20538         m4/intmax_t.m4.
20539         (Depends-on): Add stdint.
20540         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
20541         m4/uintmax_t.m4.
20542         (Depends-on): Add stdint.
20543         * modules/unlink-busy: New module.
20544         * modules/utimecmp (Depends-on): Add stdint.
20545         * modules/uptime: New module.
20546         * modules/winsz-ioctl: New module.
20547         * modules/winsz-termios: New module.
20548         * modules/xnanosleep (Depends-on): Add nanosleep.
20549         * modules/ullong_max: Remove.
20550         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
20551         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
20552         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
20553         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
20554         (Depends-on): Add inttypes.
20555         (lib_SOURCES): Add xstrtol.h.
20556         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
20557         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
20558         * MODULES.html.sh: Move 'assert' into the assert section.
20559         Move 'dummy' into the linking section.
20560         Remove ullong_max.
20561         Add section for compatibility checks for POSIX:2001 functions,
20562         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
20563         winsz-ioctl, and winsz-termios into it.
20564         Add lchmod.
20565         Add top-level Misc section and put host-os, perl, and uptime
20566         into it.
20567
20568 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20569
20570         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
20571         now assume the stdint module.  Do not include inttypes.h.
20572         * lib/fsusage.h: Likewise.
20573         * lib/getndelim2.c: Likewise.
20574         * lib/human.h: Likewise.
20575         * lib/inttostr.h: Likewise.
20576         * lib/obstack.c: Likewise.
20577         * lib/regex_internal.h: Likewise.
20578         * lib/tempname.c: Likewise.
20579         * lib/utimecmp.c: Likewise.
20580         * lib/xstrtol.h: Likewise.
20581
20582         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
20583
20584         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
20585         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
20586         * lib/xtime.h: Likewise.
20587
20588 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20589
20590         * modules/openat (Files): Add lib/fchmodat.c.
20591         Fixes problem reported by Jay Youngman.
20592
20593 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20594
20595         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
20596         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
20597
20598 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
20599             Bruno Haible  <bruno@clisp.org>
20600
20601         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
20602         and is a script that invokes bison. Tighten the code. Add comments.
20603
20604 2006-08-18  Jim Meyering  <jim@meyering.net>
20605
20606         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
20607         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
20608         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
20609         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
20610
20611 2006-08-18  Bruno Haible  <bruno@clisp.org>
20612
20613         * modules/bison-i18n: New file.
20614         * MODULES.html.sh (Internationalization functions): Add it.
20615
20616 2006-08-18  Bruno Haible  <bruno@clisp.org>
20617
20618         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
20619         sys/statvfs.h. When getmntinfo was found, check its declaration and
20620         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
20621
20622 2006-08-18  Bruno Haible  <bruno@clisp.org>
20623
20624         * m4/bison-i18n.m4: New file, from bison.
20625
20626 2006-08-18  Bruno Haible  <bruno@clisp.org>
20627
20628         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
20629         (ME_DUMMY): Treat "kernfs" as a dummy.
20630         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
20631
20632 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20633
20634         Update from coreutils.
20635
20636         2006-08-15  Jim Meyering  <jim@meyering.net>
20637
20638         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
20639
20640         2006-01-17  Jim Meyering  <jim@meyering.net>
20641
20642         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
20643
20644         2006-01-11  Jim Meyering  <jim@meyering.net>
20645
20646         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
20647         Check for the lchmod function.
20648
20649 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20650
20651         Update from coreutils.
20652
20653         * lib/__fpending.h: Add copyright notice.
20654         * lib/fprintftime.h: Likewise.
20655         * lib/savedir.c: Use (C) in copyright notice.
20656         * lib/savedir.h: Likewise.
20657
20658         2006-08-15  Jim Meyering  <jim@meyering.net>
20659
20660         * lib/at-func.c: New file, with the logic of all emulated at-functions.
20661         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
20662         in support of the EXPECTED_ERRNO macro.
20663         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
20664         definitions.  Instead, define the appropriate symbols and include
20665         "at-func.c".
20666         * lib/mkdirat.c (mkdirat): Likewise.
20667         * lib/fchmodat.c (fchmodat): Likewise.
20668         (ENOSYS): Remove definition.
20669         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
20670         it.  Don't include "unistd--.h" -- it wasn't ever used.
20671
20672         2006-01-17  Jim Meyering  <jim@meyering.net>
20673
20674         Rewrite fts.c not to change the current working directory,
20675         by using openat, fstatat, fdopendir, etc..
20676
20677         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
20678         (HAVE_OPENAT_SUPPORT): Define.
20679         [_LIBC] (fchdir): Don't undef or define; no longer used.
20680         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
20681         Now, this `function' always succeeds, and consumes its file descriptor
20682         parameter -- so callers must not close such FDs.  Update callers.
20683         (diropen_fd, opendirat, cwd_advance_fd): New functions.
20684         (diropen): Add parameter, SP.  Adjust all callers.
20685         Implement using diropen_fd, rather than open.
20686         (fts_open): Initialize new member, fts_cwd_fd.
20687         Remove fts_rft-setting code.
20688         (fts_close): Close fts_cwd_fd, if necessary.
20689         (__opendir2): Define in terms of opendir or opendirat,
20690         depending on whether the FST_NOCHDIR flag is set.
20691         (fts_build): Since fts_safe_changedir consumes its FD, and since
20692         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
20693         and close the dup'd file descriptor upon failure.
20694         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
20695         (fts_safe_changedir): Tweak semantics to reflect that this function
20696         now calls cwd_advance_fd and hence consumes its FD argument.
20697         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
20698         [struct FTS] (fts_rft): Remove now-unused member.
20699         [struct FTS] (fts_cycle.state): Improve comment.
20700
20701         * lib/openat.c (openat_needs_fchdir): New function.
20702         * lib/openat.h (openat_needs_fchdir): Declare it.
20703
20704 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
20705
20706         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
20707         Problem and fix reported by Pádraig Brady in
20708         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
20709
20710 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20711
20712         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
20713
20714 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20715
20716         * lib/memcoll.c (memcoll): Optimize for the common case where the
20717         arguments are bytewise equal.
20718
20719 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20720
20721         * doc/regexprops-generic.texi: Add a copyright notice.
20722
20723 2006-08-15  Bruno Haible  <bruno@clisp.org>
20724
20725         * modules/tmpdir (License): Change to LGPL.
20726
20727 2006-08-15  Bruno Haible  <bruno@clisp.org>
20728
20729         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
20730         module.
20731
20732 2006-08-14  Simon Josefsson  <jas@extundo.com>
20733
20734         * config/srclist.txt: Add gnupload.
20735
20736 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20737
20738         Change copyright notice from LGPL 2 to GPL 2, since that's the
20739         standard form used in the gnulib repository.
20740         * tests/test-lock.c: Likewise.
20741         * tests/test-stdint.c: Likewise.
20742         * tests/test-tls.c: Likewise.
20743
20744         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
20745         prelude-manager.  User shorter URLs for GNU projects, without '?'.
20746         Add copyright notice.
20747
20748         * check-module: Add copyright notice.  Output a copyright
20749         notice if "--version" is specified.
20750         * modules/COPYING: New file.
20751         * tests/test-getaddrinfo.c: Add copyright notice.
20752         * tests/test-verify.c: Likewise.
20753
20754 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20755
20756         Change copyright notice from LGPL 2 to GPL 2, since that's the
20757         standard form used in the gnulib repository.
20758         * lib/lock.c: LGPL -> GPL.
20759         * lib/lock.h: Likewise.
20760         * lib/strnlen1.c: Likewise.
20761         * lib/strnlen1.h: Likewise.
20762         * lib/tls.c: Likewise.
20763         * lib/tls.h: Likewise.
20764         * lib/tmpdir.c: Likewise.
20765
20766         * lib/TODO: Remove; this belongs only in coreutils.
20767
20768 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20769
20770         Add copyright notices to long-enough files that lack them, since
20771         otherwise the files aren't clearly free.  Use the same notice that
20772         getdate.texi already uses.
20773         * doc/alloca-opt.texi: Add copyright notice.
20774         * doc/alloca.texi: Likewise.
20775         * doc/ctime.texi: Likewise.
20776         * doc/functions.texi: Likewise.
20777         * doc/gcd.texi: Likewise.
20778         * doc/gnulib-tool.texi: Likewise.
20779         * doc/inet_ntoa.texi: Likewise.
20780         * doc/visibility.texi: Likewise.
20781
20782         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
20783         * doc/quote.texi: Add copyright notice.
20784
20785         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
20786         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
20787         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
20788         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
20789         is now obsolete, and give a pointer to the Sun list.
20790         Add copyright notice.
20791
20792 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20793
20794         * config/srclistvars.sh: Add copyright notice.
20795
20796 2006-08-14  Eric Blake  <ebb9@byu.net>
20797
20798         Import the following change from libc:
20799
20800         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
20801
20802         Upstream bug 2997.
20803         * lib/misc/error.c: Add space between program name and message if file
20804         name is missing.
20805
20806 2006-08-12  Karl Berry  <karl@gnu.org>
20807
20808         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
20809         remove, these originate in gnulib now.
20810
20811 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20812
20813         * doc/Makefile (standards.info standards.html standards.dvi):
20814         Also depend on make-stds.texi.
20815
20816 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
20817
20818         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
20819         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
20820
20821         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
20822         in wchar_t.  Problem reported by Eric Blake.
20823
20824         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
20825         LEN is smaller than SIZE.  Suggested by Bruno Haible.
20826         Also, help the compiler to keep LEN in a register.
20827
20828 2006-08-11  Eric Blake  <ebb9@byu.net>
20829
20830         * users.txt: Sort.  Add tar.
20831
20832 2006-08-11  Bruno Haible  <bruno@clisp.org>
20833
20834         * users.txt: New file.
20835
20836 2006-08-11  Bruno Haible  <bruno@clisp.org>
20837
20838         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
20839         before <wchar.h>. Needed for OSF/1 and BSD/OS.
20840
20841 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
20842
20843         * modules/snprintf (Depends-on): Remove minmax.
20844         (Maintainer): Add self and Bruno.
20845
20846 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
20847
20848         * lib/.cppi-disable: Add snprintf.h, socket_.h.
20849         * lib/snprintf.c: Include <errno.h> and <limits.h>.
20850         (EOVERFLOW): Define if the system does not.
20851         Do not include "minmax.h"; it wasn't used.
20852         (snprintf): Don't assume size_t promotes to an unsigned type.
20853         Fix bug when generated string was too long for the buffer: the
20854         buffer's contents are supposed to be the initial prefix of the
20855         output.  Don't assume vasnprintf returns EOVERFLOW if the size
20856         exceeds INT_MAX; do the check ourselves.
20857
20858         Import the following changes from libc:
20859
20860         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
20861
20862         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
20863         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
20864         set wc to the byte which couldn't be converted.
20865         (re_string_reconstruct): Don't clear valid_raw_len before calling
20866         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
20867         tip_context using re_string_context_at.
20868
20869         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
20870
20871         * lib/posix/regex.h: g++ still cannot handled [restrict].
20872
20873         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
20874
20875         * lib/posix/regex.h: Remove special handling for VMS.
20876
20877 2006-08-10  Jim Meyering  <jim@meyering.net>
20878
20879         * modules/same-inode: New module.
20880         * modules/dev-ino: New module.
20881         * modules/cycle-check: Depend on these modules, rather than simply
20882         including their .h files.
20883         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
20884         required via m4/cycle-check.m4.
20885         * modules/same: Depend on new same-inode module, rather than
20886         including same-inode.h.
20887         * modules/chdir-safer: New file.
20888
20889         * modules/chown (Depends-on): Add stat-macros.
20890
20891 2006-08-10  Jim Meyering  <jim@meyering.net>
20892
20893         * m4/cycle-check.m4: New file.
20894         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
20895         * m4/dev-ino.m4, m4/same-inode.m4: New files.
20896
20897 2006-08-10  Eric Blake  <ebb9@byu.net>
20898
20899         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
20900         in from original proposal.
20901
20902 2006-08-10  Eric Blake  <ebb9@byu.net>
20903         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20904
20905         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
20906         namespace.
20907
20908 2006-08-10  Bruno Haible  <bruno@clisp.org>
20909
20910         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
20911         as well.
20912
20913 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20914
20915         Sync from coreutils.
20916
20917         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
20918
20919         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
20920         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
20921
20922 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20923
20924         * modules/restrict: Remove; no longer needed now that we assume
20925         Autoconf 2.59 or later.
20926         * MODULES.html.sh: Remove 'restrict'.
20927         * modules/argp (Depends-on): Remove 'restrict'.
20928         * modules/base64 (Depends-on): Likewise.
20929         * modules/gc (Depends-on): Likewise.
20930         * modules/getaddrinfo (Depends-on): Likewise.
20931         * modules/glob (Depends-on): Likewise.
20932         * modules/inet_ntop (Depends-on): Likewise.
20933         * modules/inet_pton (Depends-on): Likewise.
20934         * modules/memxor (Depends-on): Likewise.
20935         * modules/regex (Depends-on): Likewise.
20936         * modules/strtok_r (Depends-on): Likewise.
20937         * modules/time_r (Depends-on): Likewise.
20938
20939 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20940
20941         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
20942         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
20943         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
20944         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
20945         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
20946         * m4/memxor.m4 (gl_MEMXOR): Likewise.
20947         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
20948         gl_C_RESTRICT replaced by AC_C_RESTRICT.
20949
20950         Merge from coreutils.
20951         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
20952         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
20953         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
20954         * m4/time_r.m4 (gl_TIME_R): Likewise.
20955
20956 2006-08-09  Karl Berry  <karl@gnu.org>
20957
20958         * config/srclist.txt: no more gettext-tools, per Bruno.
20959
20960 2006-08-08  Eric Blake  <ebb9@byu.net>
20961
20962         * modules/verror: New module.
20963         * MODULES.html.sh: Document it.
20964
20965 2006-08-08  Eric Blake  <ebb9@byu.net>
20966
20967         * lib/verror.h, lib/verror.c: New files.
20968
20969 2006-08-08  Eric Blake  <ebb9@byu.net>
20970
20971         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
20972         verror_at_line output complies with GNU Coding Standards even when
20973         file is NULL.
20974
20975 2006-08-07  Bruno Haible  <bruno@clisp.org>
20976
20977         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
20978         versions of AIX.
20979         Reported by Ralf Wildenhues.
20980
20981 2006-08-07  Bruno Haible  <bruno@clisp.org>
20982
20983         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
20984         in an AC_DEFUN. Needed so that the autoconf snippets can use
20985         AC_REQUIRE.
20986
20987 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20988
20989         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20990         Initialize pkgdata_DATA.
20991         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
20992         overriding it.
20993
20994 2006-08-06  Eric Blake  <ebb9@byu.net>
20995
20996         * lib/error.h: Fold in some upstream changes from glibc.
20997         * lib/error.c: Likewise.
20998
20999 2006-08-04  Bruno Haible  <bruno@clisp.org>
21000
21001         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21002         Make the mostlyclean-local rule depend on mostlyclean-generic.
21003         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
21004
21005 2006-07-31  Bruno Haible  <bruno@clisp.org>
21006
21007         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
21008         <stdlib.h>, <string.h>.
21009
21010 2006-07-30  Bruno Haible  <bruno@clisp.org>
21011
21012         * modules/readlink (License): Change to LGPL.
21013
21014 2006-07-30  Bruno Haible  <bruno@clisp.org>
21015
21016         * modules/javaversion (Makefile.am): Distribute javaversion.java and
21017         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
21018         set PKGDATADIR to point to it.
21019
21020 2006-07-30  Bruno Haible  <bruno@clisp.org>
21021
21022         * modules/csharpexec (configure.ac): Comment out macro invocation.
21023         * modules/javaexec (configure.ac): Likewise.
21024         * modules/javacomp-script (configure.ac): Likewise.
21025
21026         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
21027
21028 2006-07-30  Bruno Haible  <bruno@clisp.org>
21029
21030         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
21031         linked-list.
21032
21033 2006-07-30  Bruno Haible  <bruno@clisp.org>
21034
21035         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
21036
21037 2006-07-30  Bruno Haible  <bruno@clisp.org>
21038
21039         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21040         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
21041         get removed.
21042
21043 2006-07-29  Bruno Haible  <bruno@clisp.org>
21044
21045         Make it possible for gnulib-tool to work with locally modified or
21046         augmented gnulib repositories.
21047         * gnulib-tool (func_usage): Document --local-dir option.
21048         (local_gnulib_dir): New variable.
21049         Handle --local-dir option.
21050         (func_lookup_file): New function.
21051         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
21052         (func_get_description, func_get_filelist, func_get_description,
21053         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
21054         func_get_automake_snippet, func_get_include_directive,
21055         func_get_license, func_get_maintainer): Use func_lookup_file.
21056         (func_import, func_create_testdir): Use func_lookup_file.
21057
21058 2006-07-29  Bruno Haible  <bruno@clisp.org>
21059
21060         * modules/setenv (Depends-on): Add unistd.
21061
21062 2006-07-29  Bruno Haible  <bruno@clisp.org>
21063
21064         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
21065
21066 2006-07-29  Bruno Haible  <bruno@clisp.org>
21067
21068         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
21069
21070 2006-07-29  Bruno Haible  <bruno@clisp.org>
21071
21072         * gnulib-tool (import, update): If there is no Makefile.am, look at
21073         aclocal.m4, instead of bailing out.
21074
21075 2006-07-29  Bruno Haible  <bruno@clisp.org>
21076
21077         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
21078         Categorize the options by when they are useful.
21079
21080 2006-07-29  Bruno Haible  <bruno@clisp.org>
21081
21082         * gnulib-tool (func_usage): Document option --no-libtool.
21083         Handle option --no-libtool.
21084         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
21085         for changed semantics of $libtool variable.
21086         (func_import): Likewise. If libtool is not used, show this through
21087         an option --no-libtool.
21088         (func_create_testdir): Update.
21089
21090 2006-07-29  Bruno Haible  <bruno@clisp.org>
21091
21092         * gnulib-tool (func_import): Extend error message about missing
21093         --doc-base.
21094
21095 2006-07-29  Bruno Haible  <bruno@clisp.org>
21096
21097         * gnulib-tool (func_import): Don't create the $docbase directory if
21098         there is no file to store there.
21099
21100 2006-07-29  Bruno Haible  <bruno@clisp.org>
21101
21102         * gnulib-tool (autoconf_minversion): If a --dir option is given and
21103         relevant, look for configure.ac there, not in the current directory.
21104         Also use a simple search for AC_PREREQ, not "autoconf --trace".
21105
21106 2006-07-29  Bruno Haible  <bruno@clisp.org>
21107
21108         * gnulib-tool (SORT): New variable.
21109         (func_usage): Undocument --assume-autoconf option.
21110         Remove --assume-autoconf option handling.
21111         (autoconf_minversion): Determine from the contents of configure.ac.
21112         (func_import): Remove autoconf_minversion handling.
21113         Suggested by Eric Blake.
21114
21115 2006-07-29  Bruno Haible  <bruno@clisp.org>
21116
21117         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
21118
21119 2006-07-29  Bruno Haible  <bruno@clisp.org>
21120
21121         * config/srclist.txt (*setenv.[ch]): Remove rules.
21122
21123 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21124
21125         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
21126
21127 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21128
21129         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
21130         arpa/inet.h.
21131
21132 2006-07-28  Simon Josefsson  <jas@extundo.com>
21133
21134         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
21135         * modules/inet_pton (Depends-on): Likewise.
21136
21137 2006-07-28  Simon Josefsson  <jas@extundo.com>
21138
21139         * m4/netinet_in_h.m4: New file.
21140
21141 2006-07-28  Simon Josefsson  <jas@extundo.com>
21142
21143         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
21144         #include's.
21145
21146 2006-07-28  Simon Josefsson  <jas@extundo.com>
21147
21148         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
21149         #include's.
21150
21151 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
21152
21153         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
21154         setgid on directories only if they set these bits.
21155         * lib/modechange.h: Remove obsolete comment about masks.
21156
21157 2006-07-28  Eric Blake  <ebb9@byu.net>
21158
21159         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
21160         macro expansion.
21161
21162 2006-07-28  Bruno Haible  <bruno@clisp.org>
21163
21164         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
21165
21166 2006-07-28  Bruno Haible  <bruno@clisp.org>
21167
21168         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
21169
21170 2006-07-28  Bruno Haible  <bruno@clisp.org>
21171
21172         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
21173         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
21174         Define fallbacks.
21175         Avoids link error on FreeBSD 4.x.
21176         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21177
21178         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
21179         encoding.
21180         * lib/mbswidth.c (iswcntrl): Likewise.
21181
21182 2006-07-27  Bruno Haible  <bruno@clisp.org>
21183
21184         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
21185         test.
21186
21187 2006-07-27  Bruno Haible  <bruno@clisp.org>
21188
21189         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
21190         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
21191         defined.
21192
21193 2006-07-26  Eric Blake  <ebb9@byu.net>
21194
21195         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
21196
21197 2006-07-26  Eric Blake  <ebb9@byu.net>
21198
21199         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
21200         like mingw that lack mkstemp.
21201         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
21202         avoid compilation warning on mingw.
21203
21204 2006-07-26  Bruno Haible  <bruno@clisp.org>
21205
21206         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
21207         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
21208         INT_FAST*_MIN, INTPTR_MIN.
21209
21210 2006-07-25  Bruno Haible  <bruno@clisp.org>
21211
21212         * modules/version-etc (Depends-on): Add stdarg.
21213
21214 2006-07-25  Bruno Haible  <bruno@clisp.org>
21215
21216         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
21217         complex commands.
21218
21219 2006-07-25  Bruno Haible  <bruno@clisp.org>
21220
21221         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
21222         defined in <stdarg.h> or config.h.
21223
21224 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
21225
21226         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
21227         (gl_STDIO_SAFER): Remove.
21228
21229 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
21230
21231         * MODULES.html.sh (File stream based Input/Output):
21232         Add fopen-safer, tmpfile-safer; remove stdio-safer.
21233         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
21234         * modules/fopen-safer, modules/tmpfile-safer: New files.
21235         * modules/stdio-safer: Remove.
21236
21237 2006-07-24  Bruno Haible  <bruno@clisp.org>
21238
21239         * modules/tmpdir: New file.
21240         * MODULES.html.sh (File system functions): Add it.
21241
21242 2006-07-24  Bruno Haible  <bruno@clisp.org>
21243
21244         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
21245         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
21246
21247 2006-07-24  Bruno Haible  <bruno@clisp.org>
21248
21249         * modules/clean-temp: New file.
21250
21251 2006-07-24  Bruno Haible  <bruno@clisp.org>
21252
21253         * m4/tmpdir.m4: New file, from GNU gettext.
21254
21255 2006-07-24  Bruno Haible  <bruno@clisp.org>
21256
21257         * lib/tmpdir.h: New file, from GNU gettext.
21258         * lib/tmpdir.c: New file, from GNU gettext.
21259
21260 2006-07-24  Bruno Haible  <bruno@clisp.org>
21261
21262         * lib/clean-temp.h: New file, from GNU gettext.
21263         * lib/clean-temp.c: New file, from GNU gettext.
21264
21265 2006-07-23  Eric Blake  <ebb9@byu.net>
21266
21267         * modules/stdio-safer (Files): Add tmpfile-safer.c.
21268         (Depends-on): Add binary-io.
21269
21270 2006-07-23  Eric Blake  <ebb9@byu.net>
21271
21272         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
21273
21274 2006-07-23  Eric Blake  <ebb9@byu.net>
21275
21276         * lib/tmpfile-safer.c: New file.
21277         * lib/stdio-safer.h (fopen_safer): Add prototype.
21278         * lib/stdio--.h (tmpfile): Make safer.
21279
21280 2006-07-23  Bruno Haible  <bruno@clisp.org>
21281
21282         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
21283         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
21284         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
21285         gl_linked_remove_at): Use it.
21286
21287 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21288         and Simon Josefsson <jas@extundo.com>
21289
21290         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
21291
21292         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
21293
21294 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21295
21296         * modules/close-stream: New file.
21297         * modules/closeout (Description): Make it clear that it exits
21298         with a diagnostic on error.
21299         (Depends-on): Add close-stream.  Remove fpending, stdbool.
21300         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
21301
21302 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21303
21304         * m4/close-stream.m4: New file.
21305
21306 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21307
21308         * lib/close-stream.c, lib/close-stream.h: New files.
21309
21310 2006-07-22  Bruno Haible  <bruno@clisp.org>
21311
21312         Merge from GNU gettext 0.15.
21313
21314         2006-05-01  Bruno Haible  <bruno@clisp.org>
21315
21316                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
21317
21318         2006-07-22  Bruno Haible  <bruno@clisp.org>
21319
21320                 * modules/javaversion: New file.
21321                 * MODULES.html.sh (Java): Add javaversion.
21322
21323         2006-03-12  Bruno Haible  <bruno@clisp.org>
21324
21325                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
21326
21327         2005-12-04  Bruno Haible  <bruno@clisp.org>
21328
21329                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
21330                 (untested).
21331
21332         2006-06-21  Bruno Haible  <bruno@clisp.org>
21333
21334                 Avoid warnings from recent versions of mcs.
21335                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
21336                 -o, -L, -r any more. Use options documented since mcs-1.0
21337                 instead. Similarly for -g.
21338
21339         2005-12-04  Bruno Haible  <bruno@clisp.org>
21340
21341                 * build-aux/csharpcomp.sh.in: Suffix for resources is
21342                 .resources, not .resource.
21343
21344         2005-07-09  Bruno Haible  <bruno@clisp.org>
21345
21346                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
21347                 add a .dll suffix.
21348                 Reported by Mark Junker <mjscod@gmx.de>.
21349
21350         2006-07-22  Bruno Haible  <bruno@clisp.org>
21351
21352                 * modules/gettext: Upgrade to gettext-0.15.
21353                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
21354                 m4/visibility.m4.
21355                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
21356
21357 2006-07-22  Bruno Haible  <bruno@clisp.org>
21358
21359         Merge from GNU gettext 0.15.
21360
21361         2006-03-25  Bruno Haible  <bruno@clisp.org>
21362
21363                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
21364
21365         2006-07-21  Bruno Haible  <bruno@clisp.org>
21366
21367                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
21368                 "1.1".
21369
21370         2006-05-09  Bruno Haible  <bruno@clisp.org>
21371
21372                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
21373                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
21374                 for the conftestver execution.
21375
21376         2006-05-01  Bruno Haible  <bruno@clisp.org>
21377
21378                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
21379                 optional target-version argument. Verify that the compiler
21380                 groks source of the specified source-version, or add -source
21381                 option as necessary. Verify that the compiler produces
21382                 bytecode in the specified target-version, or add -target and
21383                 -source options as necessary. Make the result of the test
21384                 available as variable CONF_JAVAC. Also log error output in
21385                 config.log.
21386
21387         2006-03-11  Bruno Haible  <bruno@clisp.org>
21388
21389                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
21390
21391         2006-05-09  Bruno Haible  <bruno@clisp.org>
21392
21393                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
21394                 CLASSPATH_SEPARATOR to a semicolon.
21395
21396         2006-03-12  Bruno Haible  <bruno@clisp.org>
21397
21398                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
21399                 available as variable CONF_JAVA, for subsequent autoconf
21400                 tests. Also log error output in config.log.
21401
21402         2006-07-19  Bruno Haible  <bruno@clisp.org>
21403
21404                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
21405                 that getline works on glibc2 systems. Needed to avoid trouble
21406                 in relocatable.c.
21407                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
21408
21409         2005-12-04  Bruno Haible  <bruno@clisp.org>
21410
21411                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
21412                 launcher (untested).
21413
21414         2005-12-04  Bruno Haible  <bruno@clisp.org>
21415
21416                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
21417
21418         2006-07-22  Bruno Haible  <bruno@clisp.org>
21419
21420                 * gettext.m4: Update from GNU gettext-0.15.
21421                 * nls.m4: Likewise.
21422                 * po.m4: Likewise.
21423                 * inttypes-pri.m4: Likewise.
21424                 * inttypes-h.m4: Renamed from inttypes.m4.
21425                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
21426
21427 2006-07-22  Bruno Haible  <bruno@clisp.org>
21428
21429         Merge from GNU gettext 0.15.
21430
21431         2005-07-05  Bruno Haible  <bruno@clisp.org>
21432
21433                 * printf-args.c (printf_fetchargs): Work around broken
21434                 definition of wint_t on mingw.
21435
21436         2005-02-12  Bruno Haible  <bruno@clisp.org>
21437
21438                 * xallocsa.h: Add extern "C" for C++.
21439
21440         2006-05-17  Bruno Haible  <bruno@clisp.org>
21441
21442                 Cygwin portability.
21443                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
21444
21445         2006-04-30  Bruno Haible  <bruno@clisp.org>
21446
21447                 * progreloc.c: Include <mach-o/dyld.h> if available.
21448                 (find_executable): Use _NSGetExecutablePath when possible.
21449
21450         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
21451
21452                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
21453                 function.
21454
21455         2005-12-29  Bruno Haible  <bruno@clisp.org>
21456
21457                 * progreloc.c (set_program_name_and_installdir): Fix
21458                 compilation error.
21459
21460         2005-12-04  Bruno Haible  <bruno@clisp.org>
21461
21462                 Cygwin portability.
21463                 * progreloc.c: Include <windows.h> also on Cygwin.
21464                 (find_executable): Add support for Cygwin.
21465                 (set_program_name_and_installdir): Handle also platforms with
21466                 nonempty EXEEXT.
21467
21468         2006-07-11  Bruno Haible  <bruno@clisp.org>
21469
21470                 * javacomp.c: Fix a comment.
21471                 Reported by Jim Meyering.
21472
21473         2006-04-30  Bruno Haible  <bruno@clisp.org>
21474
21475                 * javacomp.h (compile_java_class): Add source_version,
21476                 target_version arguments.
21477                 * javacomp.c: Rewritten to choose only a compiler that
21478                 respects the specified source_version and target_version.
21479
21480         2006-06-27  Bruno Haible  <bruno@clisp.org>
21481
21482                 Assume correct S_ISDIR macro.
21483                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
21484
21485         2006-07-22  Bruno Haible  <bruno@clisp.org>
21486
21487                 * javaversion.h: New file, from GNU gettext.
21488                 * javaversion.c: New file, from GNU gettext.
21489                 * javaversion.java: New file, from GNU gettext.
21490                 * javaversion.class: New file, from GNU gettext.
21491
21492         2006-05-17  Bruno Haible  <bruno@clisp.org>
21493
21494                 Cygwin portability.
21495                 * javaexec.c (execute_java_class): Test for jview program
21496                 also on Cygwin.
21497
21498         2006-04-09  Bruno Haible  <bruno@clisp.org>
21499
21500                 * fatal-signal.c: Don't include string.h.
21501                 (at_fatal_signal): Use a copying loop instead of memcpy.
21502
21503         2005-12-04  Bruno Haible  <bruno@clisp.org>
21504
21505                 * csharpexec.c: Add support for 'clix' launcher (untested).
21506                 (execute_csharp_using_sscli): New function.
21507                 (execute_csharp_program): Call it.
21508
21509         2006-06-21  Bruno Haible  <bruno@clisp.org>
21510
21511                 Avoid warnings from recent versions of mcs.
21512                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
21513                 -o, -L, -r any more. Use options documented since mcs-1.0
21514                 instead. Similarly for -g.
21515
21516         2005-07-09  Bruno Haible  <bruno@clisp.org>
21517
21518                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
21519                 add a .dll suffix.
21520                 Reported by Mark Junker <mjscod@gmx.de>.
21521
21522         2006-06-17  Bruno Haible  <bruno@clisp.org>
21523
21524                 * config.charset: Update for NetBSD 3.0.
21525
21526         2006-05-17  Bruno Haible  <bruno@clisp.org>
21527
21528                 Cygwin portability.
21529                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
21530
21531         2006-05-16  Bruno Haible  <bruno@clisp.org>
21532
21533                 * localcharset.c [CYGWIN]: Include <windows.h>.
21534                 (get_charset_aliases): For Cygwin, return the same CPxxx
21535                 aliases list as under WIN32.
21536                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
21537                 the environment variables. Fall back to GetACP().
21538
21539         2006-04-05  Bruno Haible  <bruno@clisp.org>
21540
21541                 * config.charset: Update Juan Manuel Guerrero's address.
21542
21543         2005-02-12  Bruno Haible  <bruno@clisp.org>
21544
21545                 * allocsa.h: Add extern "C" for C++.
21546
21547         2005-02-10  Bruno Haible  <bruno@clisp.org>
21548
21549                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
21550                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
21551
21552         2006-07-22  Bruno Haible  <bruno@clisp.org>
21553
21554                 * gettext.h: Update to GNU gettext-0.15.
21555
21556 2006-07-22  Bruno Haible  <bruno@clisp.org>
21557
21558         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
21559         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
21560         lib-prefix.m4, longdouble.m4, ssize_t.m4.
21561
21562 2006-07-21  Eric Blake  <ebb9@byu.net>
21563
21564         * modules/stdlib-safer: New file.
21565         * MODULES.html.sh (File stream based Input/Output): Add
21566         stdlib-safer.
21567
21568 2006-07-21  Eric Blake  <ebb9@byu.net>
21569
21570         * lib/stdlib-safer.h: New file from coreutils, required by
21571         stdlib--.h.
21572
21573 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
21574
21575         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
21576
21577 2006-07-20  Bruno Haible  <bruno@clisp.org>
21578
21579         * gnulib-tool: Recognize new option --assume-autoconf.
21580         (autoconf_minversion): New variable.
21581         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
21582
21583 2006-07-20  Bruno Haible  <bruno@clisp.org>
21584
21585         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
21586
21587 2006-07-19  Derek R. Price  <derek@ximbiot.com>
21588
21589         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
21590         Reindent and repaginate.
21591
21592 2006-07-19  Derek Price  <derek@ximbiot.com>
21593
21594         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
21595         Correct grammar.
21596
21597 2006-07-17  Bruno Haible  <bruno@clisp.org>
21598
21599         * modules/list: New file.
21600         * modules/array-list: New file.
21601         * modules/carray-list, modules/carray-list-tests: New files.
21602         * modules/linked-list, modules/linked-list-tests: New files.
21603         * modules/avltree-list, modules/avltree-list-tests: New files.
21604         * modules/rbtree-list, modules/rbtree-list-tests: New files.
21605         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
21606         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
21607         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
21608         * modules/oset: New file.
21609         * modules/array-oset: New file.
21610         * modules/avltree-oset, modules/avltree-oset-tests: New files.
21611         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
21612         * tests/test-carray_list.c: New file.
21613         * tests/test-linked_list.c: New file.
21614         * tests/test-avltree_list.c: New file.
21615         * tests/test-rbtree_list.c: New file.
21616         * tests/test-linkedhash_list.c: New file.
21617         * tests/test-avltreehash_list.c: New file.
21618         * tests/test-rbtreehash_list.c: New file.
21619         * tests/test-avltree_oset.c: New file.
21620         * tests/test-rbtree_oset.c: New file.
21621         * MODULES.html.sh (Container data structures): New section.
21622
21623 2006-07-17  Bruno Haible  <bruno@clisp.org>
21624
21625         * m4/gl_list.m4: New file.
21626
21627 2006-07-17  Bruno Haible  <bruno@clisp.org>
21628
21629         * lib/gl_list.h: New file.
21630         * lib/gl_list.c: New file.
21631         * lib/gl_array_list.h: New file.
21632         * lib/gl_array_list.c: New file.
21633         * lib/gl_carray_list.h: New file.
21634         * lib/gl_carray_list.c: New file.
21635         * lib/gl_linked_list.h: New file.
21636         * lib/gl_linked_list.c: New file.
21637         * lib/gl_anylinked_list1.h: New file.
21638         * lib/gl_anylinked_list2.h: New file.
21639         * lib/gl_avltree_list.h: New file.
21640         * lib/gl_avltree_list.c: New file.
21641         * lib/gl_anyavltree_list1.h: New file.
21642         * lib/gl_anyavltree_list2.h: New file.
21643         * lib/gl_rbtree_list.h: New file.
21644         * lib/gl_rbtree_list.c: New file.
21645         * lib/gl_anyrbtree_list1.h: New file.
21646         * lib/gl_anyrbtree_list2.h: New file.
21647         * lib/gl_anytree_list1.h: New file.
21648         * lib/gl_anytree_list2.h: New file.
21649         * lib/gl_linkedhash_list.h: New file.
21650         * lib/gl_linkedhash_list.c: New file.
21651         * lib/gl_anyhash_list1.h: New file.
21652         * lib/gl_anyhash_list2.h: New file.
21653         * lib/gl_avltreehash_list.h: New file.
21654         * lib/gl_avltreehash_list.c: New file.
21655         * lib/gl_rbtreehash_list.h: New file.
21656         * lib/gl_rbtreehash_list.c: New file.
21657         * lib/gl_anytreehash_list1.h: New file.
21658         * lib/gl_anytreehash_list2.h: New file.
21659
21660         * lib/gl_oset.h: New file.
21661         * lib/gl_oset.c: New file.
21662         * lib/gl_array_oset.h: New file.
21663         * lib/gl_array_oset.c: New file.
21664         * lib/gl_avltree_oset.h: New file.
21665         * lib/gl_avltree_oset.c: New file.
21666         * lib/gl_rbtree_oset.h: New file.
21667         * lib/gl_rbtree_oset.c: New file.
21668         * lib/gl_anytree_oset.h: New file.
21669
21670 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21671
21672         * m4/mkancesdirs.m4: New file.
21673         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
21674         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
21675         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
21676         it.
21677
21678 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21679
21680         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
21681         * lib/mkancesdirs.h: New files.
21682         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
21683         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
21684         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
21685         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
21686         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
21687         callers changed.  Revamp internals significantly, by not
21688         attempting to create directories that are temporarily more
21689         permissive than the final results.  Do not attempt to use
21690         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
21691         This removes some race conditions, fixes some bugs, and simplifies
21692         things.  Use new dirchownmod function to do owner and mode changes.
21693         * lib/mkdir-p.h: Likewise.
21694         * lib/modechange.c (octal_to_mode): New function.
21695         (struct mode_change): New member mentioned.
21696         (make_node_op_equals): New arg mentioned.  All callers changed.
21697         (mode_compile): Keep track of which mode bits the user has explicitly
21698         mentioned.
21699         (mode_adjust): New arg DIR, so that we implement the X op correctly.
21700         New arg PMODE_BITS, to keep track of which mode bits the user
21701         mentioned; it treats S_ISUID and S_ISGID speciall.
21702         All callers changed.
21703         * lib/modechange.h: Likewise.
21704
21705 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21706
21707         * MODULES.html.sh: Add mkancestors.
21708         * modules/mkancesdirs: New module.
21709         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
21710         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
21711         The chdir-safer and afs files are now orphans; I'll remove them
21712         unless someone speaks up.
21713         Add lib/dirchownmod.c, lib/dirchownmod.h.
21714         (Depends-on): Remove alloca, chown, save-cwd, dirname.
21715         Add lchown, mkancesdirs.
21716         (Maintainer): Add self.
21717
21718 2006-07-15  Karl Berry  <karl@gnu.org>
21719
21720         * gnulib-tool: help message wording/arrangement.
21721
21722 2006-07-14  Simon Josefsson  <jas@extundo.com>
21723
21724         * doc/gnulib.texi (Libtool and Windows): New section.
21725
21726 2006-07-12  Simon Josefsson  <jas@extundo.com>
21727
21728         * modules/gendocs (License): Fix license, approved by Karl.
21729
21730 2006-07-12  Eric Blake  <ebb9@byu.net>
21731
21732         * MODULES.html.sh: Add gendocs.
21733
21734 2006-07-11  Eric Blake  <ebb9@byu.net>
21735
21736         * modules/fdl: New module, to install doc/fdl.texi.
21737         * MODULES.html.sh: Add new section for documentation modules.
21738         * gnulib-tool: Avoid space-tab.
21739         (--doc-base): New option, to manage files from doc.
21740
21741 2006-07-11  Eric Blake  <ebb9@byu.net>
21742
21743         * m4/absolute-header.m4: Fix comments to match recent change.
21744
21745 2006-07-11  Eric Blake  <ebb9@byu.net>
21746
21747         * gnulib-tool: List --doc-base before --tests-base.
21748
21749 2006-07-11  Derek R. Price  <derek@ximbiot.com>
21750
21751         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
21752
21753 2006-07-11  Bruno Haible  <bruno@clisp.org>
21754
21755         * README: Mention where to put documentation.
21756
21757 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21758
21759         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
21760
21761 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
21762
21763         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
21764         to stdint.m4.
21765
21766 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
21767
21768         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
21769         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
21770         "no/such/file/stdint.h" when there is no such file, so that
21771         the resulting C code can be parsed by dodgy compilers.
21772         Problems reported by Bob Proulx.
21773
21774 2006-07-10  Derek R. Price  <derek@ximbiot.com>
21775
21776         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
21777         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
21778         macros into the GNU _D_EXACT_NAMLEN.
21779         * lib/savedir.c:  Likewise.
21780         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
21781
21782 2006-07-10  Derek R. Price  <derek@ximbiot.com>
21783         and Paul Eggert  <eggert@cs.ucla.edu>
21784
21785         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
21786         * m4/savedir.m4:
21787         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
21788         macros into the GNU _D_EXACT_NAMLEN.
21789
21790 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
21791
21792         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
21793         around the absolute name, to work around a problem with the HP-UX
21794         11.23 native C compiler, reported by Bob Proulx.
21795
21796 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
21797
21798         * doc/maintain.texi, make-stds.texi: Sync from
21799         <http://savannah.gnu.org/projects/gnustandards>.
21800
21801 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
21802
21803         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
21804
21805 2006-07-09  Jim Meyering  <jim@meyering.net>
21806
21807         * m4/glob.m4: Remove a doubled word in a comment.
21808
21809 2006-07-09  Jim Meyering  <jim@meyering.net>
21810
21811         * lib/argp-pv.c: Remove a doubled word in a comment.
21812         * lib/check-version.c (check_version): Likewise.
21813         * lib/javacomp.c (compile_java_class): Likewise.
21814
21815 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
21816
21817         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
21818         for the benefit of people using Autoconf 2.60.  If you want to
21819         support older Autoconf versions you can copy m4/onceonly_2_57.m4
21820         (or m4/onceonly.m4, if pre-2.57) manually.
21821
21822 2006-07-08  Jim Meyering  <jim@meyering.net>
21823
21824         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
21825         comment.
21826         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
21827         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
21828         comment.
21829
21830 2006-07-08  Jim Meyering  <jim@meyering.net>
21831
21832         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
21833
21834 2006-07-07  Simon Josefsson  <jas@extundo.com>
21835
21836         * tests/test-crc.c: Change expected crc value, the test vector
21837         were probably computed using the old broken crc.c?
21838
21839 2006-07-06  Simon Josefsson  <jas@extundo.com>
21840
21841         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
21842         now the canonical place for the M4 file).
21843
21844         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
21845         from the sys_socket dependency now.
21846
21847         * modules/inet_pton (Files): Ditto.
21848
21849         * modules/inet_ntop (Files): Ditto.
21850
21851 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21852
21853         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
21854         not gl_PREREQ_GETUSERSHELL.
21855
21856 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21857
21858         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
21859         with only one argument, for Autoconf 2.60.
21860         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
21861         expand to nothing, so add a shell command to avoid syntax error.
21862         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
21863
21864 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21865
21866         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
21867
21868 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21869
21870         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
21871         no longer needed.  Check for isblank decl.
21872         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
21873         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
21874         of existence.
21875
21876 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21877
21878         * lib/getloadavg.c: Use __VMS, not VMS.
21879         * lib/getopt.c: Likewise.
21880         * lib/getpagesize.h: Likewise.
21881         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
21882         and probably does not work.
21883
21884 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21885
21886         * lib/.cppi-disable: Add wcwidth.
21887         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
21888         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
21889         (ISGRAPH): Remove.  All uses changed to isgraph.
21890         (FOLD) [!defined _LIBC]: Remove special case.
21891         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
21892         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
21893         HAVE_ISBLANK.
21894         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
21895         case.
21896
21897 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
21898
21899         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
21900         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
21901         brackets.  Other minor changes to suppress some compiler
21902         warnings.
21903
21904 2006-07-06  Derek R. Price  <derek@ximbiot.com>
21905         and Paul Eggert  <eggert@cs.ucla.edu>
21906
21907         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
21908         of invoking obsolescent AC_HEADER_DIRENT macro.
21909         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
21910         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
21911         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
21912         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
21913         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
21914         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
21915         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
21916         * m4/readdir.m4: Remove; no longer needed.
21917
21918 2006-07-06  Derek R. Price  <derek@ximbiot.com>
21919         and Paul Eggert  <eggert@cs.ucla.edu>
21920
21921         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
21922         Don't worry about this obsolete case any more.
21923         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
21924         directories.
21925         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
21926         worry about this obsolete case any more.
21927         * lib/fts.c: Likewise.
21928         * lib/getcwd.c: Likewise.
21929         * lib/glob.h: Likewise.
21930         * lib/savedir.c: Likewise.
21931
21932 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21933
21934         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
21935         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
21936         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
21937         needed.
21938         All uses removed.
21939         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
21940         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
21941         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
21942         needed.
21943         * m4/getdate.m4 (gl_GETDATE): Likewise.
21944         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
21945         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
21946         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
21947         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
21948         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
21949         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21950         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
21951         needed.
21952
21953 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21954
21955         * lib/memcasecmp.c: Include <limits.h>.
21956         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
21957         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
21958         Don't assume isdigit succeeds only on '0' through '9'.
21959
21960 2006-07-05  Eric Blake  <ebb9@byu.net>
21961
21962         * modules/getaddrinfo (Depends-on): Add snprintf.
21963
21964 2006-07-05  Eric Blake  <ebb9@byu.net>
21965
21966         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
21967         to avoid 'header present but could not be compiled' on cygwin.
21968
21969 2006-07-05  Eric Blake  <ebb9@byu.net>
21970
21971         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
21972         missing from netdb.h.
21973         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
21974
21975 2006-07-05  Derek R. Price  <derek@ximbiot.com>
21976
21977         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
21978         no longer needed.
21979         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
21980         * m4/getdate.m4 (gl_GETDATE): Likewise.
21981         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
21982         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
21983         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
21984         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
21985         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21986
21987 2006-07-05  Derek R. Price  <derek@ximbiot.com>
21988
21989         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
21990         All uses of is_space replaced by isspace.
21991         * lib/exit.h: Don't talk about STDC_HEADERS.
21992         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
21993         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
21994         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
21995         replaced by isprint etc.
21996         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
21997         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
21998         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
21999         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
22000         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
22001         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
22002
22003 2006-07-05  Bruno Haible  <bruno@clisp.org>
22004
22005         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
22006         the function exists, before testing against AIX.
22007         Reported by Martin Lambers <marlam@marlam.de>.
22008
22009 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
22010
22011         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
22012         From Mark D. Baushke.
22013
22014 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
22015
22016         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
22017         to the absolute name, not just one, to bypass Sun C 5.8's
22018         "warning: #include of /usr/include/... may be non-portable".
22019
22020 2006-07-04  Eric Blake  <ebb9@byu.net>
22021
22022         * modules/dirname-tests: New test module.
22023         * tests/test-dirname.c: New file, replacing dirname.c
22024         TEST_DIRNAME section that was recently deleted.
22025
22026 2006-07-04  Bruno Haible  <bruno@clisp.org>
22027
22028         Assume ANSI C header files and <ctype.h> functions.
22029         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
22030         (mbsnwidth): Use isprint, iscntrl instead.
22031
22032 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22033
22034         Merge from coreutils.
22035         * MODULES.html.sh: Add xstrtold.
22036         * modules/xstrtold: New file.
22037         * modules/cycle-check (Files): Add lib/same-inode.h.
22038         * modules/dirname (Files): Add m4/double-slash-root.m4.
22039         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
22040         * modules/mkdir-p (Files): Add lib/same-inode.h.
22041         * modules/same (Files): Add lib/same-inode.h.
22042
22043 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22044
22045         * m4/absolute-header.m4: Renamed from full-header-path.m4.
22046         This is to keep the terminology clean; POSIX talks about
22047         "absolute pathnames", not "full pathnames", but the GNU
22048         Coding Standards say to use "path" for something else;
22049         so use "absolute" to keep both sides happy.
22050         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
22051         Set gl_absolute_header, not gl_full_header_path.
22052         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
22053         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
22054         All uses changed.
22055
22056         Merge from coreutils.
22057
22058         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
22059
22060         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
22061         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
22062         want to require the building of c-strtod.o.
22063         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
22064         needs -lm directly.
22065         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
22066
22067         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
22068
22069         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
22070         --as-needed option if available.  Problem reported by Albert Chin in
22071         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
22072         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
22073         cc merely issues a bunch of annoying warnings for --as-needed
22074         (this problem was reported by Bob Proulx).  Also, try linking with
22075         -lm to detect a bug in binutils 2.16 (this problem was reported
22076         by Ralf Wildenhues).
22077
22078         2006-06-18  Jim Meyering  <jim@meyering.net>
22079
22080         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
22081         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
22082         macro.
22083         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
22084         also check for glibc-2.4's abort-inducing bug.
22085
22086         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
22087         Low-probability clean-up should be to use rmdir to get rid of
22088         the just-created directory, not unlink.
22089
22090         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
22091         configure fail, and request a bug report to inform us about it.
22092         Add a comment that, barring reports to the contrary, in 2007 we'll
22093         assume ftruncate is universally available.
22094
22095         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
22096
22097         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
22098
22099         2006-03-12  Jim Meyering  <jim@meyering.net>
22100
22101         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
22102         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
22103         * m4/same.m4 (gl_SAME): Likewise.
22104         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
22105
22106         2006-03-11  Eric Blake  <ebb9@byu.net>
22107
22108         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
22109         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
22110         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
22111         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
22112
22113 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22114
22115         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
22116         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
22117         reported by Mark D. Baushke, one in
22118         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
22119
22120         Merge from coreutils.
22121
22122         * lib/.cppi-disable: Add stdint_.h.
22123         * lib/.cvsignore: Add stdint.h.
22124
22125         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
22126
22127         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
22128         both double and long double versions.
22129         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
22130         * lib/xstrtold.c: New file.
22131         * lib/xstrtod.h (xstrtold): New decl.
22132
22133         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
22134
22135         * lib/filemode.c (setst): Remove.
22136         (strmode): Rewrite to avoid setst.  This makes the code shorter,
22137         (arguably) clearer, and the generated code is a bit smaller on my
22138         Debian GNU/Linux stable x86 host.
22139
22140         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
22141
22142         * lib/filemode.c: Include "filemode.h" first, to test the interface.
22143         Assume that filemode.h includes sys/types.h and sys/stat.h.
22144         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
22145         (ftypelet): Reorder to put common cases first, for efficiency.
22146         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
22147         to do 'M'.
22148         (strmode): Renamed from mode_string, and now stores 12 bytes instead
22149         of 10, for compatibility with FreeBSD.  All callers changed.
22150         (filemodestring): Now stores 12 bytes instead of 10, and sets file
22151         types that can't be deduced solely from st_mode.  First arg is now a
22152         const pointer.
22153         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
22154         (strmode): Renamed from mode_string.
22155         (filemodestring): New decl.
22156         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
22157         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
22158         needed.
22159         (S_ISPORT, S_ISWHT): New macros, if not already defined.
22160
22161         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22162
22163         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
22164         fsusage.h now does that.  Include fsusage.h first, to test interface.
22165         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
22166         at most one method (the old code could have generated decls that
22167         didn't conform to C89, not that this was ever exercised).
22168         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
22169
22170         2006-03-19  Jim Meyering  <jim@meyering.net>
22171
22172         Work even in a chroot where d_ino values for entries in "/"
22173         don't match the stat.st_ino values for the same names.
22174         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
22175         number, iterate through all entries again, using lstat instead.
22176         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
22177         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
22178
22179         * lib/getcwd.c (__getcwd): Clarify a comment.
22180         Use memcpy in place of a call to strcpy.
22181
22182         2006-03-12  Jim Meyering  <jim@meyering.net>
22183
22184         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
22185         matches that of the current directory (which we're about to chdir ".."
22186         out of), then save the dev-ino of the parent, instead.
22187
22188         * lib/same-inode.h (SAME_INODE): New file/macro.
22189         * lib/chdir-safer.c (SAME_INODE): Remove definition.
22190         Include "same-inode.h", instead.
22191         * lib/same.c: Likewise.
22192         * lib/cycle-check.h: Include "same-inode.h".
22193         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
22194         * lib/cycle-check.c (SAME_INODE): Remove definition.
22195         * lib/root-dev-ino.h: Include "same-inode.h".
22196
22197         2006-03-11  Eric Blake  <ebb9@byu.net>
22198
22199         * lib/same.c (same_name): s/base_name/last_component/
22200         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
22201         * lib/filenamecat.c (file_name_concat): Likewise.
22202
22203         2006-03-11  Eric Blake  <ebb9@byu.net>,
22204                     Paul Eggert  <eggert@cs.ucla.edu>
22205
22206         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
22207         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
22208         drive prefix.
22209         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
22210         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
22211         (last_component): New method.
22212         * lib/dirname.c (dir_len): Determine when drive letters need a
22213         subsequent slash.  Preserve // when it is special.
22214         (dir_name): Don't append dot when drive letter is absolute.
22215         [TEST_DIRNAME]: Move into a full-blown gnulib test.
22216         * lib/basename.c (base_name): New semantics - malloc the result.
22217         Preserve // when it is special.  Preserve relative files that look
22218         like drive letters.
22219         (base_len): Preserve // when it is special.
22220         (last_component): New method, similar to old base_name semantics.
22221         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
22222         base_name.  Strip redundant slashes from ///.
22223
22224 2006-07-03  Jim Meyering  <jim@meyering.net>
22225
22226         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
22227         macro is used before the first cycle_check call.
22228
22229 2006-07-03  Eric Blake  <ebb9@byu.net>
22230
22231         * modules/dirname (Depends-on): Add xstrndup.
22232
22233 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22234
22235         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
22236         test cases, so that config.log is a bit easier to follow.
22237
22238 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22239
22240         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
22241         both are 64 bits, since this seems to be the tradition, and this
22242         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
22243         we ever run into a host that prefers long long to long in this
22244         case, we'll need another configure-time test.  Problem reported by
22245         Jim Meyering.
22246
22247 2006-07-02  Eric Blake  <ebb9@byu.net>
22248
22249         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
22250
22251 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22252
22253         * modules/inttypes (Depends-on): No longer depends on stdint.
22254         * modules/stdint (Description): Say more about assumptions.
22255         Say that the fast types might differ.  Say macros are used.
22256         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
22257         (Makefile.am): Revise list of substituted symbols to match
22258         new stdint.m4.
22259         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
22260         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
22261         * tests/test-stdint.c (verify_same_types)
22262         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
22263         the code conforms to C99/C89.
22264         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
22265         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
22266
22267 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22268
22269         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
22270         but fix a bug, by requiring at least 64 bits.
22271         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
22272         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
22273         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
22274         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
22275
22276         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
22277         changes.  Make 2.59 a prerequisite.  Check and substitute for
22278         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
22279         inttypes.h.  Do not use special include files; just use the
22280         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
22281         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
22282         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
22283         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
22284         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
22285         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
22286         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
22287         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
22288         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
22289         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
22290         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
22291         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
22292         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
22293         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
22294         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
22295         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
22296         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
22297         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
22298         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
22299         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
22300         WINT_MAX.  Check for C99 conformance more strictly, by detecting
22301         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
22302         not check for things that C99 does not require, e.g., int8_t.  If
22303         a test isn't needed unless <stdint.h> isn't working, and is
22304         unlikely to be needed for any other reason, then don't do it
22305         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
22306         size_t, since we assume C89 freestanding at least.  Do not check
22307         for sig_atomic_t, wchar_t, or wint_t, since the code now does
22308         the right thing even if the types are not defined.  Instead use:
22309         (gl_STDINT_TYPE_PROPERTIES): New macro.
22310         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
22311         testing whether <sys/types.h> clashes, as Autoconf does this for
22312         us now.  All uses removed.
22313         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
22314         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
22315         (gl_CHECK_TYPE_SAME):
22316         Remove; no longer needed.
22317         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
22318         exists, since we'll return 0 anyway in that case.
22319         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
22320
22321 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22322
22323         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
22324         possible collision with system files.
22325         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
22326         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
22327         WCHAR_MIN and WCHAR_MAX in this case.
22328         (<stddef.h>): Do not include; no longer needed.
22329         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
22330         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
22331         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
22332         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
22333         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
22334         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
22335         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
22336         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
22337         !defined(__c99))]: Include in this case too, since it's harmless
22338         now.
22339         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
22340         dangerous to do so.
22341         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
22342         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
22343         (_STDINT_MIN, _STDINT_MAX): New macros.
22344         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
22345         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
22346         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
22347         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
22348         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
22349         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
22350         macros, not typedefs; this simplifies things quite a bit.
22351         Use long int for all types narrower than int64_t.
22352         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
22353         Define in terms of long long int or int64_t or long int,
22354         not int64_t or int32_t.  This saves some compile-time testing.
22355         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
22356         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
22357         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
22358         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
22359         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
22360         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
22361         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
22362         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
22363         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
22364         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
22365         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
22366         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
22367         undef any previous version and define our own version, for
22368         simplicity and consistency with the new macros for types.
22369         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
22370         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
22371         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
22372         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
22373         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
22374         @WINT_T_SUFFIX@ to keep things simple here.
22375         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
22376         Simplify by assuming typical 8/16/32/64 host, since we're
22377         already doing that elsewhere anyway.
22378         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
22379         and assume long long int is 64 bits if available.  This
22380         speeds up 'configure'.
22381
22382 2006-07-01  Eric Blake  <ebb9@byu.net>
22383
22384         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
22385         Reported by Andreas Buening.
22386
22387 2006-07-01  Eric Blake  <ebb9@byu.net>
22388
22389         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
22390
22391 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
22392
22393         * lib/getaddrinfo.c: fixed typo
22394
22395 2006-06-29  Jim Meyering  <jim@meyering.net>
22396
22397         * modules/strftime (Maintainer): Add my name, since with the
22398         FPRINTFTIME changes strftime.c has forked from glibc.
22399
22400 2006-06-29  Eric Blake  <ebb9@byu.net>
22401
22402         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
22403
22404 2006-06-29  Eric Blake  <ebb9@byu.net>
22405
22406         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
22407
22408 2006-06-29  Eric Blake  <ebb9@byu.net>
22409
22410         * lib/stat_.h: New file.
22411
22412 2006-06-29  Eric Blake  <ebb9@byu.net>
22413
22414         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
22415         unused static function.
22416
22417 2006-06-29  Eric Blake  <ebb9@byu.net>
22418
22419         * doc/functions.texi (Function Portability): Document missing lstat
22420         on mingw.
22421
22422 2006-06-29  Eric Blake  <ebb9@byu.net>
22423
22424         * MODULES.html.sh: Add sys_stat.
22425         * modules/sys_stat: New module.
22426         * modules/mkstemp (Depends-on): Add sys_stat.
22427
22428 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22429
22430         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
22431
22432 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22433
22434         * m4/c-bs-a.m4: Removed.
22435
22436 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22437
22438         * lib/strftime.c: Assume strftime() exists.
22439
22440 2006-06-29  Derek Price  <derek@ximbiot.com>
22441
22442         * modules/c-bs-a: Removed - \a is C89.
22443         * MODULES.html.sh: Remove c-bs-a.
22444
22445 2006-06-29  Bruno Haible  <bruno@clisp.org>
22446
22447         * modules/wcwidth (License): Change to LGPL.
22448
22449 2006-06-28  Simon Josefsson  <jas@extundo.com>
22450
22451         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
22452         on _WIN32.
22453
22454         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
22455         getnameinfo.
22456
22457 2006-06-28  Simon Josefsson  <jas@extundo.com>
22458
22459         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
22460
22461 2006-06-28  Simon Josefsson  <jas@extundo.com>
22462
22463         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
22464         functions there.  It will succeed on Windows XP, but on Windows
22465         2000 and (presumably) earlier, it will fail, and use the internal
22466         re-implementation.
22467         (use_win32_p): New function.
22468         (getaddrinfo): Use strtoul on servname, to support numeric ports.
22469         Support AI_NUMERICSERV to disable getservbyname.
22470         (getnameinfo): New function, only supports
22471         NI_NUMERICHOST|NI_NUMERICSERV for now.
22472
22473         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
22474         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
22475         getnameinfo.
22476
22477 2006-06-28  Eric Blake  <ebb9@byu.net>
22478
22479         * modules/wcwidth: New file.
22480         * modules/mbchar (Depends-on): Add wcwidth.
22481         * modules/mbswidth (Depends-on): Add wcwidth.
22482         * MODULES.html.sh: Add wcwidth.
22483
22484 2006-06-28  Eric Blake  <ebb9@byu.net>
22485
22486         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
22487         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
22488
22489 2006-06-28  Eric Blake  <ebb9@byu.net>
22490
22491         * lib/xvasprintf.h: Fix comments.
22492
22493 2006-06-28  Eric Blake  <ebb9@byu.net>
22494
22495         * lib/mbchar.h (wcwidth): Include wcwidth.h.
22496         * lib/mbswidth.c (wcwidth): Move from here...
22497         * lib/wcwidth.h: ...to this new file.
22498
22499 2006-06-28  Derek R. Price  <derek@ximbiot.com>
22500
22501         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
22502
22503         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
22504         it's obsolete.
22505         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
22506
22507 2006-06-28  Derek R. Price  <derek@ximbiot.com>
22508
22509         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
22510         Autoconf 2.60 says this stuff was obsolete.
22511
22512 2006-06-28  Bruno Haible  <bruno@clisp.org>
22513
22514         * modules/wcwidth (Files): Add m4/wchar_t.m4.
22515
22516 2006-06-28  Bruno Haible  <bruno@clisp.org>
22517
22518         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
22519         gt_TYPE_WCHAR_T.
22520
22521 2006-06-28  Bruno Haible  <bruno@clisp.org>
22522
22523         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
22524         declaration for wcwidth.
22525         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
22526
22527 2006-06-28  Bruno Haible  <bruno@clisp.org>
22528
22529         * lib/mkdtemp.c [MINGW]: Include <io.h>.
22530         (mkdir): Define using _mkdir.
22531
22532 2006-06-28  Bruno Haible  <bruno@clisp.org>
22533
22534         * lib/getaddrinfo.h: Fix POSIX URL.
22535         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
22536         _WIN32.
22537         (use_win32_p): Make static.
22538         (getaddrinfo): Reject service name if it is empty or does not consist
22539         solely of decimal digits, or if its value is > 65535.
22540         (getnameinfo): Remove useless casts.
22541
22542 2006-06-27  Simon Josefsson  <jas@extundo.com>
22543
22544         * modules/sys_select: New file, suggested by Bruno Haible, Paul
22545         Eggert and Martin Lambers.
22546
22547 2006-06-27  Simon Josefsson  <jas@extundo.com>
22548
22549         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
22550         Eggert and Martin Lambers.
22551
22552 2006-06-27  Bruno Haible  <bruno@clisp.org>
22553
22554         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
22555         result to 0, not to empty.
22556         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
22557
22558 2006-06-27  Bruno Haible  <bruno@clisp.org>
22559
22560         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
22561
22562 2006-06-26  Simon Josefsson  <jas@extundo.com>
22563
22564         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
22565         present.
22566
22567 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
22568
22569         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
22570         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
22571         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
22572
22573 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
22574
22575         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
22576
22577 2006-06-26  Bruno Haible  <bruno@clisp.org>
22578
22579         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
22580
22581 2006-06-26  Bruno Haible  <bruno@clisp.org>
22582
22583         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
22584
22585 2006-06-26  Bruno Haible  <bruno@clisp.org>
22586
22587         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
22588         SGI C compiler in pre-C99 mode.
22589         Suggested by Mark D. Baushke and Larry Jones.
22590
22591 2006-06-26  Bruno Haible  <bruno@clisp.org>
22592
22593         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
22594         WCHAR_MAX.
22595         Reported by Mark D. Baushke and Larry Jones.
22596
22597 2006-06-26  Bruno Haible  <bruno@clisp.org>
22598
22599         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
22600         in pre-C99 mode.
22601         Suggested by Mark D. Baushke and Larry Jones.
22602
22603 2006-06-23  Simon Josefsson  <jas@extundo.com>
22604             Bruno Haible  <bruno@clisp.org>
22605
22606         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
22607         Emit mostlyclean-local rule.
22608         (func_emit_tests_Makefile_am): Likewise.
22609         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
22610
22611 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
22612
22613         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
22614
22615 2006-06-23  Bruno Haible  <bruno@clisp.org>
22616
22617         * tests/test-stdint.c: Update to match ISO C 99 Technical
22618         Corrigendum 1.
22619
22620 2006-06-23  Bruno Haible  <bruno@clisp.org>
22621
22622         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
22623
22624 2006-06-23  Bruno Haible  <bruno@clisp.org>
22625
22626         * lib/stdint_.h: Treat IRIX like OpenBSD.
22627
22628 2006-06-23  Bruno Haible  <bruno@clisp.org>
22629
22630         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
22631         ISO C 99 Technical Corrigendum 1.
22632
22633 2006-06-22  Simon Josefsson  <jas@extundo.com>
22634
22635         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
22636         MinGW.
22637
22638 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22639
22640         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
22641         needed.  Some compiler complained about some of them.  Problem reported
22642         by Larry Jones in
22643         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
22644
22645 2006-06-21  Simon Josefsson  <jas@extundo.com>
22646
22647         * tests/test-getaddrinfo.c: New file.
22648
22649         * modules/getaddrinfo-tests: New file.
22650
22651         * MODULES.html.sh: Add inet_pton.
22652
22653         * modules/inet_pton: New file.
22654
22655 2006-06-21  Simon Josefsson  <jas@extundo.com>
22656
22657         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
22658         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
22659         of using the (limited) gnulib implementation on Windows XP.
22660
22661         * m4/inet_pton.m4: New file.
22662
22663 2006-06-21  Simon Josefsson  <jas@extundo.com>
22664
22665         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
22666         variable.
22667
22668         * lib/socket_.h: Don't define WINVER.
22669
22670         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
22671         slightly modified to work in gnulib.
22672
22673 2006-06-21  Simon Josefsson  <jas@extundo.com>
22674
22675         * doc/gnulib.texi (Windows sockets): Add.
22676
22677 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
22678
22679         * lib/read-file.c (fread_file): Start with buffer allocation of
22680         0 bytes rather than 1 byte; this simplifies the code.
22681         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
22682         code to free buffer and save/restore errno.
22683         (internal_read_file): Remove unused local.
22684
22685 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
22686
22687         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
22688         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
22689         Problem reported by Denis Excoffier in
22690         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
22691
22692 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22693
22694         * modules/sys_socket, modules/socklen: Include sys/types since
22695         FreeBSD 4.x's sys/socket.h needs it.
22696
22697 2006-06-19  Simon Josefsson  <jas@extundo.com>
22698
22699         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
22700
22701 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
22702
22703         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
22704
22705 2006-06-19  Bruno Haible  <bruno@clisp.org>
22706
22707         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
22708         and FULL_PATH_INTTYPES_H in angle brackets.
22709         Reported by Mark D. Baushke <mdb@gnu.org>.
22710
22711 2006-06-17  Eric Blake  <ebb9@byu.net>
22712
22713         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
22714         errno.
22715
22716 2006-06-17  Bruno Haible  <bruno@clisp.org>
22717
22718         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
22719         <sys/inttypes.h>.
22720
22721 2006-06-17  Bruno Haible  <bruno@clisp.org>
22722
22723         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
22724         whether errno is declared. Assume <errno.h> declares errno.
22725
22726 2006-06-17  Bruno Haible  <bruno@clisp.org>
22727
22728         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
22729
22730 2006-06-17  Bruno Haible  <bruno@clisp.org>
22731
22732         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
22733         problem on Solaris 2.5.1.
22734
22735 2006-06-16  Eric Blake  <ebb9@byu.net>
22736
22737         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
22738         * lib/unicodeio.c [!defined errno]: Likewise.
22739         * lib/strtol.c [!defined errno]: Likewise.
22740         * lib/strtod.c [!defined errno]: Likewise.
22741
22742 2006-06-15  Eric Blake  <ebb9@byu.net>
22743
22744         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
22745
22746 2006-06-15  Eric Blake  <ebb9@byu.net>
22747
22748         * config/srclist.txt (ssize_t.m4): Lose sync.
22749
22750 2006-06-15  Bruno Haible  <bruno@clisp.org>
22751
22752         * modules/stdint (Files): Include m4/full-header-path.m4,
22753         m4/size_max.m4, m4/wchar_t.m4.
22754         (Makefile.am): Many more substitutions.
22755         * modules/stdint-tests: New file.
22756         * tests/test-stdint.c: New file.
22757
22758 2006-06-15  Bruno Haible  <bruno@clisp.org>
22759
22760         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
22761         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
22762         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
22763         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
22764         gl_CHECK_TYPE_SAME): New macros.
22765
22766 2006-06-15  Bruno Haible  <bruno@clisp.org>
22767
22768         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
22769
22770 2006-06-15  Bruno Haible  <bruno@clisp.org>
22771
22772         * lib/stdint_.h: Rewritten to be fully auto-configured.
22773         Fixes bug on HP-UX/IA64.
22774
22775 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
22776
22777         * lib/getdate.y (__attribute__): Don't define if already defined.
22778         Problem reported by Larry Jones.
22779         * lib/utimens.c (__attribute__): Likewise.
22780
22781 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
22782
22783         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
22784         reported by Andreas Schwab.
22785
22786 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22787             Bruno Haible  <bruno@clisp.org>
22788
22789         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
22790         check for the declaration of strnlen and a run test that exposes the
22791         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
22792         rpl_strndup.
22793
22794 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22795             Bruno Haible  <bruno@clisp.org>
22796
22797         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
22798
22799 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22800
22801         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
22802         compile test, for Tru64 4.0D.
22803
22804 2006-05-28  Karl Berry  <karl@gnu.org>
22805
22806         * config/srclist.txt (printf-args.c): lose sync.
22807
22808 2006-05-26  Martin Lambers  <marlam@marlam.de>
22809
22810         * lib/getpass.c: Updates the test for the native W32 API, and adds
22811         missing includes, thus fixing compilation warnings.
22812
22813 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
22814
22815         * lib/exclude.c (exclude_fnmatch): New function.
22816         (excluded_file_name): Call exclude_fnmatch.
22817         * lib/exclude.h (excluded_file_name): New prototype
22818
22819 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
22820
22821         * lib/tempname.c (small_open, large_open): New macros.
22822         (__open, __open64) [!_LIBC]: Remove.
22823         (__gen_tempname): Use small_open and large_open instead of __open
22824         and __open64.  This fixes a portability bug on HP-UX 11.11i
22825         reported by Simon Wing-Tang in
22826         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
22827
22828 2006-05-24  Bruno Haible  <bruno@clisp.org>
22829
22830         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
22831         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
22832         Reported by Thorsten Maerz <torte@netztorte.de> via
22833         Aaron Stone <aaron@serendipity.cx>.
22834
22835 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22836
22837         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
22838         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
22839         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
22840         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
22841         not really conditional on the cache.
22842         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
22843
22844 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22845
22846         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
22847         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
22848         (my_usleep): Don't mishandle maximum value.
22849
22850 2006-05-19  Jim Meyering  <jim@meyering.net>
22851
22852         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
22853
22854 2006-05-17  Bruno Haible  <bruno@clisp.org>
22855
22856         Cygwin portability.
22857         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
22858
22859 2006-05-17  Bruno Haible  <bruno@clisp.org>
22860
22861         * lib/stdint_.h: Fix recognition of Cygwin.
22862
22863 2006-05-15  Bruno Haible  <bruno@clisp.org>
22864
22865         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
22866         on libtool patch by Ralf Wildenhues.
22867
22868 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22869
22870         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
22871         test for C99 conformance; (bool) 0.5 is an integer constant
22872         expression, but (bool) -0.5 is not.  Problem reported by Fedor
22873         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
22874
22875 2006-05-11  Simon Josefsson  <jas@extundo.com>
22876
22877         * m4/xvasprintf.m4: Fix obvious typo.
22878
22879 2006-05-11  Jim Meyering  <jim@meyering.net>
22880
22881         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
22882         James Lemley.
22883
22884 2006-05-10  Simon Josefsson  <jas@extundo.com>
22885
22886         * lib/md4.c: Typo fix, update copyright years.
22887         (K1, K2): Don't use L because it turn computations into 64-bit on
22888         64-bit platforms.
22889
22890 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
22891
22892         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
22893         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
22894         unwanted sign propagation, e.g., on hosts with 64-bit int.
22895         There still are some problems with reeelly weird theoretical hosts
22896         (e.g., 33-bit int) but it's not worth worrying about now.
22897         * lib/sha1.c (rol): Likewise.
22898         (K1, K2, K3, K4): Remove unnecessary L suffix.
22899
22900 2006-05-10  Bruno Haible  <bruno@clisp.org>
22901
22902         * lib/des.c: Cast to avoid warnings.
22903
22904 2006-05-09  Bruno Haible  <bruno@clisp.org>
22905
22906         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
22907         (Depends-on): Depend also on xsize, stdarg.
22908         (configure.ac): Add gl_XVASPRINTF.
22909
22910 2006-05-09  Bruno Haible  <bruno@clisp.org>
22911
22912         * m4/xvasprintf.m4: New file.
22913
22914 2006-05-09  Bruno Haible  <bruno@clisp.org>
22915
22916         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
22917         (EOVERFLOW): Define fallback value.
22918         (xstrcat): New function.
22919         (xvasprintf): Recognize the special case of a string concatenation.
22920
22921 2006-05-08  Eric Blake  <ebb9@byu.net>
22922
22923         * gnulib-tool (func_version): Base copyright year on CVS date.
22924         (func_emit_copyright_notice): New function.
22925         (func_emit_lib_Makefile_am): Use it.
22926         (func_emit_tests_Makefile_am): Likewise.
22927         (func_import): Likewise.
22928
22929 2006-05-08  Bruno Haible  <bruno@clisp.org>
22930
22931         * modules/stdarg: New file.
22932         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
22933
22934 2006-05-08  Bruno Haible  <bruno@clisp.org>
22935
22936         * m4/stdarg.m4: New file, from GNU gettext.
22937
22938 2006-05-08  Bruno Haible  <bruno@clisp.org>
22939
22940         * config/srclist.txt (build-aux/config.rpath): different from latest
22941         release.
22942
22943 2006-05-08  Bruno Haible  <bruno@clisp.org>
22944
22945         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
22946
22947 2006-05-05  Jim Meyering  <jim@meyering.net>
22948
22949         * m4/warning.m4: New file, derived from bison's file by the same name.
22950
22951 2006-05-03  Bruno Haible  <bruno@clisp.org>
22952
22953         * lib/stdint_.h: Shorter URL.
22954         * lib/inttypes.h: Likewise.
22955
22956 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
22957
22958         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
22959
22960 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
22961
22962         * lib/verify.h: Document the internals better.  Most of this change
22963         was written by Bruno Haible.
22964
22965 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
22966
22967         * doc/verify.texi: New file, partly based on a proposal by
22968         Bruno Haible.
22969
22970 2006-05-02  Bruno Haible  <bruno@clisp.org>
22971
22972         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
22973         test from here...
22974         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
22975
22976 2006-04-29  Bruno Haible  <bruno@clisp.org>
22977
22978         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
22979         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
22980
22981 2006-04-29  Bruno Haible  <bruno@clisp.org>
22982
22983         * gnulib-tool: Make --update option actually work.
22984
22985 2006-04-29  Bruno Haible  <bruno@clisp.org>
22986
22987         * doc/gcd.texi: New file.
22988         * doc/gnulib.texi: Include it.
22989
22990 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
22991
22992         * lib/getdate.y (get_date): When adding relative date, start with the
22993         initial time, not with the result of the first mktime call.
22994
22995 2006-04-25  Bruno Haible  <bruno@clisp.org>
22996
22997         * gnulib-tool (func_import): Output the include directives in three
22998         blocks, sorted separately.
22999         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23000
23001 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
23002
23003         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
23004         to define main with arguments, for C++.  Reported by Eric Blake.
23005         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
23006         Prefer 'int main ()' to 'int main (void)', for C++.
23007         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
23008         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
23009         for 'main', for C99 and C++.
23010
23011 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
23012
23013         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
23014         Don't assume that exit status -1 is valid.
23015         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
23016         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
23017         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
23018         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
23019         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
23020         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
23021         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
23022         functions can be used without declaring them, or that you can
23023         exit with status -1.
23024         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
23025
23026 2006-04-24  Karl Berry  <karl@gnu.org>
23027
23028         * config/srclist.txt (longdouble.m4): sync lost.
23029
23030 2006-04-24  Eric Blake  <ebb9@byu.net>
23031
23032         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
23033
23034 2006-04-24  Bruno Haible  <bruno@clisp.org>
23035
23036         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
23037         poll() implementation in AIX.
23038         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23039
23040 2006-04-24  Bruno Haible  <bruno@clisp.org>
23041
23042         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
23043         assigned exactly once.
23044
23045 2006-04-23  Claudio Fontana  <claudio@gnu.org>
23046             Bruno Haible  <bruno@clisp.org>
23047
23048         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
23049         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
23050         for AM_CPPFLAGS.
23051
23052 2006-04-23  Bruno Haible  <bruno@clisp.org>
23053
23054         * modules/copy-file: Depend on unistd.
23055         * modules/execute: Likewise.
23056         * modules/fatal-signal: Likewise.
23057         * modules/findprog: Likewise.
23058         * modules/mkdtemp : Likewise.
23059         * modules/pipe: Likewise.
23060         * modules/wait-process: Likewise.
23061
23062 2006-04-23  Bruno Haible  <bruno@clisp.org>
23063
23064         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
23065         condition was already detected.
23066         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23067
23068 2006-04-23  Bruno Haible  <bruno@clisp.org>
23069
23070         * lib/copy-file.c: Include <unistd.h> unconditionally.
23071         * lib/execute.c: Likewise.
23072         * lib/fatal-signal.c: Likewise.
23073         * lib/findprog.c: Likewise.
23074         * lib/mkdtemp.c: Likewise.
23075         * lib/pipe.h: Likewise.
23076         * lib/pipe.c: Likewise.
23077         * lib/wait-process.h: Likewise.
23078
23079 2006-04-23  Bruno Haible  <bruno@clisp.org>
23080
23081         * gnulib-tool (func_usage): Fix --import description. Document
23082         --update.
23083         (func_import): Create temporary file in a temporary directory, if
23084         --dry-run is specified. Silence errors from 'grep' when there are no
23085         m4 files in $m4dir.
23086         (func_create_testdir): Silence errors from 'grep' when there are no
23087         m4 files in $m4dir.
23088         Reported by Karl Berry <karl@freefriends.org>.
23089
23090 2006-04-20  Bruno Haible  <bruno@clisp.org>
23091
23092         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
23093         one argument, so that the code will be portable to Autoconf 2.60.
23094         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
23095         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
23096         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
23097
23098 2006-04-19  Derek Price  <derek@ximbiot.com>
23099             Eric Blake  <ebb9@byu.net>
23100
23101         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
23102         rather than "/full/path.h".  Update comment to match.  Shorten &
23103         generalize m4_translit call via AS_TR_CPP.
23104
23105 2006-04-19  Derek Price  <derek@ximbiot.com>
23106             Eric Blake  <ebb9@byu.net>
23107
23108         * lib/inttypes.h: Correct grammar in comment.
23109
23110 2006-04-18  Derek Price  <derek@ximbiot.com>
23111             Paul Eggert  <eggert@cs.ucla.edu>
23112
23113         * modules/inttypes: New file.
23114         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
23115
23116 2006-04-18  Derek Price  <derek@ximbiot.com>
23117             Paul Eggert  <eggert@cs.ucla.edu>
23118
23119         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
23120         New files.
23121
23122 2006-04-18  Derek Price  <derek@ximbiot.com>
23123             Paul Eggert  <eggert@cs.ucla.edu>
23124
23125         * lib/inttypes.h: New file.
23126         * lib/strtoimax.c: Assume <inttypes.h>.
23127
23128 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
23129
23130         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
23131         isn't mounted.  Problem reported by Kir Kolyshkin.
23132
23133 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
23134
23135         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
23136         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
23137         Derek R. Price.
23138         * lib/regex.h (RE_DUP_MAX): Update comment to match current
23139         implementation.
23140
23141 2006-04-12  Eric Blake  <ebb9@byu.net>
23142
23143         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
23144         is now done automatically by the corresponding Autoconf macro.
23145
23146 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
23147
23148         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
23149         time_r.h.
23150
23151 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23152
23153         Merge regex changes from libc, removing some of our
23154         POSIX-conformance changes that were rejected and redoing them in a
23155         less-intrusive way.
23156
23157         * lib/regcomp.c (re_compile_internal, init_dfa):
23158         Length arg is now size_t, not Idx.  All uses changed.
23159         (peek_token): Forward decl now says internal_function.
23160         (__re_error_msgid, __re_error_msgid_idx):
23161         Now static rather than extern with attribute_hidden.
23162         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
23163         For some reason libc prefers K&R style defns for external functions.
23164         (regerror) [!defined _LIBC]: Likewise.
23165         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
23166         (seek_collating_symbol_entry, lookup_collation_sequence_value):
23167         (build_range_exp, build_collating_symbol):
23168         Use K&R-style defn.
23169         (re_compile_fastmap): Use '\0' to memset, not 0.
23170         (utf8_sb_map): Make the calculations more obvious.
23171         (init_dfa, parse_bracket_exp, build_charclass_op):
23172         Call calloc and cast result, as glibc does.
23173         (init_word_char, fetch_token, peek_token, peek_token_bracket):
23174         (build_range_exp, build_collating_symbol):
23175         Now internal functions.
23176
23177         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
23178
23179         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
23180         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
23181         Don't depend on VMS; depend on __VMS instead, for POSIX
23182         namespace cleanness.
23183         (regoff_t): Define to ssize_t, not long int.
23184
23185         Remove the REG_ macros named below.  Instead, make the old names
23186         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
23187         __USE_GNU_REGEX.
23188         (REG_BACKSLASH_ESCAPE_IN_LISTS):
23189         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
23190         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
23191         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
23192         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
23193         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
23194         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
23195         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
23196         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
23197         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
23198         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
23199         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
23200         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
23201         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
23202         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
23203         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
23204         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
23205         (REG_NREGS):
23206         Remove.  All uses replaced by the old RE_* names.
23207         (RE_BACKSLASH_ESCAPE_IN_LISTS):
23208         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
23209         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
23210         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
23211         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
23212         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
23213         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
23214         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
23215         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
23216         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
23217         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
23218         Don't bother having these macros be independent of each others'
23219         values, since they no longer exist in the POSIX name space.
23220
23221         Rename the following member names back to their old names,
23222         unless !__USE_GNU_REGEX.  All uses changed back.
23223         (buffer): Renamed from re_buffer.
23224         (allocated): Renamed from re_allocated.
23225         (used): Renamed from re_used.
23226         (syntax): Renamed from re_syntax.
23227         (fastmap): Renamed from re_fastmap.
23228         (translate): Renamed from re_translate.
23229         (can_be_null): Renamed from re_can_be_null.
23230         (regs_allocated): Renamed from re_regs_allocated.
23231         (fastmap_accurate): Renamed from re_fastmap_accurate.
23232         (no_sub): Renamed from re_no_sub.
23233         (not_bol): Renamed from re_not_bol.
23234         (not_eol): Renamed from re_not_eol.
23235         (newline_anchor): Renamed from re_newline_anchor.
23236         (num_regs): Renamed from rm_num_regs.
23237         (start): Renamed from rm_start.
23238         (end): Renamed from rm_end.
23239
23240         (free_state): Move up a bit.
23241
23242         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
23243         #define to be empty.
23244         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
23245         when that is what is intended.
23246         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
23247         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
23248         (MAX): New macro.
23249         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
23250         All uses changed back to re_malloc, etc.  It's now the caller's
23251         responsibility to check for overflow; all callers changed.
23252         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
23253         (re_x2nrealloc): Remove.
23254         (free_state): Remove decl.
23255
23256         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
23257         (re_set_registers, re_exec):
23258         Use K&R-style defn.
23259
23260         2006-01-31  Roland McGrath  <roland@redhat.com>
23261
23262         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
23263         Reported by Mike Frysinger <vapier@gentoo.org>.
23264
23265         2006-01-15  Andreas Jaeger  <aj@suse.de>
23266
23267         [BZ #1950]
23268         * lib/regex_internal.c (re_string_reconstruct): Adjust for
23269         build_wcs_upper_buffer change.
23270         (build_wcs_upper_buffer): Change return type.
23271
23272         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
23273
23274         * lib/regex_internal.h: Include <stdint.h> if available.
23275
23276         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
23277
23278         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
23279
23280         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
23281
23282         * lib/regcomp.c: Adjust for changed secondary hash function.
23283
23284         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
23285
23286         * lib/regex.h: Pretty printing.
23287         Clean up namespace a bit.
23288
23289         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
23290
23291         * lib/regexec.c (update_cur_sifted_state, check_arrival,
23292         check_arrival_add_next_nodes): Avoid using uninitialized variable.
23293
23294         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
23295                     Ulrich Drepper  <drepper@redhat.com>
23296
23297         [BZ #1302]
23298         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
23299         changed.
23300         (bitset_word_t): Renamed from bitset_word.  All uses changed.
23301
23302         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
23303
23304         [BZ #281]
23305         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
23306         * lib/regcomp.c: Remove unnecessary uses of
23307         unsigned RE_TRANSLATE_TYPE.
23308         * lib/regex_internal.h: Likewise.
23309         * lib/regex_internal.c: Likewise.
23310         * lib/regexec.c: Likewise.
23311         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
23312
23313         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
23314
23315         * lib/regexec.c (find_recover_state): Remove unnecessary
23316         initialization.
23317         (transit_state_bkref): Make DFA a const pointer.
23318         (get_subexp): Likewise.
23319         (check_arrival): Likewise.
23320         (update_cur_sifted_state): Likewise.
23321         (re_search_internal): Likewise.
23322         (prune_impossible_nodes): Likewise.
23323         (acquire_init_state_context): Likewise.
23324         (proceed_next_node): Likewise.
23325         (set_regs): Likewise.
23326         (free_fail_stack_return): Likewise.
23327         (check_arrival_expand_ecl): Mark DFA parameter as const.
23328         (check_arrival_expand_ecl_sub): Likewise.
23329         (check_subexp_limits): Likewise.
23330         (sub_epsilon_src_nodes):  Likewise.
23331         (add_epsilon_src_nodes):  Likewise.
23332         (merge_state_array): Likewise.
23333         (update_regs): Likewise.
23334         (build_trtable): Likewise.
23335         (sift_states_backward): Mark MCTX parameter as const.
23336         (build_sifted_states): Likewise.
23337         (update_cur_sifted_state): Likewise.
23338         (sift_states_mkref): Likewise.
23339         (check_arrival_expand_ecl): Mark eclosure as const.
23340         (check_dst_limits_calc_pos_1): Likewise.
23341         * lib/regex_internal.h (re_match_context_t): Make dfa a const
23342         pointer.
23343
23344         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
23345
23346         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
23347         (transit_state_sb): Likewise.
23348         (transit_state_mb): Likewise.
23349         (sift_states_iter_mb): Likewise.
23350         (check_arrival_add_next_nodes): Likewise.
23351         (check_node_accept_bytes): Change first parameter to pointer-to-const.
23352         [_LIBC] (re_search_2_stub): Use mempcpy.
23353
23354         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
23355         mbrtowc for very simple UTF-8 case.
23356
23357         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
23358         a pointer-to-const.
23359         (re_acquire_state_context): Likewise.
23360         * lib/regex_internal.h: Adjust prototypes.
23361
23362         * lib/regex.c: Prevent using C++ compilers.
23363
23364         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
23365         (re_acquire_state_context): Likewise.
23366
23367 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23368
23369         * modules/regex (Depends-on): Add ssize_t.
23370
23371 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23372
23373         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
23374         translation table.
23375
23376 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23377
23378         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
23379
23380 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
23381             Bruno Haible  <bruno@clisp.org>
23382
23383         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
23384         <sys/types.h> and <inttypes.h>.
23385
23386 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23387
23388         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
23389         `__error_t_defined', so argp.h will not typedef the former.
23390
23391 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
23392
23393         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
23394         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
23395         glibc names.  Even if glibc is changed to conform to POSIX, the
23396         traditional names will be available anyway, since regex depends on
23397         the extensions module.  Also, fix a longstanding typo in the
23398         implementation of Spencer ERE test #75 from grep 2.3.  Problems
23399         reported by Emanuele Giaquinta.  Also, change sense of cached
23400         variable, so that the message makes sense.
23401
23402 2006-03-24  Simon Josefsson  <jas@extundo.com>
23403
23404         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
23405         including some doc fixes.
23406         (base64_encode_alloc): Fix +1 bug on allocation failures.
23407
23408 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23409
23410         * lib/base64.c (base64_encode): Do not read past end of array with
23411         unsanitized input on systems with CHAR_BIT > 8.
23412
23413 2006-03-24  Eric Blake  <ebb9@byu.net>
23414
23415         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
23416
23417 2006-03-22  Karl Berry  <karl@gnu.org>
23418
23419         * config/srclist.txt (*setenv.[ch]): get from coreutils.
23420         * config/srclistvars.sh (COREUTILS): new var.
23421
23422 2006-03-17  Jim Meyering  <jim@meyering.net>
23423
23424         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
23425         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
23426
23427 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
23428
23429         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
23430         no longer needs it.  Instead, check that regoff_t is as least
23431         as wide as ptrdiff_t.
23432
23433         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
23434         so that our regex.h stays compatible with the installed regex.
23435         This is helpful for installers who configure --without-included-regex.
23436         Problem reported by Emanuele Giaquinta.
23437
23438 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
23439
23440         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
23441         Typedef to long int, not to off_, as POSIX will likely change
23442         in that direction.
23443
23444 2006-03-15  Eric Blake  <ebb9@byu.net>
23445
23446         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
23447
23448 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
23449
23450         * lib/argp-help.c (validate_uparams): Fix typo
23451         * lib/argp-parse.c (argp_default_options): Consistently begin help
23452         messages with a lowercase letter.
23453
23454 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
23455
23456         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
23457         overrun buffers and shouldn't be used (much as gets shouldn't be
23458         used).
23459         * lib/time_r.c (asctime_r, ctime_r): Likewise.
23460
23461 2006-03-08  Simon Josefsson  <jas@extundo.com>
23462
23463         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
23464         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23465
23466 2006-03-08  Simon Josefsson  <jas@extundo.com>
23467
23468         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
23469         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23470
23471 2006-03-08  Simon Josefsson  <jas@extundo.com>
23472
23473         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
23474         signal that configure disabled the device.
23475
23476 2006-03-08  Simon Josefsson  <jas@extundo.com>
23477
23478         * build-aux/maint.mk: Fix refresh-po, to handle no translated
23479         languages.
23480
23481 2006-03-07  Simon Josefsson  <jas@extundo.com>
23482
23483         * modules/getopt (Depends-on): Add unistd.
23484
23485         * modules/unistd: New file.
23486
23487 2006-03-07  Simon Josefsson  <jas@extundo.com>
23488
23489         * modules/gc-random: New file.
23490
23491 2006-03-07  Simon Josefsson  <jas@extundo.com>
23492
23493         * m4/unistd_h.m4: New file.
23494
23495 2006-03-07  Simon Josefsson  <jas@extundo.com>
23496
23497         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
23498         test to be side-effect free by storing the result in the cache
23499         variable gl_cv_lib_readline, and moving the assignment of
23500         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
23501         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23502
23503 2006-03-07  Simon Josefsson  <jas@extundo.com>
23504
23505         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
23506         error on missing devices (the functions will return an error).
23507
23508         * m4/gc.m4: Move random stuff to gc-random.m4
23509
23510 2006-03-07  Simon Josefsson  <jas@extundo.com>
23511
23512         * lib/unistd_.h: New file.
23513
23514 2006-03-07  Simon Josefsson  <jas@extundo.com>
23515
23516         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
23517
23518 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23519
23520         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
23521         Problem reported by Juan Manuel Guerrero.
23522
23523 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23524
23525         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
23526         the unistd module.
23527         * lib/getlogin_r.c: Likewise.
23528         * lib/getlogin_r.h: Likewise.
23529         * lib/glob.c: Likewise.
23530         * lib/pagealign_alloc.c: Likewise.
23531         * lib/unistd_.h: Remove; no longer needed.
23532
23533 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23534
23535         * MODULES.html.sh (Support for systems lacking POSIX:2001):
23536         Add unistd.
23537         * modules/c-stack (Depends-on): Add unistd.
23538         * modules/getlogin_r: Likewise.
23539         * modules/glob: Likewise.
23540         * modules/pagealign_alloc: Likewise.
23541         * modules/unistd (Files): Remove lib/unistd_.h.
23542         (EXTRA_DIST): Remove.
23543         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
23544         need unistd_.h.
23545         (MOSTLYCLEANFILES): Remove unistd.h-t.
23546
23547 2006-03-03  Simon Josefsson  <jas@extundo.com>
23548
23549         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
23550
23551 2006-03-03  Simon Josefsson  <jas@extundo.com>
23552
23553         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
23554         libidn and bison.
23555
23556 2006-03-03  Simon Josefsson  <jas@extundo.com>
23557
23558         * build-aux/maint.mk: Add indent target.
23559
23560 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
23561
23562         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
23563         our replacement poll.h in any case, to avoid a differing
23564         declaration from a system header.  Seen on AIX.
23565
23566 2006-03-01  Simon Josefsson  <jas@extundo.com>
23567
23568         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
23569         <kasal@ucw.cz>.
23570
23571 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23572
23573         * modules/gettime (Depends-on): Add extensions module.
23574         * modules/nanosleep (Depends-on): Likewise.
23575         * modules/settime (Depends-on): Likewise.
23576
23577 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23578
23579         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
23580         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
23581         pedantically.
23582         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
23583         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
23584
23585         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
23586         not "==".  Reported by Ralf Wildenhues.
23587
23588 2006-03-01  Karl Berry  <karl@gnu.org>
23589
23590         * doc/Copyright/request-*: new files, synced from gnuorg.
23591
23592 2006-03-01  Karl Berry  <karl@gnu.org>
23593
23594         * config/srclist.txt (Copyright/*): new entries.
23595
23596 2006-02-28  Simon Josefsson  <jas@extundo.com>
23597
23598         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
23599
23600 2006-02-27  Simon Josefsson  <jas@extundo.com>
23601
23602         * lib/base64.h: Indent #define's.  From Jim Meyering
23603         <jim@meyering.net>.
23604
23605 2006-02-27  Jim Meyering  <jim@meyering.net>
23606
23607         Revert the change of 2006-02-24, so these files can continue
23608         to be sync'd from gettext.
23609         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
23610         of `config.h'.
23611
23612 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23613
23614         * modules/intprops: New file.
23615         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
23616         Add intprops.
23617         * modules/getloadavg (Files): Remove lib/intprops.h.
23618         (Depends-on): Add intprops.
23619         * modules/human: Likewise.
23620         * modules/inttostr: Likewise.
23621         * modules/openat: Likewise.
23622         * modules/sig2str: Likewise.
23623         * modules/userspec: Likewise.
23624         * modules/utimecmp: Likewise.
23625         * modules/xnanosleep: Likewise.
23626         * modules/xstrtol: Likewise.
23627
23628 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
23629
23630         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
23631         * modules/lock-tests (TESTS): Use $(EXEEXT).
23632         * modules/tls-tests: Likewise.
23633         * modules/argp-tests: Likewise.
23634         (check_PROGRAMS): New var, replacing...
23635         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
23636
23637 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23638
23639         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
23640         `config.h'.
23641
23642 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
23643
23644         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
23645
23646 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23647
23648         Sync from coreutils.
23649         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
23650         gl_CHDIR_SAFER.
23651
23652 2006-02-22  Jim Meyering  <jim@meyering.net>
23653
23654         Sync from coreutils.
23655         * m4/chdir-safer.m4: New file.
23656
23657 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
23658
23659         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
23660         AT_FDCWD exceeds INT_MAX.
23661         * lib/openat.h (AT_FDCWD): Likewise.
23662
23663 2006-02-17  Eric Blake  <address@hidden>
23664
23665         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
23666
23667 2006-02-16  Simon Josefsson  <jas@extundo.com>
23668
23669         * modules/getaddrinfo (Depends-on): Add sys_socket.
23670
23671 2006-02-15  Simon Josefsson  <jas@extundo.com>
23672
23673         * build-aux/maint.mk: Add dsyntax-check rule.
23674
23675 2006-02-15  Eric Blake  <ebb9@byu.net>
23676
23677         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
23678         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
23679         'present but cannot compile' warnings on cygwin.
23680         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
23681         use ws2tcpip.h if sys/socket.h works.
23682         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
23683         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
23684
23685 2006-02-14  Simon Josefsson  <jas@extundo.com>
23686
23687         * modules/maintainer-makefile (Files): Rename.
23688
23689         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
23690         and (the local) Makefile.cfg to maint-cfg.mk.
23691
23692         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
23693         to the latter.
23694
23695         * modules/maintainer-makefile: New module.
23696
23697         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
23698         severaly stripped to make it possible to build it up from scratch
23699         with reliable tests.
23700
23701         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
23702         fixes to permit overriding the default actions when configure and
23703         makefile are not available.
23704
23705 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
23706
23707         Sync from coreutils.
23708         * modules/lstat (Depends-on): Don't depend on xalloc.
23709         (License): Change from GPL to LGPL, since this is now simply a
23710         replacement for a libc function.
23711
23712 2006-02-14  Jim Meyering  <jim@meyering.net>
23713
23714         Sync from coreutils.
23715
23716         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
23717         failure on deficient systems, and simplify gnulib lgpl dependencies.
23718         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
23719         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
23720
23721         * lib/xalloc-die.c: Remove unused definition of N_.
23722
23723 2006-02-14  Jim Meyering  <jim@meyering.net>
23724
23725         Sync from coreutils.
23726         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
23727         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
23728         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
23729         double-quote uses of that variable, to accommodate the rare case in
23730         which getmntent is available in none of the libraries checked.  This
23731         happens at least on FreeBSD 5.0.
23732
23733 2006-02-13  Simon Josefsson  <jas@extundo.com>
23734
23735         * gnulib-tool (Usage): Fix --import, from
23736         karl@freefriends.org (Karl Berry).
23737
23738 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
23739
23740         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
23741
23742 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
23743
23744         * lib/argp-namefrob.h: Restore changes accidentally lost during the
23745         "autoupdate" on 2005-12-12.
23746
23747 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
23748
23749         * modules/closeout (Depends-on): Remove atexit.
23750
23751 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
23752
23753         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
23754         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
23755
23756 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
23757
23758         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
23759         __EXTENSIONS__ if this causes compilation to fail.  Problem
23760         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
23761         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
23762
23763 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
23764
23765         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
23766         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
23767         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
23768         All uses changed.
23769
23770 2006-01-26  Simon Josefsson  <jas@extundo.com>
23771
23772         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
23773         prototype is visible on mingw32.
23774
23775         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
23776         for mingw32.
23777
23778         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
23779         mingw32).
23780
23781 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
23782
23783         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
23784         attempt to open for write; this always fails, at least on POSIX
23785         hosts.  This reinstates the 2006-01-09 change, which was
23786         inadvertently removed.
23787
23788 2006-01-26  Bruno Haible  <bruno@clisp.org>
23789
23790         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
23791         Reported by Paul Eggert.
23792
23793 2006-01-26  Bruno Haible  <bruno@clisp.org>
23794             Paul Eggert  <eggert@cs.ucla.edu>
23795
23796         * lib/stdbool_.h (_Bool)
23797         [(! (defined __cplusplus || defined __BEOS__)
23798           && !defined __GNUC__
23799           && !(defined __HP_cc || defined __xlc__
23800                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
23801                || defined __sgi))]:
23802         #define to signed char in these cases too; this simplifies
23803         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
23804         etc., separately) and makes it more conservative.
23805
23806 2006-01-25  Simon Josefsson  <jas@extundo.com>
23807
23808         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
23809         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
23810         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
23811
23812 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
23813
23814         * lib/argp-namefrob.h: Bugfix. Remove stray #
23815
23816 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
23817
23818         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
23819         so that we test the test.
23820         Check for yet another HP-UX cc bug involving *bool |= bool.
23821
23822 2006-01-25  Karl Berry  <karl@gnu.org>
23823
23824         * config/srclist.txt (vasnprintf.c): sync lost.
23825
23826 2006-01-25  Jim Meyering  <jim@meyering.net>
23827
23828         Sync from the stable (b5) branch of coreutils:
23829
23830         * lib/fts.c (fts_children): Don't let close() clobber errno from
23831         failed fchdir().
23832
23833         * lib/fts.c (fts_stat): When following a symlink-to-directory,
23834         don't necessarily interpret stat-fails+lstat-succeeds as indicating
23835         a dangling symlink.  That can also happen at least for ELOOP.
23836         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
23837         FYI, this bug predates the inclusion of fts.c in coreutils.
23838
23839         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
23840         in their own block, so pre-c99 compilers don't object.
23841
23842         Avoid the double-free (first in fts_read, second in fts_close) that
23843         would occur when an `active' directory is made inaccessible (e.g.,
23844         via chmod a-x) during a traversal.
23845         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
23846         before returning.  Reproduce this failure by
23847         mkdir -p a/b; cd a; chmod a-x . b
23848         Reported by Stavros Passas.
23849
23850 2006-01-25  Jim Meyering  <jim@meyering.net>
23851
23852         * lib/fileblocks.c: Remove more useless parentheses.
23853         * lib/readutmp.h: Likewise.
23854
23855 2006-01-25  Bruno Haible  <bruno@clisp.org>
23856
23857         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
23858         warnings.
23859         Reported by Paul Eggert.
23860
23861 2006-01-25  Bruno Haible  <bruno@clisp.org>
23862
23863         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
23864         rid of a trap command. For Solaris sh.
23865         Reported by Mark D. Baushke <mdb@gnu.org>.
23866
23867 2006-01-24  Simon Josefsson  <jas@extundo.com>
23868
23869         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
23870         Bruno.
23871
23872 2006-01-24  Karl Berry  <karl@gnu.org>
23873
23874         * config/srclist.txt (argp-namefrob.h): sync lost.
23875
23876 2006-01-24  Jim Meyering  <jim@meyering.net>
23877
23878         * modules/openat (Files): Add lib/intprops.h.
23879         From Mark D. Baushke.
23880
23881 2006-01-24  Jim Meyering  <jim@meyering.net>
23882
23883         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
23884         Reported by Mark D. Baushke.
23885
23886 2006-01-24  Jim Meyering  <jim@meyering.net>
23887
23888         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
23889
23890 2006-01-24  Bruno Haible  <bruno@clisp.org>
23891
23892         * modules/strnlen (Maintainer): Change from glibc to all.
23893
23894 2006-01-24  Bruno Haible  <bruno@clisp.org>
23895
23896         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
23897         Patch by Paul Eggert.
23898
23899 2006-01-24  Bruno Haible  <bruno@clisp.org>
23900
23901         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
23902         already has it.
23903         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
23904         2005-11-26.
23905
23906         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
23907         'signed char' to avoid problems with the built-in _Bool type.
23908         Reported by Paul Eggert on 2005-11-26.
23909
23910 2006-01-24  Bruno Haible  <bruno@clisp.org>
23911
23912         * gnulib-tool (func_import): Avoid constructing complicated sed
23913         expressions inside backquote.
23914         Report and solution by Mark D. Baushke <mdb@gnu.org>.
23915
23916 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
23917
23918         These changes imported from libc.
23919         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
23920         test and two separate function calls.
23921         * lib/strndup.c (__strndup): Add libc_hidden_def.
23922
23923 2006-01-23  Simon Josefsson  <jas@extundo.com>
23924
23925         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
23926         Remove the test_*_SOURCES variable: automake infers it by default.
23927         * modules/tls-tests: Likewise.
23928
23929 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23930
23931         Work around porting bugs reported by Dieter in
23932         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
23933         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
23934         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
23935         Include "getopt.h" first, to check interface.
23936         (getenv): Declare only if defined HAVE_DECL_GETENV &&
23937         !HAVE_DECL_GETENV.
23938         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
23939         (__strndup): Revert to K&R-style function dfns, the glibc style.
23940         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
23941         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
23942         Include strnlen.h first, to get prototype properly.
23943         (strnlen): Renamed from __strnlen.
23944         Remove weak alias.
23945
23946 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23947
23948         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
23949
23950 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23951
23952         * config/srclist.txt: Adjust to reflect glibc reorganization.
23953         This affects only comments.
23954
23955 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
23956
23957          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
23958          Reported by Bruce Korb <bkorb@gnu.org>.
23959
23960 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
23961
23962         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
23963         to pacify gcc -Wswitch-default.
23964
23965 2006-01-22  Bruno Haible  <bruno@clisp.org>
23966
23967         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
23968         temporary buffer for sprintf, take into account the precision also
23969         for 'd', 'i', 'u', 'o', 'x', 'X'.
23970
23971 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
23972
23973         * modules/argp-tests: New module
23974         * tests/test-argp.c: New file
23975         * tests/test-argp-2.sh: New file
23976
23977 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
23978
23979         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
23980         (__argp_base_name): Removed
23981         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
23982         typo.
23983         (__argp_base_name): Provide macro definition or extern declaration
23984         depending on the configuration
23985
23986 2006-01-20  Simon Josefsson  <jas@extundo.com>
23987
23988         * modules/inet_ntop (Depends-on): Depend on sys_socket.
23989
23990 2006-01-20  Simon Josefsson  <jas@extundo.com>
23991
23992         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
23993
23994 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23995
23996         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
23997         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
23998         Suggested by Bruno Haible.
23999
24000 2006-01-20  Karl Berry  <karl@gnu.org>
24001
24002         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
24003         until changes propagate, I guess.
24004
24005 2006-01-19  Simon Josefsson  <jas@extundo.com>
24006
24007         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
24008
24009 2006-01-19  Simon Josefsson  <jas@extundo.com>
24010
24011         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
24012
24013 2006-01-19  Simon Josefsson  <jas@extundo.com>
24014
24015         * gnulib-tool: Set check_PROGRAMS.
24016
24017         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
24018         modules/des-tests, modules/gc-arcfour-tests,
24019         modules/gc-arctwo-tests, modules/gc-des-tests,
24020         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
24021         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
24022         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
24023         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
24024         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
24025         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
24026         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
24027         test_*_SOURCES.
24028
24029 2006-01-18  Simon Josefsson  <jas@extundo.com>
24030
24031         * modules/socklen (Depends-on): Depend on sys_socket.
24032
24033 2006-01-18  Simon Josefsson  <jas@extundo.com>
24034
24035         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
24036         modules/des-tests, modules/gc-arcfour-tests,
24037         modules/gc-arctwo-tests, modules/gc-des-tests,
24038         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
24039         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
24040         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
24041         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
24042         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
24043         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
24044         $(EXEEXT) to automake TESTS variable, for mingw32.
24045
24046 2006-01-17  Simon Josefsson  <jas@extundo.com>
24047
24048         * modules/socklen (Include): Need sys/socket.h.
24049
24050 2006-01-17  Bruno Haible  <bruno@clisp.org>
24051
24052         * modules/ssize_t (Include): Add <sys/types.h>.
24053
24054 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
24055
24056         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
24057         it's not portable and it doesn't work with cross-compiles.
24058         Problem reported by Bruno Haible.  Fix missing-$ typo in
24059         'test "gl_cv_ignore_unused_libraries" ...' that prevented
24060         -zignore from being used with Sun's C compiler.
24061
24062 2006-01-12  Simon Josefsson  <jas@extundo.com>
24063
24064         * lib/base64.c: Fix warning, reported by Bruno Haible
24065         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
24066
24067 2006-01-12  Bruno Haible  <bruno@clisp.org>
24068
24069         * modules/ldd: New file.
24070         * build-aux/ldd.sh.in: New file.
24071         * MODULES.html.sh (Support for building libraries and executables): Add
24072         ldd.
24073
24074 2006-01-12  Bruno Haible  <bruno@clisp.org>
24075
24076         * m4/ldd.m4: New file.
24077
24078 2006-01-12  Bruno Haible  <bruno@clisp.org>
24079
24080         * gnulib-tool (func_import, func_create_testdir): Don't go into an
24081         endless loop while replacing $auxdir with build-aux.
24082
24083 2006-01-11  Simon Josefsson  <jas@extundo.com>
24084
24085         * lib/stdint_.h (SIZE_MAX): Add missing (.
24086
24087 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
24088
24089         Sync from coreutils.
24090         * lib/md5.c: Fix commentary typos.
24091         (alignof, UNALIGNED_P): No need for a GCC-specific version.
24092         * lib/md5.h (__attribute__): Remove; unused.
24093         * lib/sha1.c: Fix commentary to match md5 better.
24094         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
24095         so that we don't need to worry about alignment.  All uses changed.
24096         This merges the 2005-10-28 md5 change into sha1.
24097
24098 2006-01-11  Jim Meyering  <jim@meyering.net>
24099
24100         Sync from coreutils.
24101         * lib/md5.c (OP): Fix spacing.
24102
24103 2006-01-11  Bruno Haible  <bruno@clisp.org>
24104
24105         Ensure automatic ordering between gl_LOCK and gl_ARGP.
24106         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
24107         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
24108
24109 2006-01-11  Bruno Haible  <bruno@clisp.org>
24110
24111         Ensure automatic ordering between gl_LOCK and gl_ARGP.
24112         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
24113         the "early" section as well.
24114
24115 2006-01-11  Bruno Haible  <bruno@clisp.org>
24116
24117         Avoid "ar: no archive members specified" error on MacOS X.
24118         * gnulib-tool (func_modules_add_dummy): New function.
24119         (func_import, func_create_testdir): Invoke it.
24120
24121 2006-01-11  Bruno Haible  <bruno@clisp.org>
24122
24123         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
24124         with $auxdir in AC_CONFIG_FILES statements.
24125
24126 2006-01-11  Bruno Haible  <bruno@clisp.org>
24127
24128         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24129         Initialize also noinst_HEADERS to empty.
24130
24131 2006-01-11  Bruno Haible  <bruno@clisp.org>
24132
24133         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
24134         variables.
24135         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
24136         autoreconf.
24137
24138 2006-01-11  Bruno Haible  <bruno@clisp.org>
24139
24140         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
24141         overridable by the user.
24142         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24143
24144 2006-01-10  Simon Josefsson  <jas@extundo.com>
24145
24146         * modules/sys_socket: New file.
24147
24148 2006-01-10  Simon Josefsson  <jas@extundo.com>
24149
24150         * m4/sys_socket_h.m4: New file.
24151
24152 2006-01-10  Simon Josefsson  <jas@extundo.com>
24153
24154         * lib/socket_.h: New file.
24155
24156 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24157
24158         * modules/readutmp (Maintainer): Add myself.
24159
24160 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24161
24162         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
24163         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
24164         People who are still concerned with buggy memcmp implementations
24165         can invoke gl_FUNC_MEMCMP themselves.
24166
24167 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24168
24169         * lib/regex_internal.h (BITSET_WORD_BITS):
24170         Work around a bug in 64-bit PGC (before version 6.1-2), where the
24171         preprocessor mishandles large unsigned values as if they were signed.
24172         Problem reported by Claudio Fontana in
24173         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
24174
24175 2006-01-10  Jim Meyering  <jim@meyering.net>
24176
24177         Avoid the double-free (first in fts_read, second in fts_close) that
24178         would occur when an `active' directory is made inaccessible (e.g.,
24179         via chmod a-x) during a traversal.
24180         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
24181         before returning.  Reproduce this failure by
24182         mkdir -p a/b; cd a; chmod a-x . b
24183         Reported by Stavros Passas.
24184
24185         Sync from coreutils.
24186         * lib/sha1.c: Tweak grammar in a comment.
24187
24188 2006-01-10  Jim Meyering  <jim@meyering.net>
24189
24190         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
24191         Patch by Joerg Sonnenberger.
24192
24193 2006-01-10  Bruno Haible  <bruno@clisp.org>
24194
24195         * modules/readutmp: Depend on module free.
24196         * modules/strtok_r: Depend on module restrict.
24197
24198 2006-01-10  Bruno Haible  <bruno@clisp.org>
24199
24200         * modules/gettext (configure.ac): Add an invocation of
24201         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
24202
24203 2006-01-10  Bruno Haible  <bruno@clisp.org>
24204
24205         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
24206         Reported by Werner Lemberg <wl@gnu.org>.
24207
24208 2006-01-10  Bruno Haible  <bruno@clisp.org>
24209
24210         * lib/localcharset.c: Update from GNU gettext.
24211
24212 2006-01-10  Bruno Haible  <bruno@clisp.org>
24213
24214         * lib/argp.h (__const): Remove macro. Use const instead.
24215         * lib/argp-fmtstream.h (__const): Likewise.
24216         * lib/glob_.h (__const): Remove macro.
24217         * lib/glob-libc.h: Use const instead of __const.
24218
24219 2006-01-10  Bruno Haible  <bruno@clisp.org>
24220
24221         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
24222         variable.
24223         Needed to avoid an automake error regarding the 'gettext' module.
24224
24225 2006-01-09  Simon Josefsson  <jas@extundo.com>
24226
24227         * modules/inet_ntop (Depends-on): Add restrict.
24228
24229 2006-01-09  Simon Josefsson  <jas@extundo.com>
24230
24231         * modules/gc-rijndael-tests (License): Put under LGPL.
24232
24233         * modules/gc-des-tests (License): Likewise.
24234
24235         * modules/gc-arcfour-tests (License): Likewise.
24236
24237         * modules/gc-arctwo-tests (License): Likewise.
24238
24239         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
24240
24241         * modules/gc-hmac-sha1-tests (Files): Likewise.
24242
24243         * modules/gc-hmac-md5-tests (License): Likewise.
24244
24245         * modules/gc-sha1-tests (License): Likewise.
24246
24247         * modules/gc-md5-tests (License): Likewise.
24248
24249         * modules/gc-md4-tests (License): Likewise.
24250
24251         * modules/gc-md2-tests (License): Likewise.
24252
24253         * modules/gc-tests (License): Likewise.
24254
24255         * modules/des-tests (License): Likewise.
24256
24257         * modules/md4-tests (License): Likewise.
24258
24259         * modules/md2-tests (License): Likewise.
24260
24261 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24262
24263         Sync from coreutils:
24264
24265         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
24266         * modules/lib-ignore: New file.
24267         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
24268         chdir-safer.m4, lchmod.m4.
24269         * modules/openat: Add mkdirat.c, openat-priv.h.
24270
24271 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24272
24273         Sync from coreutils.
24274         * m4/lib-ignore.m4: New file.
24275         * m4/lchmod.m4: New file.
24276
24277 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24278
24279         Sync from coreutils.
24280         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
24281         for write access: POSIX says that must fail.
24282         * lib/fts.c (diropen): Likewise.
24283         * lib/save-cwd.c (save_cwd): Likewise.
24284         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
24285         well, for minor improvements on hosts that lack O_DIRECTORY.
24286         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
24287         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
24288         Fall back on chown if open failed with EACCES.
24289
24290         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
24291         Report an error at compile-time if only a 1-second nominal clock
24292         resolution is found.
24293
24294         * lib/lchmod.h: New file.
24295         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
24296         (make_dir_parents): Use lchown rather than chown, and
24297         lchmod rather than chmod.
24298
24299         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
24300         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
24301         "proc" reported by n0dalus.
24302
24303         * lib/mountlist.c: Include <limits.h>.
24304         (dev_from_mount_options)
24305         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
24306         New function.  It no longer assumes "dev=" has the System V meaning
24307         on Linux (since it doesn't).  It also parses "dev=" more carefully.
24308         (read_file_system_list)
24309         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
24310         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
24311         dev= in that case.
24312
24313         * lib/posixtm.h (PDS_PRE_2000): New macro.
24314         * lib/posixtm.c (year): Arg is now syntax_bits rather than
24315         allow_century.  All usages changed.  Reject dates outside the range
24316         1969-1999 if PDS_PRE_2000 is used.
24317
24318 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24319
24320         Sync from coreutils.
24321         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
24322         (Time of day items): Mention the possibility of leap seconds.
24323         Problem reported by Dr. David Alan Gilbert.
24324
24325 2006-01-09  Jim Meyering  <jim@meyering.net>
24326
24327         Sync from coreutils.
24328
24329         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
24330
24331         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
24332
24333         * lib/modechange.c (mode_compile): Reject an invalid mode string
24334         that starts with an octal digit.  From Andreas Gruenbacher.
24335
24336         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
24337         and dup to open_safer and dup_safer, respectively.
24338         (openat_permissive): Fix typo in comment.
24339
24340         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
24341         "gettext.h"; either no longer needed or are guaranteed by openat.h.
24342         (_): Remove; no longer needed.
24343         (openat): Renamed from rpl_openat; no need for rpl_openat
24344         since openat.h renames openat for us.
24345         Replace most of the body with a call to openat_permissive,
24346         to avoid duplicate code.
24347         Port to (probably hypothetical) environments were mode_t is
24348         wider than int.
24349         (openat_permissive): Require mode arg, so that we can check
24350         types better.  Put it just after flags.  Change cwd failure
24351         indicator from pointer-to-bool to pointer-to-errno-value.
24352         All callers changed.
24353         Invoke openat_save_fail and/or openat_restore_fail if
24354         cwd_errno is null, so that openat can call us.
24355         (openat_permissive, fdopendir, fstatat, unlinkat):
24356         Simplify errno handling to avoid some duplicate code,
24357         as it's OK to set errno on success.
24358         * lib/openat.h: Revamp code so that function macros depend on
24359         __OPENAT_PREFIX only, not also on AT_FDCWD.
24360         (openat_ro): Remove.  Caller changed to use openat_permissive.
24361         (openat_permissive): Now a macro, if not a function.
24362         (openat_restore_fail, openat_save_fail): Now always functions,
24363         since mkdirat needs them even if __OPENAT_PREFIX is defined.
24364
24365         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
24366         and openat.c.
24367         * lib/mkdirat.c: Include openat-priv.h.
24368         Remove definitions of macros defined therein.
24369         * lib/openat.c: Likewise.
24370
24371         * lib/mkdirat.c (mkdirat): New file and function.
24372         * lib/openat.h (mkdirat): Declare.
24373
24374         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
24375
24376         * lib/openat.h (openat_permissive): Declare.
24377         (openat_ro): Define.
24378
24379         * lib/openat.c (EXPECTED_ERRNO): New macro.
24380         (openat_permissive): New function -- used in remove.c rewrite.
24381         (all functions): Set errno just before returning, only if there
24382         was an actual failure.
24383         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
24384
24385         Emulate openat-family functions using Linux's procfs, if possible.
24386         Idea and some code based on Ulrich Drepper's glibc changes.
24387
24388         * lib/openat.c: (BUILD_PROC_NAME): New macro.
24389         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
24390         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
24391         before falling back on save_cwd and restore_cwd.
24392         (fdopendir, fstatat, unlinkat): Likewise.
24393
24394         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
24395         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
24396
24397         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
24398         as second argument to va_arg.  Otherwise, some versions of gcc
24399         warn that `if this code is reached, the program will abort'.
24400
24401 2006-01-09  Jim Meyering  <jim@meyering.net>
24402
24403         Sync from coreutils.
24404         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
24405         Require openat-priv.h.
24406
24407 2006-01-09  Bruno Haible  <bruno@clisp.org>
24408
24409         * modules/strnlen (Include): Use strnlen.h.
24410
24411 2006-01-09  Bruno Haible  <bruno@clisp.org>
24412
24413         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
24414
24415 2006-01-09  Bruno Haible  <bruno@clisp.org>
24416
24417         * lib/sysexit_.h (EX_OK): New macro.
24418         Suggested by Martin Lambers <marlam@marlam.de>.
24419
24420 2006-01-09  Bruno Haible  <bruno@clisp.org>
24421
24422         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
24423         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
24424
24425 2006-01-09  Bruno Haible  <bruno@clisp.org>
24426
24427         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
24428         numbers.
24429
24430 2006-01-09  Bruno Haible  <bruno@clisp.org>
24431
24432         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
24433         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
24434         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
24435         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
24436
24437 2006-01-09  Bruno Haible  <bruno@clisp.org>
24438
24439         * build-aux/javacomp.sh.in: New file, moved from lib/.
24440         * modules/javacomp-script (Files): Update.
24441         (configure.ac): Add AC_CONFIG_FILES invocation.
24442         (EXTRA_DIST): Remove variable.
24443
24444         * build-aux/javaexec.sh.in: New file, moved from lib/.
24445         * modules/javaexec (Files): Update.
24446         (configure.ac): Add AC_CONFIG_FILES invocation.
24447         (EXTRA_DIST): Remove javaexec.sh.in.
24448
24449         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
24450         * modules/csharpcomp-script (Files): Update.
24451         (configure.ac): Add AC_CONFIG_FILES invocation.
24452         (EXTRA_DIST): Remove variable.
24453
24454         * build-aux/csharpexec.sh.in: New file, moved from lib/.
24455         * modules/csharpexec (Files): Update.
24456         (configure.ac): Add AC_CONFIG_FILES invocation.
24457         (EXTRA_DIST): Remove csharpexec.sh.in.
24458
24459 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
24460
24461         Sync from coreutils.
24462
24463         Add POSIX ACL support
24464         * lib/acl.h (copy_acl, set_acl): Add declarations.
24465         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
24466         systems other than Linux.
24467         (chmod_or_fchmod): New function: use fchmod when possible,
24468         and chmod otherwise.
24469         (file_has_acl): Add a POSIX ACL implementation, with a
24470         Linux-specific subcase.
24471         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
24472         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
24473         acls are unsupported.
24474         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
24475         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
24476         are unsupported.
24477
24478 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
24479
24480         Sync from coreutils.
24481         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
24482
24483 2006-01-07  Bruno Haible  <bruno@clisp.org>
24484
24485         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
24486         gl_EARLY.
24487
24488 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24489
24490         * lib/strftime.c (tzname): Don't declare if it is already #defined.
24491         Problem reported for Mingw by Mark Junker.
24492
24493 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24494
24495         * README: Gnulib normally doesn't generate a tarball.
24496
24497 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
24498
24499         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
24500         long int, not int, for nanosecond counts, so that people who are
24501         used to POSIX struct timespec won't be surprised.  Reported by Jim
24502         Meyering.
24503
24504 2005-12-28  Bruno Haible  <bruno@clisp.org>
24505
24506         * build-aux/config.rpath: Update from GNU gettext.
24507
24508 2005-12-16  Jim Meyering  <jim@meyering.net>
24509
24510         * modules/fprintftime: New module.
24511         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
24512
24513 2005-12-16  Jim Meyering  <jim@meyering.net>
24514
24515         * m4/fprintftime.m4: New file.
24516
24517 2005-12-16  Jim Meyering  <jim@meyering.net>
24518
24519         * lib/fprintftime.c, lib/fprintftime.h: New files.
24520
24521 2005-12-15  Simon Josefsson  <jas@extundo.com>
24522
24523         * modules/socklen (configure.ac): Fix M4 macro name, to align with
24524         new m4/socklen.m4.
24525
24526 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24527
24528         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
24529         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
24530
24531 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24532
24533         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
24534         * lib/argp-help.c (fill_in_uparams): Check if the constructed
24535         struct uparams is valid. Fall back to the default values if it is
24536         not.
24537
24538 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24539
24540         * modules/argp (Files): Add argp-pin.c
24541         (Depends-on): dirname
24542         (lib_SOURCES): Add argp-pin.c
24543
24544 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24545
24546         * m4/argp.m4:  Check if program_invocation_name and
24547         program_invocation_short_name are declared and define appropriate
24548         macros if they are not.
24549
24550 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24551
24552         * lib/argp-help.c (__argp_base_name): New function
24553         (__argp_short_program_name): Rewrite using __argp_base_name
24554         * lib/argp-namefrob.h: Define program_invocation_name and
24555         program_invocation_short_name if requested
24556         (__argp_base_name): Add prototype
24557         * lib/argp-parse.c (argp_def): Use gettext wrappers
24558         (argp_default_parser): Use __argp_base_name
24559         * lib/argp-pin.c: New file. Defines program_invocation_name and
24560         program_invocation_short_name on systems that lack them.
24561
24562 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24563
24564         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
24565         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
24566         porting problem reported by Georg Schwarz in
24567         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
24568
24569 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24570
24571         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
24572         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
24573         porting problem reported by Georg Schwarz in
24574         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
24575
24576 2005-12-05  Bruno Haible  <bruno@clisp.org>
24577
24578         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
24579         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
24580         Reported by Mark Junker <mjscod@gmx.de>.
24581
24582 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
24583
24584         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
24585         Use implementation from Albert Chin, with some
24586         comments/corrections by Stepan Kasal and myself.
24587
24588 2005-12-02  Bruno Haible  <bruno@clisp.org>
24589
24590         * gnulib-tool (func_import): Accept GPLed build tool modules when
24591         --lgpl is given.
24592         * modules/csharpcomp-script: New file.
24593         * modules/csharpcomp: Depend on it.
24594         * modules/javacomp-script: New file.
24595         * modules/javacomp: Depend on it.
24596         Suggested by Simon Josefsson.
24597
24598 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
24599
24600         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
24601         statement, to work around an HP-UX 10.20 compiler bug reported by
24602         Peter O'Gorman.
24603
24604 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
24605
24606         * modules/savedir (Depends-on): Add openat.
24607
24608 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
24609
24610         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
24611         (uintmax_t) [defined uintmax_t]: Do not declare.
24612         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
24613         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
24614         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
24615         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
24616         sake of portability to weird hosts that C allows (though we don't
24617         know of any practical examples).
24618
24619         * lib/savedir.h (fdsavedir): New decl.
24620         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
24621         contains most of the former guts of savedir.
24622         (savedir): Use savedirstream.
24623         Include "openat.h".
24624
24625 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24626
24627         * modules/obstack (Files): Add m4/ulonglong.m4.
24628         Problem reported by Davide Angelocola.
24629
24630 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
24631
24632         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
24633         coreutils no longer futzes with rounding modes.
24634
24635 2005-11-14  Jim Meyering  <jim@meyering.net>
24636
24637         * lib/mkstemp-safer.c: Include <config.h>, required for possible
24638         replacement of mkstemp.
24639
24640 2005-11-10  Simon Josefsson  <jas@extundo.com>
24641
24642         * lib/readline.c: Remove EOL.
24643
24644 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24645
24646         * modules/gethrxtime (Depends-on): Add gettime.
24647
24648 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24649
24650         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
24651         or gettimeofday; no longer needed.
24652
24653 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24654
24655         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
24656         time business.
24657         (gethrxtime) [! (HAVE_NANOUPTIME
24658         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
24659         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
24660         our own approximation.
24661
24662 2005-11-08  Eric Blake  <ebb9@byu.net>
24663
24664         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
24665
24666 2005-11-08  Eric Blake  <ebb9@byu.net>
24667
24668         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
24669
24670 2005-11-04  Bruno Haible  <bruno@clisp.org>
24671
24672         * gnulib-tool: Implement --update mode.
24673
24674 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24675
24676         Fix porting problem reported by Theodoros V. Kalamatianos.
24677         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
24678         Don't assume that futimes failing means we must fail.
24679
24680 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24681
24682         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
24683         variables to suggest the intended function of the PATH_MAX check.
24684
24685 2005-10-30  Kean Johnston  <jkj@sco.com>
24686
24687         Trivial changes to support SCO systems.
24688         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
24689         as PATH_MAX.
24690         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
24691         where __ptr is null when no I/O is pending.
24692
24693 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24694
24695         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
24696         leave errno alone.  Problem reported by Dmitry V. Levin.
24697
24698 2005-10-28  Simon Josefsson  <jas@extundo.com>
24699
24700         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
24701         Test more.
24702
24703         * tests/test-gc-md2.c, tests/test-md2.c: New files.
24704
24705         * modules/md2, modules/md2-tests: New files.
24706
24707 2005-10-28  Simon Josefsson  <jas@extundo.com>
24708
24709         * m4/inet_ntop.m4: More tests.
24710
24711         * m4/gc-md2.m4, md2.m4: New file.
24712
24713 2005-10-28  Simon Josefsson  <jas@extundo.com>
24714
24715         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
24716         "restrict" keywords, as per POSIX.  Protect the function
24717         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
24718         Don't use K&R prototypes.  Check the sprintf return values.
24719         Re-define EAFNOSUPPORT if not present.  Indent.
24720
24721         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
24722         suggested by Bruno Haible <bruno@clisp.org>.
24723
24724         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
24725
24726         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
24727
24728         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
24729         libgcrypt).
24730
24731         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
24732
24733         * lib/md2.h, lib/md2.c: New files.
24734
24735 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
24736
24737         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
24738         errno alone.  Problem reported by Frederic Jolliton.
24739
24740 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
24741
24742         * modules/verify (License): Change from GPL to LGPL.  This is a
24743         tiny module and there are apparently near-equivalents that are
24744         under the BSD license.
24745
24746 2005-10-24  Simon Josefsson  <jas@extundo.com>
24747
24748         * modules/sha1: Relicense to LGPL.
24749
24750 2005-10-24  Simon Josefsson  <jas@extundo.com>
24751
24752         * lib/md4.h: Shrink buffer size, now that we changed the type.
24753
24754 2005-10-23  Simon Josefsson  <jas@extundo.com>
24755
24756         * gnulib-tool (func_import): Fix --tests-base.
24757
24758 2005-10-22  Simon Josefsson  <jas@extundo.com>
24759
24760         * modules/arcfour (Depends-on): Need stdint.
24761
24762 2005-10-22  Simon Josefsson  <jas@extundo.com>
24763
24764         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
24765         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
24766
24767 2005-10-22  Simon Josefsson  <jas@extundo.com>
24768
24769         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
24770         suggested by Bruno Haible <bruno@clisp.org>.
24771
24772 2005-10-22  Simon Josefsson  <jas@extundo.com>
24773
24774         * lib/crc.h: Include stddef.h, for size_t.
24775
24776 2005-10-22  Simon Josefsson  <jas@extundo.com>
24777
24778         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
24779         arcfour_context struct (simplify test vector testing in GNU
24780         Shishi).
24781
24782 2005-10-21  Simon Josefsson  <jas@extundo.com>
24783
24784         * modules/des, modules/des-tests: New files.
24785
24786         * modules/gc-des, modules/gc-des-tests: New files.
24787
24788         * tests/test-des.c, tests/test-gc-des.c: New file.
24789
24790 2005-10-21  Simon Josefsson  <jas@extundo.com>
24791
24792         * modules/arctwo, modules/arctwo-tests: New files.
24793
24794         * tests/test-arctwo.c: New file.
24795
24796         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
24797
24798         * tests/test-gc-arctwo.c: New file.
24799
24800 2005-10-21  Simon Josefsson  <jas@extundo.com>
24801
24802         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
24803         Bruno Haible <bruno@clisp.org>.
24804
24805         * m4/gc-des.m4: New file.
24806
24807 2005-10-21  Simon Josefsson  <jas@extundo.com>
24808
24809         * m4/arctwo.m4: New file.
24810
24811         * m4/gc-arctwo.m4: New file.
24812
24813 2005-10-21  Simon Josefsson  <jas@extundo.com>
24814
24815         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
24816         block.
24817
24818 2005-10-21  Simon Josefsson  <jas@extundo.com>
24819
24820         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
24821         <bruno@clisp.org>.
24822
24823         * lib/hmac-sha1.c (hmac_sha1): Likewise.
24824
24825         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
24826         Bruno Haible <bruno@clisp.org>.
24827
24828         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
24829         <bruno@clisp.org>.
24830
24831 2005-10-21  Simon Josefsson  <jas@extundo.com>
24832
24833         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
24834
24835 2005-10-21  Simon Josefsson  <jas@extundo.com>
24836
24837         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
24838
24839 2005-10-21  Simon Josefsson  <jas@extundo.com>
24840
24841         * lib/des.h, lib/des.c: New files.
24842
24843         * lib/gc-gnulib.c: Support DES.c
24844
24845 2005-10-21  Simon Josefsson  <jas@extundo.com>
24846
24847         * lib/arctwo.h, lib/arctwo.c: New files.
24848
24849         * lib/gc-gnulib.c: Support ARCTWO.
24850
24851 2005-10-21  Simon Josefsson  <jas@extundo.com>
24852
24853         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
24854         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24855
24856 2005-10-21  Simon Josefsson  <jas@extundo.com>
24857
24858         * gnulib-tool (func_import, func_create_testdir): Define automake
24859         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
24860         Makefile.am snippet),
24861         suggested by Bruno Haible <bruno@clisp.org>.
24862
24863         * modules/gc (Makefile.am): Use it.
24864
24865 2005-10-21  Bruno Haible  <bruno@clisp.org>
24866
24867         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
24868         patch.
24869
24870 2005-10-19  Simon Josefsson  <jas@extundo.com>
24871
24872         * tests/test-gc-rijndael.c: New file.
24873
24874         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
24875
24876 2005-10-19  Simon Josefsson  <jas@extundo.com>
24877
24878         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
24879         interface too.
24880
24881 2005-10-19  Simon Josefsson  <jas@extundo.com>
24882
24883         * tests/test-gc-arcfour.c: New file.
24884
24885         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
24886
24887 2005-10-19  Simon Josefsson  <jas@extundo.com>
24888
24889         * modules/gc-md4, modules/gc-md4-tests: New file.
24890
24891         * tests/test-gc-md4.c: New file.
24892
24893 2005-10-19  Simon Josefsson  <jas@extundo.com>
24894
24895         * m4/gc-md4.m4: New file.
24896
24897 2005-10-19  Simon Josefsson  <jas@extundo.com>
24898
24899         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
24900         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
24901         <kasal@ucw.cz>.
24902
24903 2005-10-19  Simon Josefsson  <jas@extundo.com>
24904
24905         * m4/gc-arcfour.m4: New file.
24906
24907         * m4/gc-rijndael.m4: New file.
24908
24909 2005-10-19  Simon Josefsson  <jas@extundo.com>
24910
24911         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
24912
24913 2005-10-19  Simon Josefsson  <jas@extundo.com>
24914
24915         * lib/gc-gnulib.c: Support ARCFOUR.
24916
24917 2005-10-19  Simon Josefsson  <jas@extundo.com>
24918
24919         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
24920         support.
24921
24922         * lib/gc.h: Add ECB enum type.
24923
24924         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
24925
24926 2005-10-18  Simon Josefsson  <jas@extundo.com>
24927
24928         * tests/test-md5.c: New file.
24929
24930         * modules/md5-tests: New file.
24931
24932 2005-10-18  Simon Josefsson  <jas@extundo.com>
24933
24934         * tests/test-md4.c: New file.
24935
24936         * modules/md4, modules/md4-tests: New files.
24937
24938 2005-10-18  Simon Josefsson  <jas@extundo.com>
24939
24940         * m4/md4.m4: New file.
24941
24942 2005-10-18  Simon Josefsson  <jas@extundo.com>
24943
24944         * lib/md4.h, lib/md4.c: New files, based on md5.?.
24945
24946 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
24947
24948         * gnulib-tool (func_create_testdir): Omit the second check whether
24949         BUILT_SOURCES in nonempty.
24950
24951 2005-10-17  Simon Josefsson  <jas@extundo.com>
24952
24953         * tests/test-rijndael.c: New file.
24954
24955 2005-10-17  Simon Josefsson  <jas@extundo.com>
24956
24957         * modules/sha1: Depend on stdint instead of md5.
24958
24959         * modules/md5: Depend on stdint, remove uint32_t.
24960
24961 2005-10-17  Simon Josefsson  <jas@extundo.com>
24962
24963         * modules/gc-sha1-tests: New file.
24964
24965         * tests/test-gc-sha1.c: New file.
24966
24967 2005-10-17  Simon Josefsson  <jas@extundo.com>
24968
24969         * m4/md5.m4: Remove call to uint32_t.m4.
24970
24971 2005-10-17  Simon Josefsson  <jas@extundo.com>
24972
24973         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
24974
24975         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
24976         md5.h.
24977
24978         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
24979
24980         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
24981
24982 2005-10-17  Simon Josefsson  <jas@extundo.com>
24983
24984         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
24985
24986 2005-10-17  Simon Josefsson  <jas@extundo.com>
24987
24988         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
24989
24990 2005-10-17  Simon Josefsson  <jas@extundo.com>
24991
24992         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
24993
24994         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
24995
24996 2005-10-17  Bruno Haible  <bruno@clisp.org>
24997
24998         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
24999         that it can also be used in a test.
25000
25001 2005-10-16  Bruno Haible  <bruno@clisp.org>
25002
25003         * gnulib-tool (func_emit_tests_Makefile_am): Also define
25004         TESTS_ENVIRONMENT, so that individual tests can augment it.
25005
25006         * gnulib-tool (func_create_testdir): Use an intermediate target for
25007         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
25008         macros, like $(ALLOCA_H), which cannot be passed through the command
25009         line.
25010
25011 2005-10-15  Simon Josefsson  <jas@extundo.com>
25012
25013         * modules/rijndael-tests: New file.
25014
25015         * modules/rijndael: New file.
25016
25017 2005-10-15  Simon Josefsson  <jas@extundo.com>
25018
25019         * m4/rijndael.m4: New file.
25020
25021 2005-10-15  Simon Josefsson  <jas@extundo.com>
25022
25023         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
25024
25025         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
25026
25027 2005-10-14  Simon Josefsson  <jas@extundo.com>
25028
25029         * tests/test-arcfour.c: New file.
25030
25031         * modules/arcfour, modules/arcfour-tests: New files.
25032
25033 2005-10-14  Simon Josefsson  <jas@extundo.com>
25034
25035         * m4/arcfour.m4: New file.
25036
25037 2005-10-14  Simon Josefsson  <jas@extundo.com>
25038
25039         * lib/arcfour.h, lib/arcfour.c: New files.
25040
25041 2005-10-14  Roland McGrath  <roland@redhat.com>
25042
25043         Import from libc.  [BZ #1331]
25044         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
25045         macro argument.
25046         Reported by Matej Vela <vela@debian.org>.
25047
25048 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25049
25050         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
25051         include <wchar.h>; no longer needed.
25052
25053 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25054
25055         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
25056
25057 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
25058         and  Ulrich Drepper  <drepper@redhat.com>
25059
25060         Import from libc.
25061         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
25062         instead of inline stream orientation test and two separate
25063         function calls.  Pay no attention to USE_IN_LIBIO.
25064
25065 2005-10-13  Simon Josefsson  <jas@extundo.com>
25066
25067         * modules/gc-hmac-md5-tests: New file.
25068
25069         * tests/test-gc-hmac-sha1.c: New file.
25070
25071         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
25072
25073         * modules/gc-hmac-md5-tests: New file.
25074
25075         * tests/test-gc-md5.c: New file.
25076
25077         * modules/gc-md5-tests: New file.
25078
25079 2005-10-13  Simon Josefsson  <jas@extundo.com>
25080
25081         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
25082         Move memory allocation outside of loop.
25083
25084 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
25085
25086         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
25087         intermediate directory is in a read-only file system.  Problem
25088         reported by Eric Blake.
25089
25090 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
25091
25092         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
25093
25094 2005-10-12  Simon Josefsson  <jas@extundo.com>
25095
25096         * tests/test-hmac-sha1.c: New file.
25097
25098         * modules/hmac-sha1-tests: New file.
25099
25100         * modules/hmac-sha1: New file.
25101
25102 2005-10-12  Simon Josefsson  <jas@extundo.com>
25103
25104         * modules/gc-sha1: New file.
25105
25106 2005-10-12  Simon Josefsson  <jas@extundo.com>
25107
25108         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
25109
25110         * tests/test-gc-pbkdf2-sha1.c: New file.
25111
25112 2005-10-12  Simon Josefsson  <jas@extundo.com>
25113
25114         * modules/gc-md5, modules/gc-hmac-md5: New files.
25115
25116         * modules/gc (Files): Remove md5, memxor and hmac files.
25117
25118 2005-10-12  Simon Josefsson  <jas@extundo.com>
25119
25120         * m4/gc-pbkdf2-sha1.m4: New file.
25121
25122         * m4/gc-hmac-sha1.m4: New file.
25123
25124         * m4/gc-sha1: New file.
25125
25126         * m4/hmac-sha1.m4: New file.
25127
25128 2005-10-12  Simon Josefsson  <jas@extundo.com>
25129
25130         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
25131
25132         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
25133
25134 2005-10-12  Simon Josefsson  <jas@extundo.com>
25135
25136         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
25137         suggested by Bruno Haible <bruno@clisp.org>.
25138
25139 2005-10-12  Simon Josefsson  <jas@extundo.com>
25140
25141         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
25142
25143 2005-10-12  Simon Josefsson  <jas@extundo.com>
25144
25145         * lib/gc-pbkdf2-sha1.c: New file.
25146
25147         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
25148
25149 2005-10-12  Simon Josefsson  <jas@extundo.com>
25150
25151         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
25152
25153         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
25154
25155 2005-10-12  Simon Josefsson  <jas@extundo.com>
25156
25157         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
25158         GC_USE_HMAC_MD5, respectively.
25159
25160         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
25161         (gc_md5): Fix typo.
25162
25163         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
25164
25165         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
25166
25167         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
25168
25169 2005-10-12  Bruno Haible  <bruno@clisp.org>
25170
25171         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
25172         Reported by Stepan Kasal <kasal@ucw.cz>.
25173
25174 2005-10-11  Simon Josefsson  <jas@extundo.com>
25175
25176         * tests/test-crc.c: New file.
25177
25178         * modules/crc, modules/crc-tests: New files.
25179
25180 2005-10-11  Simon Josefsson  <jas@extundo.com>
25181
25182         * m4/crc.m4: New file.
25183
25184 2005-10-11  Simon Josefsson  <jas@extundo.com>
25185
25186         * lib/gc.h: Add gc_hash and gc_hash_buffer.
25187
25188         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
25189
25190         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
25191
25192 2005-10-11  Simon Josefsson  <jas@extundo.com>
25193
25194         * lib/crc.h, lib/crc.c: New files.
25195
25196         * lib/gc.h (gc_hash_buffer): Add doc.
25197
25198 2005-10-11  Bruno Haible  <bruno@clisp.org>
25199
25200         * modules/c-strcasestr: New file.
25201         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
25202
25203 2005-10-11  Bruno Haible  <bruno@clisp.org>
25204
25205         * modules/c-strcase: New file.
25206         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
25207
25208 2005-10-11  Bruno Haible  <bruno@clisp.org>
25209
25210         * lib/strcasecmp.c: Include limits.h.
25211         (strcasecmp): Avoid integer overflow on exotic platforms.
25212         * lib/strncasecmp.c: Include limits.h.
25213         (strncasecmp): Avoid integer overflow on exotic platforms.
25214         Reported by Paul Eggert.
25215
25216 2005-10-11  Bruno Haible  <bruno@clisp.org>
25217
25218         * lib/c-strcasestr.h: New file, from GNU gettext.
25219         * lib/c-strcasestr.c: New file, from GNU gettext.
25220
25221 2005-10-11  Bruno Haible  <bruno@clisp.org>
25222
25223         * lib/c-strcase.h: New file, from GNU gettext.
25224         * lib/c-strcasecmp.c: New file, from GNU gettext.
25225         * lib/c-strncasecmp.c: New file, from GNU gettext.
25226
25227 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
25228
25229         * modules/mempcpy (License): GPL -> LGPL.
25230         * modules/strchrnul (License): Likewise.
25231         * modules/sysexits (License): Likewise.
25232
25233 2005-10-08  Simon Josefsson  <jas@extundo.com>
25234
25235         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
25236
25237 2005-10-07  Simon Josefsson  <jas@extundo.com>
25238
25239         * m4/memxor.m4: Remove gl_C_RESTRICT call.
25240
25241 2005-10-06  Simon Josefsson  <jas@extundo.com>
25242
25243         * tests/test-hmac-md5.c: New file.
25244
25245         * modules/hmac-md5-tests: New file.
25246
25247         * modules/hmac-md5: New file.
25248
25249 2005-10-06  Simon Josefsson  <jas@extundo.com>
25250
25251         * m4/hmac-md5.m4: New file.
25252
25253         * m4/memxor.m4: Require gl_C_RESTRICT.
25254
25255 2005-10-06  Simon Josefsson  <jas@extundo.com>
25256
25257         * lib/memxor.c (memxor): Avoid casts and warnings.
25258
25259 2005-10-06  Simon Josefsson  <jas@extundo.com>
25260
25261         * lib/hmac-md5.c: New file.
25262
25263         * lib/hmac.h: New file.
25264
25265 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
25266
25267         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
25268         promotes to int, not unsigned int, to catch the AIX 5.3
25269         compiler bug.
25270
25271 2005-10-05  Simon Josefsson  <jas@extundo.com>
25272
25273         * modules/memxor: New file.
25274
25275         * modules/iconv (Files): Move config.rpath to havelib, it is used
25276         there.
25277
25278         * modules/havelib (Files): Add config.rpath.
25279
25280 2005-10-05  Simon Josefsson  <jas@extundo.com>
25281
25282         * m4/memxor.m4: New file.
25283
25284 2005-10-05  Simon Josefsson  <jas@extundo.com>
25285
25286         * lib/memxor.c (memxor): Fix compiler error.
25287
25288         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
25289         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
25290
25291         * lib/memxor.h, lib/memxor.c: New files.
25292
25293         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
25294         we assume all systems have it, suggested by Jim Meyering
25295         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
25296         any systems lack sys/socket.h; mingw32 is known to lack it, but we
25297         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
25298         same reasons.
25299
25300 2005-10-05  Simon Josefsson  <jas@extundo.com>
25301
25302         * config/srclist.txt: Add glibc bug 1423 for md5.h.
25303
25304 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
25305
25306         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
25307         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
25308         needed, since the source code now assumes these .h files.
25309
25310 2005-10-05  Derek Price  <derek@ximbiot.com>
25311
25312         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
25313
25314 2005-10-05  Bruno Haible  <bruno@clisp.org>
25315
25316         * modules/stdint (License): Change to LGPL.
25317
25318 2005-10-04  Simon Josefsson  <jas@extundo.com>
25319
25320         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
25321         D. Baushke" <mdb@gnu.org>.
25322
25323 2005-10-04  Bruno Haible  <bruno@clisp.org>
25324
25325         * lib/verify.h (verify_true): Provide alternative definition for C++.
25326
25327 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
25328
25329         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
25330         (SSIZE_MAX): New macro, if not already defined.
25331         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
25332         than 2 GiB.
25333
25334 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25335
25336         Sync from coreutils.
25337         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
25338         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
25339         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
25340         ULLONG_MAX doesn't work with 2.7.2.1.
25341
25342 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25343
25344         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
25345         From Ben Pfaff.
25346
25347         * modules/exclude (Depends-on): Depend on verify.
25348         * modules/strtoimax (Depends-on): Likewise.
25349         * modules/utimecmp (Depends-on): Likewise.
25350
25351 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25352
25353         * lib/exclude.c: Include verify.h.
25354         (verify): Remove.  All callers changed to use verify.h's version.
25355         * lib/strtoimax.c: Likewise.
25356         * lib/utimecmp.c: Likewis.e
25357
25358         Sync from coreutils.
25359         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
25360         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
25361         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
25362         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
25363         bother returning ENOSYS if settimeofday or stime fails; just let
25364         them return whatever errno they want to return.
25365         * lib/utimens.c: Include unistd.h, for dup2.
25366         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
25367         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
25368
25369 2005-10-02  Jim Meyering  <jim@meyering.net>
25370
25371         Sync from coreutils.
25372         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
25373         from glibc-2.2.5 that fails for read-only files.
25374
25375 2005-10-02  Jim Meyering  <jim@meyering.net>
25376
25377         Sync from coreutils.
25378         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
25379         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
25380         `#if HAVE_CONFIG_H'.
25381         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
25382         Remove AT_FDCWD test.
25383         Do not consume the fd unless successful.
25384         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
25385         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
25386         block, so that we don't even try to compile it if settimeofday is
25387         available.  This works around a compilation failure on OSF1 V5.1,
25388         due to stime requiring a `long int*' while tv_sec is `int'.
25389
25390 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
25391
25392         Sync from coreutils.
25393         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
25394         against `yes', rather than just testing for nonempty.
25395
25396 2005-10-01  Simon Josefsson  <jas@extundo.com>
25397
25398         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
25399         and Darwin.
25400
25401         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
25402         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
25403         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
25404         freeaddrinfo and gai_strerror are declared by the POSIX headers.
25405         Check if struct addrinfo is declared.
25406
25407 2005-10-01  Simon Josefsson  <jas@extundo.com>
25408
25409         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
25410         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
25411         AI_* and EAI_* definitions.  Protect function declarations.
25412
25413 2005-10-01  Jim Meyering  <jim@meyering.net>
25414
25415         Sync from coreutils.
25416
25417         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
25418         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
25419         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
25420         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
25421         in the inet and nsl libraries.  Required on Solaris 5.7.
25422
25423 2005-10-01  Jim Meyering  <jim@meyering.net>
25424
25425         Sync from coreutils.
25426         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
25427         in the inet and nsl libraries.  Required on Solaris 5.7.
25428
25429 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
25430
25431         * lib/getdelim.c (getdelim): Remove unused variables.
25432
25433 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
25434
25435         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
25436         so that the code works even with ancient cpp.  Portability problem
25437         with GCC 2.7.2.1 reported by Thomas M.Ott.
25438
25439 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
25440
25441         * modules/regex (Depends-on): Add strcase.
25442
25443         * modules/gethostname (Licence): Change from GPL to LGPL, since
25444         gethostname.c is a trivial implementation of a standard library
25445         function.
25446         * modules/poll (License): Change from GPL to LGPL, since it's
25447         derived from LGPL code.
25448
25449 2005-09-27  Jim Meyering  <jim@meyering.net>
25450
25451         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
25452         HAVE_CONFIG_H.
25453
25454         * lib/intprops.h (signed_type_or_expr__): Define.
25455         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
25456         for unsigned types.
25457
25458 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
25459
25460         * lib/verify.h (verify_expr): Remove, replacing with:
25461         (verify_true): New macro that returns true instead of void.
25462         (verify_type__): Remove.
25463         (verify): Use verify_true rather than verify_type__.
25464
25465 2005-09-26  Bruno Haible  <bruno@clisp.org>
25466
25467         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
25468         is necessary.
25469         (lib_SOURCES): Remove mbchar.c.
25470         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
25471         (Files): Add m4/mbrtowc.m4.
25472         * modules/mbiter: Likewise.
25473         * modules/mbuiter: Likewise.
25474
25475 2005-09-26  Bruno Haible  <bruno@clisp.org>
25476
25477         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
25478         compile mbchar.c if they are not both present.
25479         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
25480         * m4/mbiter.m4 (gl_MBITER): Likewise.
25481         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
25482         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
25483         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
25484
25485 2005-09-25  Jim Meyering  <jim@meyering.net>
25486
25487         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
25488         also uses socklen_t.
25489
25490 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
25491
25492         * lib/utimens.c (ENOSYS): Define if not already defined.
25493         (futimens): Support having a null PATH if the file descriptor
25494         is nonnegative.
25495
25496         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
25497         Remove.
25498         (__attribute): Define to empty unless GCC 3.1 or later.
25499         This works around a core dump on OpenBSD 3.4, which has GCC
25500         2.95.3, which dumps core when given __attribute__(()).  It also
25501         simplifies other tests, since we really don't want to bother with
25502         worrying about which ancient version of GCC supported what.
25503         Original problem reported by Yoann Vandoorselaere, with part of
25504         the fix suggested by Derek Price.
25505
25506 2005-09-24  Jim Meyering  <jim@meyering.net>
25507
25508         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
25509         so we can once again use a positive bitfield width of 1 -- now we
25510         don't have to explain why we were using a bitfield width of 2.
25511
25512 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
25513
25514         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
25515         and similarly for the other external symbols.  Problem reported
25516         by James Gallager.
25517
25518         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
25519         bug reported by Jim Meyering.
25520
25521         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
25522         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
25523         not needed, since socklen is a prerequisite module.
25524
25525 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
25526
25527         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
25528         Problem reported by Eric Blake.
25529         (getaddrinfo): Initialize se so that it's not garbage.
25530         Redo internal storage allocation so that it doesn't make unportable
25531         assumptions about alignment.
25532         Fix a memory leak.
25533
25534         * lib/utimens.c (futimens): Use futimesat if available.
25535         Prefer it to futimes since it doesn't have the futimes bug.
25536
25537         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
25538         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
25539         Instead, declare a function that returns a pointer to an array,
25540         and use verify_type__ to declare the size of the array.
25541         Problem and germ of a solution reported by Bruno Haible.
25542         (verify_type__): Use 2, not 1, for bitfield size, to avoid
25543         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
25544
25545 2005-09-23  Jim Meyering  <jim@meyering.net>
25546
25547         Sync from coreutils.
25548         Correct build failure (socklen_t not defined) on at least
25549         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
25550         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
25551
25552 2005-09-23  Jim Meyering  <jim@meyering.net>
25553
25554         * modules/getaddrinfo (Depends-on): Add socklen.
25555
25556 2005-09-23  Bruno Haible  <bruno@clisp.org>
25557
25558         * tests/test-verify.c: New file.
25559
25560 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25561
25562         Sync from coreutils.
25563
25564         * modules/argmatch (Depends-on): Add verify.
25565         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
25566         unistd-safer.
25567         * modules/save-cwd (Depends-on): Likewise.
25568
25569         * modules/openat (Files): Add lib/openat-die.c.
25570         (Depends-on): Remove error, exitfail.
25571         Add dirname.
25572
25573         * modules/verify: New file.
25574         * MODULES.html.sh (Diagnostics <assert.h>): New section,
25575         with "verify" module.
25576
25577 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25578
25579         Sync from coreutils.
25580
25581         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
25582         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
25583         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
25584         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
25585         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
25586         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
25587         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
25588         Don't bother checking for string.h, stdlib.h, unistd.h.
25589         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
25590         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
25591         module's job.
25592         * m4/jm-macros.m4 (gl_MACROS): Likewise.
25593         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
25594
25595         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
25596         (gl_GETDATE): Use it.
25597
25598         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
25599
25600 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25601
25602         Sync from coreutils.
25603
25604         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
25605         stat-time.h.
25606         * lib/argmatch.h: Include verify.h
25607         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
25608         (ARGMATCH_ASSERT): Remove; unused.
25609         * lib/canonicalize.c: Assume STDC_HEADERS.
25610         * lib/exclude.c: Include "strcase.h".
25611         * lib/regex_internal.h [!defined _LIBC]: Likewise.
25612         * lib/getusershell.c: Include stdio--.h rather than stdio.h
25613         and stdio-safer.h.
25614         (getusershell): Call fopen, not fopen_safer.
25615         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
25616         Do not include unistd-safer.h.
25617         (save_cwd): Don't call fd_safer; no longer needed
25618         now that we include fcntl--.h.
25619
25620         * lib/getdate.y (relative_time): New type.
25621         (RELATIVE_TIME_0): New constant.
25622         (parser_control): Use relative_time instead of doing it ourselves.
25623         (%union): Add new relative_time rel member.
25624         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
25625         Now typeless.
25626         (relunit, relunit_snumber): Now of type rel.
25627         (zone, rel, relunit, get_date): Adjust to above changes.
25628
25629         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
25630         Do not include unistd-safer.h.
25631         (getloadavg): Don't call fd_safer; no longer needed
25632         now that we include fcntl--.h.
25633
25634         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
25635         (make_dir_parents): Treat ENOSYS like EEXIST.
25636
25637         Improve quality of diagnostics on restore_cwd failure.
25638         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
25639         (make_dir_parents): Last arg is now int * (for errno), not bool *.
25640         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
25641         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
25642         each time through the loop.  Do not diagnose restore_cwd failure;
25643         that is the caller's job (and perhaps the caller does not care).
25644
25645         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
25646         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
25647         If the file already exists but is not a directory, don't bother
25648         to try to make its parents.
25649         Close potential file descriptor leak if we can't chdir("/") (!).
25650         Don't always return true if chdir($PWD) fails; return true only
25651         if the requested action was done successfully (except for the
25652         chdir($PWD)).
25653         Don't log final directory unless we actually made it.
25654         Refactor to avoid duplicate code to fix up permissions.
25655         Don't attempt to fix up parent permissions if chdir($PWD) fails.
25656
25657         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
25658         to make it a bit faster and (I hope) clearer.
25659         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
25660         Fix bug in formats like %2N.
25661
25662         * lib/verify.h: New file.
25663
25664 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25665
25666         Sync from coreutils.
25667         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
25668
25669 2005-09-22  Jim Meyering  <jim@meyering.net>
25670
25671         Sync from coreutils.
25672
25673         * m4/lstat.m4 (gl_FUNC_LSTAT):
25674         Use AC_LIBSOURCES to require lstat.c and lstat.h.
25675         Remove obsolete comment.
25676         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
25677         * m4/xstrtod.m4: Likewise.
25678
25679         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
25680
25681 2005-09-22  Jim Meyering  <jim@meyering.net>
25682
25683         Sync from coreutils.
25684
25685         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
25686
25687         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
25688         the .tm_year member, since otherwise gcc-4.0 would now warn about
25689         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
25690
25691         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
25692         order to avoid an unsuppressible warning from gcc on 64-bit systems.
25693
25694         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
25695         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
25696         when run in a time zone for which daylight savings time is in effect
25697         for the starting date.
25698
25699         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
25700         stop us from restricting permissions of just-created absolute-named
25701         directories.
25702         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
25703         to restore initial working directory.
25704         * lib/mkdir-p.c (make_dir_parents): New parameter:
25705         different_working_dir, to tell caller if/when we change the working
25706         directory and are unable to return to the initial one.
25707         * lib/mkdir-p.h (make_dir_parents): Update prototype.
25708         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
25709         `return false'.  This fixes a bug introduced on 2004-07-30.
25710
25711         * lib/openat.c (fdopendir): Be sure to close the supplied
25712         file descriptor before returning.  This makes our replacement
25713         implementation a little closer to Solaris's, where fdopendir
25714         ties the file descriptor to the returned DIR* pointer.
25715         * lib/openat.c (unlinkat): New function.
25716         * lib/openat.h (unlinkat): Add prototype.
25717         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
25718         (openat_restore_fail): Rename from openat_restore_die.
25719         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
25720
25721         Provide an alternative to exiting immediately upon save_cwd or
25722         restore_cwd failure.  Now, an application can arrange e.g.,
25723         to perform a longjump in that case.
25724         * lib/openat.c: Include dirname.h.
25725         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
25726         (rpl_openat, fdopendir, fstatat): Call openat_save_die
25727         and openat_restore_die rather than calling error directly.
25728         Don't include "error.h" or "exitfail.h"; they're no longer needed.
25729
25730         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
25731         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
25732         define.
25733
25734         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
25735         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
25736                             int utc, int nanoseconds);
25737         Background:
25738         date should not have to allocate a megabyte of virtual memory to
25739         handle a format argument like +%1048575T.  When implemented with
25740         strftime, it must allocate such a buffer, use strftime to fill it
25741         in, print it, then free it.
25742         With fprintftime, it simply prints everything and exits.
25743         With no need for memory allocation, that's one fewer way to fail.
25744         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
25745         optional field width, not before, so we accept %9:z, not %:9z.
25746         (my_strftime): Be sure to use L_('x') for literals.
25747
25748         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
25749         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
25750         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
25751         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
25752         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
25753         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
25754         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
25755         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
25756         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
25757         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
25758         * lib/xgethostname.c, lib/xreadlink.c:
25759         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
25760
25761         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
25762         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
25763         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
25764         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
25765         and don't include <sys/file.h>).
25766
25767 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
25768
25769         Sync from coreutils.
25770
25771         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
25772         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
25773         [!LDAV_DONE]: Avoid unused variable warning.
25774
25775 2005-09-21  Bruno Haible  <bruno@clisp.org>
25776
25777         * lib/unicodeio.h (unicode_to_mb): New declaration.
25778
25779 2005-09-20  Derek Price  <derek@ximbiot.com>
25780
25781         * lib/getaddrinfo.c: Don't include <netdb.h> included from
25782         getaddrinfo.h.
25783
25784 2005-09-20  Bruno Haible  <bruno@clisp.org>
25785
25786         * gnulib-tool: Remove trailing slashes from the values specified for
25787         --source-base, --m4-base, --tests-base, --aux-dir.
25788         Suggested by Simon Josefsson <jas@extundo.com>.
25789
25790 2005-09-20  Bruno Haible  <bruno@clisp.org>
25791
25792         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
25793         func_modules_to_filelist, func_import, func_create_testdir): Make all
25794         sorting results locale-independent, so that gnulib-cache.m4 doesn't
25795         change when gnulib-tool is invoked in a different locale.
25796
25797 2005-09-19  Simon Josefsson  <jas@extundo.com>
25798
25799         * m4/socklen.m4: Fix typo.
25800
25801 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25802
25803         Use a consistent style for including <config.h>.
25804         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
25805         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
25806         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
25807         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
25808         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
25809         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
25810         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
25811         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
25812         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
25813         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
25814         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
25815         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
25816         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
25817         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
25818         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
25819         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
25820         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
25821         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
25822         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
25823         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
25824         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
25825         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
25826         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
25827         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
25828         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
25829         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
25830         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
25831         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
25832         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
25833         lib/xstrtoumax.c, lib/yesno.c:
25834         Standardize inclusion of config.h.
25835         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
25836         lib/inttostr.h:  Removed inclusion of config.h from header files.
25837         * lib/inttostr.c:  Adjusted in-tree users.
25838         * lib/timespec.h: Remove superfluous warning to include config.h.
25839         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
25840         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
25841         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
25842         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
25843         config.h with HAVE_CONFIG_H.
25844
25845 2005-09-19  Jim Meyering  <jim@meyering.net>
25846
25847         * modules/pathmax (License): Change to LGPL.
25848
25849 2005-09-19  Derek Price  <derek@ximbiot.com>
25850
25851         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
25852
25853 2005-09-19  Bruno Haible  <bruno@clisp.org>
25854
25855         * gnulib-tool (import): Provide default for --tests-base.
25856
25857 2005-09-19  Bruno Haible  <bruno@clisp.org>
25858
25859         * doc/quote.texi: New file, extracted from gnulib.texi.
25860         * doc/ctime.texi: New file, extracted from gnulib.texi.
25861         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
25862         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
25863         * doc/gnulib.texi: Include them.
25864
25865 2005-09-18  Bruno Haible  <bruno@clisp.org>
25866
25867         Portability fix.
25868         * gnulib-tool (func_readlink): New function.
25869         (func_ln_if_changed): Use it.
25870
25871 2005-09-18  Bruno Haible  <bruno@clisp.org>
25872
25873         * gnulib-tool: Support --with-tests also with --import.
25874         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
25875         (func_import): Use variables $testsbase and $inctests. Emit a
25876         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
25877         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
25878         SUBDIRS += $testsdir.
25879         (func_create_testdir): Update.
25880
25881 2005-09-18  Bruno Haible  <bruno@clisp.org>
25882
25883         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
25884         instead of $dry_run.
25885         (func_cp_if_changed, func_mv_if_changed): Remove functions.
25886         (func_ln_if_changed): Don't handle dry-run here.
25887         (func_import): In dry-run mode, detect more precisely which actions
25888         would be performed, and don't use "...ing" verbs.
25889
25890 2005-09-18  Bruno Haible  <bruno@clisp.org>
25891
25892         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
25893         (func_import): Use join on two temporary files instead of three nested
25894         loops, in order to determine which files are new or old.
25895
25896 2005-09-18  Bruno Haible  <bruno@clisp.org>
25897
25898         * gnulib-tool (func_import): Comment out code that spits out the
25899         new files with --dry-run.
25900
25901 2005-09-18  Bruno Haible  <bruno@clisp.org>
25902
25903         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
25904
25905 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
25906
25907         * lib/stat-time.h: New file.
25908         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
25909         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
25910         in a different way.
25911         (timespec_cmp): New function.
25912         * lib/utimecmp.c: Include stat-time.h.
25913         (SYSCALL_RESOLUTION): Depend on whether various struct stat
25914         members exist, not on the obsolescent ST_MTIM_NSEC.
25915         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
25916
25917 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
25918
25919         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
25920
25921 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
25922
25923         * MODULES.html.sh (File system functions): Add stat-time.
25924         * modules/stat-time: New file.
25925         * modules/timespec (Files): Remove m4/st_mtim.m4; this
25926         is now done in a different way, by the stat-time module.
25927         * modules/utimecmp (Depends-on): Add stat-time.
25928
25929 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
25930
25931         * m4/st_mtim.m4: Remove.  Superseded by...
25932         * m4/stat-time.m4: New file.
25933         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
25934         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
25935
25936 2005-09-15  Derek Price  <derek@ximbiot.com>
25937
25938         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
25939
25940 2005-09-15  Derek Price  <derek@ximbiot.com>
25941
25942         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
25943         * lib/regex_internal.c: Ditto, using this...
25944         (__GNUC_PREREQ): ...new macro.
25945         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
25946         using...
25947         (__GNUC_PREREQ): ...this new macro.
25948
25949         * lib/strstr.h: Include string.h. Define strstr as a macro here.
25950
25951 2005-09-15  Derek Price  <derek@ximbiot.com>
25952             Paul Eggert  <eggert@cs.ucla.edu>
25953
25954         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
25955         changes, consolidating in...
25956         * lib/regex_internal.h: ...this file.
25957
25958 2005-09-13  Jim Meyering  <jim@meyering.net>
25959
25960         * lib/canon-host.c: Filter through gnu indent and reword comments
25961         slightly.
25962         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
25963
25964 2005-09-13  Derek Price  <derek@ximbiot.com>
25965
25966         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
25967         failure.
25968         Reported by Jim Meyering  <jim@meyering.net>.
25969
25970 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
25971
25972         * lib/base64.c: Typo.
25973         (base64_encode): Put b64str in initialized data section.
25974
25975 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
25976
25977         Merge glibc and coreutils changes into gnulib, plus a few
25978         extra fixes.
25979         * lib/md5.c: Use #error rather than a string.
25980         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
25981         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
25982         (__attribute__): Define to empty for non recent-GCC.
25983         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
25984         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
25985         Renamed from their non-__ counterparts, with new macros replacing
25986         them if not _LIBC.  Add __THROW attribute.
25987         (rol): Remove.
25988         (struct md5_ctx): Align buffer if using GCC.
25989         * lib/sha1.h (struct sha1_ctx): Likewise.
25990         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
25991         The old name was backwards.
25992         (NOTSWAP): Remove; not used.
25993         (rol): New macro, moved here from md5.h.
25994         (sha1_process_block): Remove a FIXME that doesn't make sense.
25995
25996 2005-09-12  Derek Price  <derek@ximbiot.com>
25997
25998         Return usable errors from canon-host.
25999         * lib/canon-host.h: New file.
26000         * lib/canon-host.c (canon_host): Wrap...
26001         (canon_host_r): ...this new function, which now relies exclusively on
26002         getaddrinfo.
26003         (ch_strerror): New function.
26004         (last_cherror): New global.
26005         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
26006         interface.
26007         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
26008         void *.
26009         (freeaddrinfo): Free ai->ai_canonname when set.
26010
26011 2005-09-12  Derek Price  <derek@ximbiot.com>
26012
26013         Make canon-host require getaddrinfo.
26014         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
26015         AC_LIBSOURCE canon-host.h.  Call...
26016         (gl_PREREQ_CANON_HOST): ...this new function, which requires
26017         gl_GETADDRINFO.
26018         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
26019
26020 2005-09-12  Derek Price  <derek@ximbiot.com>
26021
26022         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
26023         LGPL.
26024         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
26025
26026 2005-09-12  Derek Price  <derek@ximbiot.com>
26027
26028         * lib/gai_strerror.c: Include config.h when available.  Include
26029         getaddrinfo.h before other headers to test interface.
26030         Reported by Larry Jones <lawrence.jones@ugs.com>.
26031
26032 2005-09-12  Derek Price  <derek@ximbiot.com>
26033             Paul Eggert  <eggert@cs.ucla.edu>
26034
26035         * modules/glob (Files): Add glob-libc.h.
26036
26037 2005-09-12  Derek Price  <derek@ximbiot.com>
26038             Paul Eggert  <eggert@cs.ucla.edu>
26039
26040         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
26041         glob_.h, glob-libc.h.
26042         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
26043
26044 2005-09-12  Derek Price  <derek@ximbiot.com>
26045             Paul Eggert  <eggert@cs.ucla.edu>
26046
26047         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
26048         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
26049         protecting things that should be done only in gnulib contexts.
26050         * lib/glob_.h: New file, containing only the glob things needed for
26051         gnulib.
26052         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
26053         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
26054         (glob, globfree, glob_pattern_p): Now defined simply in terms of
26055         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
26056         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
26057         and to respect the namespace rules better.
26058
26059 2005-09-08  Simon Josefsson  <jas@extundo.com>
26060
26061         * modules/socklen: New file.
26062
26063 2005-09-08  Simon Josefsson  <jas@extundo.com>
26064
26065         * m4/socklen.m4: New file.
26066
26067 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26068
26069         * modules/utimens (Files): Add m4/utimbuf.m4, since
26070         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
26071         Reported by Sergey Poznyakoff.
26072
26073 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26074
26075         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
26076         definitions, since that's the preferred style in glibc.
26077         Fix a minor spacing issue, and update copyright notice to match
26078         glibc's.
26079
26080 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26081
26082         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
26083
26084 2005-09-06  Simon Josefsson  <jas@extundo.com>
26085
26086         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
26087         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
26088
26089 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26090
26091         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
26092         warning.
26093
26094 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26095
26096         * config/srclist.txt: Add glibc bug 1302.
26097
26098 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
26099
26100         Change bitset word type from unsigned int to unsigned long int,
26101         as this has better performance on typical 64-bit hosts.
26102         Port bitset code to hosts with unusual word sizes.
26103         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
26104         (build_collating_symbol):
26105         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
26106         argument is a bitset.  This is merely a style issue, but it makes
26107         it clearer that an entire array is expected.
26108         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
26109         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
26110         Port to the case where bitset_word is not the same as unsigned int.
26111         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
26112         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
26113         Likewise.
26114         * lib/regexec.c (check_dst_limits_calc_pos_1,
26115         check_subexp_matching_top):
26116         (build_trtable, group_nodes_into_DFAstates):
26117         Likewise.
26118         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
26119         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
26120         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
26121         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
26122         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
26123         * lib/regcomp.c (optimize_subexps, lower_subexp):
26124         Work even if bitset_word has holes in its bitwise representation.
26125         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
26126         * lib/regexec.c (check_dst_limits_calc_pos_1,
26127         check_subexp_matching_top):
26128         Likewise.
26129         * lib/regex_internal.c (re_string_reconstruct):
26130         Don't assume UCHAR_MAX == 255.
26131         * lib/regex_internal.h (bitset_set_all): Likewise.
26132         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
26133         All uses changed.
26134         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
26135         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
26136         All uses changed.
26137         (BITSET_WORD_MAX): New macro.
26138         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
26139         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
26140         (bitset_empty, bitset_copy):
26141         Prefer sizeof (bitset) to multiplying it out ourselves.
26142         (bitset_not_merge): Remove; unused.
26143         (bitset_contain): Return bool, not unsigned int with one bit on.
26144         All callers changed.
26145         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
26146         alignment than re_node_set; do this by defining a new internal
26147         type struct dests_alloc and using it to allocate memory.
26148
26149 2005-09-05  Bruno Haible  <bruno@clisp.org>
26150
26151         * gnulib-tool (func_import): Fix comparison in handling of symbolic
26152         links.
26153
26154 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
26155
26156         * modules/size_max (Makefile.am): Add size_max.h
26157
26158 2005-09-04  Derek Price  <derek@ximbiot.com>
26159
26160         * gnulib-tool (func_import): Fix reversed $symbolic logic.
26161
26162 2005-09-03  Simon Josefsson  <jas@extundo.com>
26163
26164         * gnulib-tool: Fix typo.
26165
26166 2005-09-03  Simon Josefsson  <jas@extundo.com>
26167
26168         * config/srclist.txt: Add glibc bug 1293.
26169
26170 2005-09-03  Derek Price  <derek@ximbiot.com>
26171
26172         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
26173         From Larry Jones <lawrence.jones@ugs.com>.
26174
26175 2005-09-02  Simon Josefsson  <jas@extundo.com>
26176
26177         * modules/socklen: New file.
26178
26179 2005-09-02  Simon Josefsson  <jas@extundo.com>
26180
26181         * modules/havelib: New module.
26182
26183         * modules/gettext, modules/iconv, modules/lock, modules/readline:
26184         Use havelib.
26185
26186 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
26187
26188         Check for arithmetic overflow when calculating sizes, to prevent
26189         some buffer-overflow issues.  These patches are conservative, in the
26190         sense that when I couldn't determine whether an overflow was possible,
26191         I inserted a run-time check.
26192         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
26193         macros.
26194         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
26195         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
26196         (re_xnrealloc, re_x2nrealloc): New inline functions.
26197         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
26198         parse_bracket_exp):
26199         (build_equiv_class, build_charclass): Check for arithmetic overflow
26200         in size expression calculations.
26201         * lib/regex_internal.c (re_string_realloc_buffers):
26202         (build_wcs_upper_buffer, re_node_set_add_intersect):
26203         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
26204         (re_dfa_add_node, register_state): Likewise.
26205         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
26206         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
26207         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
26208         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
26209
26210 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
26211
26212         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
26213         m4/ulonglong.m4.  Problem reported by Martin Lambers.
26214
26215 2005-09-02  Bruno Haible  <bruno@clisp.org>
26216
26217         Support for lib vs. lib64 distinction on biarch platforms.
26218         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
26219         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
26220         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
26221
26222 2005-09-02  Bruno Haible  <bruno@clisp.org>
26223
26224         * gnulib-tool (import): In the other first-use case, provide defaults
26225         as well.
26226
26227 2005-09-02  Bruno Haible  <bruno@clisp.org>
26228
26229         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
26230         patches not yet found in the latest gettext release.
26231
26232 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26233
26234         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
26235         to avoid a collision with bits/local_lim.h in glibc.
26236         All uses changed.  Problem reported by Dmitry V. Levin in
26237         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
26238
26239         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
26240         bugs in int versus size_t comparisons.
26241         (re_string_context_at): Fix bug where the code assumed that
26242         Idx is signed.
26243
26244         Use bool where appropriate.
26245         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
26246         All callers changed.
26247         (calc_eclosure_iter): Likewise, for ROOT arg.
26248         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
26249         (build_charclass_op): Likewise, for NON_MATCH arg.
26250         * lib/regex_internal.c (re_string_allocate, re_string_construct):
26251         (re_string_construct_common): Likewise, for ICASE arg.
26252         * lib/regexec.c (re_search_2_stub, re_search_stub):
26253         Likewise, for RET_LEN arg.
26254         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
26255         (set_regs): Likewise, for FL_BACKTRACK arg.
26256         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
26257         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
26258         (calc_eclosure_iter, parse_bracket_exp):
26259         Use bool for internal variables that are booleans.
26260         * lib/regexec.c (re_search_internal, check_matching,
26261         proceed_next_node):
26262         (set_regs, build_sifted_states, sift_states_bkref):
26263         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
26264         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
26265         (find_collation_sequence_value):
26266         Likewise.
26267         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
26268         (re_node_set_compare):
26269         Return bool, not int. All callers changed.
26270         * lib/regexec.c (check_halt_node_context, check_dst_limits):
26271         (build_trtable, check_node_accept): Likewise.
26272         * lib/regex_internal.h: Include stdbool.h.
26273
26274         Fix bugs uncovered when converting to bool.
26275         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
26276         failure instead of charging ahead blindly.
26277         * lib/regex_internal.c (register_state): Likewise.
26278         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
26279         for freeing internal storage.
26280         (group_nodes_into_DFA_states): Use unsigned int, not int, for
26281         bitset pieces used as boolean, to avoid undefined behavior
26282         on hosts that do int overflow checking.
26283
26284 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26285
26286         * config/srclist.txt: Add glibc bugs 1285-1287.
26287
26288 2005-09-01  Jim Meyering  <jim@meyering.net>
26289
26290         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
26291         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
26292         Require gl_STAT_MACROS, too.
26293
26294 2005-09-01  Bruno Haible  <bruno@clisp.org>
26295
26296         * gnulib-tool (import): In the first-use case, provide defaults.
26297
26298 2005-09-01  Bruno Haible  <bruno@clisp.org>
26299
26300         * gnulib-tool (func_import): Remove the .tmp files.
26301
26302 2005-09-01  Bruno Haible  <bruno@clisp.org>
26303
26304         * gnulib-tool (func_import): Fix handling of symbolic links.
26305
26306 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26307
26308         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
26309         old glibc regex code mishandles strings longer than 2**31 bytes.
26310         This patch fixes this when the regex code is used in gnulib
26311         (i.e., outside glibc).
26312
26313         This patch should not affect the use of the regex code inside
26314         glibc.  No doubt this problem also needs to be handled for glibc
26315         as well, but the result will be an incompatible change to the
26316         glibc ABI, and the old ABI will have to be supported too.  That
26317         can be the the subject for another patch.
26318
26319         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
26320         governing whether the rest of this patch is active.  By default,
26321         the macro is disabled and the patch has no effect.
26322         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
26323         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
26324         (struct re_pattern_buffer, re_search, re_search_2, re_match):
26325         (re_match_2, re_set_registers): Use the new types.
26326         * lib/regex_internal.h (Idx, re_hashval_t): New types.
26327         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
26328         New macros.
26329         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
26330         (re_string_context_at, bin_tree_t, re_dfastate_t):
26331         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
26332         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
26333         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
26334         (re_string_char_size_at, re_string_wchar_at):
26335         (re_string_elem_size_at):
26336         Use the new types and macros to port to 64-bit hosts.
26337         Use unsigned types for internal values, so that the code
26338         mostly works even for arrays larger than SSIZE_MAX.
26339         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
26340         (search_duplicated_node, calc_eclosure_iter, fetch_number):
26341         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
26342         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
26343         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
26344         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
26345         (calc_inveclosure, parse_dup_op, build_range_exp):
26346         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
26347         (fetch_number, create_token_tree, mark_opt_subexp):
26348         Likewise.
26349         * lib/regex_internal.c (re_string_construct_common,
26350         create_ci_newstate):
26351         (create_cd_newstate, re_string_allocate, re_string_construct):
26352         (re_string_realloc_buffers, build_wcs_upper_buffer):
26353         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
26354         (re_string_reconstruct, re_string_peek_byte_case):
26355         (re_string_fetch_byte_case, re_string_context_at):
26356         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
26357         (re_node_set_init_copy, re_node_set_add_intersect):
26358         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26359         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26360         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
26361         (re_acquire_state, re_acquire_state_context, register_state):
26362         Likewise.
26363         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
26364         search_cur_bkref_entry):
26365         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
26366         (re_search_internal, re_search_2_stub, re_search_stub)
26367         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
26368         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
26369         (update_cur_sifted_state, check_dst_limits):
26370         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
26371         (check_subexp_limits, sift_states_bkref, merge_state_array):
26372         (check_subexp_matching_top, get_subexp, get_subexp_sub):
26373         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
26374         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
26375         (expand_bkref_cache, check_node_accept_bytes):
26376         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
26377         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
26378         (acquire_init_state_context, check_halt_node_context):
26379         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
26380         (sift_states_backward, clean_state_log_if_needed):
26381         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
26382         (find_recover_state, transit_state_sb, transit_state_mb):
26383         (transit_state_bkref, build_trtable, match_ctx_clean):
26384         Likewise.
26385         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
26386         to work around an assumption that REG_MISSING is negative.
26387
26388         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
26389         (seek_collating_symbol_entry) [defined _LIBC]:
26390         (lookup_collation_sequence_value) [defined _LIBC]:
26391         (build_range_exp, build_collating_symbol) [defined _LIBC]:
26392         Use prototypes rather than old-style function definitions.
26393         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
26394         (transit_state_sb) [0]:
26395         (find_collation_sequence_value) [defined _LIBC]: Likewise.
26396
26397         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
26398         rm_eo.
26399
26400         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
26401         (optimize_subexps, lower_subexp):
26402         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
26403         since the signed shift might overflow.  Use 1u<<31 instead.
26404         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
26405         Likewise.
26406         * lib/regexec.c (check_dst_limits_calc_pos_1,
26407         check_subexp_matching_top): Likewise.
26408
26409         * lib/regcomp.c (optimize_subexps, lower_subexp):
26410         Use CHAR_BIT rather than 8, for clarity.
26411         * lib/regexec.c (check_dst_limits_calc_pos_1):
26412         (check_subexp_matching_top): Likewise.
26413         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
26414         have to worry about portability issues when shifting it left.
26415         Remove no-longer-needed test for table_size > 0.
26416         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
26417         in a word, as the resulting behavior is undefined.
26418         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
26419         in one case, a <= should have been an <, and in another case the
26420         whole test was missing.
26421         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
26422         the standard name CHAR_BIT.
26423         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
26424         this is not true on one's complement and signed-magnitude hosts.
26425
26426         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
26427         next_last_offset.
26428         (struct re_dfa_t): Remove unused member states_alloc.
26429         * lib/regcomp.c (init_dfa): Don't initialize unused members.
26430
26431 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26432
26433         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
26434         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
26435         and large-file glibc and in 32-bit large-file Solaris.
26436
26437 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26438
26439         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
26440         lengths fit in regoff_t; this isn't true if regoff_t is the same
26441         width as size_t.
26442         * lib/regex.c (re_search_internal): 5th arg is LAST_START
26443         (= START + RANGE) instead of RANGE.  This avoids overflow
26444         problems when regoff_t is the same width as size_t.
26445         All callers changed.
26446         (re_search_2_stub): Check for overflow when adding the
26447         sizes of the two strings.
26448         (re_search_stub): Check for overflow when adding START
26449         to RANGE; if it occurs, substitute the extreme value.
26450
26451 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26452
26453         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
26454
26455 2005-08-31  Jim Meyering  <jim@meyering.net>
26456
26457         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
26458         a pointer-to-const.
26459         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
26460         (register_state): Likewise.
26461         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
26462         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
26463         (group_nodes_into_DFAstates): Likewise.
26464
26465 2005-08-31  Jim Meyering  <jim@meyering.net>
26466
26467         * check-module: Add a FIXME comment.
26468
26469 2005-08-31  Eric Blake  <ebb9@byu.net>
26470
26471         * modules/unistd-safer (Files): Add unistd--.h.
26472         * modules/stdio-safer (Files): Add stdio--.h.
26473
26474 2005-08-31  Derek Price  <derek@ximbiot.com>
26475
26476         * lib/getdelim.c (getdelim): Return EOF on EOF.
26477         Reported by Larry Jones <lawrence.jones@ugs.com>.
26478
26479 2005-08-31  Bruno Haible  <bruno@clisp.org>
26480
26481         Avoid unnecessary diffs in the generated lib/Makefile.am.
26482         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
26483         the generated files.
26484         (func_import): Don't set cmd.
26485
26486 2005-08-31  Bruno Haible  <bruno@clisp.org>
26487
26488         * lib/strstr.c: Include <stddef.h>, for NULL.
26489         * lib/strcasestr.c: Likewise.
26490         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26491
26492 2005-08-31  Bruno Haible  <bruno@clisp.org>
26493
26494         * gnulib-tool: New option --macro-prefix.
26495         (func_import): Use macro_prefix.
26496         (import): Handle option --macro-prefix.
26497
26498 2005-08-31  Bruno Haible  <bruno@clisp.org>
26499
26500         * gnulib-tool (import): Rename most ac_* variables to cached_*.
26501         Also use new variables cached_lgpl, cached_libtool.
26502
26503 2005-08-31  Bruno Haible  <bruno@clisp.org>
26504
26505         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
26506         always instantiating them.
26507
26508 2005-08-31  Bruno Haible  <bruno@clisp.org>
26509
26510         * gnulib-tool (func_import): Read the previous cached settings
26511         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
26512         earlier added by gnulib but are now dropped. Warn when a gnulib file
26513         overwrites a non-gnulib file.
26514
26515 2005-08-31  Bruno Haible  <bruno@clisp.org>
26516
26517         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
26518         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
26519         projects that don't keep autogenerated files in CVS. Put into
26520         actioncmd only the specified modules, not the transitive closure.
26521
26522 2005-08-31  Bruno Haible  <bruno@clisp.org>
26523
26524         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
26525         Create directories that shall be filled.
26526         (import): Don't look for gl_* macros in configure.ac. Recurse across
26527         all directories containing a gnulib-cache.m4 files, if meaningful.
26528
26529 2005-08-31  Bruno Haible  <bruno@clisp.org>
26530
26531         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
26532         (import): Set seen_libtool when we see gl_LIBTOOL.
26533
26534 2005-08-31  Bruno Haible  <bruno@clisp.org>
26535
26536         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
26537         declaration macro definitions from generated gnulib.m4.
26538
26539 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
26540
26541         * lib/iconvme.h: Add prototype for iconv_alloc.
26542
26543 2005-08-29  Simon Josefsson  <jas@extundo.com>
26544
26545         * lib/iconvme.c: Fix errno.
26546
26547 2005-08-29  Bruno Haible  <bruno@clisp.org>
26548
26549         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
26550         that it works when the directory contains spaces.
26551
26552 2005-08-29  Bruno Haible  <bruno@clisp.org>
26553
26554         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
26555
26556 2005-08-29  Bruno Haible  <bruno@clisp.org>
26557
26558         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
26559         Emit more advice.
26560
26561 2005-08-29  Bruno Haible  <bruno@clisp.org>
26562         and Stepan Kasal  <kasal@ucw.cz>
26563
26564         * check-module: If more parameters are given, check each of them
26565         separately; add more exceptions, as noted by Jim Meyering.
26566         (check_module): New procedure.
26567         (%exempt_header): Now contains all exceptions.
26568
26569 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
26570
26571         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
26572
26573 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
26574
26575         * lib/iconvme.c: Split iconv_string into iconv_alloc.
26576
26577 2005-08-28  Bruno Haible  <bruno@clisp.org>
26578
26579         * m4/gnulib-tool.m4: New file.
26580
26581 2005-08-27  Jim Meyering  <jim@meyering.net>
26582
26583         * modules/unistd-safer (Files): Add pipe-safer.c.
26584         * modules/fcntl-safer (Files): Add creat-safer.c.
26585
26586 2005-08-27  Jim Meyering  <jim@meyering.net>
26587
26588         * m4/stdlib-safer.m4: New file.  From coreutils.
26589         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
26590         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
26591         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
26592         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
26593         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
26594
26595 2005-08-27  Jim Meyering  <jim@meyering.net>
26596
26597         * lib/fopen-safer.c: Merge minor changes from coreutils.
26598         * lib/dup-safer.c: Likewise.
26599         * lib/fd-safer.c: Likewise.
26600
26601         Merge from coreutils.
26602         * lib/stdio--.h: New file.
26603         * lib/stdlib--.h: New file.
26604         * lib/mkstemp-safer.c: New file.
26605
26606         GNU tar needs these.
26607         * lib/pipe-safer.c: New file.
26608         * lib/creat-safer.c: New file.
26609         * lib/fcntl--.h (creat): Define to creat_safer.
26610         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
26611         * lib/unistd--.h (pipe): Define to pipe_safer.
26612         * lib/unistd-safer.h: Declare pipe_safer.
26613
26614 2005-08-26  Simon Josefsson  <jas@extundo.com>
26615
26616         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
26617         Haible <bruno@clisp.org>.
26618
26619 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
26620
26621         * lib/regex_internal.h: Remove all references to
26622         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
26623         or better.
26624         (bitset_not, bitset_merge, bitset_not_merge):
26625         (bitset_mask, re_string_allocate, re_string_construct):
26626         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
26627         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
26628         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
26629         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
26630         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26631         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26632         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
26633         (re_acquire_state_context):
26634         Remove unnecessary forward decls.
26635         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
26636         Put __attribute at function definition,
26637         now that the function decl has been removed.
26638         * lib/regex_internal.c (re_string_peek_byte_case):
26639         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
26640         Likewise.
26641
26642 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
26643
26644         * m4/regex.m4: Add AC_PREREQ(2.50).
26645         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
26646
26647 2005-08-25  Simon Josefsson  <jas@extundo.com>
26648
26649         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
26650         __fsetlocking.
26651
26652 2005-08-25  Simon Josefsson  <jas@extundo.com>
26653
26654         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
26655         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
26656         GLIBC specific code.
26657
26658 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26659
26660         Make regex safe for g++.  This fixes one real bug (an "err"
26661         that should have been "*err").  g++ problem reported by
26662         Sam Steingold.
26663         * lib/regex_internal.h (re_calloc): New macro, consistent with
26664         re_malloc etc.  All callers of calloc changed to use re_calloc.
26665         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
26666         not int.  All callers changed.
26667         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
26668         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
26669         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
26670         (find_recover_state): Change "err" to "*err"; this fixes what
26671         appears to be a real bug.
26672         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
26673         versus int.
26674
26675 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26676
26677         * modules/regex (Depends-on): Add malloc, since the code
26678         assumes that !malloc(0) means failure.
26679
26680 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26681
26682         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
26683
26684         alloca modernization/simplification for regex.
26685         * lib/regex.c: Remove portability cruft for alloca.  This no longer
26686         needs to be at the start of the file, and can be moved into
26687         regex_internal.h and simplified.
26688         * lib/regex_internal.h: Include <alloca.h>.
26689         (__libc_use_alloca) [!defined _LIBC]: New macro.
26690         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
26691         now works outside glibc.
26692
26693 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26694
26695         * config/srclist.txt: Add glibc bugs 1241, 1245.
26696
26697 2005-08-25  Jim Meyering  <jim@meyering.net>
26698
26699         * lib/open-safer.c: Include <config.h>.
26700         Otherwise, we'd lose LARGEFILE support in any file using
26701         e.g. "fcntl--.h"
26702
26703 2005-08-25  Bruno Haible  <bruno@clisp.org>
26704
26705         * m4/minmax.m4: Require autoconf 2.52.
26706         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
26707         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
26708         alternatives of translit over the alphabet.
26709         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
26710
26711 2005-08-24  Simon Josefsson  <jas@extundo.com>
26712
26713         * tests/test-getpass.c: New file.
26714
26715 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
26716
26717         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
26718         for GNU regex features.
26719
26720 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
26721
26722         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
26723         * lib/regex.h (regerror): Likewise.
26724
26725         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
26726         requires this.  (The code never needed it.)
26727
26728         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
26729         All uses of recently-renamed identifiers changed to use the new,
26730         POSIX-compliant names.  The code will build and run just fine
26731         without these changes, but it's better to eat our own dog food
26732         and use the standard-conforming names.
26733
26734         * lib/regex.h: Fix a multitude of POSIX name space violations.
26735         These changes have an effect only for programs that define
26736         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
26737         do not change anything for programs compiled in the normal way.
26738         Also, there is no effect on the ABI.
26739
26740         (_REGEX_SOURCE): New macro.
26741         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
26742         defined and _GNU_SOURCE is not; this fixes a name space violation.
26743
26744         Rename the following macros to obey POSIX requirements.
26745         The old names are still visible as macros if _REGEX_SOURCE is defined.
26746         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
26747         RE_BACKSLASH_ESCAPE_IN_LISTS.
26748         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
26749         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
26750         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
26751         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
26752         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
26753         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
26754         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
26755         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
26756         (REG_INTERVALS): renamed from RE_INTERVALS.
26757         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
26758         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
26759         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
26760         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
26761         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
26762         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
26763         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
26764         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
26765         RE_UNMATCHED_RIGHT_PAREN_ORD.
26766         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
26767         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
26768         (REG_DEBUG): renamed from RE_DEBUG.
26769         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
26770         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
26771         unusual, since we can't clash with the POSIX REG_ICASE.
26772         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
26773         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
26774         (REG_NO_SUB): renamed from RE_NO_SUB.
26775         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
26776         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
26777         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
26778         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
26779         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
26780         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
26781         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
26782         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
26783         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
26784         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
26785         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
26786         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
26787         RE_SYNTAX_POSIX_MINIMAL_BASIC.
26788         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
26789         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
26790         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
26791         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
26792         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
26793         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
26794         (REG_FIXED): Renamed from REGS_FIXED.
26795         (REG_NREGS): Renamed from RE_NREGS.
26796
26797         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
26798         of other REG_* macros, since POSIX says the user is allowed to
26799         #undef these macros selectively.
26800
26801         (reg_errcode_t): Update comment stating what other tables need
26802         to be consistent.
26803
26804         Rename the following enum values to obey POSIX requirements.
26805         The old names are still visible as macros.
26806         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
26807         is not defined, since GNU is supposed to be a superset of POSIX as
26808         much as possible, and since we want reg_errcode_t to be a signed
26809         type for implementation consistency.
26810         (_REG_NOERROR): Renamed from REG_NOERROR.
26811         (_REG_NOMATCH): Renamed from REG_NOMATCH.
26812         (_REG_BADPAT): Renamed from REG_BADPAT.
26813         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
26814         (_REG_ECTYPE): Renamed from REG_ECTYPE.
26815         (_REG_EESCAPE): Renamed from REG_EESCAPE.
26816         (_REG_ESUBREG): Renamed from REG_ESUBREG.
26817         (_REG_EBRACK): Renamed from REG_EBRACK.
26818         (_REG_EPAREN): Renamed from REG_EPAREN.
26819         (_REG_EBRACE): Renamed from REG_EBRACE.
26820         (_REG_BADBR): Renamed from REG_BADBR.
26821         (_REG_ERANGE): Renamed from REG_ERANGE.
26822         (_REG_ESPACE): Renamed from REG_ESPACE.
26823         (_REG_BADRPT): Renamed from REG_BADRPT.
26824         (_REG_EEND): Renamed from REG_EEND.
26825         (_REG_ESIZE): Renamed from REG_ESIZE.
26826         (_REG_ERPAREN): Renamed from REG_ERPAREN.
26827         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
26828         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
26829         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
26830         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
26831
26832         (_REG_RE_NAME, _REG_RM_NAME): New macros.
26833         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
26834         changed.  But support the old name if the new one is not defined
26835         and if _REGEX_SOURCE.
26836
26837         Change the following member names in struct re_pattern_buffer.
26838         The old names are still supported if !_REGEX_SOURCE.
26839         The new names are always supported, regardless of _REGEX_SOURCE.
26840         (re_buffer): Renamed from buffer.
26841         (re_allocated): Renamed from allocated.
26842         (re_used): Renamed from used.
26843         (re_syntax): Renamed from syntax.
26844         (re_fastmap): Renamed from fastmap.
26845         (re_translate): Renamed from translate.
26846         (re_can_be_null): Renamed from can_be_null.
26847         (re_regs_allocated): Renamed from regs_allocated.
26848         (re_fastmap_accurate): Renamed from fastmap_accurate.
26849         (re_no_sub): Renamed from no_sub.
26850         (re_not_bol): Renamed from not_bol.
26851         (re_not_eol): Renamed from not_eol.
26852         (re_newline_anchor): Renamed from newline_anchor.
26853
26854         Change the following member names in struct re_registers.
26855         The old names are still supported if !_REGEX_SOURCE.
26856         The new names are always supported, regardless of _REGEX_SOURCE.
26857         (rm_num_regs): Renamed from num_regs.
26858         (rm_start): Renamed from start.
26859         (rm_end): Renamed from end.
26860
26861         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
26862         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
26863         Prepend __ to parameter names.
26864
26865         Undo yesterday's changes.
26866
26867 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
26868
26869         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
26870         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
26871         lib/regex.c.
26872
26873 2005-08-24  Jim Meyering  <jim@meyering.net>
26874
26875         Sync from coreutils.
26876         * m4/fcntl-safer.m4: New file.
26877
26878         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
26879         and object files for this module.
26880
26881 2005-08-24  Jim Meyering  <jim@meyering.net>
26882
26883         Sync from coreutils.
26884         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
26885
26886 2005-08-24  Jim Meyering  <jim@meyering.net>
26887
26888         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
26889         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
26890
26891 2005-08-24  Jim Meyering  <jim@meyering.net>
26892
26893         * modules/fcntl-safer: New module.
26894         * modules/fts (Depends-on): Add fcntl-safer.
26895         * MODULES.html.sh (File descriptor based Input/Output):
26896         Add fcntl-safer.
26897
26898 2005-08-24  Bruno Haible  <bruno@clisp.org>
26899
26900         Support for unit test modules.
26901         * modules/README: Mention tests modules.
26902         * modules/TEMPLATE-TESTS: New file.
26903         * gnulib-tool: New options --extract-tests-module, --with-tests and
26904         --tests-base (unused for the moment).
26905         (testsbase, inctests): New variables.
26906         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
26907         (func_verify_module): Exclude TEMPLATE-TESTS.
26908         (func_verify_nontests_module, func_verify_tests_module): New functions.
26909         (func_get_dependencies): Add implicit dependency for tests modules.
26910         (func_get_tests_module): New function.
26911         (func_modules_transitive_closure): When --with-tests was specified,
26912         include the unit tests as well, unless explicitly avoided.
26913         (func_emit_lib_Makefile_am): Ignore the tests modules here.
26914         (func_emit_tests_Makefile_am): New function.
26915         (func_create_testdir): When --with-tests was specified, emit a
26916         tests/ directory.
26917         * MODULES.html.sh (Future developments): Update.
26918
26919 2005-08-24  Bruno Haible  <bruno@clisp.org>
26920
26921         * modules/tls-tests: New file.
26922         * tests/test-tls.c: New file, from GNU gettext.
26923
26924 2005-08-24  Bruno Haible  <bruno@clisp.org>
26925
26926         * modules/lock-tests: New file.
26927         * tests/test-lock.c: New file, from GNU gettext.
26928
26929 2005-08-24  Bruno Haible  <bruno@clisp.org>
26930
26931         * lib/lock.h: Add multiple inclusion guard.
26932         * lib/tls.h: Add multiple inclusion guard.
26933
26934 2005-08-24  Bruno Haible  <bruno@clisp.org>
26935
26936         * gnulib-tool: Add support for the --aux-dir option to
26937         --create-testdir, --create-megatestdir, --test, --megatest.
26938         (func_create_testdir, func_create_megatestdir): Optionally emit a
26939         AC_CONFIG_AUX_DIR directive.
26940         (create-testdir, create-megatestdir, test, megatest): Provide a
26941         default value for $auxdir.
26942
26943 2005-08-24  Bruno Haible  <bruno@clisp.org>
26944
26945         * gnulib-tool (import): Use compound statement instead of subshell
26946         where possible.
26947
26948 2005-08-24  Bruno Haible  <bruno@clisp.org>
26949
26950         * gnulib-tool (import): Change --aux-dir default to "build-aux".
26951
26952 2005-08-24  Bruno Haible  <bruno@clisp.org>
26953
26954         * gnulib-tool (func_version): Update.
26955
26956 2005-08-24  Bruno Haible  <bruno@clisp.org>
26957
26958         * gnulib-tool (func_import, func_create_testdir,
26959         func_create_megatestdir): Quote all autoconf macro arguments.
26960
26961 2005-08-24  Bruno Haible  <bruno@clisp.org>
26962
26963         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
26964         option --force, because --force causes the aclocal.m4 of each
26965         subdirectory to be newer than the corresponding config.h.in.
26966
26967 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
26968
26969         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
26970         All contents moved to gl_REGEX.
26971         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
26972         assume that it does.
26973
26974 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
26975
26976         * lib/regex.h (REG_NOSYS)
26977         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
26978         Define, since POSIX requires it as of 2001.
26979         (_REG_ENOSYS)
26980         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
26981         New private symbol, used to keep the enum signed in all cases.
26982         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
26983         Youngman in
26984         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
26985
26986         * lib/regex_internal.c (re_string_skip_chars, register_state):
26987         (calc_state_hash):
26988         Remove forward decls; no longer needed now that we use prototypes.
26989         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
26990         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
26991         (clean_state_log_if_needed): Likewise.
26992
26993 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
26994
26995         * config/srclist.txt: Add glibc bugs 1231-1233.
26996
26997 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26998
26999         Fix problems reported by Sam Steingold in
27000         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
27001         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
27002         assumed that reg_errcode_t is a signed type, which is not
27003         necessarily true if _XOPEN_SOURCE is not defined.
27004         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
27005         since some compilers warn about it otherwise.
27006
27007 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27008
27009         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
27010         (init_word_char, create_initial_state, duplicate_node_closure):
27011         (fetch_token, peek_token_bracket, build_range_exp):
27012         (build_collating_symbol): Remove forward decls; no longer needed
27013         now that we use prototypes.
27014
27015         * lib/regcomp.c:
27016         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
27017         (re_compile_fastmap_iter, regcomp, regerror, regfree):
27018         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
27019         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
27020         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
27021         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
27022         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
27023         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
27024         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
27025         (build_range_exp, build_collating_symbol, parse_bracket_exp):
27026         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
27027         (build_charclass, build_charclass_op, fetch_number, create_tree):
27028         (create_token_tree, mark_opt_subexp, duplicate_tree):
27029         Use prototypes rather than old-style definitions.
27030
27031         * lib/regex_internal.c:
27032         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
27033         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
27034         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
27035         (re_string_reconstruct, re_string_peek_byte_case):
27036         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
27037         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
27038         (re_node_set_init_copy, re_node_set_add_intersect):
27039         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
27040         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
27041         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
27042         (re_acquire_state, re_acquire_state_context, register_state):
27043         (create_ci_newstate, create_cd_newstate, free_state):
27044         Likewise.
27045         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
27046         re_search_2):
27047         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
27048         (re_search_internal, prune_impossible_nodes):
27049         (acquire_init_state_context, check_matching, static):
27050         (check_halt_node_context, check_halt_state_context, proceed_next_node):
27051         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
27052         (update_regs, sift_states_backward, build_sifted_states):
27053         (clean_state_log_if_needed, merge_state_array):
27054         (update_cur_sifted_state, add_epsilon_src_nodes):
27055         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
27056         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
27057         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
27058         (find_recover_state, check_subexp_matching_top, transit_state_mb):
27059         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
27060         (check_arrival, check_arrival_add_next_nodes):
27061         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
27062         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
27063         (check_node_accept_bytes, check_node_accept, extend_buffers):
27064         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
27065         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
27066         (sift_ctx_init):
27067         Likewise.
27068
27069         * lib/regex_internal.h:
27070         (re_string_allocate, re_string_construct, re_string_reconstruct):
27071         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
27072         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
27073         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
27074         (re_string_context_at, re_string_peek_byte_case):
27075         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
27076         is defined, since we now use prototypes always.
27077
27078         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
27079         C89 or better.  All uses removed.
27080
27081 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27082
27083         * config/srclist.txt: Add glibc bugs 1220-1227.
27084
27085 2005-08-20  Jim Meyering  <jim@meyering.net>
27086
27087         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
27088         of unused local, dfa.
27089
27090 2005-08-20  Bruno Haible  <bruno@clisp.org>
27091
27092         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
27093
27094 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27095
27096         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
27097         (re_node_set_insert_last, re_dfa_add_node):
27098         Rename local variables to avoid GCC shadowing warnings.
27099
27100 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27101
27102         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
27103         [defined lint]: Suppress bogus uninitialized-variable warnings.
27104
27105         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
27106         and let the caller return REG_ESPACE if out of space.  This
27107         removes an uninitialied-variable warning with GCC 4.0.1, and also
27108         avoids taking the address of a local variable.  All callers
27109         changed.
27110
27111 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27112
27113         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
27114         $LIBCSRC/posix/regexec.c.
27115         Add glibc bug 1217 for regcomp.c.
27116
27117 2005-08-19  Jim Meyering  <jim@meyering.net>
27118
27119         * lib/regexec.c (proceed_next_node): Redo local variables to
27120         avoid GCC shadowing warnings.
27121
27122 2005-08-18  Bruno Haible  <bruno@clisp.org>
27123
27124         * lib/strstr.c (strstr): Fix return value in multibyte case.
27125         * lib/strcasestr.c (strcasestr): Likewise.
27126
27127 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
27128
27129         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
27130
27131 2005-08-17  Jim Meyering  <jim@meyering.net>
27132
27133         Make the %s format (seconds since the epoch) work for a negative
27134         number and when used with a zero-padded field width, e.g. %015s.
27135
27136         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
27137         label so that it precedes the code to set `digits'.  Otherwise,
27138         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
27139         print `00-22'.  Now, it prints `-0022', as it should.
27140
27141 2005-08-17  Bruno Haible  <bruno@clisp.org>
27142
27143         * modules/strstr (Files): Add m4/mbrtowc.m4.
27144         (Depends-on): Add mbuiter.
27145
27146 2005-08-17  Bruno Haible  <bruno@clisp.org>
27147
27148         * modules/strcasestr: New file.
27149         * MODULES.html.sh (String handling, based on ANSI C 89): Add
27150         strcasestr.
27151
27152 2005-08-17  Bruno Haible  <bruno@clisp.org>
27153
27154         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
27155
27156 2005-08-17  Bruno Haible  <bruno@clisp.org>
27157
27158         * modules/mbuiter: New file.
27159         * MODULES.html.sh (Extended multibyte and wide character utilities):
27160         Add mbuiter.
27161
27162 2005-08-17  Bruno Haible  <bruno@clisp.org>
27163
27164         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
27165         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
27166
27167 2005-08-17  Bruno Haible  <bruno@clisp.org>
27168
27169         * m4/strcasestr.m4: New file.
27170
27171 2005-08-17  Bruno Haible  <bruno@clisp.org>
27172
27173         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
27174         * lib/strstr.c: Completely rewritten, with multibyte locale support.
27175
27176 2005-08-17  Bruno Haible  <bruno@clisp.org>
27177
27178         * lib/strcasestr.h: New file.
27179         * lib/strcasestr.c: New file.
27180
27181 2005-08-17  Bruno Haible  <bruno@clisp.org>
27182
27183         * lib/strcasecmp.c: Use mbuiter.h.
27184
27185 2005-08-17  Bruno Haible  <bruno@clisp.org>
27186
27187         * lib/mbuiter.h: New file.
27188
27189 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
27190
27191         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
27192         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
27193         and gl_GETOPT are both invoked via different paths (as happens
27194         with GNU tar CVS because it uses both argp and getopt), the former
27195         wins.
27196
27197 2005-08-16  Bruno Haible  <bruno@clisp.org>
27198
27199         * modules/tls: New file.
27200         * MODULES.html.sh (Multithreading): Add tls.
27201
27202 2005-08-16  Bruno Haible  <bruno@clisp.org>
27203
27204         * modules/strnlen1: New file.
27205         * MODULES.html.sh (String handling): Add strnlen1.
27206
27207 2005-08-16  Bruno Haible  <bruno@clisp.org>
27208
27209         * modules/strcase (Files): Add m4/mbrtowc.m4.
27210         (Depends-on): Add strnlen1, mbchar.
27211
27212 2005-08-16  Bruno Haible  <bruno@clisp.org>
27213
27214         * modules/mbiter: New file.
27215         * MODULES.html.sh (Extended multibyte and wide character utilities):
27216         Add mbiter.
27217
27218 2005-08-16  Bruno Haible  <bruno@clisp.org>
27219
27220         * modules/mbfile: New file.
27221         * MODULES.html.sh (Extended multibyte and wide character utilities):
27222         Add mbfile.
27223
27224 2005-08-16  Bruno Haible  <bruno@clisp.org>
27225
27226         * modules/mbchar: New file.
27227         * MODULES.html.sh (Extended multibyte and wide character utilities):
27228         New section.
27229
27230 2005-08-16  Bruno Haible  <bruno@clisp.org>
27231
27232         * m4/tls.m4: New file, from GNU gettext.
27233
27234 2005-08-16  Bruno Haible  <bruno@clisp.org>
27235
27236         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
27237         always.
27238         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
27239
27240 2005-08-16  Bruno Haible  <bruno@clisp.org>
27241
27242         * m4/mbiter.m4: New file.
27243
27244 2005-08-16  Bruno Haible  <bruno@clisp.org>
27245
27246         * m4/mbfile.m4: New file.
27247
27248 2005-08-16  Bruno Haible  <bruno@clisp.org>
27249
27250         * m4/mbchar.m4: New file.
27251
27252 2005-08-16  Bruno Haible  <bruno@clisp.org>
27253
27254         * lib/tls.h: New file, from GNU gettext.
27255         * lib/tls.c: New file, from GNU gettext.
27256
27257 2005-08-16  Bruno Haible  <bruno@clisp.org>
27258
27259         * lib/strnlen1.h: New file.
27260         * lib/strnlen1.c: New file.
27261
27262 2005-08-16  Bruno Haible  <bruno@clisp.org>
27263
27264         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
27265         (mbi_init): Update.
27266         (mbi_avail, mbi_advance): Let the iteration end before the terminating
27267         NUL byte, not after it.
27268
27269 2005-08-16  Bruno Haible  <bruno@clisp.org>
27270
27271         * lib/strcase.h (strcasecmp): Add note in comments.
27272         * lib/strncasecmp.c: Use code from strcasecmp.c.
27273         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
27274         (strcasecmp): Work correctly in multibyte locales.
27275
27276 2005-08-16  Bruno Haible  <bruno@clisp.org>
27277
27278         * lib/mbiter.h: New file.
27279
27280 2005-08-16  Bruno Haible  <bruno@clisp.org>
27281
27282         * lib/mbfile.h: New file.
27283
27284 2005-08-16  Bruno Haible  <bruno@clisp.org>
27285
27286         * lib/mbchar.h: New file.
27287         * lib/mbchar.c: New file.
27288
27289 2005-08-16  Bruno Haible  <bruno@clisp.org>
27290
27291         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
27292         the valid ones. Makes the comparison operations transitive:
27293         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
27294         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
27295
27296 2005-08-15  Simon Josefsson  <jas@extundo.com>
27297
27298         * modules/ssize_t (License): Change to 'unlimited'.
27299
27300         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
27301
27302 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
27303
27304         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
27305         Add comments for each pending glibc patch.
27306
27307 2005-08-15  Bruno Haible  <bruno@clisp.org>
27308
27309         * lib/regex.h (__restrict_arr): Don't define to __restrict if
27310         __cplusplus is defined.
27311
27312 2005-08-14  Jim Meyering  <jim@meyering.net>
27313
27314         Sync from coreutils.
27315
27316         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
27317         Use the hash-table-based cycle-detection code not just when
27318         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
27319         Reported by James Youngman in
27320         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
27321         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
27322         FTS_TIGHT_CYCLE_CHECK.
27323         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
27324         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
27325         once again.
27326         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
27327         * lib/fts.c (fd_safer): Remove decl.
27328         Include fcntl--.h rather than unistd-safer.h
27329         (fts_safe_changedir): Don't call fd_safer; no longer needed
27330         now that we include fcntl--.h.
27331
27332 2005-08-12  Simon Josefsson  <jas@extundo.com>
27333
27334         * modules/getndelim2: Use ssize_t module.
27335         * modules/getnline: Likewise.
27336         * modules/safe-read: Likewise.
27337         * modules/xreadlink: Likewise.
27338
27339         * modules/ssize_t: New file.
27340
27341 2005-08-12  Simon Josefsson  <jas@extundo.com>
27342
27343         * m4/readline.m4: Look for termcap, curses or ncurses if required.
27344
27345 2005-08-12  Simon Josefsson  <jas@extundo.com>
27346
27347         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27348         ssize_t.
27349
27350 2005-08-12  Simon Josefsson  <jas@extundo.com>
27351
27352         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
27353         readline, getdelim and check_version.
27354         (Support for systems lacking ISO C 99: Sizes of integer types):
27355         Add size_max.
27356
27357 2005-08-12  Bruno Haible  <bruno@clisp.org>
27358
27359         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
27360
27361 2005-08-11  Simon Josefsson  <jas@extundo.com>
27362
27363         * modules/readline: New file.
27364
27365         * modules/strnlen (Files): Add strnlen.h.
27366
27367 2005-08-11  Simon Josefsson  <jas@extundo.com>
27368
27369         * m4/readline.m4: New file.
27370
27371 2005-08-11  Simon Josefsson  <jas@extundo.com>
27372
27373         * lib/readline.h, readline.c: New file.
27374
27375 2005-08-11  Simon Josefsson  <jas@extundo.com>
27376
27377         * doc/gnulib.texi (Initial import, Finishing touches): Mention
27378         gl_AVOID.
27379
27380 2005-08-11  Bruno Haible  <bruno@clisp.org>
27381
27382         * lib/strnlen.h (strnlen): Change parameter name to match comment.
27383
27384 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
27385
27386         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
27387
27388 2005-08-10  Simon Josefsson  <jas@extundo.com>
27389
27390         * tests/test-iconvme.c: New file.
27391
27392 2005-08-10  Simon Josefsson  <jas@extundo.com>
27393
27394         * m4/strnlen.m4: New file.
27395
27396         * m4/strndup.m4: Don't check for strnlen declaration, done in
27397         strnlen.m4.
27398
27399 2005-08-10  Simon Josefsson  <jas@extundo.com>
27400
27401         * lib/strndup.c: Use strnlen.h.
27402
27403         * lib/strnlen.h: New file.
27404
27405 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27406
27407         * README: Typos.
27408
27409 2005-08-02  Simon Josefsson  <jas@extundo.com>
27410
27411         * modules/readline: New file.
27412
27413 2005-08-02  Simon Josefsson  <jas@extundo.com>
27414
27415         * modules/getdelim: New file.
27416
27417         * modules/getline: Rewrite, don't use getndelim2.
27418
27419 2005-08-02  Simon Josefsson  <jas@extundo.com>
27420
27421         * m4/getline.m4: Separate out getdelim stuff into separate module.
27422
27423         * m4/getdelim.m4: New file.
27424
27425 2005-08-02  Simon Josefsson  <jas@extundo.com>
27426
27427         * lib/getline.h, getline.c: Rewrite.
27428
27429         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
27430
27431 2005-07-31  Bruno Haible  <bruno@clisp.org>
27432
27433         * lib/lock.h (gl_lock_initializer): New macro.
27434         (gl_lock_define_initialized): Use it.
27435         (gl_rwlock_initializer): New macro.
27436         (gl_rwlock_define_initialized): Use it.
27437         (gl_recursive_lock_initializer): New macro.
27438         (gl_recursive_lock_define_initialized): Use it.
27439
27440 2005-07-30  Karl Berry  <karl@gnu.org>
27441
27442         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
27443         Report from Ben Pfaff, regarding getopt.
27444
27445 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
27446
27447         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
27448         normal way.
27449         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
27450         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
27451         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
27452         (gl_GETOPT): Use the new macros.  Most of the implementation
27453         is moved to the new macros.  This is for programs like Emacs
27454         that don't want all the functionality of gl_GETOPT.
27455
27456 2005-07-26  Bruno Haible  <bruno@clisp.org>
27457
27458         * m4/lock.m4: Update from GNU gettext.
27459
27460 2005-07-26  Bruno Haible  <bruno@clisp.org>
27461
27462         * lib/lock.h: Update from GNU gettext.
27463         * lib/lock.c: Update from GNU gettext.
27464
27465 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
27466
27467         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
27468         obsolescent AC_TRY_RUN.  Include the default includes files, for
27469         'exit'.
27470
27471 2005-07-24  Bruno Haible  <bruno@clisp.org>
27472
27473         * modules/visibility: New file.
27474         * MODULES.html.sh (Misc): Add visibility.
27475
27476 2005-07-24  Bruno Haible  <bruno@clisp.org>
27477
27478         * m4/visibility.m4: New file.
27479
27480 2005-07-24  Bruno Haible  <bruno@clisp.org>
27481
27482         * doc/visibility.texi: New file.
27483
27484 2005-07-22  Bruno Haible  <bruno@clisp.org>
27485
27486         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
27487         $(ALLOCA_H), redundant through BUILT_SOURCES.
27488         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
27489         redundant through BUILT_SOURCES.
27490         * modules/byteswap (Makefile.am): Remove explicit dependency on
27491         $(BYTESWAP_H), redundant through BUILT_SOURCES.
27492         * modules/fnmatch (Makefile.am): Remove explicit dependency on
27493         $(FNMATCH_H), redundant through BUILT_SOURCES.
27494         * modules/getopt (Makefile.am): Remove explicit dependency on
27495         $(GETOPT_H), redundant through BUILT_SOURCES.
27496         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
27497         redundant through BUILT_SOURCES.
27498         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
27499         redundant through BUILT_SOURCES.
27500         * modules/stdbool (Makefile.am): Remove explicit dependency on
27501         $(STDBOOL_H), redundant through BUILT_SOURCES.
27502         * modules/stdint (Makefile.am): Remove explicit dependency on
27503         $(STDINT_H), redundant through BUILT_SOURCES.
27504         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
27505         Remove explicit dependency on $(SYSEXITS_H).
27506         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
27507
27508 2005-07-18  Simon Josefsson  <jas@extundo.com>
27509
27510         * lib/check-version.c (check_version): Accept identical versions too.
27511
27512 2005-07-18  Bruno Haible  <bruno@clisp.org>
27513
27514         * modules/lock: New file.
27515         * MODULES.html.sh (Multithreading): New section.
27516
27517 2005-07-18  Bruno Haible  <bruno@clisp.org>
27518
27519         * m4/lock.m4: New file, from GNU gettext.
27520
27521 2005-07-18  Bruno Haible  <bruno@clisp.org>
27522
27523         * lib/lock.h: New file, from GNU gettext.
27524         * lib/lock.c: New file, from GNU gettext.
27525
27526 2005-07-18  Bruno Haible  <bruno@clisp.org>
27527
27528         * lib/lock.h (gl_once_t): New type.
27529         (gl_once_define, gl_once): New macros.
27530         * lib/lock.c (fresh_once): New variable.
27531         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
27532         functions.
27533
27534 2005-07-16  Simon Josefsson  <jas@extundo.com>
27535
27536         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
27537         workaround, suggested by Bruno.
27538
27539 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
27540
27541         * modules/xalloc (Depends-on): Add xalloc-die.
27542         * modules/xvasprintf (Depends-on): Add xalloc-die.
27543
27544 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
27545
27546         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
27547         with a minor change.
27548
27549 2005-07-15  Bruno Haible  <bruno@clisp.org>
27550
27551         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
27552         When using lib/poll.c, define poll as rpl_poll.
27553
27554 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
27555
27556         * modules/argp (Depends-on): Remove unlocked-io.
27557
27558 2005-07-14  Derek Price  <derek@ximbiot.com>
27559
27560         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
27561         for glob symlink bug.
27562
27563 2005-07-14  Bruno Haible  <bruno@clisp.org>
27564
27565         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
27566         Instead, test for *_unlocked function declarations directly.
27567
27568 2005-07-11  Simon Josefsson  <jas@extundo.com>
27569
27570         * modules/size_max: New file.
27571
27572         * modules/xsize: Depend on size_max module for size_max.m4.
27573
27574 2005-07-11  Simon Josefsson  <jas@extundo.com>
27575
27576         * lib/size_max.h: New file.
27577
27578 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
27579
27580         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
27581         copyright symbol and the year.
27582         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
27583         (version_etc_va): Use parameterized copyright notice.
27584         Reword to conform to the current GNU coding standards.
27585
27586 2005-07-11  Karl Berry  <karl@gnu.org>
27587
27588         * doc/gnulib.texi (Quoting): new node.
27589         (Initial import): more info, from Patrice.
27590
27591 2005-07-11  Bruno Haible  <bruno@clisp.org>
27592
27593         * gnulib-tool (func_usage): Document option --avoid.
27594         (Command line options): Handle --avoid.
27595         (func_acceptable): New function.
27596         (func_modules_transitive_closure): Use it.
27597
27598 2005-07-11  Bruno Haible  <bruno@clisp.org>
27599
27600         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
27601         Reported by Jim Meyering.
27602
27603 2005-07-10  Bruno Haible  <bruno@clisp.org>
27604
27605         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
27606         Needed when size_t is smaller than 'unsigned int'.
27607         Reported by Paul Eggert.
27608
27609 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27610
27611         * modules/argp (Depends-on): Add unlocked-io
27612
27613 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27614
27615         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
27616         block of defines.
27617
27618 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
27619
27620         * config/srclist.txt: Comment out regcomp.c, since we have a porting
27621         fix now.
27622
27623 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
27624         and Paul Eggert  <eggert@cs.ucla.edu>
27625
27626         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
27627         in wint_t, not wchar_t.  Remove now-unnecessary cast.
27628
27629 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27630
27631         * modules/regex (Files): Add lib/regex_internal.c,
27632         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
27633         (Depends-on): Add extensions.
27634         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
27635
27636 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27637
27638         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
27639         pathconf.
27640         * m4/same.m4 (gl_SAME): Likewise.
27641         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
27642
27643         * m4/regex.m4: Adjust to new libc regex implementation.
27644         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
27645         all the .c and .h parts of (the new) regex.
27646         Quote the m4 stuff better.
27647         Check for RE_ICASE bug of old gnulib.
27648         Check for REG_STARTEND of recent libc.
27649         Rename local variables from jm_* to gl_*.
27650         Quote operand of "test -f".
27651         Say "recent enough" version of libc, not "version 2".
27652         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
27653         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
27654         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
27655         Remove check for btowc, isascii.
27656         Require AM_LANGINFO_CODESET.
27657
27658 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27659
27660         * lib/regex.c, regex.h: Sync from libc.
27661         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
27662         * lib/regexec.c:
27663         New files, synced from libc, except that regex_internal.h
27664         currently has a small porting fix.
27665
27666 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27667
27668         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
27669         regex_internal.c, regexec.c.
27670         Add regex_internal.h too, but as a comment, since the libc version
27671         is currently broken in gnulib mode.
27672
27673 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27674
27675         Support programs like Emacs that use gnulib but not gettext.
27676         * MODULES.html.sh (Internationalization functions): Add gettext-h.
27677         * modules/gettext-h: New file.
27678         * modules/gettext (Files): Remove lib/gettext.h.
27679         (Depends-on): Add gettext-h.
27680         (Makefile.am): Remove lib_SOURCES.
27681         * modules/argmatch, modules/c-stack, modules/closeout:
27682         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
27683         * modules/execute, modules/file-type, modules/getaddrinfo:
27684         * modules/getopt, modules/human, modules/javacomp:
27685         * modules/javaexec, modules/mkdir-p, modules/obstack:
27686         * modules/openat, modules/pagealign_alloc, modules/pipe:
27687         * modules/quotearg, modules/regex, modules/rpmatch:
27688         * modules/unicodeio, modules/userspec, modules/version-etc:
27689         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
27690         * modules/xsetenv:
27691         Depend on gettext-h, not gettext.
27692
27693 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27694
27695         * gnulib-tool (func_import): Add support for 'public domain' license.
27696         * modules/alloca, modules/atexit, modules/memmove:
27697         Now public domain, not GPL.
27698         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
27699         * modules/realloc, modules/strerror, modules/strtod:
27700         Now LGPL, not GPL.
27701
27702 2005-07-05  Bruno Haible  <bruno@clisp.org>
27703
27704         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
27705         autoconf CVS. Needed for mingw.
27706
27707 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27708
27709         Remove the dependency of the strftime module on the tzset module.
27710         * modules/strftime (Depends-on): Remove dependency on tzset.
27711
27712 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27713
27714         Remove the dependency of the strftime module on the tzset module.
27715         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
27716         gl_FUNC_TZSET_CLOBBER.
27717
27718 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27719
27720         Remove the dependency of the strftime module on the tzset module.
27721         * lib/strftime.c (my_strftime)
27722         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
27723         Copy the input structure, to work around some of the bug with
27724         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
27725         Solaris releases, you should also use the tzset module, but we won't
27726         require it as a dependency any more since we don't want LGPLed code
27727         to depend on GPLed code.
27728
27729 2005-07-02  Jim Meyering  <jim@meyering.net>
27730
27731         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
27732         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
27733         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
27734         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
27735
27736 2005-07-02  Jim Meyering  <jim@meyering.net>
27737
27738         * lib/backupfile.c (backup_args): Change a `0' to NULL.
27739
27740 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27741
27742         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
27743         declares only 'struct timespec;' (!).
27744
27745 2005-07-01  Jim Meyering  <jim@meyering.net>
27746
27747         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
27748         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
27749         * lib/save-cwd.c, tempname.c:
27750         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
27751         and don't include <sys/file.h>).
27752
27753 2005-06-29  Jim Meyering  <jim@meyering.net>
27754
27755         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
27756         type name.  Use the variable name instead.
27757         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
27758         Likewise.
27759
27760 2005-06-28  Simon Josefsson  <jas@extundo.com>
27761
27762         * modules/check-version (Files): Add check-version.m4.
27763
27764 2005-06-28  Simon Josefsson  <jas@extundo.com>
27765
27766         * m4/check-version.m4: New file, suggested by Jim Meyering
27767         <jim@meyering.net>.
27768
27769 2005-06-28  Simon Josefsson  <jas@extundo.com>
27770
27771         * lib/check-version.h, lib/check-version.c: New files.
27772
27773 2005-06-28  Simon Josefsson  <jas@extundo.com>
27774
27775         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
27776         collision with global variable.  Better indentation.  Don't
27777         increment buffer pointer beyond buffer end.  Based on comments
27778         from Paul Eggert <eggert@cs.ucla.edu>.
27779
27780         * lib/base64.h: Indent.
27781
27782 2005-06-28  Simon Josefsson  <jas@extundo.com>
27783
27784         * doc/gnulib.texi (Library version handling): New section.
27785
27786 2005-06-28  Jim Meyering  <jim@meyering.net>
27787
27788         * check-module (find_included_lib_files): Hard-code another
27789         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
27790         but modules/fts-lgpl (correctly) does not list those files.
27791
27792         * modules/canonicalize (Files): Add lib/pathmax.h.
27793
27794 2005-06-25  Simon Josefsson  <jas@extundo.com>
27795
27796         * modules/check-version: New file.
27797
27798 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
27799
27800         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
27801         initializer of struct addrinfo, as an indication that we don't
27802         care how many members the structure has.
27803
27804 2005-06-24  Derek Price  <derek@ximbiot.com>
27805         and Bruno Haible  <bruno@clisp.org>
27806
27807         Remove stat module & update lstat.
27808         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
27809         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27810         * m4/stat.m4: Remove this file.
27811
27812 2005-06-24  Derek Price  <derek@ximbiot.com>
27813         and Bruno Haible  <bruno@clisp.org>
27814
27815         Remove stat module & update lstat.
27816         * lib/stat.c: Remove this file...
27817         (slash_aware_lstat): ...moving this content and its support...
27818         * lib/lstat.c (rpl_lstat): ...into here.
27819         * lib/lstat.h: New file.
27820
27821 2005-06-24  Derek Price  <derek@ximbiot.com>
27822         and Bruno Haible  <bruno@clisp.org>
27823
27824         Remove stat module & update lstat.
27825         * config/srclist.txt (libc sources): Remove stat.
27826
27827 2005-06-24  Derek Price  <derek@ximbiot.com>
27828         and Bruno Haible  <bruno@clisp.org>
27829
27830         Remove stat module & update lstat.
27831         * MODULES.html.sh (stat): Remove.
27832         * MODULES.html: Regenerated.
27833         * modules/lstat (Description): Correct function name.
27834         (Files): Add "lstat.h".
27835         (Depends-on): Remove stat, add xalloc, stat-macros.
27836         * modules/stat: Remove this file.
27837         (Include): Add "lstat.h", remove <sys/stat.h>.
27838
27839 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
27840
27841         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
27842         (ranged_convert): Don't save conversion in a temporary struct.
27843         This causes a warning with GCC 4.0.0, and anyway in the typical
27844         case it's not worth the extra 100 bytes or so of code.
27845         (ranged_convert, __mktime_internal): When calling a function via a
27846         pointer P, use P () rather than (*P) (), as we now assume C89 or
27847         better.
27848
27849 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27850
27851         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
27852         "who -r" failed to give output.  Problem reported by Tim Waugh.
27853
27854         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
27855         (xcalloc): Use it to avoid needless tests.
27856         Problem reported by Jim Meyering.
27857
27858 2005-06-20  Derek Price  <derek@ximbiot.com>
27859
27860         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
27861         unnecessary for Autoconfs > 2.59c.
27862
27863 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27864
27865         * lib/argp.h (__option_is_short): Check upper limit of
27866         __key. Isprint() requires its argument to have the value
27867         of an unsigned char or EOF.
27868
27869 2005-06-16  Jim Meyering  <jim@meyering.net>
27870
27871         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
27872         when either N or S is zero.
27873
27874 2005-06-16  Derek Price  <derek@ximbiot.com>
27875
27876         * m4/bison.m4: Declare YACC & YFLAGS precious.
27877
27878 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
27879
27880         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
27881         multibyte string or pattern, fall back on unibyte matching.
27882         Problem reported by James Youngman.
27883
27884 2005-06-08  Bruno Haible  <bruno@clisp.org>
27885
27886         * modules/csharpcomp: New file.
27887         * MODULES.html.sh (C#): Add csharpcomp.
27888
27889 2005-06-08  Bruno Haible  <bruno@clisp.org>
27890
27891         * m4/csharpcomp.m4: New file, from GNU gettext.
27892
27893 2005-06-08  Bruno Haible  <bruno@clisp.org>
27894
27895         * lib/csharpcomp.h: New file, from GNU gettext.
27896         * lib/csharpcomp.c: New file, from GNU gettext.
27897         * lib/csharpcomp.sh.in: New file, from GNU gettext.
27898
27899 2005-06-08  Bruno Haible  <bruno@clisp.org>
27900
27901         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
27902         warning on mingw.
27903
27904 2005-06-07  Derek Price  <derek@ximbiot.com>
27905
27906         Sync from CVS.
27907         * lib/glob_.h: Indent nested #ifdef.
27908
27909 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
27910
27911         Sync from coreutils.
27912         Use "file name" when talking about file names, instead of "filename"
27913         or "path", as per the GNU coding standards.
27914         * lib/mkdir-p.c: Renamed from makepath.c.
27915         (make_dir_parents): Renamed from make_path.  All callers changed.
27916         * lib/mkdir-p.h: Likewise.  All includers changed.
27917         * lib/filenamecat.c: Renamed from path-concat.c.
27918         (file_name_concat): Renamed from path_concat.  All callers changed.
27919         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
27920         * lib/filenamecat.h: Likewise.  All includers changed.
27921         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
27922         in comments or local variable names.
27923         * lib/basename.c: Likewise.
27924         * lib/canonicalize.c, canonicalize.h: Likewise.
27925         * lib/dirname.c, dirname.h: Likewise.
27926         * lib/euidaccess.c: Likewise.
27927         * lib/exclude.c: Likewise
27928         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
27929         * lib/fsusage.c, fsuage.h: Likewise.
27930         * lib/fts.c, fts_.h: Likewise.
27931         * lib/getcwd.c: Likewise.
27932         * lib/getloadavg.c: Likewise.
27933         * lib/mkstemp.c: Likewise.
27934         * lib/mountlist.c, mountlist.h: Likewise.
27935         * lib/openat.c, openat.h: Likewise.
27936         * lib/readlink-stub.c: Likewise.
27937         * lib/readutmp.c, readutmp.h: Likewise.
27938         * lib/rename.c: Likewise.
27939         * lib/rmdir.c: Likewise.
27940         * lib/same.c: Likewise.
27941         * lib/savedir.c: Likewise.
27942         * lib/stripslash.c: Likewise.
27943         * lib/tempname.c: Likewise.
27944         * lib/xreadlink.c: Likewise.
27945         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
27946         All uses changed.
27947         * lib/exclude.h: Likewise.
27948
27949         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
27950         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
27951         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
27952         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
27953         * lib/pathmax.h: Include <limits.h> unconditionally, since other
27954         files have been getting away with it for years (MORE/BSD 4.3
27955         is extinct now).
27956         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
27957         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
27958
27959         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
27960         Define to 256, not 255, as per modern POSIX.
27961
27962 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
27963
27964         Sync from coreutils.
27965         Use "file name" when talking about file names, instead of "filename"
27966         or "path", as per the GNU coding standards.
27967         * MODULES.html.sh: mkdir-p renamed from makepath.
27968         filenamecat renamed from path-concat.
27969         * modules/filenamecat: Renamed from modules/path-concat.
27970         (Files): filenamecat.h and filenamecat.c renamed from
27971         path-concat.h and path-concat.c.
27972         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
27973         (Include): filenamecat.h, not path-concat.h.
27974         * modules/mkdir-p: Renamed from modules/makepath.
27975         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
27976         makepath.c.
27977         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
27978         (Include): mkdir-p.h, not makepath.h.
27979
27980 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
27981
27982         Sync from coreutils.
27983         * m4/mkdir-p.m4: Renamed from makepath.m4.
27984         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
27985         Rename files from makepath.c to mkdir-p.c, and from
27986         makepath.h to mkdir-p.h.
27987         * m4/filenamecat.m4: Renamed from path-concat.m4.
27988         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
27989         Rename files from path-concat.c to filenamecat.c,
27990         and from path-concat.h to filenamecat.h.
27991         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
27992         "file name" in local variables or comments.
27993         * m4/rename.m4: Likewise.
27994
27995 2005-06-01  Bruno Haible  <bruno@clisp.org>
27996
27997         * modules/csharpexec: New file.
27998         * MODULES.html.sh (C#): New section.
27999
28000 2005-06-01  Bruno Haible  <bruno@clisp.org>
28001
28002         * m4/csharp.m4: New file, from GNU gettext.
28003         * m4/csharpexec.m4: New file, from GNU gettext.
28004
28005 2005-06-01  Bruno Haible  <bruno@clisp.org>
28006
28007         * lib/csharpexec.h: New file, from GNU gettext.
28008         * lib/csharpexec.c: New file, from GNU gettext.
28009         * lib/csharpexec.sh.in: New file, from GNU gettext.
28010
28011 2005-05-31  Derek Price  <derek@ximbiot.com>
28012             Paul Eggert  <eggert@cs.ucla.edu>
28013
28014         Sync from cvs.
28015         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
28016
28017 2005-05-31  Derek Price  <derek@ximbiot.com>
28018             Paul Eggert  <eggert@cs.ucla.edu>
28019
28020         Sync from cvs.
28021         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
28022
28023 2005-05-29  Derek Price  <derek@ximbiot.com>
28024
28025         * config/srclist.txt (glob_.h, glob.c): Add these files.
28026
28027 2005-05-29  Derek Price  <derek@ximbiot.com>
28028
28029         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
28030         * modules/glob: New file.
28031         * modules/getlogin_r: Add link to POSIX spec in description.
28032
28033 2005-05-29  Derek Price  <derek@ximbiot.com>
28034             Paul Eggert  <eggert@cs.ucla.edu>
28035
28036         * m4/glob.m4: New file.
28037
28038 2005-05-29  Derek Price  <derek@ximbiot.com>
28039             Paul Eggert  <eggert@cs.ucla.edu>
28040
28041         * lib/glob_.h, lib/glob.c: New files.
28042
28043 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28044
28045         * modules/fts (Files): Remove m4/inttypes-pri.m4.
28046         * modules/fts-lgpl (Depends-on): Remove gettext.
28047
28048 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28049
28050         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
28051         and don't require gt_INTTYPES_PRI.
28052
28053 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28054
28055         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
28056
28057         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
28058         the configuration hassle isn't worth it.
28059         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
28060         (LONGEST_MODIFIER, PRIuMAX): Remove.
28061
28062 2005-05-27  Bruno Haible  <bruno@clisp.org>
28063
28064         * lib/getlogin_r.h: Remove second include of <stddef.h>.
28065
28066 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
28067
28068         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
28069         _POSIX_PTHREAD_SEMANTICS for Solaris.
28070
28071 2005-05-25  Derek Price  <derek@ximbiot.com>
28072
28073         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
28074
28075 2005-05-25  Derek Price  <derek@ximbiot.com>
28076             Paul Eggert  <eggert@cs.ucla.edu>
28077
28078         * modules/getlogin_r, m4/getlogin_r.m4: New files.
28079         * lib/getlogin_r.c, getlogin_r.h: New files.
28080
28081 2005-05-25  Bruno Haible  <bruno@clisp.org>
28082             Derek Price  <derek@ximbiot.com>
28083
28084         * lib/getlogin_r.h: Simplify API documentation.
28085
28086 2005-05-23  Derek Price  <derek@ximbiot.com>
28087
28088         * modules/minmax (Files): Add m4/minmax.m4.
28089         (configure.ac): Add gl_MINMAX.
28090
28091 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
28092
28093         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
28094         so that unistd-safer.h (GPL'ed code) need not be included.
28095
28096 2005-05-22  Bruno Haible  <bruno@clisp.org>
28097
28098         * m4/minmax.m4: New file.
28099         Based on a patch by Derek Price <derek@ximbiot.com>.
28100
28101 2005-05-22  Bruno Haible  <bruno@clisp.org>
28102
28103         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
28104         (INT64_MIN): Fix definition.
28105         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
28106
28107         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
28108         NEED_SIGNED_INT_TYPES.
28109
28110         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
28111         HAVE_SYSTEM_INTTYPES.
28112
28113 2005-05-22  Bruno Haible  <bruno@clisp.org>
28114
28115         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
28116         Also include <sys/param.h> if it defines MIN, MAX.
28117         Based on a patch by Derek Price <derek@ximbiot.com>.
28118
28119 2005-05-21  Jim Meyering  <jim@meyering.net>
28120
28121         * modules/fts (Files): Add m4/inttypes-pri.m4.
28122         (Depends-on): Add lstat and remove gettext.  Alphabetize.
28123
28124 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28125
28126         New fts module.
28127         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
28128         (setup_dir, free_dir): New functions.
28129         (enter_dir, leave_dir): Define trivial
28130         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
28131         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
28132         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
28133         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
28134         Move to fts-cycle.c.
28135         (fts_open): Use setup_dir.
28136         (fts_close): Use free_dir.
28137         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
28138         This adds a label and some gotos, but the alternatives were messier.
28139         Check for memory allocation failure when entering a dir.
28140         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
28141         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
28142         (FTS): New member fts_cycle, that is a union that contains the
28143         old active_dir_ht and cycle_state.  All uses changed to mention
28144         fts_cycle.ht and fts_cycle.state.
28145         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
28146         fts.c, with the following changes:
28147         (setup_dir, free_dir): New functions.
28148         (enter_dir): Now returns bool.  Return true if successful, false
28149         if memory exhausted.  All callers changed.
28150         Do not bother partly cleaning up on
28151         memory allocation failure; that is free_dir's job.
28152         However, free ad if hash_insert fails, to avoid memory leak.
28153         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
28154         fts->fts_options to see which union member to use.
28155
28156 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28157
28158         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
28159         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
28160
28161 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28162
28163         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
28164
28165 2005-05-20  Jim Meyering  <jim@meyering.net>
28166
28167         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
28168         Now a macro, to pacify GCC.
28169
28170 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
28171
28172         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
28173         of -1.
28174
28175 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
28176
28177         * lib/chown.c (rpl_chown): Return -1 on failure.
28178
28179 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
28180
28181         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
28182         Don't check for stddef.h.
28183         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
28184         don't use its results.
28185         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
28186         since we include them unconditionally.  Don't require
28187         AM_STDBOOL_H, since stdbool is a prerequisite.
28188         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
28189         since we assume C89 or better.
28190         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
28191         as we don't use their results.
28192         Don't check for fchdir, memmove, memset, strrchr, as we use
28193         them unconditionally.
28194         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
28195         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
28196
28197 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
28198
28199         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
28200         Include <stddef.h> unconditionally, since we assume C89 now.
28201         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
28202         * lib/fts.c: Include fts_.h first, to check interface.
28203         Do not include intprops.h; no longer needed.
28204         Include cycle-check.h and hash.h, since fts_.h no longer does.
28205         Remove unnecessary casts of closedir to void.
28206         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
28207         decide whether to decrement nlinks.
28208         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
28209         (FTS): Use struct hash_table * instead of Hash_table, so that
28210         we no longer need to include hash.h here.
28211
28212 2005-05-18  Jim Meyering  <jim@meyering.net>
28213
28214         * modules/dirfd (License): Change to LGPL.  Most of the code
28215         is already in the public domain.
28216
28217 2005-05-18  Jim Meyering  <jim@meyering.net>
28218
28219         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
28220         Reported by Yoann Vandoorselaere.
28221
28222 2005-05-17  Jim Meyering  <jim@meyering.net>
28223
28224         * m4/fts.m4: New file, from coreutils.
28225
28226 2005-05-17  Jim Meyering  <jim@meyering.net>
28227
28228         * lib/fts.c, lib/fts_.h: New files, from coreutils.
28229
28230 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28231
28232         Sync from coreutils.
28233         * m4/unlinkdir.m4: New file.
28234
28235 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28236
28237         Sync from coreutils.
28238         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
28239         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
28240         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
28241         White space changes only.
28242         * lib/makepath.c (make_path): Port to hosts where leading "//" is
28243         special.
28244         * lib/yesno.c: Include getline.h, not ctype.h.
28245         (yesno): Don't remove leading white space; POSIX doesn't allow it.
28246         Use getline to remove arbitrary restriction on response length.
28247
28248 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28249
28250         * config/srclist-update: Spell out "Street" in FSF postal
28251         mail address; this is the style the FSF seems to prefer.
28252
28253         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
28254         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
28255         this updates FSF postal mail address.
28256
28257         Sync from coreutils.
28258         * modules/unlinkdir: New file.
28259         * modules/yesno (Depends-on): Add getline.
28260         * MODULES.html.sh (File system functions): Add unlinkdir.
28261
28262 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28263
28264         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
28265         lib/strsep.h:
28266         Change the initial comment to refer to GPL, not LGPL.
28267         gnulib-tool will change it to LGPL as needed.
28268
28269         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
28270         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
28271         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
28272         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
28273         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
28274         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
28275         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
28276         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
28277         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
28278         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
28279         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
28280         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
28281         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
28282         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
28283         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
28284         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
28285         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
28286         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
28287         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
28288         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
28289         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
28290         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
28291         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
28292         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
28293         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
28294         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
28295         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
28296         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
28297         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
28298         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
28299         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
28300         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
28301         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
28302         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
28303         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
28304         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
28305         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
28306         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
28307         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
28308         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
28309         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
28310         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
28311         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
28312         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
28313         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
28314         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
28315         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
28316         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
28317         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
28318         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
28319         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
28320         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
28321         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
28322         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
28323         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
28324         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
28325         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
28326         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
28327         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
28328         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
28329         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
28330         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
28331         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
28332         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
28333         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
28334         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
28335         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
28336         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
28337         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
28338         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
28339         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
28340         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
28341         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
28342         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
28343         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
28344         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
28345         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
28346         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
28347         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
28348         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
28349         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
28350         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
28351         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
28352         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
28353         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
28354         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
28355         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
28356         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
28357         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
28358         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
28359         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
28360         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
28361         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
28362         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
28363         lib/yesno.c, lib/yesno.h:
28364         Update FSF postal mail address.
28365
28366 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28367
28368         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
28369         tests/test-memmem.c, tests/test-stpncpy.c:
28370         Update FSF postal mail address.
28371
28372 2005-05-13  Bruno Haible  <bruno@clisp.org>
28373
28374         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
28375         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
28376         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
28377         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
28378         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
28379         Add support for 64-bit integers in the MSVC compiler.
28380
28381 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28382
28383         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
28384
28385 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
28386
28387         * gnulib-tool (func_import): Sort and uniquify recommended includes.
28388
28389 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
28390
28391         * doc/getdate.texi (General date syntax): Don't say that date
28392         date --iso-8601=ns generates acceptable dates; it doesn't yet.
28393         Problem reported by Nic Ferrier.
28394
28395 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28396
28397         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
28398         specified in ai_socktype. Fix invalid ai_protocol
28399         check. ai_protocol is usually set to 0 or depending on
28400         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
28401         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
28402         ai_socktype / ai_protocol in the returned addrinfo structure.
28403
28404 2005-05-10  Simon Josefsson  <jas@extundo.com>
28405
28406         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
28407         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28408
28409 2005-05-10  Karl Berry  <karl@gnu.org>
28410
28411         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
28412         (from http://www.gnu.org/licenses).
28413         * doc/COPYING.LIB: also rename to COPYING.LESSER.
28414         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
28415         fdl.texi suffices.
28416
28417 2005-05-10  Karl Berry  <karl@gnu.org>
28418
28419         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
28420         (COPYING.DOC): remove.
28421
28422         * config/srclist-update: new FSF address.
28423
28424 2005-05-10  Derek Price  <derek@ximbiot.com>
28425
28426         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
28427         possible.
28428
28429 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28430             Bruno Haible  <bruno@clisp.org>
28431
28432         * modules/inet_ntop: New file.
28433         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28434         inet_ntop.
28435
28436 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28437             Bruno Haible  <bruno@clisp.org>
28438
28439         * m4/inet_ntop.m4: New file.
28440
28441 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28442             Bruno Haible  <bruno@clisp.org>
28443
28444         * lib/inet_ntop.h: New file.
28445         * lib/inet_ntop.c: New file, from glibc with modifications.
28446
28447 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
28448
28449         * modules/time_r (License): Change to LGPL.
28450         * modules/extensions (License): Change to LGPL.  Actually,
28451         the license is more permissive than that, but currently gnulib-tool
28452         doesn't know how to handle more-permissive licenses.
28453
28454         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
28455         Problem reported by Dave Love.
28456
28457 2005-05-08  Jim Meyering  <jim@meyering.net>
28458
28459         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
28460         blank.
28461
28462 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
28463
28464         * modules/argmatch (Depends-on): Add stdbool.
28465         * modules/backupfile (Depends-on): Likewise.
28466         * modules/chdir-long (Depends-on): Likewise.
28467         * modules/closeout (Depends-on): Likewise.
28468         * modules/cycle-check (Depends-on): Likewise.
28469         * modules/dirname (Depends-on): Likewise.
28470         * modules/fnmatch (Depends-on): Likewise.
28471         * modules/fsusage (Depends-on): Likewise.
28472         * modules/fwriteerror (Depends-on): Likewise.
28473         * modules/getcwd (Depends-on): Likewise.
28474         * modules/getloadavg (Depends-on): Likewise.
28475         * modules/hard-locale (Depends-on): Likewise.
28476         * modules/makepath (Depends-on): Likewise.
28477         * modules/mountlist (Depends-on): Likewise.
28478         * modules/nanosleep (Depends-on): Likewise.
28479         * modules/posixtm (Depends-on): Likewise.
28480         * modules/quotearg (Depends-on): Likewise.
28481         * modules/readtokens (Depends-on): Likewise.
28482         * modules/readtokens0 (Depends-on): Likewise.
28483         * modules/readutmp (Depends-on): Likewise.
28484         * modules/save-cwd (Depends-on): Likewise.
28485         * modules/strftime (Depends-on): Likewise.
28486         * modules/userspec (Depends-on): Likewise.
28487         * modules/utimecmp (Depends-on): Likewise.
28488         * modules/xgetcwd (Depends-on): Likewise.
28489         * modules/xnanosleep (Depends-on): Likewise.
28490         * modules/xstrtod (Depends-on): Likewise.
28491         * modules/yesno (Depends-on): Likewise.
28492
28493 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
28494
28495         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
28496         needless checks.
28497
28498 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28499
28500         Merge from coreutils.  Among other things,
28501         add bulletproofing for cases where stdin, stdout, or stderr are closed.
28502         * lib/fd-safer.c: New file.
28503         * lib/fcntl-safer.h, open-safer.c: Remove.
28504         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
28505         * lib/dup-safer.c: Include unistd-safer.h first.
28506         Don't include errno.h.
28507         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
28508         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
28509         * lib/file-type.c: Rely on file-type.h change.
28510         * lib/getloadavg.c: Include unistd-safer.h.
28511         (getloadavg): Use safer open.
28512         * lib/getusershell.c: Include "stdio-safer.h".
28513         (getusershell): Use safer fopen.
28514         * lib/long-options.c (long_options): Use NULL rather than 0.
28515         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
28516         'free'.
28517         * lib/modechange.c: Likewise.
28518         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
28519         (MODE_DONE): New constant.
28520         (struct mode_change): Remove 'next' member.
28521         (make_node_op_equals): New function; like the old one of the
28522         same name, except it allocates an array.
28523         (mode_compile, mode_create_from_ref): Use it.
28524         (mode_compile): Allocate result as an array, not a linked list.
28525         Parse octal string ourself, so that we catch mistakes like "+0".
28526         (mode_adjust): Arg is an array, not a linked list.
28527         * lib/modechange.c: Include stat-macros.h, xalloc.h.
28528         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
28529         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
28530         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
28531         Remove.  This is now stat-macros.h's job.
28532         (talloc): Remove.  All callers replaced by xalloc, so that
28533         our invokers don't have to worry about reporting memory failures.
28534         (make_node_op_equals): Remove.
28535         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
28536         New constants.
28537         (struct mode_change): Moved here from modechange.h.
28538         (mode_append_entry): Remove.
28539         (mode_compile): Remove MASKED_OPS arg, since it encouraged
28540         apps to have incorrect behavior.  Use simpler algorithm for head
28541         and tail.  Don't futz with umask; that's now the job of mode_adjust.
28542         Detect more invalid usages rather than having somewhat-random behavior.
28543         Don't insert an "a=" action, as that leads to incorrect behavior.
28544         (mode_compile, mode_create_from_ref): Return NULL on error instead
28545         of an enum, since now there's only one way to have an error.  All
28546         callers changed.
28547         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
28548         at the correct time.  Simplify calculation of "+u" and its ilk.
28549         Don't mishandle "+X".
28550         (mode_free): Remove "register" and localize decls.
28551         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
28552         (struct mode_change): Move to modechange.c; callers don't
28553         need to see this stuff.
28554         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
28555         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
28556         (mode_change, mode_adjust): Reflect the new signatures noted above.
28557         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
28558         that might redefine system include files.
28559         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
28560         (my_usleep): Use NULL rather than (void *) 0.
28561         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
28562         Use siginterrupt to specify that system calls should be interrupted.
28563         (rpl_nanosleep): Move initialization of suspended closer to call of
28564         my_usleep.
28565         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
28566         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
28567         (desirable_utmp_entry): New function.
28568         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
28569         using x2nrealloc, to simplify logic.
28570         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
28571         size calculation.  Do not assume utmp file is a regular file.
28572         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
28573         (READ_UTMP_CHECK_PIDS): New constant.
28574         * lib/save-cwd.c: Include unistd-safer.h.
28575         (save_cwd): Use fd_safer.
28576         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
28577         [!_LIBC] Include "stat-macros.h" instead.
28578         * lib/unistd-safer.h (fd_safer): New decl.
28579
28580 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28581
28582         * modules/getloadavg (Depends-on): Add unistd-safer.
28583         * modules/getusershell (Depends-on): Add stdio-safer.
28584         * modules/lstat (Depends-on): Remove xalloc.
28585         * modules/mkstemp (Depends-on): Add stat-macros.
28586         * modules/modechange (Depends-on): Remove xstrtol.
28587         Add stat-macros, xalloc.
28588         * modules/save-cwd (Depends-on): Add unistd-safer.
28589         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
28590         * modules/unistd-safer (Files): Add lib/fd-safer.c
28591         (Makefile.am): Remove lib_SOURCES.
28592
28593         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
28594         Remove fcntl-safer; unistd-safer supersedes it.
28595
28596 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28597
28598         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
28599         AC_HEADER_STAT.
28600         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
28601         (gl_PREREQ_CHOWN): Remove.
28602         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
28603         it.  Don't require AC_HEADER_STAT.
28604         (gl_PREREQ_LSTAT): Remove.
28605         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
28606         Don't require AC_HEADER_STAT.
28607         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
28608         (gl_PREREQ_RMDIR): Remove.
28609         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
28610         mention stat-macros.h or AC_HEADER_STAT, since we'll make
28611         the stat-macros module a prerequisite.
28612         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
28613         * m4/filemode.m4 (gl_FILEMODE): Likewise.
28614         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
28615         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
28616         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
28617         variable names.
28618         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
28619         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
28620         variable prefixes.
28621         * m4/fcntl-safer.m4: Remove.
28622         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
28623         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
28624         Invoke gl_PREREQ_FD_SAFER.
28625         (gl_PREREQ_FD_SAFER): New macro.
28626         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
28627         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
28628         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
28629         Remove duplicate call to AC_LIBOBJ(readutmp).
28630         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
28631
28632         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
28633         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
28634
28635 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28636
28637         * MODULES.html.sh (Misc): Add byteswap.
28638
28639 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28640
28641         * modules/getcwd (Depends-on): Add extensions.
28642         * modules/openat (Depends-on): Likewise.
28643
28644 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28645
28646         * modules/byteswap: New file.
28647
28648 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28649
28650         * m4/byteswap.m4: New file.
28651
28652 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28653
28654         * lib/byteswap_.h: New file.
28655
28656 2005-04-25  Karl Berry  <karl@gnu.org>
28657
28658         * m4/gettext.m4: Update from GNU gettext 0.14.4.
28659
28660 2005-04-25  Albert Chin  <china@thewrittenword.com>
28661
28662         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
28663         Toolkit C bug.
28664
28665 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
28666
28667         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
28668         (func_ln_if_changed) Remove forcibly for no error message
28669         in case file does not exist.
28670
28671 2005-04-19  Simon Josefsson  <jas@extundo.com>
28672
28673         * gnulib-tool (Options): Make --symlink mean --symbolic.
28674
28675 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
28676
28677         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
28678
28679 2005-04-16  Simon Josefsson  <jas@extundo.com>
28680
28681         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
28682
28683 2005-04-15  Simon Josefsson  <jas@extundo.com>
28684
28685         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
28686
28687 2005-04-15  Simon Josefsson  <jas@extundo.com>
28688
28689         * gnulib-tool: Rename --symlink to --symbolic.
28690
28691 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
28692
28693         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
28694         symbolic links to files instead of copying/moving.  Add --aux-dir,
28695         specifying directory relative --dir where auxiliary build tools
28696         are placed.
28697
28698 2005-04-14  Bruno Haible  <bruno@clisp.org>
28699
28700         * modules/allocsa (License): Change to LGPL.
28701         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
28702
28703 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
28704
28705         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
28706         that "UTC +1 second" continues to work.  Problem reported
28707         by Dmitry V. Levin.
28708         (relunit_snumber): New rule.
28709         (relunit): Use it.
28710
28711 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
28712
28713         * lib/getdate.y (universal_time_zone_table): New constant.
28714         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
28715         universal_time_zone_table.
28716         (lookup_zone): Prefer universal_time_zone_table to
28717         local_time_zone_table, so that "GMT" time stamps are allowed in
28718         London during the summer.  Problem reported by Ian Abbott.
28719
28720 2005-04-12  Jim Meyering  <jim@meyering.net>
28721
28722         * lib/human.c (humblock): Set *options even when returning due to
28723         xstrtoumax conversion failure.  Thanks to a used-uninitialized
28724         warning from gcc-4.
28725
28726 2005-04-09  Jim Meyering  <jim@meyering.net>
28727
28728         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
28729         -Wuninitialized: initialize tm0.tm_year.
28730
28731 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
28732
28733         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
28734         count, since there's no maximum.  All uses changed.
28735         Add member dsts_seen.
28736         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
28737         not being INT_MAX.
28738         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
28739         Use pc_rels_seen to decide whther a date is absolute.
28740
28741         * lib/getdate.y (number): Don't overwrite year.
28742         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
28743         check.
28744
28745 2005-04-02  Simon Josefsson  <jas@extundo.com>
28746
28747         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
28748         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
28749
28750 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
28751
28752         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
28753         where no absolute path name can be longer than PATH_MAX.
28754
28755 2005-03-27  Jim Meyering  <jim@meyering.net>
28756
28757         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
28758
28759 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
28760
28761         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
28762         "one's complement" -> "ones' complement" in comment, as per Knuth.
28763         "value of type" -> "type or expression" in comment.
28764         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
28765
28766 2005-03-26  Jim Meyering  <jim@meyering.net>
28767
28768         Comment nits.
28769         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
28770         Correct typos: s/or/of/.
28771
28772 2005-03-26  Jim Meyering  <jim@meyering.net>
28773
28774         * modules/check-include-files: Move to ../ and rename to...
28775         * check-module: ...this.
28776
28777 2005-03-25  Jim Meyering  <jim@meyering.net>
28778
28779         * modules/xvasprintf (Files): Add xalloc.h.
28780
28781 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
28782
28783         * modules/gettext (Files): config/config.rpath ->
28784         build-aux/config.rpath
28785         * modules/iconv (Files): Likewise.
28786         Problem reported by Oskar Liljeblad.
28787
28788 2005-03-23  Jim Meyering  <jim@meyering.net>
28789
28790         * modules/check-include-files: New script to check for
28791         missing dependencies, multiple includes, etc.
28792
28793         * modules/c-strtold (Depends-on): Add xalloc.
28794         * modules/c-strtod (Depends-on): Add xalloc.
28795         * modules/hash (Depends-on): Add xalloc.
28796         (Files): Remove lib/xalloc.h.
28797
28798         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
28799         * modules/userspec (Files): Add lib/inttostr.h.
28800
28801 2005-03-23  Jim Meyering  <jim@meyering.net>
28802
28803         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
28804
28805 2005-03-22  Jim Meyering  <jim@meyering.net>
28806
28807         * modules/stat-macros: New module.
28808         * modules/canonicalize, modules/euidaccess, modules/file-type,
28809         * modules/filemode, modules/lchown, modules/makepath,
28810         * modules/rmdir, modules/stat: Depend on new stat-macros module
28811         rather than listing lib/stat-macros.h manually.
28812         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
28813
28814 2005-03-22  Jim Meyering  <jim@meyering.net>
28815
28816         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
28817
28818 2005-03-22  Bruno Haible  <bruno@clisp.org>
28819
28820         * config/srclist.txt: Replace target directory 'config' with
28821         'build-aux'.
28822         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
28823         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
28824         ../build-aux/.
28825
28826 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
28827
28828         * modules/chdir-long (Depends-on): Add mempcpy.
28829
28830         * modules/acl, modules/backupfile, modules/c-strtod,
28831         modules/c-strtold, modules/canon-host, modules/canonicalize,
28832         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
28833         modules/exclude, modules/exitfail, modules/file-type,
28834         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
28835         modules/getdate, modules/getline, modules/getpagesize,
28836         modules/getpass, modules/getugroups, modules/group-member,
28837         modules/hard-locale, modules/hash, modules/human, modules/idcache,
28838         modules/inttostr, modules/long-options, modules/makepath,
28839         modules/md5, modules/memcasecmp, modules/memcoll,
28840         modules/modechange, modules/mountlist, modules/path-concat,
28841         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
28842         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
28843         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
28844         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
28845         modules/strftime, modules/strndup, modules/strverscmp,
28846         modules/timespec, modules/unlocked-io, modules/userspec,
28847         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
28848         modules/yesno:
28849         Remove lib_SOURCES line from Makefile.am section, as this is now
28850         done automatically by the corresponding Autoconf macro.
28851
28852 2005-03-21  Jim Meyering  <jim@meyering.net>
28853
28854         Changes imported from coreutils.
28855
28856         * lib/cycle-check.c: Don't include xalloc.h.
28857
28858         * lib/path-concat.c: Don't include assert.h.
28859         (path_concat): Remove assertion that would have triggered
28860         for ABASE starting with more than one slash.
28861         Reported by Andreas Schwab.
28862
28863         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
28864         properly when ABASE is an absolute file name.
28865         Correct the description of this function.
28866         Include <assert.h>.
28867         Add an assertion and a test driver.
28868         This fixes a bug introduced on 2004-07-02.
28869         Andreas Schwab reported the resulting failure of cp --parents:
28870         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
28871
28872 2005-03-21  Jim Meyering  <jim@meyering.net>
28873
28874         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
28875         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
28876
28877 2005-03-21  Jim Meyering  <jim@meyering.net>
28878         and  Paul Eggert  <eggert@cs.ucla.edu>
28879
28880         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
28881         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
28882         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
28883         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
28884         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
28885         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
28886         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
28887         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
28888         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
28889         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
28890         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
28891         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
28892         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
28893         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
28894         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
28895         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
28896         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
28897         for these modules.
28898
28899 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
28900
28901         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
28902         (which shouldn't happen), generate nothing instead of returning 0
28903         immediately, so that nstrftime (NULL, ...) doesn't return 0.
28904
28905 2005-03-16  Bruno Haible  <bruno@clisp.org>
28906
28907         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
28908         HAVE_LONGLONG_64BIT.
28909
28910 2005-03-16  Bruno Haible  <bruno@clisp.org>
28911
28912         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
28913         HAVE_LONGLONG_64BIT.
28914
28915 2005-03-16  Bruno Haible  <bruno@clisp.org>
28916
28917         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
28918         HAVE_LONGLONG_64BIT.
28919
28920 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
28921
28922         * lib/strftime.c (my_strftime): Prepend space to format so that we can
28923         reliably distinguish strftime failure from empty output on POSIX
28924         hosts.
28925
28926 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
28927
28928         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
28929         (iconv_string): Don't guess a size-zero buffer, as that might cause
28930         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
28931         result would be 'too large', where 'too large' is (heuristically)
28932         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
28933         overflow concerns.  This will prevent some unwanted malloc failures
28934         when the inputs are very large.
28935
28936 2005-03-15  Karl Berry  <karl@gnu.org>
28937
28938         * config/srclist.txt (config.rpath): from gettext.
28939         * config/config.rpath: update.
28940
28941 2005-03-15  Bruno Haible  <bruno@clisp.org>
28942
28943         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
28944         to 'negate'.
28945
28946         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
28947         variable.
28948
28949         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
28950         results.
28951
28952 2005-03-14  Simon Josefsson  <jas@extundo.com>
28953
28954         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
28955         <fx@gnu.org>.
28956
28957 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
28958
28959         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
28960         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
28961         intprops.h.
28962         * lib/strtol.c: Likewise.
28963
28964 2005-03-14  Jim Meyering  <jim@meyering.net>
28965
28966         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
28967         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
28968         to be nonzero so that we (and caller) can detect the difference
28969         between a valid zero-length expansion and an error return, even
28970         when the underlying strftime fails before writing anything into
28971         that location.
28972
28973 2005-03-14  Bruno Haible  <bruno@clisp.org>
28974
28975         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
28976         Update from GNU gettext 0.14.3.
28977
28978 2005-03-10  Jim Meyering  <jim@meyering.net>
28979
28980         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
28981
28982 2005-03-10  Jim Meyering  <jim@meyering.net>
28983
28984         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
28985         so that this module works on systems without fchdir.
28986
28987 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
28988
28989         Factor int-properties macros into a single file, except for
28990         glibc-related files.
28991         * lib/intprops.h: New file.
28992         * lib/getloadavg.c: Include it instead of limits.h.
28993         (INT_STRLEN_BOUND): Remove.
28994         * lib/human.c: Include intprops.h.
28995         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
28996         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
28997         302/1000.
28998         * lib/inttostr.h: Include intprops.h instead of limits.h.
28999         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
29000         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
29001         for consistency with intprops.h.
29002         (time_t_is_integer, twos_complement_arithmetic): Use them.
29003         * lib/sig2str.h: Include <signal.h>, intprops.h.
29004         (INT_STRLEN_BOUND): Remove.
29005         * lib/strftime.c (TYPE_SIGNED): Remove.
29006         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
29007         * lib/strtol.c: Adjust comments to match intprops.h.
29008         * lib/userspec.c: Include intprops.h.
29009         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
29010         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
29011         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
29012         instead of rolling our own expressions.
29013         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
29014
29015         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
29016         instead of int.
29017         (my_strftime): Do not mishandle years close to INT_MAX, by doing
29018         the right thing even if adding 1900 would overflow.  Similarly
29019         for tm_mon + 1 and tm_yday + 1.
29020         Make %Y always equivalent to %C%y, and similarly for %G and %g.
29021         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
29022         (DO_SIGNED_NUMBER): New macro.
29023         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
29024
29025 2005-03-07  Bruno Haible  <bruno@clisp.org>
29026
29027         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
29028
29029 2005-03-07  Bruno Haible  <bruno@clisp.org>
29030
29031         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
29032
29033 2005-03-04  Derek R. Price  <derek@ximbiot.com>
29034
29035         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
29036         (func_import): Only replace files via --import when they have actually
29037         changed.
29038
29039 2005-03-03  Derek R. Price  <derek@ximbiot.com>
29040
29041         * m4/mmap-anon.m4: New file.
29042         * m4/pagealign_alloc.m4: New file.
29043
29044 2005-03-03  Derek R. Price  <derek@ximbiot.com>
29045             Bruno Haible  <bruno@clisp.org>
29046
29047         * modules/pagealign_alloc: New file.
29048         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
29049
29050 2005-03-03  Derek R. Price  <derek@ximbiot.com>
29051             Bruno Haible  <bruno@clisp.org>
29052
29053         * lib/pagealign_alloc.h: New file.
29054         * lib/pagealign_alloc.c: New file.
29055
29056 2005-03-03  Bruno Haible  <bruno@clisp.org>
29057
29058         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
29059         Use an all-permissive copyright notice, recommended by RMS.
29060
29061 2005-03-02  Bruno Haible  <bruno@clisp.org>
29062
29063         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
29064         of AIX, the replacement has to be done only after <string.h> is
29065         included, therefore not in config.h. stpncpy.h does the replacement,
29066         and stpncpy.c uses it.
29067
29068 2005-03-02  Bruno Haible  <bruno@clisp.org>
29069
29070         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
29071         stpncpy.c uses it.
29072
29073 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29074
29075         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
29076         The workaround isn't strictly needed for POSIX conformance, and
29077         it's too much of a pain to configure and maintain.  We'll ask
29078         people to fix their kernels instead.
29079         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
29080         (NANOSLEEP_BUG_WORKAROUND): Remove.
29081         (xnanosleep): Remove the workaround.
29082
29083 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29084
29085         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
29086         Reported by Derek Price.
29087         (Include): Add "timespec.h".
29088
29089         * modules/xnanosleep (Depends-on): Remove gethrxtime.
29090
29091 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29092
29093         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
29094         to detect nanosleep bug.
29095
29096 2005-03-01  Bruno Haible  <bruno@clisp.org>
29097
29098         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
29099
29100 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29101
29102         * modules/gethrxtime: New file.
29103         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
29104         (Depends-on): Add gethrxtime.
29105         (configure.ac): Add gl_XNANOSLEEP.
29106         (Makefile.am): Remove lib_SOURCES line.
29107
29108 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
29109
29110         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
29111         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
29112
29113 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
29114
29115         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
29116         * lib/timespec.h (gettime): Return void, since it always
29117         succeeds now.  All uses changed.
29118         * lib/gettime.c (gettime) Likewise.
29119         [HAVE_NANOTIME]: Prefer nanotime.
29120         Assume gettimeofday succeeds, as POSIX requires.
29121         Assime time () succeeds, since other code already does.
29122         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
29123         (timespec_subtract): Remove.
29124         (NANOSLEEP_BUG_WORKAROUND): New constant.
29125         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
29126         things considerably.  Use it only on GNU/Linux hosts, since the
29127         workaround shouldn't be needed elsewhere.
29128
29129 2005-02-24  Bruno Haible  <bruno@clisp.org>
29130
29131         * modules/gettext (Files): Add m4/glibc2.m4.
29132
29133 2005-02-24  Bruno Haible  <bruno@clisp.org>
29134
29135         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
29136         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
29137         * m4/progtest.m4:
29138         Update from GNU gettext 0.14.2.
29139         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
29140
29141 2005-02-24  Bruno Haible  <bruno@clisp.org>
29142
29143         * lib/localcharset.c: Update from GNU gettext 0.14.2.
29144         * lib/config.charset: Update from GNU gettext 0.14.2.
29145
29146 2005-02-24  Bruno Haible  <bruno@clisp.org>
29147
29148         * lib/gettext.h: Update from GNU gettext 0.14.2.
29149
29150 2005-02-23  Simon Josefsson  <jas@extundo.com>
29151
29152         * m4/iconvme.m4: New file.
29153
29154 2005-02-23  Jim Meyering  <jim@meyering.net>
29155
29156         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
29157         change.
29158         Thanks to Bruno Haible for catching it.
29159
29160 2005-02-22  Simon Josefsson  <jas@extundo.com>
29161
29162         * modules/iconvme: New file.
29163
29164         * MODULES.html.sh: Add iconvme.
29165
29166 2005-02-22  Simon Josefsson  <jas@extundo.com>
29167
29168         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
29169
29170 2005-02-22  Simon Josefsson  <jas@extundo.com>
29171
29172         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
29173
29174 2005-02-22  Jim Meyering  <jim@meyering.net>
29175
29176         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
29177         s/ifndef/ifdef/.
29178
29179 2005-02-20  Neil Conway  <neilc@samurai.com>
29180
29181         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
29182         returned by OSX/Darwin if the specified buffer is not large
29183         enough for the hostname.
29184
29185 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29186
29187         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
29188         pass it to _help, otherwise the latter coredumps trying to
29189         dereference state.root_argp.
29190
29191 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29192
29193         * modules/chdir-long (Depends-on): Add memrchr.
29194         * modules/memrchr (Files): Add lib/memrchr.h.
29195         (Include): "memrchr.h".
29196
29197 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29198
29199         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
29200
29201 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29202
29203         * lib/memrchr.h: New file.
29204         * lib/chdir-long.c: Include it.
29205         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
29206         Don't bother including stddef.h.
29207
29208 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
29209
29210         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
29211         inclusion.
29212         Include <sys/types.h>, for dev_t.
29213         (ME_DUMMY, ME_REMOTE): Move from here....
29214         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
29215         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
29216         Dmitry V. Levin.
29217         Include mountlist.h first, to test the interface.
29218
29219 2005-01-29  Bruno Haible  <bruno@clisp.org>
29220
29221         * lib/progname.c (program_name): Initialize.
29222         Needed when linking statically on MacOS X.
29223
29224 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
29225
29226         Sync from coreutils.
29227         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
29228         (Depends-on): Add c-strtod.
29229         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
29230
29231 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
29232
29233         Sync from coreutils.
29234         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
29235
29236         Remove files that are specific to coreutils.
29237         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
29238
29239 2005-01-28  Bruno Haible  <bruno@clisp.org>
29240
29241         * modules/javacomp: New file.
29242         * MODULES.html.sh (Java): Add javacomp.
29243
29244 2005-01-28  Bruno Haible  <bruno@clisp.org>
29245
29246         * m4/javacomp.m4: New file, from GNU gettext.
29247
29248 2005-01-28  Bruno Haible  <bruno@clisp.org>
29249
29250         * lib/javacomp.sh.in: New file, from GNU gettext.
29251         * lib/javacomp.h: New file, from GNU gettext.
29252         * lib/javacomp.c: New file, from GNU gettext.
29253
29254 2005-01-26  Simon Josefsson  <jas@extundo.com>
29255
29256         * lib/gai_strerror.c: Use GPL in header.
29257
29258 2005-01-26  Bruno Haible  <bruno@clisp.org>
29259
29260         * modules/javaexec: New file.
29261         * MODULES.html.sh (Java): Add javaexec.
29262
29263 2005-01-26  Bruno Haible  <bruno@clisp.org>
29264
29265         * m4/javaexec.m4: New file, from GNU gettext.
29266
29267 2005-01-26  Bruno Haible  <bruno@clisp.org>
29268
29269         * lib/javaexec.sh.in: New file, from GNU gettext.
29270         * lib/javaexec.h: New file, from GNU gettext.
29271         * lib/javaexec.c: New file, from GNU gettext.
29272
29273 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29274
29275         * modules/lchown (Depends-on): Remove lchown.h
29276
29277 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29278
29279         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
29280         must be defined if the header file was not found, in order
29281         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
29282
29283 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29284
29285         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
29286         initializers for struct pentry_state.
29287         (__argp_error): Check return value of __asprintf
29288         (__argp_failure): Translate error message
29289
29290         * lib/argp-parse.c: Removed braces around the expansion of N_()
29291
29292 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29293
29294         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
29295         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
29296         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
29297         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
29298         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
29299         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
29300         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
29301         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
29302         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
29303         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
29304         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
29305         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
29306         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
29307         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
29308         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
29309         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
29310         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
29311         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
29312         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
29313         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
29314         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
29315         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
29316         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
29317         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
29318         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
29319         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
29320         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
29321         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
29322         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
29323         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
29324         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
29325         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
29326         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
29327         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
29328         xstrtol.m4, xstrtoumax.m4, yesno.m4:
29329         Use an all-permissive copyright notice, recommended by RMS.
29330
29331 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
29332
29333         * modules/chdir-long (Depends-on): Remove mempcpy.
29334
29335 2005-01-21  Jim Meyering  <jim@meyering.net>
29336
29337         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
29338         same value as for Solaris 9.
29339
29340         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
29341         component length.  This included changing the parameter to be
29342         of type `char *' rather than `char const *'.
29343         * lib/chdir-long.h (chdir_long): Update prototype.
29344
29345         * lib/openat.c (fdopendir, fstatat): New functions.
29346         * lib/openat.h: Include headers required for use of DIR and struct
29347         stat.
29348         [AT_SYMLINK_NOFOLLOW]: Define.
29349         (fdopendir, fstatat): Add prototypes.
29350
29351 2005-01-21  Bruno Haible  <bruno@clisp.org>
29352
29353         * modules/classpath: New file.
29354         * MODULES.html.sh (Java): Add classpath.
29355
29356 2005-01-21  Bruno Haible  <bruno@clisp.org>
29357
29358         * lib/classpath.h: New file, from GNU gettext.
29359         * lib/classpath.c: New file, from GNU gettext.
29360
29361 2005-01-20  Simon Josefsson  <jas@extundo.com>
29362
29363         * modules/version-etc-fsf: New file.
29364
29365 2005-01-20  Simon Josefsson  <jas@extundo.com>
29366
29367         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
29368         * lib/version-etc.c: Remove version_etc_copyright.
29369         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
29370         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
29371
29372 2005-01-20  Simon Josefsson  <jas@extundo.com>
29373
29374         * lib/base64.h (isbase64): Add.
29375
29376         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
29377         using a unsigned prototype, don't inline.
29378         (base64_decode): Use it.
29379
29380 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29381
29382         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
29383         it.
29384
29385 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29386
29387         * lib/save-cwd.c (save_cwd): Remove code to support the case
29388         where fchdir is missing or flaky.
29389
29390 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29391
29392         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
29393
29394 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
29395
29396         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
29397         AC_LIBSOURCES now does this.
29398         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
29399         with new ullong_max module.
29400
29401 2005-01-19  Bruno Haible  <bruno@clisp.org>
29402
29403         * modules/sh-quote: New file.
29404         * MODULES.html.sh (Executing programs): Add sh-quote.
29405
29406 2005-01-19  Bruno Haible  <bruno@clisp.org>
29407
29408         * lib/sh-quote.h: New file, from GNU gettext.
29409         * lib/sh-quote.c: New file, from GNU gettext.
29410
29411 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29412
29413         Merge from coreutils.
29414         * m4/ullong_max.m4: New file.
29415         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
29416         (gl_MACROS): Assume localeconv exists.
29417
29418 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29419
29420         Merge changes from coreutils, as described below in several
29421         changelogs dated today.
29422
29423         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
29424         (O_DIRECTORY): Remove; not needed here, since "." must be
29425         a directory.  All uses removed.
29426         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
29427         universal on Suns, and we also need to test for IRIX.
29428         Revamp code to use 'if' rather than '#if'.
29429         Avoid unnecessary comparison of cwd->desc to 0.
29430
29431         * lib/utimens.c (futimens): Robustify the previous patch, by checking
29432         for known valid error numbers rather than observed invalid ones.
29433
29434 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29435
29436         * modules/ullong_max: New file.
29437
29438         * modules/chdir-long, modules/openat: New files.
29439         * modules/save-cwd (Depends-on): Depend on chdir-long.
29440         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
29441
29442 2005-01-18  Jim Meyering  <jim@meyering.net>
29443
29444         Merge from coreutils.
29445         * m4/chdir-long.m4, m4/openat.m4: New files.
29446         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
29447         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
29448         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
29449         is sane and DOES follow symlinks.  Besides, testing 20 different
29450         systems found no broken chown implementations.
29451         Prompted by a change in rsync's copy of this macro.
29452         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
29453
29454         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
29455
29456         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
29457         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
29458         NULL-means-set-to-current-time semantics.
29459         Remove temporary file immediately, rather than waiting
29460         for configure's at-exit trap code to do it.
29461
29462 2005-01-18  Jim Meyering  <jim@meyering.net>
29463
29464         * lib/version-etc.c (version_etc_copyright): Update copyright date.
29465
29466         * lib/utimens.c (futimens): Account for the fact that futimes
29467         can also fail with errno == ENOSYS or errno == ENOENT.
29468         Patch from Dmitry V. Levin.
29469
29470         Change the name of the robust chdir function from chdir to chdir_long.
29471         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
29472         (restore_cwd): Use chdir_long, not chdir.
29473         * lib/chdir-long.c: Renamed from chdir.c.
29474         * lib/chdir-long.h: Renamed from chdir.h.
29475         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
29476         Hurd.
29477
29478 2005-01-18  Bruno Haible  <bruno@clisp.org>
29479
29480         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
29481         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
29482         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
29483         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
29484         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
29485         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
29486         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
29487         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
29488         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
29489         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
29490         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
29491         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
29492         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
29493         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
29494         Use an all-permissive copyright notice, recommended by RMS.
29495
29496 2005-01-18  Bob Proulx  <bob@proulx.com>
29497
29498         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
29499         simplify offsetof() macro construct to avoid compile failure with
29500         native HP-UX 11.0 ANSI C compiler.
29501
29502 2005-01-17  Bruno Haible  <bruno@clisp.org>
29503
29504         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
29505         redundant because stpncpy.m4 takes care of it.
29506
29507 2005-01-17  Bruno Haible  <bruno@clisp.org>
29508
29509         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
29510
29511 2005-01-17  Bruno Haible  <bruno@clisp.org>
29512
29513         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
29514         used.
29515
29516 2005-01-17  Bruno Haible  <bruno@clisp.org>
29517
29518         * lib/fwriteerror.h (fwriteerror): Change specification to include
29519         fclose.
29520         * lib/fwriteerror.c: Include <stdbool.h>.
29521         (fwriteerror): At the end, close the file stream. Record whether
29522         stdout was already closed.
29523
29524 2005-01-17  Bruno Haible  <bruno@clisp.org>
29525
29526         * lib/execute.c (environ): Declare if needed.
29527         * lib/pipe.c (environ): Likewise.
29528         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
29529
29530 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29531
29532         * modules/argp: Depend on vsnprintf
29533
29534 2005-01-10  Jim Meyering  <jim@meyering.net>
29535
29536         * modules/closeout (Depends-on): Add atexit.
29537
29538 2005-01-06  Bruno Haible  <bruno@clisp.org>
29539
29540         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
29541
29542 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29543
29544         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
29545         definitions to be after all include files, to avoid collisions.
29546         Problem reported by Bob Proulx.
29547
29548 2005-01-04  Jim Meyering  <jim@meyering.net>
29549
29550         Changes imported from coreutils.
29551         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
29552         as the mkstemp template, use a temporary directory and an
29553         8.3-friendly template to avoid trouble on systems like DJGPP.
29554         Reported by Juan M. Guerrero via Stepan Kasal.
29555         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
29556         close. Remove the temporary directory right away, rather than waiting
29557         for configure's at-exit trap code to do it.
29558         Suggestion from Stepan Kasal.
29559
29560 2005-01-01  Simon Josefsson  <jas@extundo.com>
29561
29562         * gnulib-tool: Print #include directives when --import'ing.
29563
29564 2004-12-28  Simon Josefsson  <jas@extundo.com>
29565
29566         * tests/test-base64.c: Include required header files.  Remove
29567         unused variables.
29568
29569 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
29570
29571         * modules/error (Depends-on): Remove gettext.
29572
29573 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
29574
29575         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
29576         not needed.  This removes a dependency on the gettext module.
29577         [defined _LIBC]: Do not include <libintl.h>; not needed.
29578
29579 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
29580
29581         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
29582         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
29583
29584 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
29585
29586         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
29587         HAVE_DECL_STRTOLD.
29588
29589 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29590
29591         * modules/getdate (Depends-on): Remove alloca-opt.
29592
29593 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29594
29595         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
29596
29597 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29598
29599         * lib/argp-parse.c: Include <stddef.h>.
29600         (alignof, alignto): New macros.
29601         (parser_init): Don't assume that void * is aligned sufficiently
29602         for struct option.
29603
29604         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
29605         need to extend the stack.
29606         (YYINITDEPTH): New macro, so that the initial stack isn't overly
29607         large.
29608
29609 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29610
29611         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
29612
29613 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
29614
29615         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
29616         (2004-10-24) change.  Apparently this was a false alarm.
29617
29618         * modules/getdate: Depend on alloca-opt, not alloca.
29619
29620 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
29621
29622         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
29623         Remove now-obsolete comment about AIX.
29624         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
29625         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
29626         (YYMAXDEPTH): New macro.
29627
29628 2004-12-18  Simon Josefsson  <jas@extundo.com>
29629
29630         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
29631
29632 2004-12-18  Bruno Haible  <bruno@clisp.org>
29633
29634         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
29635
29636 2004-12-18  Bruno Haible  <bruno@clisp.org>
29637
29638         * lib/fatal-signal.c (fatal_signals): Make non-const.
29639         (init_fatal_signals): New function.
29640         (uninstall_handlers, install_handlers): Ignore signals that were set to
29641         SIG_IGN.
29642         (at_fatal_signal): Call init_fatal_signals.
29643         (init_fatal_signal_set): Likewise. Ignore signals that were set to
29644         SIG_IGN.
29645         Reported by Paul Eggert.
29646
29647 2004-12-18  Bruno Haible  <bruno@clisp.org>
29648
29649         * doc/alloca.texi: New file.
29650         * doc/alloca-opt.texi: New file.
29651
29652 2004-12-17  Jim Meyering  <jim@meyering.net>
29653
29654         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
29655         Otherwise, install-sh could exit with improper exit status when
29656         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
29657
29658 2004-12-16  Simon Josefsson  <jas@extundo.com>
29659
29660         * tests/test-base64.c: Add license.
29661
29662 2004-12-15  Stepan Kasal  <address@hidden>
29663
29664         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
29665
29666 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
29667
29668         * modules/getcwd (Files): Add m4/d-ino.m4.
29669         Suggested by Mark D. Baushke.
29670
29671 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
29672
29673         * lib/getdate.y (textint): New member "negative".
29674         (time_zone_hhmm): New function.
29675         Expect 14 shift-reduce conflicts, not 13.
29676         (o_colon_minutes): New rule.
29677         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
29678         (yylex): Set the "negative" member of signed numbers.
29679
29680 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
29681
29682         * doc/getdate.texi (Time of day items, Time zone items):
29683         Describe new formats +00:00, UTC+00:00.
29684
29685 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29686
29687         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
29688         spurious "-l"s.  Problem reported by Stepan Kasal.
29689
29690 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
29691
29692         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
29693         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
29694
29695 2004-12-04  Simon Josefsson  <jas@extundo.com>
29696
29697         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
29698         Vandoorselaere <yoann@prelude-ids.org>.
29699
29700 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
29701
29702         Changes imported from coreutils.
29703         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
29704         exist.
29705         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
29706
29707 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
29708
29709         Changes imported from coreutils.
29710         * lib/hard-locale.c: Assume <locale.h> exists.
29711         Include "strdup.h".
29712         (GLIBC_VERSION): New macro.
29713         (hard_locale): Assume setlocale exists.
29714         Rewrite to avoid #ifdef.
29715         Use strdup rather than malloc + strcpy.
29716         * lib/human.c: Assume <locale.h> exists.
29717         (human_readable): Assume localeconv exists.
29718
29719 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
29720
29721         * modules/hard-locale (Depends-on): Add strdup.
29722
29723 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
29724
29725         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
29726         convert T2, not T.  (Imported from libc.)
29727
29728 2004-11-30  Simon Josefsson  <jas@extundo.com>
29729
29730         * modules/restrict (License): Change to LGPL.
29731
29732 2004-11-30  Simon Josefsson  <jas@extundo.com>
29733
29734         * m4/restrict.m4: Add copyright and copying conditions.
29735
29736 2004-11-30  Simon Josefsson  <jas@extundo.com>
29737
29738         * m4/base64.m4: New file.
29739
29740 2004-11-30  Simon Josefsson  <jas@extundo.com>
29741
29742         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
29743         base64.
29744
29745         * tests/test-base64.c: New file.
29746
29747         * modules/base64: New file.
29748
29749 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
29750
29751         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
29752         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
29753
29754         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
29755
29756 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
29757
29758         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
29759         (__getcwd.c): Don't restore errno; glibc doesn't.
29760         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
29761         first, falling back to our code only if its results look suspicious.
29762         Ensure that the resulting buffer is only as large as necessary.
29763
29764         * lib/readutmp.c: Include readutmp.h first.
29765         Include <errno.h>, since readutmp.h no longer does that.
29766         * lib/readutmp.h: Don't include <errno.h>,
29767         <sys/param.h>, <time.h>; not needed to establish interface.
29768         (errno): Remove decl.
29769         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
29770         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
29771         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
29772
29773 2004-11-28  Simon Josefsson  <jas@extundo.com>
29774
29775         * lib/base64.h, base64.c: New file.
29776
29777 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
29778
29779         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
29780
29781 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
29782
29783         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
29784         (Depends-on): Remove pathmax, same.  Add mempcpy.
29785         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
29786         (Makefile.am): Append getcwd.h to lib_SOURCES.
29787         (Include): Add getcwd.h.
29788         (Maintainer): Change from Jim Meyering to "all, glibc",
29789         since getdate now uses intended-for-glibc code.
29790         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
29791         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
29792
29793 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
29794
29795         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
29796         HP's ANSI C compiler.
29797         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
29798         Declaring int functions causes warnings on some modern systems and
29799         shouldn't be needed to compile on ancient ones.
29800         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
29801         defined.
29802
29803         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
29804         with the following changes.
29805         (__set_errno): Parenthesize properly.
29806         Include <stdbool.h>.
29807         (MIN, MAX, MATCHING_INO): New macros.
29808         (__getcwd): Define with prototype, not K&R form.
29809         Use heuristics to allocate default buffer on stack if possible.
29810         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
29811         behavior, and to avoid the PATH_MAX limit when computing
29812         ../../../../...
29813         Use MATCHING_INO to compare inode number to file.
29814         Check for arithmetic overflow in size calculations.
29815         Fix bug in reallocation of dot array that caused getcwd to fail
29816         on directories nested deeper than 75.
29817         Be more careful about saving errno on error.
29818         Do not use realloc; use only free+malloc, as this is a bit
29819         more flexible and avoids a needless copy operation.
29820         Do not inspect st_dev and st_ino for symbolic links; POSIX
29821         doesn't specify the latter.
29822         Check for closedir errors.
29823         Avoid needless casts.
29824         Use "#ifdef weak_alias" around weak_alias, to be like other
29825         glibc code.
29826         The following changes to getcwd.c have effect only when used in
29827         gnulib; they have no effect inside glibc proper.
29828         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
29829         as alloca isn't used.
29830         (alloca, __alloca): Likewise.
29831         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
29832         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
29833         unconditionally, as gnulib assumes C89 or better.
29834         Do not include <sys/param.h>.
29835         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
29836         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
29837         better.
29838         (NULL) [!defined NULL]: Remove; we assume C89 or better.
29839         Include <dirent.h> in a way that is compatible with modern Autoconf.
29840         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
29841         New macros, if not already defined.
29842         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
29843         Use "_LIBC", not "defined _LIBC", for consistency.
29844         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
29845         a mempcpy module.
29846         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
29847         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
29848         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
29849         credit only to Jim Meyering and adjust the copyright dates.
29850         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
29851         <stdlib.h>, <unistd.h>, "pathmax.h".
29852         Instead, include "xgetcwd.h" (first) and "getcwd.h".
29853         (INITIAL_BUFFER_SIZE): Remove.
29854         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
29855
29856 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
29857
29858         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
29859         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
29860         Use the _ONCE methods, for efficiency.
29861         Check for fcntl.h.  In test program, include <errno.h>
29862         and <fcntl.h> if available.  Remove old K&R cruft from
29863         test program.  Check for common errors in GNU/Linux,
29864         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
29865         don't do AC_LIBOBJ, as that's getcwd.m4's job.
29866         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
29867         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
29868         name accordingly.
29869         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
29870         accommodate new getcwd.c.
29871         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
29872         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
29873         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
29874         that's all we need now.
29875
29876 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29877
29878         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
29879         argp-parse.c depends on getopt internals, that means we should
29880         always use our getopt, to be on the safe side.
29881         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
29882         order not to spoil the result of an eventual previous invocation
29883         of gl_GETOPT_SUBSTITUTE.
29884
29885 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29886
29887         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
29888         redefinition warnings. To avoid them, include the defines
29889         in `#if !defined __need_getopt ... #endif'. The only place
29890         where __getopt_argv_const is used is in definitions
29891         of getopt_long and getopt_long_only below, which are as well
29892         protected by `#ifndef __need_getopt'.
29893         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
29894         __need_getopt after including <stdio.h> and <unistd.h> These
29895         headers might have defined it.
29896
29897 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
29898
29899         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
29900
29901 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
29902
29903         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
29904         (futimens): New function, which uses futimes if available.
29905         (futimens, utimens): Support timespec==NULL, with same semantics
29906         as utime and utimens.
29907         * lib/utimens.h (futimens): New decl.
29908
29909 2004-11-23  Jim Meyering  <jim@meyering.net>
29910
29911         * lib/getopt_.h: Remove trailing blanks.
29912
29913 2004-11-23  Jim Meyering  <jim@meyering.net>
29914
29915         * lib/__fpending.c: Add comment.
29916
29917 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
29918
29919         * modules/canonicalize (Depends-on): Add xreadlink.
29920         Problem reported by James Youngman.
29921
29922 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
29923
29924         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
29925         New macros.
29926         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
29927         optopt): Use them instead of invoking ## directly; otherwise, the
29928         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
29929
29930 2004-11-19  Bruno Haible  <bruno@clisp.org>
29931
29932         * lib/strtok_r.c: Move comments from here...
29933         * lib/strtok_r.h: ... to here.
29934
29935 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
29936
29937         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
29938         implementations that mishandle size_t overflow.
29939
29940 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
29941
29942         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
29943         might fail.  Problem reported by Yoann Vandoorselaere.
29944         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
29945         implementations that mishandle size_t overflow.
29946
29947 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29948
29949         * modules/canon-host (Depends-on): Add strdup.
29950
29951 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29952
29953         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
29954
29955 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29956
29957         * lib/canon-host.c: Include "strdup.h".
29958         (canon_host): Use getaddrinfo if available, so that IPv6 works.
29959         Use strdup instead of malloc/strcpy to duplicate strings.
29960
29961         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
29962         (human_space_before_unit): New constant.
29963         * lib/human.c (human_readable): Support it.
29964
29965         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
29966         (xgetcwd): Set errno correctly when failing.
29967         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
29968         the failure is actually due to a PATH_MAX problem.
29969
29970         Further getopt changes to make it more likely that glibc will
29971         buy the changes back.
29972         * lib/getopt.c (POSIXLY_CORRECT): New constant.
29973         (getopt): Use it, so to preserve glibc semantic
29974         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
29975         when compiling for libc.
29976         * lib/getopt_.h (__getopt_argv_const): Bring it back.
29977         (getopt_long, getopt_long_only): Use it.
29978
29979         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
29980         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
29981         (getopt): Argv is now char * const *, as per standard.
29982         (_getopt_internal_r, _getopt_internal): Argv is now char **,
29983         not char *__getopt_argv_const *.
29984         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
29985         _getopt_long_only_r): Likewise.
29986         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
29987         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
29988         _getopt_long_r, _getopt_long_only_r): Likewise.
29989         * lib/getopt_.h (__getopt_argv_const): Remove.
29990         (getopt): Argv is now char * const *, as per standard.
29991
29992         * lib/getdate.y (tORDINAL): New token.
29993         (day, relunit): Allow it for relative times.
29994         (relative_time_table): Use tORDINAL for ordinals.
29995
29996 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29997
29998         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
29999         Document that "second" isn't allowed as an ordinal number.
30000
30001 2004-11-16  Jim Meyering  <jim@meyering.net>
30002
30003         * modules/closeout (Depends-on): Add fpending.
30004
30005 2004-11-15  Jim Meyering  <jim@meyering.net>
30006
30007         * lib/closeout.c: Include "__fpending.h" once again.
30008         Include <stdbool.h>.
30009         (close_stdout): Don't fail just because stdout was closed initially,
30010         since some programs don't write to stdout in the normal course of
30011         operation (other than --version and --help), and we don't want this
30012         function to make e.g. `touch file >&-' fail.
30013         But do fail if it was closed and someone has tried to write to it.
30014         E.g., `printf foo >&-' must fail.
30015
30016 2004-11-13  Jim Meyering  <jim@meyering.net>
30017
30018         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
30019
30020 2004-11-12  Simon Josefsson  <jas@extundo.com>
30021
30022         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
30023         small doc fix is still pending.
30024
30025 2004-11-11  Simon Josefsson  <jas@extundo.com>
30026
30027         * modules/strtok_r: New file.
30028
30029         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30030         strtok_r.
30031
30032 2004-11-11  Simon Josefsson  <jas@extundo.com>
30033
30034         * m4/strtok_r.m4: New file.
30035
30036         * m4/getopt.m4: Replace opterr.
30037
30038 2004-11-11  Simon Josefsson  <jas@extundo.com>
30039
30040         * lib/strtok_r.h, strtok_r.c: New file.
30041
30042 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
30043
30044         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
30045         of replacing opterr, getopt, etc.  This should handle the
30046         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
30047
30048 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
30049
30050         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
30051         we can stop lying to compilers about the constness of argv when we
30052         are compiled outside glibc.
30053         (getopt, getopt_long, getopt_long_only): Use it.
30054         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
30055         _getopt_internal, getopt): Likewise.
30056         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
30057         _getopt_long_only_r): Likewise.
30058         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
30059         _getopt_long_r, _getopt_long_only_r): Likewise.
30060
30061         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
30062         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
30063         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
30064         the other external symbols.
30065         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
30066         declaration, since the above renaming now works around collisions.
30067
30068 2004-11-11  Jim Meyering  <jim@meyering.net>
30069
30070         * lib/linebreak.c: Remove trailing blanks.
30071         * lib/alloca_.h: Likewise.
30072         * lib/acosl.c: Likewise.
30073         * lib/euidaccess.c: Likewise.
30074         * lib/allocsa.h: Likewise.
30075
30076 2004-11-10  Simon Josefsson  <jas@extundo.com>
30077
30078         * m4/getaddrinfo.m4: New file.
30079
30080 2004-11-10  Simon Josefsson  <jas@extundo.com>
30081
30082         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
30083
30084 2004-11-10  Simon Josefsson  <jas@extundo.com>
30085
30086         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30087         getaddrinfo.
30088
30089         * modules/getaddrinfo: New file.
30090
30091 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30092
30093         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
30094
30095 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30096
30097         * lib/mktime.c (SHR): New macro, which is a portable
30098         substitute for >> that should work even on Crays.
30099         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
30100         Problem reported by Mark D. Baushke in
30101         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
30102         * lib/getdate.y (SHR): Likewise.
30103         (tm_diff): Use it.
30104         * lib/strftime.c (SHR): Likewise.
30105         (tm_diff): Use it.
30106         * lib/quotearg.c (struct quoting_options): Use unsigned int for
30107         quote_these_too, so that right shifts are well defined.  All uses
30108         changed.
30109
30110 2004-11-10  Jim Meyering  <jim@meyering.net>
30111
30112         Ensure that no close failure goes unreported.
30113         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
30114         return early when it seems there's nothing to flush.
30115         Don't include __fpending.h.
30116
30117 2004-11-10  Jim Meyering  <jim@meyering.net>
30118
30119         * modules/closeout (Depends-on): Remove fpending.
30120
30121 2004-11-10  Jim Meyering  <jim@meyering.net>
30122
30123         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
30124
30125 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30126
30127         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
30128         gl_FUNC_STRFTIME.
30129         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
30130         and AC_REQUIRE when possible, to avoid duplicate checks.
30131         Check for <wchar.h>.
30132
30133 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30134
30135         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
30136
30137 2004-11-09  Bruno Haible  <bruno@clisp.org>
30138
30139         * m4/sockpfaf.m4: New file.
30140
30141 2004-11-05  Bruno Haible  <bruno@clisp.org>
30142
30143         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
30144         Reported by Mark D. Baushke <mdb@cvshome.org>.
30145
30146 2004-11-04  Bruno Haible  <bruno@clisp.org>
30147
30148         2004-09-11  Bruno Haible  <bruno@clisp.org>
30149                 * allocsa.valgrind: New file.
30150         2004-02-06  Bruno Haible  <bruno@clisp.org>
30151                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
30152                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
30153                 Reported by Christopher Seip <chris.seip@hp.com>.
30154
30155 2004-11-04  Bruno Haible  <bruno@clisp.org>
30156
30157         * modules/allocsa (Files): Add lib/allocsa.valgrind.
30158         (Makefile.am): Distribute it.
30159
30160 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
30161
30162         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
30163         with errno == ERANGE if the buffer is too small.
30164         Problem reported by Mark D. Baushke.
30165
30166 2004-11-03  Albert Chin  <china@thewrittenword.com>
30167             Paul Eggert  <eggert@cs.ucla.edu>
30168
30169         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
30170         equivalent, substitute $ac_type for equivalent type rather than
30171         blindly using uint32_t *always* which won't work if uint32_t is not
30172         available.  Define _UINT32_T to work around typedef of uint32_t if
30173         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
30174         2.5.1.
30175
30176 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30177
30178         * m4/jm-macros.m4: Sync from coreutils.
30179         (gl_MACROS): Check for mbrlen, for pathchk.
30180         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
30181
30182 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30183
30184         * lib/xreadlink.c (MAXSIZE): New macro.
30185         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
30186         size does not exceed MAXSIZE.  Avoid cast.
30187         As suggested by Mark D. Baushke in
30188         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
30189         if readlink fails with buffer size just under MAXSIZE, try again
30190         with MAXSIZE.
30191
30192 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30193
30194         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
30195
30196 2004-11-02  Derek R. Price  <derek@ximbiot.com>
30197         and  Paul Eggert  <eggert@cs.ucla.edu>
30198
30199         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
30200         (get_date): Overparenthesize to avoid GCC warning.
30201
30202 2004-11-02  Bruno Haible  <bruno@clisp.org>
30203
30204         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
30205         returns void.
30206
30207 2004-11-02  Bruno Haible  <bruno@clisp.org>
30208
30209         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
30210         function returns void.
30211
30212 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30213
30214         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
30215         fflush_unlocked, flockfile, funlockfile, funlockfile,
30216         fputs_unlocked, putc_unlocked.
30217
30218 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30219
30220         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
30221         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
30222         already declared.
30223
30224 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30225
30226         * modules/getdate (Files): Add doc/getdate.texi.
30227         (Depends-on): Add setenv, xalloc.
30228
30229 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30230
30231         * lib/getdate.y: Add support for TZ="foo" within a date string.
30232         Fix some bugs near time_t boundaries.  Reject dates with
30233         out-of-range components, e.g., "Sept 31".
30234         Include <stdlib.h>, "setenv.h", "xalloc.h".
30235         (ISDIGIT_LOCALE): Remove; unused.
30236         Note that the TZ and time functions used here are not reentrant.
30237         (mktime_ok, get_tz): New functions.
30238         (TZBUFSIZE): New constant.
30239         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
30240         This requires that we sometimes generate our own TZ="XXX..." setting.
30241
30242 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30243
30244         * doc/getdate.texi: New file, from coreutils with modifications for
30245         the new TZ parsing.
30246
30247 2004-10-27  Derek R. Price  <derek@ximbiot.com>
30248
30249         * lib/mktime.c (not_equal_tm): Remove redundant check.
30250
30251 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30252
30253         * modules/regex (lib_SOURCES): Add regex.c.
30254         Reported by James Youngman in
30255         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
30256
30257 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30258
30259         * lib/getdate.y: Use Bison 1.875 features, and some minor
30260         code cleanups.  This change does not affect semantics.
30261         Don't include <stdlib.h>; no longer needed.
30262         Don't include unlocked-io.h; only the "#if TEST" code uses
30263         stdio, and performance isn't crucial there.
30264         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
30265         Bison 1.875 features as described below.
30266         All uses of "PC." replaced by "pc->".
30267         (YYSTYPE): Add a forward declaration.
30268         (yylex, yyerror): Use full prototypes in forward decls.
30269         Use "%pure-parser" rather than obsolescent "%pure_parser".
30270         Use %parse-param and %lex-param instead of obsolescent
30271         YYPARSE_PARAM and YYLEX_PARAM.
30272         (meridian_table, month_and_day_table, time_units_table,
30273         relative_time_table, time_zone_table, military_table,
30274         lookup_zone, lookup_word, get_date):
30275         Use NULL instead of 0 where appropriate.
30276         (to_hour): Avoid abort (), to avoid a dependency on
30277         stdlib.h.
30278         (yyerror, yylex): Now accepts parser_control * arg.
30279         (main) [TEST]: Use '\0' rather than 0 for char.
30280
30281 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30282
30283         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
30284
30285 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30286
30287         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
30288         It's now the caller's responsibility to handle the case where
30289         !HAVE_GETPAGESIZE && !defined getpagesize.
30290
30291         * lib/mktime.c (leapyear): Arg is long int, not int.
30292
30293 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
30294
30295         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
30296
30297 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30298
30299         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
30300         missing.  Problem reported by James Youngman.
30301
30302 2004-10-16  Simon Josefsson  <jas@extundo.com>
30303
30304         * gnulib-tool: Fix comments.  Fix parse problem.
30305         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
30306
30307 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
30308
30309         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
30310         implementation of getopt_long.  Problem reported by Alexander Taler in:
30311         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
30312
30313 2004-10-15  Bruno Haible  <bruno@clisp.org>
30314
30315         * gnulib-tool: Untabify. Initialize supplied_libname.
30316         (func_usage): More homogenous output.
30317         (func_modules_transitive_closure, func_modules_to_filelist,
30318         func_emit_lib_Makefile_am): New functions.
30319         (func_import): New function, extracted from big case statement. Use
30320         func_get_license, func_modules_transitive_closure,
30321         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
30322         opt_lgpl. Don't use test -a, as it's not portable.
30323         (func_create_testdir): Use func_modules_transitive_closure,
30324         func_modules_to_filelist, func_emit_lib_Makefile_am.
30325
30326 2004-10-15  Bruno Haible  <bruno@clisp.org>
30327
30328         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
30329
30330 2004-10-15  Bruno Haible  <bruno@clisp.org>
30331
30332         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
30333         the portions belonging to each module.
30334         Suggested by Derek Robert Price <derek@ximbiot.com>.
30335
30336 2004-10-12  Simon Josefsson  <jas@extundo.com>
30337
30338         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
30339         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
30340         to real functions.
30341
30342 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30343
30344         * modules/vsnprintf: New file.
30345
30346 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30347
30348         * m4/vsnprintf.m4: New file.
30349
30350 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30351
30352         * lib/vsnprintf.h: New file.
30353         * lib/vsnprintf.c: New file.
30354
30355 2004-10-11  Bruno Haible  <bruno@clisp.org>
30356
30357         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
30358         vsnprintf.
30359
30360 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30361
30362         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
30363
30364 2004-10-07  Bruno Haible  <bruno@clisp.org>
30365
30366         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
30367         fits into the provided buffer.
30368
30369 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
30370
30371         * lib/diacrit.c, diacrit.h: Add GPL notice.
30372
30373         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
30374         notice.
30375         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
30376         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
30377         This avoids a potential constant-folding bug.
30378
30379 2004-10-05  Bruno Haible  <bruno@clisp.org>
30380
30381         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
30382         for the declaration of strsep.
30383
30384 2004-10-05  Bruno Haible  <bruno@clisp.org>
30385
30386         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
30387
30388 2004-10-04  Simon Josefsson  <jas@extundo.com>
30389
30390         * modules/memmem: New file.
30391         * tests/test-memmem.c: New file.
30392         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
30393
30394 2004-10-04  Simon Josefsson  <jas@extundo.com>
30395
30396         * m4/memmem.m4: New file.
30397
30398 2004-10-04  Simon Josefsson  <jas@extundo.com>
30399
30400         * lib/memmem.h: New file.
30401         * lib/memmem.c: New file, taken from glibc.
30402
30403 2004-10-04  Simon Josefsson  <jas@extundo.com>
30404
30405         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
30406         '#ifdef USE_UNLOCKED_IO'.
30407
30408 2004-10-04  Simon Josefsson  <jas@extundo.com>
30409
30410         * config/srclist.txt: Add memmem from glibc.
30411
30412 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30413
30414         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
30415
30416         * modules/argmatch, modules/argp, modules/closeout, modules/error,
30417         modules/exclude, modules/getdate, modules/getline,
30418         modules/getndelim2, modules/getpass, modules/getpass-gnu,
30419         modules/getusershell, modules/linebuffer, modules/md5,
30420         modules/mountlist, modules/posixtm, modules/readtokens,
30421         modules/readutmp, modules/regex, modules/sha1,
30422         modules/version-etc, modules/yesno:
30423         Remove dependency on unlocked-io.
30424
30425 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30426
30427         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
30428
30429         * m4/unlocked-io.m4: Add copyright notice.
30430         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
30431
30432 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30433
30434         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
30435         * lib/xmalloc.c (xmemdup): Likewise.
30436         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
30437         XFREE): Remove these long-obsolescent macros.
30438         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
30439         * lib/xstrdup.c: Remove.
30440
30441         * lib/regex.c (re_comp): Cast gettext return value to char *,
30442         Problem reported by Martin Neitzel via Mark D. Baushke.
30443
30444 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30445
30446         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
30447         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
30448         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
30449         regex.c, sha1.c, version-etc.c, yesno.c:
30450         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
30451         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
30452         the includer's responsibility.
30453
30454         Sync from coreutils.
30455
30456         * lib/modechange.c (mode_compile): Don't decrement a pointer that
30457         points to the start of a string, as the C Standard says the
30458         resulting behavior is undefined.
30459
30460         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
30461         simple -> simple_backups, numbered_existing ->
30462         numbered_existing_backups, numbered -> numbered_backups
30463         to avoid shadowing problems.  All uses changed.
30464         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
30465         * lib/backupfile.c (check_extension, numbered_backup):
30466         Rename locals to avoid shadowing 'basename'.
30467         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
30468         once.
30469
30470         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
30471         * lib/.cvsignore: Add getopt.h.
30472
30473 2004-10-04  Bruno Haible  <bruno@clisp.org>
30474
30475         * modules/README: New file.
30476         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
30477         not a module.
30478
30479 2004-10-02  Jim Meyering  <jim@meyering.net>
30480
30481         * lib/dirfd.h, getpagesize.h: Add copyright notice.
30482
30483 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30484
30485         * modules/strsep: New file.
30486
30487 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30488
30489         * m4/strsep.m4: New file.
30490
30491 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30492
30493         * lib/strsep.h: New file.
30494         * lib/strsep.c: New file.
30495
30496 2004-10-01  Simon Josefsson  <jas@extundo.com>
30497
30498         * lib/snprintf.c (snprintf): Handle size==0.
30499
30500 2004-10-01  Simon Josefsson  <jas@extundo.com>
30501             Bruno Haible  <bruno@clisp.org>
30502
30503         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
30504         (snprintf): Declare 'args'.
30505
30506 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
30507
30508         * lib/snprintf.c: Remove comments as to why each header is needed.
30509
30510 2004-10-01  Bruno Haible  <bruno@clisp.org>
30511
30512         * MODULES.html.sh: Add strsep.
30513
30514 2004-09-30  Simon Josefsson  <jas@extundo.com>
30515
30516         * modules/snprintf: New file.
30517
30518 2004-09-30  Simon Josefsson  <jas@extundo.com>
30519
30520         * m4/snprintf.m4: New file.
30521
30522 2004-09-30  Simon Josefsson  <jas@extundo.com>
30523
30524         * lib/snprintf.h, lib/snprintf.c: New files.
30525
30526 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30527
30528         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
30529         (hol_entry_help): Never translate an empty string.
30530         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
30531         * lib/argp.h (OPTION_NO_TRANS): New option.
30532
30533 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30534
30535         * modules/argp (Maintainer): Replace Simon Josefsson
30536         by Sergey Poznyakoff.
30537
30538 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30539
30540         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
30541         changes merged back into glibc.
30542
30543 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30544
30545         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
30546
30547 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
30548
30549         * lib/xvasprintf.c: Include xalloc.h.
30550         (xvasprintf): Use xalloc_die, not xmalloc_die.
30551
30552 2004-09-29  Bruno Haible  <bruno@clisp.org>
30553
30554         * modules/alloca-opt: New file, derived from modules/alloca.
30555         * modules/allocsa: Depend on alloca-opt instead of alloca.
30556         * modules/setenv: Likewise.
30557         * modules/vasnprintf: Likewise.
30558         * MODULES.html.sh: Add alloca-opt.
30559
30560 2004-09-28  Simon Josefsson  <jas@extundo.com>
30561
30562         * gnulib-tool: New parameter --lgpl, to asseert that modules are
30563         LGPL, and to replace license template from GPL to LGPL.
30564
30565 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
30566
30567         * modules/dummy: Change license to LGPL.
30568
30569 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
30570
30571         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
30572
30573 2004-09-24  Simon Josefsson  <jas@extundo.com>
30574
30575         * modules/minmax (License): Change from GPL to LGPL.
30576
30577 2004-09-23  Simon Josefsson  <jas@extundo.com>
30578
30579         * gnulib-tool (--import): Typo.
30580
30581 2004-09-23  Simon Josefsson  <jas@extundo.com>
30582
30583         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
30584
30585 2004-09-22  Bruno Haible  <bruno@clisp.org>
30586
30587         * modules/*: Add 'License' field.
30588         * gnulib-tool: Accept --extract-license option.
30589         (func_get_license): New function.
30590
30591 2004-09-21  Bruno Haible  <bruno@clisp.org>
30592
30593         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
30594         Reported by Simon Josefsson.
30595
30596 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30597
30598         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
30599         gl_AC_TYPE_LONG_LONG.
30600
30601 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30602
30603         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
30604
30605 2004-09-18  Simon Josefsson  <jas@extundo.com>
30606         and  Paul Eggert  <eggert@cs.ucla.edu>
30607
30608         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
30609         calls with autoreconf.  Define GL_LIB.
30610
30611 2004-09-14  Karl Berry  <karl@gnu.org>
30612
30613         * config/srclist.txt: unsync setenv.c, sigh.
30614
30615 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
30616
30617         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
30618         Problem reported by Bruno Haible in:
30619         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
30620
30621 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
30622
30623         * config/srclist.txt: Comment out argp-pvh.c.
30624
30625 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
30626
30627         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
30628         in case some system header has #define'd it.  Problem reported by
30629         Soeren D. Schulze in
30630         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
30631
30632 2004-09-09  Karl Berry  <karl@gnu.org>
30633
30634         * regex.[ch]: delete from the root.  These were supposed to be
30635                 synced with emacs cvs, but this has not happened for about
30636                 a year, and anyway nothing else uses emacs regex.[ch].
30637                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
30638                 lib/regex[.ch] is untouched.
30639
30640 2004-09-09  Bruno Haible  <bruno@clisp.org>
30641
30642         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
30643
30644 2004-09-09  Bruno Haible  <bruno@clisp.org>
30645
30646         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
30647         modifications.
30648         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
30649
30650 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
30651
30652         * modules/xvasprintf: New file.
30653         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
30654
30655 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
30656
30657         * lib/xvasprintf.h: New file.
30658         * lib/xvasprintf.c: New file.
30659         * lib/xasprintf.c: New file.
30660
30661 2004-09-08  Bruno Haible  <bruno@clisp.org>
30662
30663         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
30664
30665 2004-09-08  Bruno Haible  <bruno@clisp.org>
30666
30667         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
30668         length is > INT_MAX.
30669         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
30670         more.
30671
30672 2004-09-08  Bruno Haible  <bruno@clisp.org>
30673
30674         * lib/stdint_.h: New file, taken from GNU clisp.
30675
30676 2004-09-08  Bruno Haible  <bruno@clisp.org>
30677             Oskar Liljeblad  <oskar@osk.mine.nu>
30678
30679         * modules/stdint: New file.
30680         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
30681
30682 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30683
30684         Import from coreutils.
30685         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
30686         strings on unbounded length.  alloca's performance benefits aren't
30687         that important here.
30688         (V_STRDUP): Remove.
30689         (parse_with_separator): New function, with most of the internals
30690         of the old parse_user_spec.  Allow user to omit both user and group,
30691         for compatibility with FreeBSD.
30692         Clone only the user name, not the entire spec.
30693         Do not set *uid, *gid unless entirely successful.
30694         Avoid memory leak in some failing cases.
30695         Fix regression for USER.GROUP reported by Dmitry V. Levin in
30696         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
30697         (parse_user_spec): Rewrite to use parse_with_separator.
30698
30699 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30700
30701         * modules/userspec: Don't depend on alloca.
30702
30703 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30704
30705         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
30706
30707 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
30708
30709         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
30710         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
30711         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
30712
30713 2004-08-16  Simon Josefsson  <jas@extundo.com>
30714
30715         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
30716         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
30717         Add --dry-run for --import.
30718         Let user provided command line parameters override configure.ac
30719         settings.
30720
30721 2004-08-12  Simon Josefsson  <jas@extundo.com>
30722
30723         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
30724         as discussed with Paul Eggert in threads rooted at
30725         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
30726         and
30727         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
30728         Before, the test was empty, and relied on ELIDE_CODE in source
30729         code.)
30730         (gl_PREREQ_GETOPT): New macro.
30731         (gl_GETOPT): Use them.
30732
30733 2004-08-12  Simon Josefsson  <jas@extundo.com>
30734
30735         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
30736         * lib/getopt_.h: Renamed from getopt.h.
30737
30738 2004-08-12  Simon Josefsson  <jas@extundo.com>
30739
30740         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
30741         Change default library name from libfoo to libgnu.
30742         Now, if you have a configure.ac that says:
30743                 gl_SOURCE_BASE(gl)
30744                 gl_M4_BASE(gl/m4)
30745                 gl_MODULES(error getopt etcetera)
30746                 gl_INIT
30747         you can import all you need by running:
30748                 ../gnulib/gnulib-tool --import
30749
30750         * modules/getopt (Files): Rename getopt.h to getopt_.h.
30751         (Makefile.am): Rewrite, use logic from argz.
30752         (Include): Use <getopt.h> instead of "getopt.h".
30753
30754 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
30755
30756         * modules/argp (Files): Add m4/unlocked-io.m4.
30757         (Depends-on): Add extensions.
30758
30759 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
30760
30761         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
30762         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
30763         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
30764         Check for program_invocation_name, program_invocation_short_name,
30765         flockfile, funlockfile, features.h, _getopt_long_only_r.
30766
30767 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
30768
30769         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
30770         its complicated substitute.
30771         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
30772         and program_invocation_name.
30773         (__argp_basename) [!_LIBC]: Remove; the only use was
30774         replaced by its body.
30775         (__argp_short_program_name): Change condition from
30776         !defined __argp_short_program_name to
30777         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
30778         to match argp-namefrob.h.
30779         (__argp_failure): Don't assume strerror_r returns char *.
30780         * lib/argp-parse.c (N_): Define unconditionally.
30781         (argp_default_options): Fill out initializers with 0 to avoid
30782         gcc warnings.
30783
30784 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
30785
30786         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
30787         getopt1.c.
30788
30789 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
30790
30791         Merge from coreutils.
30792
30793         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
30794
30795         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
30796         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
30797
30798 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
30799
30800         Merge from coreutils.
30801
30802         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
30803         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
30804         for Reliant Unix 5.43.
30805
30806         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
30807         (union fooround): Use uintmax_t, not long int.
30808         The rest is a merge from libc:
30809         [defined _LIBC]: Include <shlib-compat.h>.
30810         (_obstack) [defined _LIBC]: Remove after 2.3.4.
30811
30812         * lib/settime.c (settime): Recode to avoid warning with
30813         Sun Forte C 6U2.
30814
30815         * lib/strverscmp.c: Convert to UTF-8.
30816
30817 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
30818
30819         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
30820         m4/uintmax_t.m4.
30821
30822 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30823
30824         * modules/xalloc-die: New file.
30825         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
30826
30827         * modules/md5 (Files): Add m4/uint32_t.m4.
30828         * modules/sha1: Renamed from modules/sha.
30829         (Files):
30830         Rename lib/sha.h to lib/sha1.h.
30831         Rename lib/sha.c to lib/sha1.c.
30832         Rename m4/sha.m4 to m4/sha1.m4.
30833         (lib_SOURCES): Likewise.
30834         (configure.ac): Rename gl_SHA to gl_SHA1.
30835         (Include): sha.h -> sha1.h.
30836
30837 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30838
30839         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
30840         * m4/sha1.m4: Renamed from sha.m4.
30841         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
30842
30843 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30844
30845         * lib/obstack.h (obstack_empty_p):
30846         Don't assume that chunk->contents is suitably aligned.
30847         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
30848         Likewise. Problem reported by Benno in
30849         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
30850
30851         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
30852         readable.  This could be improved further but it'd take some work.
30853
30854 2004-08-08  Simon Josefsson  <jas@extundo.com>
30855
30856         * modules/xgethostname (Depends-on): Remove exit and error (not
30857         used).
30858
30859         * modules/getpass-gnu: Add getpass.h.
30860         (Depends-on): Add stdbool.
30861         * modules/getpass: Add getpass.h.
30862
30863 2004-08-08  Simon Josefsson  <jas@extundo.com>
30864
30865         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
30866         Check getpass declaration.
30867
30868 2004-08-08  Simon Josefsson  <jas@extundo.com>
30869
30870         * lib/xgethostname.c: Don't include error.h (not used).
30871
30872         * lib/getpass.h: Add.
30873         * lib/getpass.c: Include getpass.h first.
30874
30875 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
30876
30877         * lib/xalloc-die.c: New file.
30878         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
30879         All uses removed.
30880         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
30881         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
30882         xalloc-die.c.
30883         (_, N_, xalloc_die): Move to xalloc-die.c.
30884         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
30885         so that we needn't mess with xalloc_msg_memory_exhausted.
30886
30887         * lib/sha1.h: Renamed from sha.h.
30888         (SHA1_H): Renamed from _SHA_H.
30889         (sha1_ctx): Renamed from sha_ctx.
30890         (sha1_init_ctx): Renamed from sha_init_ctx.
30891         (sha1_process_block): Renamed from sha_process_block.
30892         (sha1_process_bytes): Renamed from sha_process_bytes.
30893         (sha1_finish_ctx): Renamed from sha_finish_ctx.
30894         (sha1_read_ctx): Renamed from sha_read_ctx.
30895         (sha1_stream): Renamed from sha_stream.
30896         (sha1_buffer): Renamed from sha_buffer.
30897         * lib/sha1.c: Likewise; renamed from sha.c.
30898         Do not include <sys/types.h>.
30899         Include <stddef.h> rather than <stdlib.h>.
30900
30901 2004-08-08  Bruno Haible  <bruno@clisp.org>
30902
30903         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
30904         FILESYSTEM_PREFIX_LEN.
30905         * lib/progreloc.c: Likewise.
30906         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
30907
30908 2004-08-06  Simon Josefsson  <jas@extundo.com>
30909
30910         * modules/progname (Depends-on): Don't depend on stdbool.
30911
30912 2004-08-06  Simon Josefsson  <jas@extundo.com>
30913
30914         * modules/getsubopt: New file.
30915         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30916         getsubopt.
30917
30918 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
30919
30920         More merge from coreutils.
30921
30922         * m4/utimens.m4, m4/utimecmp.m4: New files.
30923         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
30924         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
30925         prereq.m4, sha.m4: Import changes from coreutils.
30926
30927 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
30928
30929         More merge from coreutils.
30930         * modules/raise, modules/readtokens0, modules/utimens:
30931         * modules/utimecmp, module/xnanosleep: New files.
30932         * modules/strftime: Add lib/strftime.h.
30933         Change include from <time.h> to "strftime.h".
30934         * modules/yesno: Add lib/yesno.h.
30935         * modules/backupfile: Remove lib/addext.c.
30936         * modules/euidaccess: Add stat-macros.h.
30937         * modules/canonicalize, modules/euidaccess,
30938         modules/filemode, modules/lchown, modules/makepath,
30939         modules/rmdir, modules/stat: Likewise.
30940
30941 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
30942
30943         Merge from tar.
30944         * lib/argp-help.c (make_hol, hol_append): Don't assume that
30945         SIZE_MAX is a valid preprocessor constant.
30946         (__argp_basename): Change from "#ifndef _LIBC"
30947         to "#ifndef __argp_short_program_name", so that
30948         we don't compile these functions for tar.
30949
30950         More merges from coreutils.
30951         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
30952         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
30953         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
30954         * lib/addext.c: Remove; no longer needed.
30955         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
30956         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
30957         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
30958         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
30959         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
30960         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
30961         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
30962         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
30963         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
30964         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
30965         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
30966         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
30967         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
30968         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
30969         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
30970         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
30971         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
30972         Import changes from coreutils.
30973
30974 2004-08-05  Simon Josefsson  <jas@extundo.com>
30975
30976         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
30977
30978 2004-08-05  Simon Josefsson  <jas@extundo.com>
30979
30980         * m4/getsubopt.m4: New file.
30981
30982 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
30983
30984         Merge from coreutils.
30985
30986         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
30987         * m4/getcwd-path-max.m4: New files.
30988
30989         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
30990         FILESYSTEM_PREFIX_LEN ->
30991         FILE_SYSTEM_PREFIX_LEN.
30992         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
30993         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
30994         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
30995         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
30996
30997         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
30998         prerequisite modules now handle the DOS stuff.
30999         Don't check for unistd.h.
31000
31001 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
31002
31003         Merge from coreutils.
31004
31005         * lib/.gdb-history: Remove; this doesn't belong here.
31006
31007         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
31008         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
31009         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
31010         * lib/getcwd.c: New files.
31011
31012         * lib/dirname.h: Include <stdbool.h>.
31013         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
31014         for consistency with POSIX terminology.  All uses changed.
31015         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
31016         (strip_trailing_slashes): Use bool for booleans.
31017         * lib/stripslash.c (strip_trailing_slashes): Likewise.
31018
31019         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
31020         sometimes returns a positive errno value even when it succeeds.
31021         (print_errno_message) [!LIBC]: Fall back on strerror if
31022         __strerror_r fails.
31023
31024         * lib/path-concat.c (mempcpy): Don't define if a system header defines
31025         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
31026         (longest_relative_suffix): New function.
31027         (path_concat): Use it.  Assume first argument is not NULL.
31028         Port to DOS.  Omit redundant separators.
31029         Report an error instead of returning NULL.
31030         Use mempcpy instead of memcpy.
31031         (xpath_concat): Remove: not declared or used.
31032
31033         * lib/same.h: Include <stdbool.h>
31034         (same_name): Return bool, not int.
31035         * lib/same.c (same_name): Likewise.
31036         (errno): Don't declare; we assume C89 or better now.
31037
31038         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
31039         if not already defined.
31040
31041         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
31042         * lib/dup-safer.c (errno): Likewise.
31043
31044 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
31045
31046         Merge from coreutils.
31047         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
31048         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
31049         * modules/path-concat: Don't depend on strdup.
31050
31051 2004-08-03  Simon Josefsson  <jas@extundo.com>
31052
31053         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
31054         * lib/progname.h: Don't include stdbool.h.
31055
31056 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31057
31058         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
31059         * MODULES.html.sh (func_all_modules): Remove fatal.
31060
31061 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31062
31063         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
31064
31065 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31066
31067         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
31068         working.
31069
31070 2004-08-02  Simon Josefsson  <jas@extundo.com>
31071
31072         * lib/getsubopt.h: New file, with comments from Bruno Haible.
31073         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
31074         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
31075
31076 2004-08-01  Simon Josefsson  <jas@extundo.com>
31077
31078         * lib/xgetdomainname.c: Include stdlib.h, for free().
31079
31080 2004-07-19  Bruno Haible  <bruno@clisp.org>
31081
31082         * MODULES.html.sh (func_all_modules): Add dummy.
31083
31084 2004-07-16  Simon Josefsson  <jas@extundo.com>
31085
31086         * modules/dummy: New file.
31087
31088 2004-07-16  Simon Josefsson  <jas@extundo.com>
31089
31090         * lib/dummy.c: New file.
31091
31092 2004-07-16  Bruno Haible  <bruno@clisp.org>
31093
31094         * lib/backupfile.h: Add extern "C" for C++.
31095         * lib/closeout.h: Likewise.
31096         * lib/copy-file.h: Likewise.
31097         * lib/findprog.h: Likewise.
31098         * lib/full-write.h: Likewise.
31099         * lib/pathname.h: Likewise.
31100         * lib/progname.h: Likewise.
31101         * lib/stpcpy.h: Likewise.
31102         * lib/stpncpy.h: Likewise.
31103         * lib/strcase.h: Likewise.
31104         * lib/strstr.h: Likewise.
31105         * lib/xalloc.h: Likewise.
31106
31107         * lib/mbswidth.h: Add extern "C" for C++.
31108         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
31109
31110 2004-07-13  Robert Millan  <robertmh@gnu.org>
31111
31112         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
31113
31114 2004-07-09  Simon Josefsson  <jas@extundo.com>
31115
31116         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
31117         failed without this.)
31118
31119 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31120
31121         * modules/chown (Files): Add lib/fchown-stub.c, since
31122         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
31123
31124 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31125
31126         * lib/fchown-stub.c: New file.
31127
31128 2004-06-24  Jim Meyering  <jim@meyering.net>
31129
31130         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
31131
31132 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31133
31134         * modules/argz: Omit "#include".
31135
31136         * MODULES.html.sh (func_all_modules): Add calloc, to match
31137         2004-06-01 addition of calloc module.
31138
31139 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31140
31141         * m4/argz.m4: New file, which is autoupdated from libtool.
31142
31143 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31144
31145         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
31146         libtool.
31147
31148 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31149
31150         * config/srclist-update: Don't insist on "USA." before the
31151         close-comment, as libtool omits the period and puts the */ on a
31152         separate line.
31153         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
31154         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
31155
31156 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
31157
31158         * modules/argz: New file.
31159         * MODULES.html.sh (func_all_modules): Add argz.
31160
31161 2004-06-12  Jim Meyering  <jim@meyering.net>
31162         and  Paul Eggert  <eggert@cs.ucla.edu>
31163
31164         * modules/hash (Files): Add lib/xalloc.h.
31165         * modules/pipe (Depends-on): Add wait-process.
31166         * modules/stat (Depends-on): Add xalloc.
31167         * modules/userspec (Files): Add lib/userspec.h.
31168         * modules/xstrto
31169
31170         Upgrade from gettext-0.13.
31171         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
31172         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
31173         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
31174
31175 2004-06-10  Jim Meyering  <jim@meyering.net>
31176
31177         * lib/calloc.c: New file.
31178
31179 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
31180
31181         * lib/getdate.y (yylex): Allow space between sign and number.
31182         Problem reported by Dan Jacobson.
31183
31184 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
31185
31186         Merge from coreutils CVS.
31187
31188         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
31189         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
31190         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
31191         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
31192         xstrtol.m4: Fix copyright date and/or serial number.
31193
31194         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
31195         See if we need an fchown replacement.
31196         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
31197         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
31198         and use the replacement function if we detect either defect.
31199
31200         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
31201         gl_UTIMECMP.
31202
31203 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
31204         and  Jim Meyering  <jim@meyering.net>
31205
31206         Merge from coreutils CVS.
31207
31208         * lib/stat-macros.h: New file, with contents from file-type.h
31209         and coreutils' system.h.
31210         * lib/file-type.c: Include "stat-macros.h".
31211         * lib/file-type.h (file_type): Move all macro definitions to new file,
31212         stat-macros.h.
31213
31214         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
31215         Wrap old code with this conditional.
31216         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
31217         function that does not dereference symlinks.
31218         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
31219
31220         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
31221         dependency problems.
31222         (xreadlink): Accept new arg SIZE, for efficiency.
31223         All decls and uses changed.
31224         * lib/xreadlink.h: Include <stddef.h>, for size_t.
31225
31226         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
31227         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
31228
31229         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
31230         sysexits.h.
31231
31232 2004-06-01  Jim Meyering  <jim@meyering.net>
31233
31234         * m4/calloc.m4: New file.
31235
31236 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
31237
31238         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
31239         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
31240         Also, fix a typo in a diagnostic.
31241
31242 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
31243
31244         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
31245         or AC_FUNC_REALLOC.
31246
31247 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
31248
31249         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
31250         macros to be defined.
31251         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
31252         the allocator returns NULL because the requested size is zero.
31253
31254 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31255
31256         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
31257         var.  Add comment explaining why libc still defines it.  This
31258         merges the following patch from glibc:
31259         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
31260
31261 2004-05-20  Andreas Schwab  <schwab@suse.de>
31262
31263         * m4/free.m4: Replace free if it not known to work, not the other
31264         way round.
31265
31266 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
31267
31268         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
31269         present in glibc since revision 1.1 of this file.
31270         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
31271         obstack_alignment_mask, obstack_alloc, obstack_base,
31272         obstack_blank, obstack_blank_fast, obstack_chunk_size,
31273         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
31274         obstack_grow0, obstack_init, obstack_int_grow,
31275         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
31276         obstack_next_free, obstack_object_size, obstack_ptr_grow,
31277         obstack_ptr_grow_fast, obstack_room): Remove declarations of
31278         nonexistent functions.
31279
31280 2004-05-18  Karl Berry  <karl@gnu.org>
31281
31282         * config/srclist.txt: break link for vasnprintf.c.
31283
31284 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
31285
31286         Port obstack to the AS/400, where pointers are 16 bytes wide and
31287         you cannot cast an integer to a valid pointer.  This patch is
31288         currently waiting to be integrated into glibc; see
31289         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
31290
31291         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
31292         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
31293         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
31294         (struct obstack): temp member is now a union of a pointer and
31295         an integer, instead of an integer.  All integer uses changed.
31296         This does not affect the physical layout of struct obstack,
31297         except on hosts (like the AS/400) where the size or alignment of
31298         void * is greater than that of ptrdiff_t.
31299         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
31300         __STDC__)]: Store temporary in pointer member of union, not
31301         integer member.
31302         * lib/obstack.c: Include <stddef.h>, for offsetof.
31303         (struct fooalign): Remove; it doesn't need a name.
31304         (union fooround): Change double to long double, and add void *.
31305         (DEFAULT_ALIGNMENT): Use offsetof to compute.
31306         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
31307         not a macro.  Hence the values are always int; so remove all
31308         casts-to-int in uses.
31309
31310 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
31311
31312         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
31313         we can get this patch merged into glibc.
31314
31315 2004-05-17  Derek R. Price  <derek@ximbiot.com>
31316             Paul Eggert  <eggert@cs.ucla.edu>
31317
31318         * m4/argp: Depend on alloca.
31319
31320 2004-05-17  Derek R. Price  <derek@ximbiot.com>
31321             Paul Eggert  <eggert@cs.ucla.edu>
31322
31323         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
31324         freecoding.
31325
31326 2004-05-17  Bruno Haible  <bruno@clisp.org>
31327
31328         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
31329         precision that consists of a '.' followed by an empty digit string.
31330         Patch by Tor Lillqvist <tml@iki.fi>.
31331
31332 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
31333
31334         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
31335         for backward compatibility with older code.  We need our own
31336         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
31337         it under some other name, and our alloca.h will define it.
31338
31339 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
31340             Derek Price  <derek@ximbiot.com>
31341
31342         * lib/alloca.c: Include <alloca.h>, to get our interface.
31343         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
31344         include <alloca.h> first.  Use C89 prototype for alloca; this
31345         requires including <stddef.h> for size_t.  Use extern "C" if C++.
31346         Use #elif for simplicity, since we can assume C89 now.
31347         Don't try to source the system alloca.h since it will not be found
31348         and to prevent recursively including its replacement.
31349         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
31350         * lib/regex.c: Likewise.
31351
31352 2004-05-16  Derek Price  <derek@ximbiot.com>
31353             Paul Eggert  <eggert@cs.ucla.edu>
31354
31355         getline cleanup.  This changes the getndelim2 API: both order of
31356         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
31357         no delimiter).
31358
31359         * lib/getline.c: Don't include stddef.h or stdio.h, since our
31360         interface does that.
31361         (getline): Always use getdelim, so that we don't have two
31362         copies of this code.
31363         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
31364         if available.
31365         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
31366         (GETNDELIM2_MAXIMUM): New macro.
31367         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
31368         instead of the old practice of delim2==0.  All callers changed.
31369         Return -1 on overflow, instead of returning junk.
31370         Do not set *linesize unless allocation succeeds.
31371         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
31372         that we include sys/types.h.
31373         * lib/getnline.h: Likewise.
31374         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
31375         (getndelim2): Reorder arguments.
31376         * lib/getnline.c (getnline, getndelim):
31377         Don't discard the NMAX argument.
31378         (getnline): Invoke getndelim, to avoid code duplication.
31379         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
31380         of (size_t) -1 by callers of the getnline family.
31381
31382 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31383
31384         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
31385         Check for gettimeofday.
31386         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
31387         Check for settimeofday, stime.
31388
31389 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31390
31391         * lib/nanosleep.c (suspended): Change its type from int to
31392         sig_atomic_t volatile.
31393         (first_call): Make it private to rpl_nanosleep, and have it
31394         be zero initially as that's a bit faster.
31395         (my_usleep): Round up fractional times instead of truncating them,
31396         as this is the usual meaning for 'sleep'.
31397
31398         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
31399         doesn't work.
31400         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
31401         (ENOSYS): Define if not defined.
31402         (settime): Fall back on stime if it exists and settimeofday fails.
31403         But don't bother with fallbacks if a method fails with errno == EPERM.
31404
31405 2004-05-11  Jim Meyering  <jim@meyering.net>
31406
31407         Prior to this change, the save_cwd caller required read access to the
31408         current directory on most systems (ones with the fchdir function).
31409
31410         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
31411         fails, try write-only, and finally, resort to using xgetcwd.
31412
31413 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
31414
31415         * lib/obstack.c, obstack.h: Import changes from libc.
31416
31417 2004-04-28  Bruno Haible  <bruno@clisp.org>
31418
31419         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
31420         also implicitly appends .exe to executables.
31421         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
31422         accepts Windows pathnames.
31423         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
31424         Treat Cygwin like Windows, since it now accepts Windows pathnames.
31425         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
31426         Treat Cygwin like Windows, since it now accepts Windows pathnames.
31427         Reported by Derek Robert Price <derek@ximbiot.com>.
31428
31429 2004-04-21  Karl Berry  <karl@gnu.org>
31430
31431         * config/srclist.txt (localcharset.c): break sync.
31432
31433 2004-04-20  Paul Eggert  <eggert@twinsun.com>
31434
31435         * m4/host-os.m4: Add a copyright notice.
31436
31437 2004-04-20  Jim Meyering  <jim@meyering.net>
31438
31439         Change UTILS_ to gl_ in AC_DEFINE'd names.
31440         Change utils_- and jm_-prefixed variables, too.
31441         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
31442         UTILS_FUNC_MKDIR_TRAILING_SLASH.
31443         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
31444
31445         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
31446         Don't emit trailing blanks.
31447         Also rename jm_-prefixed variables to have gl_ prefix.
31448
31449         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
31450         Also rename jm_-prefixed variables to have gl_ prefix.
31451
31452         * m4/jm-macros.m4: Reflect the renamings.
31453         * m4/prereq.m4: Likewise.
31454
31455 2004-04-20  Jim Meyering  <jim@meyering.net>
31456
31457         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
31458         memory.
31459
31460 2004-04-20  Jim Meyering  <jim@meyering.net>
31461             Bruno Haible  <bruno@clisp.org>
31462
31463         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
31464         memory when realloc fails.
31465
31466 2004-04-19  Jim Meyering  <jim@meyering.net>
31467
31468         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
31469         now that readutmp.c may call `free (0)'.
31470
31471 2004-04-19  Bruno Haible  <bruno@clisp.org>
31472
31473         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
31474         * m4/inttypes_h.m4: Likewise.
31475         * m4/stdint_h.m4: Likewise.
31476         * m4/intmax_t.m4: Likewise.
31477         * m4/uintmax_t.m4: Likewise.
31478
31479 2004-04-18  Jim Meyering  <jim@meyering.net>
31480
31481         * m4/prereq.m4: Don't forbid jm_ prefix.
31482
31483         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
31484         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
31485         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
31486         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
31487         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
31488         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
31489         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
31490         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
31491         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
31492         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
31493         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
31494         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
31495         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
31496         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
31497         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
31498         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
31499         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
31500         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
31501         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
31502
31503 2004-04-18  Jim Meyering  <jim@meyering.net>
31504
31505         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
31506         failure, don't leak memory and do call END_UTMP_ENT.
31507
31508 2004-04-16  Jim Meyering  <jim@meyering.net>
31509
31510         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
31511         coreutils' stat program.
31512         (gl_PREREQ): Don't require jm_PREREQ_STAT.
31513
31514 2004-04-11  Paul Eggert  <eggert@twinsun.com>
31515
31516         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
31517         C89.
31518         (CHAR_BIT): Remove, since we assume C89.
31519         Include <stdint.h> if available, as per current Autoconf CVS advice.
31520
31521 2004-03-31  Jim Meyering  <jim@meyering.net>
31522
31523         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
31524         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
31525         * m4/xalloc.m4: Likewise.
31526
31527 2004-03-30  Paul Eggert  <eggert@twinsun.com>
31528
31529         Merge from coreutils.
31530
31531         * m4/inttostr.m4: New file.
31532         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
31533         Require AM_STDBOOL_H and gl_TIMESPEC instead.
31534         Require gl_CLOCK_TIME.
31535         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
31536
31537 2004-03-30  Paul Eggert  <eggert@twinsun.com>
31538
31539         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
31540         not bool, to be more consistent with Unix conventions.
31541         Suggested by Bruno Haible.
31542
31543         Merge from coreutils.
31544
31545         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
31546         * lib/umaxtostr.c: New files.
31547
31548         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
31549         the usual <time.h> dance.
31550         (get_date): Change signature to support fractional time stamps.
31551         All callers changed.
31552         * lib/getdate.y: Include "getdate.h" first, as we can now
31553         assume C89 and don't need to worry about 'const'.
31554         Similarly, include "unlocked-io.h" near start, not in middle.
31555         Include <limits.h>.
31556         (textint.value): Use long int rather than int.
31557         (textint.digits): Use size_t rather than int.
31558         (BILLION, LOG10_BILLION): New constants.
31559         (parser_control): New member rel_ns.  Members day_ordinal,
31560         time_zone, month, day, hour, minutes, rel_year, rel_month,
31561         rel_day, rel_hour, rel_minutes, rel_seconds
31562         are now long int, not int.  Member seconds is now struct timespec,
31563         not int.  New member timespec_seen.  Members dates_seen, days_seen,
31564         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
31565         not int.
31566         (%union.intval): Now long int, not int.
31567         New member timespec.
31568         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
31569         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
31570         (spec): Now is a timespec or an item list.
31571         (timespec, items): New nonterminals.
31572         (time, rel, relunit, number, get_date):
31573         Add support for fractional seconds.
31574         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
31575         (gmtime, localtime, mktime): Remove decls; not needed with C89.
31576         (to_hour): First arg is now long int, not int.
31577         (to_year): Returns long int, not int.
31578         Don't treat year -70 like 70.
31579         (tm_diff): Returns long int, not int.
31580         (lookup_word): Use bool instead of int when appropriate.
31581         (yylex): Use size_t for count, not int.
31582         Detect overflow when parsing large integer constants.
31583         Add support for fractions.
31584         (get_date): Make pointers 'const' if possible.
31585         Use more-portable code to detect integer overflow.
31586         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
31587         Don't use ctime; it's not reliable if the year has >4 digits.
31588
31589         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
31590         This is for compatibility with BSD.
31591
31592         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
31593         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
31594         From coreutils' system.h.
31595
31596         * lib/userspec.c: Don't include "posixver.h".
31597         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
31598         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
31599         compatible extension.  Simplify code by removing a boolean int
31600         that was always nonzero if a string was nonnull.
31601
31602 2004-03-30  Jim Meyering  <jim@meyering.net>
31603
31604         Merge from coreutils.
31605
31606         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
31607         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
31608         on some systems one must include <grp.h> before it.
31609         Reported by Christian Krackowizer.
31610
31611 2004-03-30  Jim Meyering  <jim@meyering.net>
31612
31613         Merge from coreutils.
31614
31615         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
31616
31617         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
31618         an empty input stream.
31619
31620         * lib/readtokens.c: Include <stdbool.h>.
31621         (readtoken): Use `size_t' rather than int/long.
31622         All callers adjusted.
31623         Use `bool' rather than `int' where appropriate.
31624         Use memset rather than an explicit loop.
31625         Use x2nrealloc rather than xrealloc.
31626         Allow the use of `\0' as a delimiter.
31627         (readtokens): Likewise.
31628         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
31629
31630 2004-03-30  Jim Meyering  <jim@meyering.net>
31631
31632         * m4/realloc.m4: Remove file, since now it does no more than
31633         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
31634         the `configure.ac' section of module/realloc.
31635         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
31636
31637 2004-03-30  Bruno Haible  <bruno@clisp.org>
31638
31639         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
31640         nonnull.
31641
31642 2004-03-29  Paul Eggert  <eggert@twinsun.com>
31643
31644         Merge changes to getloadavg.c from coreutils and Emacs.
31645
31646         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
31647         Define to an expression, not to the empty string.
31648         Include cloexec.h and xalloc.h.
31649         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
31650         Use set_cloexec_flag rather than rolling our own.
31651         * lib/cloexec.c, lib/cloexec.h: New files.
31652
31653 2004-03-29  Paul Eggert  <eggert@twinsun.com>
31654
31655         * m4/cloexec.m4: New file.
31656
31657 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31658
31659         * lib/getopt.h: Sync with libc CVS.
31660
31661 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31662             Bruno Haible  <bruno@clisp.org>
31663
31664         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
31665         mbswidth.
31666
31667 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31668             Bruno Haible  <bruno@clisp.org>
31669
31670         * lib/mbswidth.h: Include <wchar.h> only if
31671         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
31672         <wchar.h>.
31673         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
31674
31675 2004-03-09  Paul Eggert  <eggert@twinsun.com>
31676
31677         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
31678         Sync with libc CVS.
31679         * lib/getopt_int.h: New file, also synced from libc.
31680
31681 2004-03-09  Paul Eggert  <eggert@twinsun.com>
31682
31683         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
31684         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
31685         Bring back getopt.c, getopt.h, getopt1.c.
31686
31687 2004-03-07  Paul Eggert  <eggert@twinsun.com>
31688
31689         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
31690         All uses changed.  Check for sa_sigaction member; this fixes
31691         a bug first reported by Jason Andrade in
31692         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
31693
31694 2004-03-07  Paul Eggert  <eggert@twinsun.com>
31695
31696         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
31697         '#if' expressions.  Unlike the code it replaces, it does not
31698         depend on (defined _SC_PAGESIZE).  However, it does depend on
31699         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
31700         first reported by Jason Andrade in
31701         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
31702
31703 2004-02-25  Simon Josefsson  <jas@extundo.com>
31704
31705         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
31706
31707 2004-02-25  Simon Josefsson  <jas@extundo.com>
31708
31709         * lib/strdup.h: New file.
31710         * lib/strdup.c: Include it.
31711         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
31712         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
31713
31714 2004-02-23  Karl Berry  <karl@gnu.org>
31715
31716         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
31717         (from fencepost.gnu.org:/gd/gnuorg).
31718
31719 2004-02-23  Karl Berry  <karl@gnu.org>
31720
31721         * config/srclistvars.sh (GNUORG) [karl]: redefine.
31722         * config/srclist.txt: add maintain/standards documents.
31723
31724 2004-02-18  Bruno Haible  <bruno@clisp.org>
31725
31726         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
31727         Reported by Derek Robert Price <derek@ximbiot.com>.
31728
31729 2004-02-16  Karl Berry  <karl@gnu.org>
31730
31731         * config/mkinstalldirs, install-sh: update from automake.
31732
31733 2004-02-06  Karl Berry  <karl@gnu.org>
31734
31735         * m4/po.m4: update from gettext 0.14.1.
31736
31737 2004-02-06  Karl Berry  <karl@gnu.org>
31738
31739         * lib/config.charset: update from gettext 0.14.1.
31740
31741 2004-02-05  Paul Eggert  <eggert@twinsun.com>
31742
31743         Add comments and code, prompted by suggestions from Bruno Haible
31744         for sh-quote.
31745         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
31746         describing the enum quoting_style values.
31747         * lib/quotearg.c (quotearg_alloc): New function.
31748         (quotearg_buffer_restyled): Treat lone { and } as special.
31749         Treat = as special.  Work around bug with older shells
31750         that "see" a '\' that is really the 2nd byte of a multibyte char.
31751         Quote empty string with shell_quoting_style.
31752
31753 2004-02-03  Bruno Haible  <bruno@clisp.org>
31754
31755         * m4/pipe.m4: New file, from GNU gettext.
31756
31757 2004-02-03  Bruno Haible  <bruno@clisp.org>
31758
31759         * lib/pipe.h: New file, from GNU gettext.
31760         * lib/pipe.c: New file, from GNU gettext.
31761
31762 2004-01-27  Bruno Haible  <bruno@clisp.org>
31763
31764         * m4/execute.m4: New file, from GNU gettext.
31765
31766 2004-01-27  Bruno Haible  <bruno@clisp.org>
31767
31768         * lib/execute.h: New file, from GNU gettext.
31769         * lib/execute.c: New file, from GNU gettext.
31770         * lib/w32spawn.h: New file, from GNU gettext.
31771
31772 2004-01-24  Paul Eggert  <eggert@twinsun.com>
31773
31774         Merge from diffutils.
31775
31776         * lib/file-type.c (file_type): Add typed memory objects.
31777         * lib/file-type.h (S_TYPEISTMO): New macro.
31778
31779         * lib/c-stack.h (c_stack_action): Remove argv argument.
31780         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
31781         (die): Don't calculate message unless segv_action returns.
31782         (get_stack_location, min_address_from_argv, max_address_from_argv,
31783         volatile stack_base, volatile_stack_size): Remove.
31784         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
31785         that every segmentation violation is a stack overflow.  (Ouch!)
31786         See Debian bug 136249 (still outstanding) for more info about why
31787         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
31788
31789 2004-01-24  Paul Eggert  <eggert@twinsun.com>
31790
31791         Exit-status fix from coreutils.
31792
31793         Use exit_failure consistently in place of EXIT_FAILURE,
31794         so that program exit statuses are consistent on failure.
31795
31796         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
31797         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
31798         * lib/argmatch.h: Comment fix to match the above.
31799         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
31800         Now a macro referring to exit_failure, instead of a separate
31801         variable.  Include "exitfail.h" to get it.
31802         * lib/xstrtol.h: Include "exitfail.h".
31803         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
31804
31805         * lib/long-options.c (parse_long_options): Use prototype
31806         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
31807         for clarity.
31808
31809 2004-01-21  Jim Meyering  <jim@meyering.net>
31810
31811         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
31812         so as not to conflict with a different-sized __mktime_internal
31813         function in GNU libc.
31814         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
31815         Problem building statically-linked `ls' reported by Michael Brunnbauer.
31816
31817 2004-01-20  Karl Berry  <karl@gnu.org>
31818
31819         * config/config.guess: update from config.
31820
31821         * config/srclistvars.sh: GNUWWWLICENSES for karl.
31822
31823 2004-01-20  Bruno Haible  <bruno@clisp.org>
31824
31825         Safer stack allocation.
31826         * lib/setenv.c: Include allocsa.h.
31827         (alloca): Remove fallback definition.
31828         (freea): Remove macro.
31829         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
31830         instead of freea.
31831
31832 2004-01-20  Bruno Haible  <bruno@clisp.org>
31833
31834         * m4/eealloc.m4: New file, from GNU gettext.
31835
31836 2004-01-20  Bruno Haible  <bruno@clisp.org>
31837
31838         * m4/allocsa.m4: New file, from GNU gettext.
31839
31840 2004-01-20  Bruno Haible  <bruno@clisp.org>
31841
31842         * lib/xallocsa.h: New file, from GNU gettext.
31843         * lib/xallocsa.c: New file, from GNU gettext.
31844
31845 2004-01-20  Bruno Haible  <bruno@clisp.org>
31846
31847         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
31848
31849 2004-01-20  Bruno Haible  <bruno@clisp.org>
31850
31851         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
31852         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
31853         specially.
31854
31855 2004-01-20  Bruno Haible  <bruno@clisp.org>
31856
31857         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
31858         patch.
31859
31860 2004-01-20  Bruno Haible  <bruno@clisp.org>
31861
31862         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
31863
31864 2004-01-20  Bruno Haible  <bruno@clisp.org>
31865
31866         * lib/eealloc.h: New file.
31867
31868 2004-01-20  Bruno Haible  <bruno@clisp.org>
31869
31870         * lib/binary-io.h: Avoid warnings on Cygwin.
31871
31872 2004-01-20  Bruno Haible  <bruno@clisp.org>
31873
31874         * lib/allocsa.h: New file, from GNU gettext.
31875         * lib/allocsa.c: New file, from GNU gettext.
31876
31877 2004-01-18  Karl Berry  <karl@gnu.org>
31878
31879         * doc/gpl.texi, doc/lgpl.texi: new files.
31880
31881 2004-01-18  Karl Berry  <karl@gnu.org>
31882
31883         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
31884         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
31885
31886 2004-01-15  Paul Eggert  <eggert@twinsun.com>
31887
31888         Merge from coreutils.
31889
31890         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
31891         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
31892         (gl_DEFAULT_POSIX2_VERSION): Move
31893         the documentation from 'configure' into 'config.hin',
31894         so that 'configure --help' isn't burdened by it and
31895         we don't have to worry about its formatting there.
31896         Reword the documentation so that it's more succinct
31897         and can be run together into a single paragraph.
31898         * m4/same.m4 (gl_SAME): Check for pathconf.
31899
31900 2004-01-15  Paul Eggert  <eggert@twinsun.com>
31901
31902         Merge from coreutils.
31903
31904         * lib/posixver.c: Include posixver.h.
31905
31906         * lib/same.c: Include <stdbool.h>, <limits.h>.
31907         (_POSIX_NAME_MAX): Define if not defined.
31908         (MIN): New macro.
31909         (same_name): If file names are silently truncated, report
31910         that the file names are the same if they are the same after
31911         the silent truncation.
31912
31913         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
31914         conversion function.
31915         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
31916         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
31917         longer needed.
31918
31919 2004-01-15  Jim Meyering  <jim@meyering.net>
31920
31921         Merge from coreutils.
31922
31923         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
31924         if no library is required.
31925         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
31926         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
31927         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
31928         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
31929         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
31930         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
31931         value, $ac_cv_search_crypt, if it's "none required".
31932         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
31933         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
31934         not gl_FUNC_GETLOADAVG.
31935         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
31936         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
31937
31938 2004-01-15  Jim Meyering  <jim@meyering.net>
31939
31940         Merge from coreutils.
31941
31942         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
31943         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
31944         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
31945
31946         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
31947         optional configure-time default.
31948
31949         * lib/version-etc.c (version_etc_copyright): Update copyright date.
31950
31951         * lib/xreadlink.c (xreadlink): Correct outdated comment.
31952
31953 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
31954
31955         Merge from coreutils.
31956
31957         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
31958         value, $ac_cv_search_nanosleep, if it's "none required".
31959
31960 2004-01-14  Paul Eggert  <eggert@twinsun.com>
31961
31962         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
31963         with like-named macro in fnmatch.c.
31964         (EXT): Use an internal constant instead.
31965
31966         Merge fnmatch patches from glibc.
31967         * lib/fnmatch.c (mbsinit): Remove define.
31968         Add libc_hidden_ver (__fnmatch, fnmatch).
31969         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
31970         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
31971
31972 2004-01-14  Karl Berry  <karl@gnu.org>
31973
31974         * config/install-sh: update from automake.
31975
31976 2004-01-13  Karl Berry  <karl@gnu.org>
31977
31978         * config/install-sh: update from automake.
31979
31980 2004-01-09  Karl Berry  <karl@gnu.org>
31981
31982         * config/install-sh: update from automake.
31983
31984 2004-01-05  Karl Berry  <karl@gnu.org>
31985
31986         * config/config.{sub,guess}: update from config.
31987
31988 2003-12-31  Karl Berry  <karl@gnu.org>
31989
31990         * config/depcomp: update from automake.
31991
31992 2003-12-14  Karl Berry  <karl@gnu.org>
31993
31994         * lib/config.charset: update from gettext-runtime.
31995
31996 2003-12-03  Paul Eggert  <eggert@twinsun.com>
31997
31998         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
31999         Bug reported by Alfred M. Szmidt.
32000
32001 2003-12-03  Bruno Haible  <bruno@clisp.org>
32002
32003         * m4/gettext.m4: Upgrade from gettext-0.13.
32004         * m4/po.m4: Upgrade from gettext-0.13.
32005         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
32006         * m4/intmax.m4: New file, from gettext-0.13.
32007         * m4/printf-posix.m4: New file, from gettext-0.13.
32008
32009 2003-11-29  Karl Berry  <karl@gnu.org>
32010
32011         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
32012
32013 2003-11-25  Paul Eggert  <eggert@twinsun.com>
32014             Bruno Haible  <bruno@clisp.org>
32015
32016         * lib/printf-parse.h: Don't include sys/types.h.
32017         (ARG_NONE): New macro.
32018         (char_directive): Change type of *arg_index fields to size_t.
32019         * lib/printf-parse.c: Don't include sys/types.h.
32020         (SSIZE_MAX): Remove macro.
32021         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
32022         Remove unnecessary overflow check.
32023         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
32024         fields.
32025
32026 2003-11-25  Bruno Haible  <bruno@clisp.org>
32027
32028         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
32029
32030 2003-11-25  Bruno Haible  <bruno@clisp.org>
32031
32032         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
32033         gt_TYPE_SSIZE_T.
32034
32035 2003-11-24  Paul Eggert  <eggert@twinsun.com>
32036
32037         * modules/alloca: Remove dependency on xalloc.
32038
32039 2003-11-24  Paul Eggert  <eggert@twinsun.com>
32040
32041         * lib/alloca.c: Remove dependency on xalloc module.
32042         (xalloc_die): Remove.
32043         (memory_full) [!defined emacs]: New macro.
32044         [!defined emacs]: Don't include xalloc.h.
32045         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
32046         address arithmetic overflows.  Change datatypes a bit to avoid
32047         unnecessary casts.
32048
32049 2003-11-22  Jim Meyering  <jim@meyering.net>
32050
32051         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
32052         s/size/size_t/.
32053
32054 2003-11-21  Karl Berry  <karl@gnu.org>
32055
32056         * config/config.{sub,guess}: update from config.
32057
32058 2003-11-18  Karl Berry  <karl@gnu.org>
32059
32060         * config/config.{sub,guess}: update from config.
32061
32062         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
32063
32064 2003-11-17  Paul Eggert  <eggert@twinsun.com>
32065
32066         * README: Mention that S+T cannot overflow if S is the size of
32067         an existing object and T is sufficiently small.
32068
32069 2003-11-17  Jim Meyering  <jim@meyering.net>
32070
32071         On systems without utime and without a utimes function capable of
32072         dealing with a NULL struct utimbuf* argument, this utime replacement
32073         could -- in unusual circumstances -- leak a file descriptor.
32074         * lib/utime.c: Include <unistd.h> and <errno.h>.
32075         (utime_null): Be sure to close `fd' and to preserve errno.
32076         Reported by Geoff Collyer via Arnold Robbins.
32077
32078 2003-11-17  Bruno Haible  <bruno@clisp.org>
32079
32080         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
32081         (Depends-on): Add xsize.
32082
32083 2003-11-17  Bruno Haible  <bruno@clisp.org>
32084
32085         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
32086
32087 2003-11-17  Bruno Haible  <bruno@clisp.org>
32088
32089         * lib/vasnprintf.c (alloca): Remove fallback definition.
32090         (freea): Remove definition.
32091         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
32092         Reported by Paul Eggert.
32093
32094 2003-11-16  Paul Eggert  <eggert@twinsun.com>
32095             Bruno Haible  <bruno@clisp.org>
32096
32097         Protect against address arithmetic overflow.
32098         * lib/printf-args.h: Include stddef.h.
32099         (arguments): Change type of field 'count' to size_t.
32100         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
32101         'unsigned int' where appropriate.
32102         * lib/printf-parse.h: Include sys/types.h.
32103         (char_directive): Change type of *arg_index fields to ssize_t.
32104         (char_directives): Change type of fields 'count', max_*_length to
32105         size_t.
32106         * lib/printf-parse.c: Include sys/types.h and xsize.h.
32107         (SSIZE_MAX): Define fallback value.
32108         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
32109         instead of 'int' where appropriate. Check a_allocated, d_allocated
32110         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
32111         * lib/vasnprintf.c: Include xsize.h.
32112         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
32113         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
32114         overflow. Avoid wraparound when converting a width or precision from
32115         decimal to binary.
32116
32117 2003-11-16  Bruno Haible  <bruno@clisp.org>
32118
32119         Update from GNU gettext.
32120         * lib/printf-parse.c: Generalize to it can be compiled for wide
32121         strings.
32122         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
32123         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
32124         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
32125         SNPRINTF): New macros.
32126         Don't include <alloca.h> if the file is used inside libintl.
32127         (local_wcslen): New function, for Solaris 2.5.1.
32128         (VASNPRINTF): Use it instead of wcslen.
32129
32130 2003-11-16  Bruno Haible  <bruno@clisp.org>
32131
32132         * lib/xsize.h (xmax): New function.
32133         (xsum, xsum3, xsum4): Declare as "pure" functions.
32134
32135 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32136
32137         * modules/xalloc (Files): Undo latest change, since xalloc.h
32138         no longer needs SIZE_MAX or PTRDIFF_MAX.
32139
32140 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32141
32142         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
32143         gl_PTRDIFF_MAX.
32144
32145 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32146
32147         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
32148         "return", to pacify some unknown compiler.  Problem reported
32149         by Joerg Schilling.
32150
32151 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32152
32153         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
32154         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
32155         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
32156         heuristic is just as accurate as far as we know, and it removes a
32157         dependency on size_max.m4 and ptrdiff_max.m4.
32158
32159 2003-11-11  Bruno Haible  <bruno@clisp.org>
32160
32161         * modules/xsize (Files): Add m4/size_max.m4.
32162         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
32163
32164 2003-11-11  Bruno Haible  <bruno@clisp.org>
32165
32166         * m4/size_max.m4: New file.
32167         * m4/ptrdiff_max.m4: New file.
32168         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
32169         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
32170         (gl_XALLOC): Invoke it.
32171
32172 2003-11-11  Bruno Haible  <bruno@clisp.org>
32173
32174         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
32175         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
32176         defined.
32177
32178 2003-11-10  Paul Eggert  <eggert@twinsun.com>
32179
32180         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
32181         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
32182         rejected some allocations of exactly SIZE_MAX - 2 bytes.
32183         From Bruno Haible.
32184         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
32185         not (size_t) -1, since it's defined here.
32186
32187 2003-11-09  Karl Berry  <karl@gnu.org>
32188
32189         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
32190
32191 2003-11-06  Paul Eggert  <eggert@twinsun.com>
32192
32193         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
32194         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
32195         Reject sizes of exactly SIZE_MAX bytes.
32196         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
32197         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
32198
32199 2003-11-05  Bruno Haible  <bruno@clisp.org>
32200
32201         * lib/xsize.h: Include limits.h, to avoid a possible collision with
32202         SIZE_MAX defined in <limits.h> on Solaris.
32203
32204 2003-11-04  Jim Meyering  <jim@meyering.net>
32205
32206         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
32207         variable names, rather than @VAR@.
32208         * modules/poll: Likewise.
32209
32210 2003-11-04  Bruno Haible  <bruno@clisp.org>
32211
32212         * modules/xsize: New file.
32213         * modules/linebreak: Depend on xsize.
32214         * MODULES.html.sh (func_all_modules): Add xsize.
32215
32216 2003-11-04  Bruno Haible  <bruno@clisp.org>
32217
32218         * m4/xsize.m4: New file.
32219
32220 2003-11-04  Bruno Haible  <bruno@clisp.org>
32221
32222         * lib/xsize.h: New file.
32223         * lib/linebreak.c: Include xsize.h.
32224         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
32225         argument for overflow.
32226         Suggested by Paul Eggert.
32227
32228 2003-11-03  Karl Berry  <karl@gnu.org>
32229
32230         * config/config.{guess,sub}: update from config.
32231
32232 2003-11-03  Jim Meyering  <jim@meyering.net>
32233
32234         * modules/userspec (lib_SOURCES): Add userspec.h.
32235         (Include): Add "userspec.h".
32236         Improve description.
32237
32238 2003-11-03  Jim Meyering  <jim@meyering.net>
32239
32240         * lib/userspec.c: Include "userspec.h".
32241         * lib/userspec.h: New file.
32242
32243 2003-11-03  Bruno Haible  <bruno@clisp.org>
32244
32245         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
32246
32247 2003-11-03  Bruno Haible  <bruno@clisp.org>
32248
32249         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
32250         available, to avoid (extremely rare) race condition.
32251         Suggested by Paul Eggert.
32252
32253 2003-11-02  Karl Berry  <karl@gnu.org>
32254
32255         * config/srclist.txt (vasprintf.c): sync broken, sigh.
32256
32257 2003-10-31  Paul Eggert  <eggert@twinsun.com>
32258
32259         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
32260         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
32261         (read_filesystem_list): Set and use me_type_malloced.
32262         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
32263         whatever the type happens to be), for brevity and consistency.
32264         Check for size calculation overflow on Alphas running OSF/1.
32265
32266 2003-10-31  Jim Meyering  <jim@meyering.net>
32267
32268         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
32269
32270         * lib/linebuffer.c: Include <string.h> for declaration of memset.
32271
32272 2003-10-30  Paul Eggert  <eggert@twinsun.com>
32273             Bruno Haible  <bruno@clisp.org>
32274
32275         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
32276         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
32277
32278 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32279
32280         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
32281         netbsd*-gnu*.  Suggested by Robert Millan.
32282
32283 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32284
32285         * modules/group-member: Depend on stdbool.
32286
32287 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32288
32289         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
32290
32291 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32292
32293         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
32294         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
32295         after the 'gnu' in these cases.  This fixes some bugs in the
32296         previous change, and is based on suggestions by Robert Millan.
32297
32298 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32299
32300         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
32301         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
32302         no longer needed.
32303         * lib/quotearg.c (quotearg_n_options): Use it.
32304         * lib/group-member.c: Include <stdbool.h>.
32305         (free_group_info): Arg is now const *; don't free arg.
32306         (get_group_info): Now returns bool and accepts struct group_info *,
32307         rather than returning a malloc'ed struct group_info *.
32308         All uses changed.  Check for overflow in internal size calculation.
32309
32310         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
32311         rather than xmalloc/xrealloc.
32312         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
32313         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
32314         conformance bug: the old code used a pointer after freeing the
32315         storage that it addressed.
32316         * lib/hash.c (hash_initialize): Simplify the code by using
32317         xalloc_oversized rather than doing it by hand.
32318         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
32319         the buffer preserved.  Use free and xmalloc instead.
32320         * lib/quotearg.c (quotearg_n_options): Likewise.
32321         Use a simpler test for size overflow.  Don't use xalloc_oversized
32322         because unsigned int might be wider than size_t (!); this suggests
32323         that we should switch from unsigned int to size_t for slot numbers.
32324
32325 2003-10-28  Paul Eggert  <eggert@twinsun.com>
32326
32327         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
32328         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
32329         NetBSD kernels.  Requested by Richard Stallman.
32330
32331 2003-10-27  Paul Eggert  <eggert@twinsun.com>
32332
32333         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
32334         to allocate the returned structure.  Do not allocate a subarray,
32335         as x2nrealloc will do that.
32336         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
32337         instead of xnrealloc.
32338         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
32339
32340 2003-10-27  Bruno Haible  <bruno@clisp.org>
32341
32342         * lib/stdbool_.h: Better support for BeOS.
32343
32344 2003-10-26  Paul Eggert  <eggert@twinsun.com>
32345
32346         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
32347         now uses inline.
32348
32349 2003-10-26  Paul Eggert  <eggert@twinsun.com>
32350
32351         * lib/xalloc.h (xalloc_oversized): New static inline function, for
32352         callers that want to do their own size-overflow checking.  Include
32353         <stdbool.h>, since xalloc_oversized returns bool.
32354         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
32355         to use xalloc_oversized.
32356
32357         Add two functions x2realloc, x2nrealloc, for programs that grow
32358         arrays dynamically by doubling their sizes.
32359         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
32360         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
32361         New functions.
32362
32363         Port to C99 semantics for 'inline' of external functions.
32364         Bug reported by Bruno Haible.
32365         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
32366         with the old contents of xnmalloc.
32367         (xnmalloc, xmalloc): Use it.
32368         (xnrealloc_inline): New static inline function,
32369         with the old contents of xnrealloc.
32370         (xnrealloc, xrealloc): Use it.
32371
32372         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
32373         that.
32374
32375 2003-10-26  Karl Berry  <karl@gnu.org>
32376
32377         * config/srclist.txt (COPYING.DOC): no longer available from
32378         /gd/gnuorg; don't know where the ultimate source is.
32379
32380 2003-10-25  Paul Eggert  <eggert@twinsun.com>
32381
32382         Fix several address-calculation bugs in the hash modules,
32383         plus some minor code cleanup.
32384
32385         * lib/hash.h: Include <stdbool.h>, for bool.
32386         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
32387         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
32388         hash_get_n_entries, hash_get_max_bucket_length,
32389         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
32390         hash_rehash): Use size_t rather than unsigned.
32391         * lib/hash.c (struct hash_table, hash_get_n_buckets,
32392         hash_get_n_buckets_used, hash_get_n_entries,
32393         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
32394         hash_get_entries, hash_do_for_each, hash_string, is_prime,
32395         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
32396         Likewise.
32397         (SIZE_MAX): Define if not defined.
32398         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
32399         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
32400         hash_print):
32401         Use const * when possible.
32402         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
32403         (check_tuning): Fix bug: if tuning parameters were very close to
32404         0 or 1, rounding errors could have caused subscript violations.
32405         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
32406         (hash_initialize): Add 'fail:' label
32407         to free table and return NULL, and use it to simplify code.
32408         Use calloc rather than clearing the storage ourself.
32409         (hash_initialize, hash_rehash): Check for arithmetic overflow in
32410         buffer size calculations.
32411         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
32412         Include <stddef.h>, for size_t.
32413         * lib/hash-pjw.c (hash_pjw): Likewise.
32414         Switch to method described by Bruno Haible.
32415         Include <limits.h>, for CHAR_BIT.
32416         (SIZE_BITS): New macro.
32417
32418 2003-10-23  Paul Eggert  <eggert@twinsun.com>
32419
32420         * m4/getline.m4 (AM_FUNC_GETLINE):
32421         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
32422         hosts.  Problem reported by Derek Robert Price in
32423         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
32424         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
32425         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
32426
32427 2003-10-21  Paul Eggert  <eggert@twinsun.com>
32428
32429         * lib/getndelim2.c (getndelim2): When size calculation overflows,
32430         ceiling the allocation at NMAX bytes rather than silently
32431         discarding input bytes before NMAX is reached.  This makes
32432         a difference only if NMAX exceeds SIZE_MAX / 2.
32433
32434         * lib/obstack.c: Merge from glibc.
32435         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
32436         Add libc_hidden_def (_obstack_newchunk).
32437         (_obstack_free) [! defined _LIBC]: Remove.
32438         [defined _LIBC]: Make a strong alias from obstack_free, rather than
32439         a clone of the function body.
32440         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
32441         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
32442
32443         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
32444         glibc.
32445         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
32446         arg to memcpy.
32447
32448         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
32449         (obstack_ptr_grow_fast, obstack_int_grow_fast):
32450         Don't use lvalue casts, as GCC plans to remove support for them
32451         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
32452         was also present in the non-GCC version, indicating that this
32453         code had always been buggy and had never been widely used.
32454         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
32455         Use the fast variant of each macro, rather than copying the
32456         definiens of the fast variant; that way, we'll be more likely to
32457         catch future bugs in the fast variants.
32458
32459 2003-10-20  Bruno Haible  <bruno@clisp.org>
32460
32461         * modules/wait-process: New file.
32462         * MODULES.html.sh (func_all_modules): Add wait-process.
32463
32464 2003-10-20  Bruno Haible  <bruno@clisp.org>
32465
32466         * m4/wait-process.m4: New file.
32467
32468 2003-10-20  Bruno Haible  <bruno@clisp.org>
32469
32470         * lib/wait-process.h: New file, from GNU gettext.
32471         * lib/wait-process.c: New file, from GNU gettext.
32472
32473 2003-10-19  Jim Meyering  <jim@meyering.net>
32474
32475         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
32476         HPUX 10.20.
32477
32478 2003-10-18  Karl Berry  <karl@gnu.org>
32479
32480         * config/config.guess: update from config.
32481
32482 2003-10-16  Paul Eggert  <eggert@twinsun.com>
32483
32484         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
32485         (getgroups): First arg is int, not size_t.
32486         Don't let 'free' mangle errno.
32487
32488 2003-10-16  Paul Eggert  <eggert@twinsun.com>
32489
32490         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
32491
32492 2003-10-16  Karl Berry  <karl@gnu.org>
32493
32494         * config/config.{guess,sub}: update from config.
32495
32496 2003-10-16  Jim Meyering  <jim@meyering.net>
32497
32498         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
32499         memcpy.
32500
32501 2003-10-15  Paul Eggert  <eggert@twinsun.com>
32502
32503         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
32504         (SIZE_MAX): Remove.
32505         (new_exclude, add_exclude_file): Initial size no longer needs to
32506         be a power of 2.
32507         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
32508         our own address arithmetic overflow checking.
32509
32510         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
32511         (fnmatch): Do not alloca more than 2000 wide characters;
32512         instead, use malloc for large buffers.
32513         Check for address arithmetic overflow, and return -1
32514         with errno set to ENOMEM in that case.
32515         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
32516         (NEW_PATTERN): Do not alloca more than 8000 bytes;
32517         instead, return -1.  Check for address arithmetic overflow.
32518
32519 2003-10-14  Paul Eggert  <eggert@twinsun.com>
32520
32521         Handle invalid suffixes and overflow independently, so that
32522         callers can treat them independently as needed.  Fix some bugs in
32523         suffix handling, e.g., "100k@" was not diagnosed as an invalid
32524         suffix for a human-readable blocksize.  The major caller-visible
32525         change is the addition of a new
32526         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
32527         that both overflow and suffix chars were found.
32528
32529         * lib/human.c (humblock): Don't check separately for invalid suffix
32530         char; that is xstrtoumax's job (now that its bug is fixed).
32531         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
32532         INTMAX_MAX]: New macros.
32533         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
32534         TYPE_MAXIMUM): New macros.
32535         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
32536         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
32537         if overflow occurs, as it's what __strtol does and it's more useful
32538         in practice.
32539         (__xstrtol): If __strtol reports some error other than ERANGE,
32540         reflect it to the caller as LONGINT_INVALID.  If it reports
32541         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
32542         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
32543         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
32544         value.
32545         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
32546         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
32547         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
32548         [defined UINTMAX_MAX]: New macros.
32549
32550 2003-10-14  Bruno Haible  <bruno@clisp.org>
32551
32552         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
32553
32554 2003-10-14  Bruno Haible  <bruno@clisp.org>
32555
32556         * m4/sig_atomic_t: New file, from GNU gettext.
32557         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
32558
32559 2003-10-14  Bruno Haible  <bruno@clisp.org>
32560
32561         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
32562         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
32563         Also use volatile where needed.
32564
32565 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32566
32567         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
32568         Change maintainer from Bruno Haible to 'all'.
32569
32570 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32571
32572         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
32573
32574 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32575
32576         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
32577         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
32578         and define in terms of the other primitives.
32579         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
32580         (SIZE_MAX): Define if not already defined.
32581         (array_size_overflow): New function.
32582         (xalloc_die): Abort instead of exiting if 'error' returns.
32583         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
32584         (xmalloc, xrealloc): Use them.
32585         (xcalloc): Check for address arithmetic overflow.
32586         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
32587         a bit faster than strcpy.
32588
32589 2003-10-10  Simon Josefsson  <jas@extundo.com>
32590
32591         * modules/argp (Depends-on): Add restrict and strcase.
32592
32593 2003-10-10  Simon Josefsson  <jas@extundo.com>
32594
32595         * m4/argp.m4: Add AC_C_INLINE.
32596
32597 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32598
32599         Merge getpass from libc, plus a few fixes.
32600
32601         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
32602         Include <stdbool.h>.
32603         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
32604         __fsetlocking to empty.
32605         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
32606         do include <bits/libc-lock.h>.
32607         Do not include <fcntl.h>; not needed.
32608         [_LIBC]: Include <wchar.h>.
32609         (NOTCANCEL_MODE): New macro.
32610         (flockfile, funlockfile) [_LIBC]: New macros.
32611         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
32612         [!_LIBC]: New macros.
32613         (call_fclose): New function.
32614         (getpass): Use it.  Save tty stream separately; this simplifies the
32615         code and makes it more reliable if stdin happens to equal stdout.
32616         Invoke __fsetlocking on tty.
32617         Handle thread cancellation if needed.
32618         Namespace cleanup (use __tcgetattr, __getline).
32619         Use bool for Booleans.
32620         [USE_IN_LIBIO]: Handle wide streams.
32621         [!_LIBC]: Unconditionally do the fseek, since we don't know what
32622         stream might go where.
32623
32624         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
32625         doesn't have to include <stdio.h> before us.
32626         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
32627         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
32628         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
32629         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
32630         if not declared, so that we can use getpass.c code from libc without
32631         rewriting it.
32632         (flockfile, ftrylockfile, funlockfile): New macros.
32633
32634 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32635
32636         * modules/getpass: Depend on stdbool.
32637
32638 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32639
32640         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
32641
32642 2003-10-07  Karl Berry  <karl@gnu.org>
32643
32644         * config/config.{guess,sub}: update from config.
32645
32646 2003-10-06  Jim Meyering  <jim@meyering.net>
32647             Bruno Haible  <bruno@clisp.org>
32648
32649         This lets translators provide better translations for the
32650         "Written by ..." part of --version output.
32651         * lib/version-etc.h: Include stdarg.h.
32652         (version_etc_copyright): Declare as readonly.
32653         (version_etc): Make this function variadic with a NULL-terminated list
32654         of author name strings.
32655         (version_etc_va): New declaration.
32656         * lib/version-etc.c: Include stdarg.h, stdlib.h.
32657         (version_etc_copyright): Declare as readonly.
32658         (version_etc_va): New function. Provide a different translatable string
32659         for each possible number of authors < 10. Abbreviate when there are 10
32660         authors or more.
32661         (version_etc): Make this function variadic. Call version_etc_va.
32662         Suggestion from Gary V. Vaughan.
32663
32664         * lib/long-options.h (parse_long_options): Change prototype: the
32665         authors string is moved to the end and becomes variadic.
32666         * lib/long-options.c: Include stdarg.h.
32667         (parse_long_options): Make this function variadic, too.
32668         Call version_etc_va, not version_etc.
32669
32670 2003-10-06  Bruno Haible  <bruno@clisp.org>
32671
32672         * modules/version-etc-2: Remove file.
32673         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
32674
32675 2003-10-06  Bruno Haible  <bruno@clisp.org>
32676
32677         * modules/fatal-signal: New file.
32678         * MODULES.html.sh (func_all_modules): Add fatal-signal.
32679
32680 2003-10-06  Bruno Haible  <bruno@clisp.org>
32681
32682         * m4/fatal-signal.m4: New file.
32683         * m4/signalblocking.m4: New file, from GNU gettext.
32684
32685 2003-10-06  Bruno Haible  <bruno@clisp.org>
32686
32687         * lib/version-etc-2.h: Remove file.
32688         * lib/version-etc-2.c: Remove file.
32689
32690 2003-10-06  Bruno Haible  <bruno@clisp.org>
32691
32692         * lib/fatal-signal.h: New file, from GNU gettext.
32693         * lib/fatal-signal.c: New file, from GNU gettext.
32694
32695 2003-10-05  Paul Eggert  <eggert@twinsun.com>
32696
32697         * README: Rework advice for preventing empty .o files.
32698         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
32699         not <sys/types.h>.
32700
32701 2003-10-04  Karl Berry  <karl@gnu.org>
32702
32703         * lib/argp*: update from libc.
32704
32705 2003-10-04  Karl Berry  <karl@gnu.org>
32706
32707         * config/config.{guess,sub}: update from config.
32708
32709 2003-10-02  Bruno Haible  <bruno@clisp.org>
32710
32711         * modules/lchown (Include): Add lchown.h.
32712         * modules/time_r (Include): Use "..." syntax.
32713         * modules/xgetdomainname (Include): Add xgetdomainname.h.
32714
32715 2003-10-01  Simon Josefsson  <jas@extundo.com>
32716
32717         * MODULES.html.sh (func_all_modules): Move gethostname from section
32718         'based on' to section 'lacking' POSIX:2001.
32719
32720 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
32721
32722         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
32723         to output mode on the same stream.
32724
32725 2003-09-29  Paul Eggert  <eggert@twinsun.com>
32726
32727         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
32728         Fix arg typo in previous patch.
32729
32730 2003-09-28  Jim Meyering  <jim@meyering.net>
32731
32732         * lib/error.c: Correct cpp indentation.
32733
32734 2003-09-27  Paul Eggert  <eggert@twinsun.com>
32735
32736         * modules/free: New file.
32737
32738 2003-09-27  Paul Eggert  <eggert@twinsun.com>
32739
32740         * m4/free.m4: New file.
32741
32742 2003-09-27  Paul Eggert  <eggert@twinsun.com>
32743
32744         * lib/minmax.h (MIN, MAX)
32745         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
32746         Omit the special code that used __typeof__, since we worry that
32747         it could be more trouble than it's worth.  See:
32748         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
32749         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
32750
32751         * lib/free.c: New file.
32752
32753 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
32754
32755         Trivial fixes to Makefile.am parts of module listings.
32756         * modules/strstr: Append strstr.h to lib_SOURCES.
32757         * modules/strcase: Likewise, for strcase.h.
32758
32759 2003-09-27  Karl Berry  <karl@gnu.org>
32760
32761         * config/mkinstalldirs: update from automake.
32762
32763 2003-09-26  Paul Eggert  <eggert@twinsun.com>
32764
32765         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
32766         (error_tail): Do not loop, reallocating temporary buffer, since
32767         the output cannot contain more wide characters than the input
32768         contains bytes, the size must be big enough already.  This avoids
32769         one potential size overflow calculation.  Check for size overflow
32770         when calculating temporary buffer size.  Free temporary buffer
32771         when done, if it was allocated with malloc; this plugs a memory
32772         leak.  Remove casts from void * to pointers, that are no longer
32773         needed now that we're assuming C89 or better.
32774
32775         Merge error changes from glibc.
32776
32777         * lib/error.c, error.h: Update copyright notice header to match glibc.
32778         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
32779         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
32780         Disable cancellation while printing error.
32781         * lib/error.h: Prepend __ to parameter names.
32782
32783 2003-09-26  Jim Meyering  <jim@meyering.net>
32784
32785         * lib/error.c (error_tail): Move some declarations
32786         into inner scope where the local variables are used.
32787
32788 2003-09-26  Bruno Haible  <bruno@clisp.org>
32789
32790         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
32791         stpncpy().
32792         Don't define stpncpy through config.h; it's now done through stpncpy.h.
32793
32794 2003-09-26  Bruno Haible  <bruno@clisp.org>
32795
32796         * lib/stpncpy.h (gnu_stpncpy): New declaration.
32797         (stpncpy): Define as alias for gnu_stpncpy.
32798         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
32799
32800 2003-09-25  Simon Josefsson  <jas@extundo.com>
32801
32802         * lib/xgetdomainname.h: New file.
32803         * lib/xgetdomainname.c: New file.
32804
32805 2003-09-25  Simon Josefsson  <jas@extundo.com>
32806             Bruno Haible  <bruno@clisp.org>
32807
32808         * modules/getdomainname: New file.
32809         * modules/xgetdomainname: New file.
32810         * MODULES.html.sh (func_all_modules): Add getdomainname,
32811         xgetdomainname.
32812
32813 2003-09-25  Simon Josefsson  <jas@extundo.com>
32814             Bruno Haible  <bruno@clisp.org>
32815
32816         * m4/getdomainname.m4: New file.
32817
32818 2003-09-25  Simon Josefsson  <jas@extundo.com>
32819             Bruno Haible  <bruno@clisp.org>
32820
32821         * lib/getdomainname.h: New file.
32822         * lib/getdomainname.c: New file.
32823
32824 2003-09-25  Karl Berry  <karl@gnu.org>
32825
32826         * lib/argp-fmtstream.c, argp-help.c: update from libc.
32827
32828 2003-09-25  Karl Berry  <karl@gnu.org>
32829
32830         * config/install-sh: update from automake.
32831
32832 2003-09-25  Bruno Haible  <bruno@clisp.org>
32833
32834         * modules/version-etc-2: New file, from modules/version-etc with
32835         modifications.
32836         * MODULES.html.sh (func_all_modules): Add version-etc-2.
32837
32838 2003-09-25  Bruno Haible  <bruno@clisp.org>
32839
32840         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
32841         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
32842
32843 2003-09-24  Simon Josefsson  <jas@extundo.com>
32844
32845         * modules/xgethostname: Add xgethostname.h.
32846
32847 2003-09-24  Paul Eggert  <eggert@twinsun.com>
32848
32849         * lib/linebuffer.c (freebuffer): Don't free the argument, just
32850         the buffer associated with the argument.  Bug reported by
32851         Simon Josefsson.
32852
32853 2003-09-24  Paul Eggert  <eggert@twinsun.com>
32854
32855         * README: Document assumptions that 'int' is at least 32 bits
32856         wide, that integer arithmetic is 2's complement without overflow,
32857         that there are no holes in integer values, that adding sizes of
32858         two nonoverlapping objects can't overflow, and that all-bits-zero
32859         yields scalar zero.  Fix spelling and capitalization typos.
32860
32861 2003-09-19  Karl Berry  <karl@gnu.org>
32862
32863         * lib/argp.h: update from libc.
32864
32865 2003-09-17  Paul Eggert  <eggert@twinsun.com>
32866
32867         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
32868         to avoid spurious warnings like "AC_RUN_IFELSE was called before
32869         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
32870
32871 2003-09-17  Paul Eggert  <eggert@twinsun.com>
32872
32873         * gnulib-tool: Use "test -h", not "test -L", for portability
32874         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
32875         (tags_regexp): Remove, since \| doesn't conform to POSIX.
32876         (sed_extract_prog): Issue s commands one-by-one, rather than
32877         using \| in one s command.
32878
32879 2003-09-16  Paul Eggert  <eggert@twinsun.com>
32880
32881         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
32882         input error, instead of returning NULL the next time we are called
32883         (and therefore losing track of errno).
32884
32885 2003-09-16  Bruno Haible  <bruno@clisp.org>
32886
32887         * gnulib-tool (func_create_testdir): Warn about duplicated
32888         dependencies.
32889
32890 2003-09-15  Paul Eggert  <eggert@twinsun.com>
32891
32892         * modules/argmatch, modules/fatal, modules/obstack,
32893         modules/xalloc, modules/xgethostname: Sort dependencies by
32894         importance, not alphabetically.
32895
32896 2003-09-15  Paul Eggert  <eggert@twinsun.com>
32897
32898         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
32899         fails, so that the caller gets the proper errno.
32900
32901         * lib/readutmp.c (read_utmp): Likewise.
32902         Check for fstat error.  Close stream and free storage
32903         when failing.
32904
32905 2003-09-14  Karl Berry  <karl@gnu.org>
32906
32907         * config/srclist.txt (strdup.c): disable for c89 changes.
32908
32909 2003-09-14  Jim Meyering  <jim@meyering.net>
32910
32911         * lib/getloadavg.c: Correct cpp indentation.
32912         * lib/strdup.c: Likewise.
32913         * lib/vasnprintf.c: Likewise.
32914
32915 2003-09-14  Bruno Haible  <bruno@clisp.org>
32916
32917         * modules/fwriteerror: New file.
32918         * MODULES.html.sh (func_all_modules): Add fwriteerror.
32919
32920 2003-09-14  Bruno Haible  <bruno@clisp.org>
32921
32922         * lib/fwriteerror.h: New file.
32923         * lib/fwriteerror.c: New file.
32924
32925 2003-09-12  Paul Eggert  <eggert@twinsun.com>
32926
32927         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
32928         modules/xgethostname, modules/xalloc: Depend on exit.
32929
32930 2003-09-12  Paul Eggert  <eggert@twinsun.com>
32931
32932         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
32933
32934         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
32935         and AC_MINIX, too, so that their extensions are available.
32936
32937         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
32938         This macro has been superseded by gl_BACKUPFILE.
32939
32940         More patches to assume C89 or better.
32941
32942         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
32943
32944         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
32945         unconditionally.
32946         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
32947         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
32948         Include <string.h>, <stdlib.h> unconditionally.
32949         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
32950         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
32951         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
32952         headers or for string.h.
32953         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
32954         or strtoul.
32955
32956         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
32957         headers.
32958         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
32959         * m4/userspec.m4 (gl_USERSPEC): Likewise.
32960         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
32961         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
32962         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
32963         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
32964         memcpy, memset.
32965         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
32966         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
32967         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
32968         strtol.
32969         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
32970         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
32971         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
32972         strtoul.
32973
32974 2003-09-12  Paul Eggert  <eggert@twinsun.com>
32975
32976         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
32977         * lib/obstack.c [!defined _LIBC]: Likewise.
32978         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
32979         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
32980         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
32981
32982         More changes to assume C89 or better.
32983
32984         * lib/error.c (error_tail): Assume vprintf.
32985
32986         * lib/argmatch.c (getenv): Remove decl.
32987         * lib/progreloc.c (get_full_program_name): Define via prototype.
32988         * lib/setenv.c (clearenv): Likewise.
32989         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
32990         needed.
32991         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
32992         (malloc, memcpy): Remove decls.
32993         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
32994         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
32995         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
32996         (memcpy): Remove macro.
32997         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
32998         (__P): Remove.  All uses removed.
32999         (PTR): Remove.  All uses changed to void *.
33000         (CHAR_BIT, NULL): Remove.
33001         (spaces, zeros, memset_space, memset_zero)
33002         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
33003         Remove.
33004         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
33005         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
33006         Define with prototype.
33007         Remove now-unnecessary prototype decl.
33008         (extra_args_spec): Assume ANSI C.  All uses changed.
33009         (extra_args_spec_iso): Remove.
33010         (my_strftime, emacs_strftimeu): Define via prototype.
33011         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
33012         unconditionally.
33013         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
33014         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
33015         (strtoul, strtol): Remove decls.
33016         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
33017         LONG_MAX): Remove.
33018         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
33019         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
33020         (LOCALE_PARAM_PROTO): New macro.
33021         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
33022         (INTERNAL (strtol), strtol): Define with a prototype.
33023         (PARAMS): Remove.  All uses removed.
33024         * lib/tempname.c: Include <string.h> unconditionally.
33025         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
33026         * lib/xgethostname.c (main): Define with a prototype.
33027         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
33028         Include <stdlib.h> unconditionally.
33029         (calloc, malloc, realloc, free): Remove decls.
33030         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
33031         Include <stdlib.h> unconditionally.  Sort include file names.
33032         (strtod): Remove.
33033         (xstrtod): Define with a prototype.
33034         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
33035         (strtol, strtoul): Remove decls.
33036
33037 2003-09-11  Paul Eggert  <eggert@twinsun.com>
33038
33039         More patches to assume C89 or better.
33040         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
33041         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
33042         string.h, memchr, STDC_HEADERS.
33043
33044 2003-09-11  Paul Eggert  <eggert@twinsun.com>
33045
33046         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
33047         Include <stdlib.h>, <string.h> unconditionally.
33048         Remove now-unnecessary cast to char *.
33049         * lib/strnlen.c: Include <string.h> unconditionally.
33050         * lib/yesno.c (yesno): Define with a prototype.
33051
33052 2003-09-11  Bruno Haible  <bruno@clisp.org>
33053
33054         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
33055
33056 2003-09-10  Jim Meyering  <jim@meyering.net>
33057
33058         * lib/error.c: Correct indentation of cpp directives.
33059
33060 2003-09-10  Bruno Haible  <bruno@clisp.org>
33061
33062         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
33063         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
33064         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
33065         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
33066         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
33067         <stdlib.h> and <string.h> checks.
33068         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
33069         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
33070
33071 2003-09-10  Bruno Haible  <bruno@clisp.org>
33072
33073         * lib/strcspn.c: Include <string.h> unconditionally.
33074         * lib/strpbrk.c: Include <string.h> unconditionally.
33075         * lib/strstr.c: Include <string.h> unconditionally.
33076         * lib/unicodeio.c: Include <string.h> unconditionally.
33077         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
33078         * lib/unsetenv.c: Likewise.
33079         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
33080         * lib/yesno.c: Include <stdlib.h> unconditionally.
33081         (rpmatch): Add prototype.
33082
33083 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33084
33085         More patches to assume C89 or better.
33086         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
33087         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
33088         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
33089         or for string.h.
33090         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
33091         stdlib.h.
33092         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
33093         C headers.
33094         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
33095         string.h.
33096         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
33097         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
33098         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
33099         or for string.h.
33100         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
33101         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
33102         C headers.
33103         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
33104         memcpy.
33105         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
33106         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
33107         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
33108         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
33109         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
33110         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
33111         string.h, free.
33112         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
33113         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
33114         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
33115         C headers, or for string.h.
33116         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
33117         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
33118         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
33119         headers, memory.h, stdlib.h, string.h, strings.h.
33120         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
33121         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
33122         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
33123         strchr.
33124         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
33125         headers, memory.h, string.h.
33126         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
33127         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
33128         free.
33129         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
33130         headers.
33131         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
33132         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
33133         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
33134         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
33135         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
33136
33137 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33138
33139         More K&R removal.
33140
33141         * lib/acosl.c (main): Use a prototype.
33142         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
33143         tanl.c: Likewise.
33144
33145         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
33146
33147         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
33148         (getopt, etopt_long, getopt_long_only, _getopt_internal)
33149         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
33150         with a prototype.
33151         * lib/getopt.c (const): Remove macro.
33152         Include <string.h> unconditionally.
33153         (my_index): Remove; all uses changed to strchr.
33154         (strlen): Remove decl.
33155         (exchange): Remove forward decl; no longer needed.
33156         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
33157         Define with prototype.
33158         * lib/getopt1.c (const): Remove macro.
33159         (getopt_long, getopt_long_only, main): Define with prototype.
33160
33161         * lib/getugroups.c: Include <string.h> unconditionally.
33162
33163         * lib/getusershell.c: Include <stdlib.h> unconditionally.
33164         (getusershell, setusershell, endusershell, readname, main):
33165         Define with prototypes.
33166
33167         * lib/group-member.c: Include group-member.h first.
33168         Include <stdlib.h> unconditionally.
33169
33170         * lib/hard-locale.c: Include hard-locale.h first.
33171         Include <stdlib.h>, <string.h> unconditionally.
33172
33173         * lib/hash.c (free, malloc): Remove decls.
33174         Include <stdlib.h> unconditionally.
33175
33176         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
33177         (getenv): Do not declare.
33178
33179         * lib/idcache.c: Include <string.h> unconditionally.
33180
33181         * lib/long-options.c: Include long-options.h first, to test interface.
33182         Include <stdlib.h> unconditionally.
33183
33184         * lib/makepath.c: Include makepath.h first, to test interface.
33185         Include <stdlib.h> and <string.h> unconditionally.
33186
33187         * lib/linebuffer.c: Include <stdlib.h>.
33188         (free): Remove decl.
33189
33190         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
33191         stddef.h. rpl_malloc returns void *, not char *.
33192         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
33193         prototype.
33194
33195         * lib/md5.h: Include <limits.h> unconditionally.
33196         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
33197         (__P): Remove; all uses removed.
33198         * lib/md5.c: Include "md5.h" first.
33199         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
33200         md5_buffer, md5_process_bytes, md5_process_block):
33201         Define with prototypes.
33202         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
33203         * lib/sha.c: Include "sha.h" first.
33204         Include <stdlib.h>, <string.h> unconditionally.
33205
33206         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
33207         * lib/memcmp.c (__ptr_t): Likewise.
33208         * lib/memrchr.c (__ptr_t): Likewise.
33209         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
33210         Include <string.h> unconditionally.
33211         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
33212         * lib/memchr.c: Include <stdlib.h> unconditionally.
33213         * lib/memchr.c (LONG_MAX): Remove.
33214         * lib/memrchr.c (LONG_MAX): Likewise.
33215         * lib/memchr.c (__memchr): Define via a prototype.
33216         * lib/memrchr.c (__memrchr): Likewise.
33217         * lib/memcmp.c (__P): Remove, and remove all uses.
33218         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
33219         Remove forward decls; no longer needed.
33220         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
33221         Use types required by C89 in prototype.
33222
33223         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
33224         * lib/savedir.c: Likewise.
33225         * lib/mkdir.c (free): Remove decl.
33226         * lib/rmdir.c (rmdir): Define with a prototype.
33227         * lib/savedir.c: Include savedir.h first, to test interface.
33228
33229         * lib/mktime.c (STDC_HEADERS): Remove.
33230         Include <stdlib.h>, <string.h> unconditionally.
33231
33232         * lib/modechange.c: Include <stdlib.h> unconditionally.
33233         (malloc): Remove decl.
33234
33235         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
33236         (free): Remove decl.
33237
33238         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
33239         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
33240         (This type really should be intptr_t, but that's a C99ism.)
33241         (_obstack_memcpy): Remove: all uses changed to memcpy.
33242         Include <string.h> unconditionally.
33243         (struct obstack): Assume __STDC__ for types of members
33244         chunkfun, freefun, extra_arg.
33245         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
33246         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
33247         obstack_begin, obstack_specify_allocation,
33248         obstack_specify_allocation_with_arg, obstack_chunkfun,
33249         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
33250         Remove unprototyped decls and the macros that use them.
33251         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
33252         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
33253         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
33254         (defined __STDC__ && __STDC__)]:
33255         Remove nonprototyped code.
33256         Include <stdlib.h> unconditionally.
33257         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
33258         _obstack_allocated_p, _obstack_free, obstack_free,
33259         _obstack_memory_used, print_and_abort):
33260         Define using prototypes.
33261         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
33262         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
33263         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
33264         obstack_next_free, obstack_object_size, obstack_room) [0]:
33265         Remove unused, unprototyped code.
33266
33267         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
33268
33269         * lib/physmem.c (physmem_total, physmem_available, main): Define
33270         with prototypes.
33271
33272         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
33273         (main): Define with a prototype.
33274
33275         * lib/posixver.c (getenv): Remove decl.
33276
33277         * lib/putenv.c (malloc): Returns void *, not char *.
33278         Include <string.h> unconditionally.
33279         (strchr, memcpy, NULL): Do not define.
33280
33281         * lib/readtokens.c: Include readtokens.h first, to test interface.
33282         Include <stdlib.h>, <string.h> unconditionally.
33283         (init_tokenbuffer): Define with a prototype.
33284
33285         * lib/regex.c (PARAMS): Remove.  All uses removed.
33286         All uses of _RE_ARGS removed, too.
33287         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
33288         unconditionally.
33289         (bzero): Assume memset exists.
33290         (memcmp, memcpy, NULL): Remove.
33291         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
33292         char, or assignments to local vars of type signed char.
33293         (init_syntax_once, PREFIX(extract_number_and_incr),
33294         PREFIX(print_partial_compiled_pattern),
33295         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
33296         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
33297         PREFIX(regex_grow_registers), PREFIX(regex_compile),
33298         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
33299         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
33300         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
33301         wcs_compile_range, byte_compile_range, truncate_wchar,
33302         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
33303         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
33304         count_mbs_length, wcs_re_match_2_internal,
33305         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
33306         PREFIX(alt_match_null_string_p),
33307         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
33308         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
33309         regfree, PREFIX(extract_number)): Define with prototype.  Remove
33310         now-unnecessary declaration, if any.
33311         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
33312         regcomp, regexec):
33313         Remove now-unnecessary casts among pointer types.
33314         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
33315
33316         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
33317         (free): Remove decl.
33318
33319         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
33320
33321         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
33322         (free): Remove decl.
33323
33324         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
33325         * lib/xgetcwd.c: Likewise.
33326
33327         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
33328         (free): Remove decl.
33329
33330         * lib/strchrnul.c (strchrnul): Define with a prototype.
33331         Fix bug: c_in was not converted to char before searching.
33332
33333         The following changes are not K&R related:
33334
33335         * lib/group-member.h: Include <sys/types.h>, so that this file is
33336         self-contained.
33337         * lib/makepath.h: Likewise.
33338
33339         * lib/getusershell.c (readname, default_index, line_size, readname):
33340         Use size_t, not int, for sizes.
33341         (readname): If the size overflows, report an error instead of
33342         looping forever.
33343
33344 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33345
33346         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
33347         libc.
33348
33349 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33350
33351         * README: New section: portability guidelines.
33352
33353 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
33354
33355         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
33356         C89 spec.
33357
33358 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
33359
33360         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
33361
33362 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33363
33364         Assume C89 or better; remove K&R cruft.
33365         A few of these changes were first proposed by Derek Robert Price
33366         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
33367
33368         * lib/addext.c: Include <string.h> unconditionally.
33369         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
33370         Don't declare getenv or malloc.
33371
33372         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
33373         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
33374         (NULL): Remove.
33375         (find_stack_direction, alloca): Use prototypes.
33376
33377         * lib/atexit.c (atexit): Define using a prototype.
33378
33379         * lib/basename.c, dirname.c, stripslash.c:
33380         Include <string.h> unconditionally.
33381
33382         * lib/bcopy.c: Include <stddef.h>.
33383         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
33384
33385         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
33386
33387         * lib/error.h (error, error_at_line, error_print_progname)
33388         [! (defined (__STDC__) && __STDC__)]: Remove decls.
33389         * lib/error.c: Include error.h first, to check interface.
33390         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
33391         (VA_START): Remove; all uses changeed to va_start.
33392         (exit, strerror): Remove decls.
33393         (error_print_progname): Prototype uncondionally.
33394         Don't include <errno.h>; no longer needed.
33395         (private_strerror): Remove.
33396         (error_tail): Always define.
33397         (error, error_at_line): Assume C89 or better; always use prototypes.
33398         * lib/fatal.c: Include "fatal.h" first, to test interface.
33399         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
33400         (VA_START): Remove; all uses changed to va_start.
33401         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
33402         this case.
33403         (exit): Remove decl.
33404         (fatal): Prototype unconditionally.  Assume va_start works.
33405         Abort at end, to pacify gcc.
33406
33407         * lib/euidaccess.c (main): Define with a prototype.
33408
33409         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
33410
33411         * lib/exitfail.c: Include <stdlib.h> unconditionally.
33412
33413         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
33414         prototypes.
33415         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
33416         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
33417         (getenv): Remove decl.
33418         (fnmatch): Define using a prototype.
33419         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
33420         (FCT): Define using a prototype.
33421
33422         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
33423
33424         * lib/gethostname.c: Include <stddef.h>.
33425         (gethostname): Define with prototype.  Length is size_t, not int.
33426
33427 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33428
33429         Assume C89 or better; remove K&R cruft.
33430         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
33431         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
33432         string.h, getenv, malloc.
33433         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
33434         headers.
33435         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
33436         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
33437         do not check for strerror.
33438         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
33439         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
33440         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
33441         do not check for doprnt or vprintf.
33442         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
33443         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
33444
33445 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33446
33447         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
33448         getversion.c should have been removed then, but was accidentally
33449         preserved.
33450
33451         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
33452         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
33453
33454 2003-09-08  Karl Berry  <karl@gnu.org>
33455
33456         * config/config.sub, config.guess, srclistvars.sh: update from savannah
33457                 config, forget about prep.
33458
33459         * config/depcomp, missing: update from automake.
33460
33461 2003-09-07  Paul Eggert  <eggert@twinsun.com>
33462
33463         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
33464         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
33465
33466 2003-09-07  Paul Eggert  <eggert@twinsun.com>
33467
33468         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
33469         copy_tm_result.  Bug reported by Simon Josefsson in
33470         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
33471
33472 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33473
33474         * m4/time_r.m4: New file.
33475         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
33476         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
33477         is. Check for timegm declaration.
33478         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
33479         Do not check for gmtime_r.
33480         Replace mktime if __mktime_internal does not exist and if mktime
33481         hasn't been replaced already.
33482
33483 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33484
33485         * lib/time_r.c, lib/time_r.h: New files.
33486
33487         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
33488         __localtime_r.
33489         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
33490         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
33491
33492         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
33493         __gmtime_r.
33494         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
33495         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
33496         Include <time_r.h>.
33497
33498         * lib/timegm.c: Switch to glibc implementation, with the following
33499         changes:
33500         [defined HAVE_CONFIG_H]: Include <config.h>.
33501         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
33502         (__mktime_internal) [!defined _LIBC]: New decl.
33503         (__gmtime_r) [!defined _LIBC]: New macro and function.
33504         (timegm): Use a prototype, since gnulib assumes C89.
33505         Do not bother declaring tmp to be const, as it's not really usefu.
33506         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
33507         (timegm): Declare only if HAVE_DECL_TIMEGM.
33508
33509 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33510
33511         * MODULES.html.sh (func_all_modules): Add time_r.
33512         * modules/time_r: New file.
33513         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
33514         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
33515
33516 2003-09-03  Paul Eggert  <eggert@twinsun.com>
33517
33518         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
33519         Bug reported by Lute Kamstra in
33520         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
33521
33522         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
33523         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
33524         course with correspondingly smaller numbers for tomorrow and
33525         yesterday.  From Tadayoshi Funaba.  Originally installed into
33526         sh-utils on 1999-08-07, but the patch got lost (I guess during the
33527         coreutils merge?).
33528
33529 2003-08-31  Simon Josefsson  <jas@extundo.com>
33530
33531         * modules/timegm: New file.
33532         * MODULES.html.sh (func_all_modules): Add timegm.
33533
33534 2003-08-31  Simon Josefsson  <jas@extundo.com>
33535
33536         * m4/timegm.m4: New file.
33537
33538 2003-08-31  Simon Josefsson  <jas@extundo.com>
33539
33540         * lib/timegm.h: New file.
33541         * lib/timegm.c: New file.  Based on
33542         wget-1.8.2/src/http.c:mktime_from_utc.
33543
33544 2003-08-31  Karl Berry  <karl@gnu.org>
33545
33546         * lib/argp.h: update from libc.
33547
33548 2003-08-28  Bruno Haible  <bruno@clisp.org>
33549
33550         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
33551         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
33552         followed by '#define fnmatch fnmatch_posix' gives an error.
33553
33554 2003-08-28  Bruno Haible  <bruno@clisp.org>
33555
33556         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
33557         warning on QNX, which defines O_BINARY to 000000.
33558
33559 2003-08-27  Jim Meyering  <jim@meyering.net>
33560
33561         * m4/mkstemp.m4: Require that the system mkstemp be able to create
33562         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
33563         would fail after 32.  Reported by Danny Levinson.  Details here:
33564         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
33565
33566 2003-08-24  Bruno Haible  <bruno@clisp.org>
33567
33568         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
33569         MSVC7 <stdio.h> is included later.
33570
33571 2003-08-22  Simon Josefsson  <jas@extundo.com>
33572
33573         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
33574
33575 2003-08-20  Karl Berry  <karl@gnu.org>
33576
33577         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
33578
33579 2003-08-20  Bruno Haible  <bruno@clisp.org>
33580
33581         * modules/progname: New file.
33582         * MODULES.html.sh (func_all_modules): Add progname.
33583
33584 2003-08-20  Bruno Haible  <bruno@clisp.org>
33585
33586         * lib/progname.h: New file, from GNU gettext.
33587         * lib/progname.c: New file, from GNU gettext.
33588         * lib/progreloc.c: New file, from GNU gettext.
33589
33590 2003-08-19  Jim Meyering  <jim@meyering.net>
33591
33592         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
33593         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
33594
33595 2003-08-19  Bruno Haible  <bruno@clisp.org>
33596
33597         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
33598         more.
33599
33600 2003-08-19  Bruno Haible  <bruno@clisp.org>
33601
33602         * lib/xstrdup.c: Assume <string.h> exists.
33603
33604 2003-08-18  Paul Eggert  <eggert@twinsun.com>
33605
33606         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
33607         in makefile rules.
33608
33609 2003-08-18  Jim Meyering  <jim@meyering.net>
33610
33611         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
33612         * m4/lib-ld.m4: Likewise.
33613
33614 2003-08-18  Jim Meyering  <jim@meyering.net>
33615
33616         * lib/setenv.h: Indent nested cpp directive.
33617         * lib/vasnprintf.c: Remove trailing blanks.
33618
33619 2003-08-17  Simon Josefsson  <jas@extundo.com>
33620
33621         * modules/xstrndup: New file.
33622         * MODULES.html.sh (func_all_modules): Add xstrndup.
33623
33624 2003-08-17  Simon Josefsson  <jas@extundo.com>
33625
33626         * modules/argp: Fix autoconf macro name. Add more dependencies.
33627
33628 2003-08-17  Simon Josefsson  <jas@extundo.com>
33629
33630         * m4/xstrndup.m4: New file.
33631
33632 2003-08-17  Simon Josefsson  <jas@extundo.com>
33633
33634         * m4/argp.m4: New file.
33635
33636 2003-08-17  Simon Josefsson  <jas@extundo.com>
33637             Bruno Haible  <bruno@clisp.org>
33638
33639         * lib/xstrndup.h: New file.
33640         * lib/xstrndup.c: New file.
33641
33642 2003-08-17  Bruno Haible  <bruno@clisp.org>
33643
33644         * modules/strndup (Files, Include): Add lib/strndup.h.
33645
33646 2003-08-17  Bruno Haible  <bruno@clisp.org>
33647
33648         * modules/euidaccess (Files): Add lib/euidaccess.h.
33649
33650 2003-08-17  Bruno Haible  <bruno@clisp.org>
33651
33652         * lib/strndup.h: New file.
33653
33654 2003-08-17  Bruno Haible  <bruno@clisp.org>
33655
33656         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
33657         like AC_GNU_SOURCE.
33658         * modules/extensions (configure.ac): Comment out the invocation of
33659         gl_USE_SYSTEM_EXTENSIONS.
33660
33661 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33662
33663         Merges from coreutils, etc.
33664         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
33665         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
33666         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
33667         fixing a typo.
33668         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
33669         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
33670
33671 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33672
33673         Document merge from coreutils.
33674         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
33675         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
33676         * modules/utime: Add m4/utimes-null.m4.
33677
33678 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33679
33680         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
33681         space, undoing this 2003-08-12 change:
33682         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
33683
33684 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33685
33686         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
33687         strtoul.c from libc, undoing this 2003-08-12 change:
33688         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
33689
33690 2003-08-16  Jim Meyering  <jim@meyering.net>
33691
33692         Merges from coreutils.
33693         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
33694         prefix.  Adjust cache variables similarly.  Create 500 rather than
33695         just 300 files, to exercise bug on Darwin6.5, too.
33696         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
33697         $missing_dir.
33698         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
33699         AM_SYS_POSIX_TERMIOS.
33700         Reported by mkc@mathdogs.com.
33701         Also change use of $am_cv_sys_posix_termios
33702         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
33703         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
33704         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
33705         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
33706         in /proc/mounts until it finds one with matching device number.  This
33707         is unnecessary when the FILE argument *is* a mount point.  No stat call
33708         is necessary in that case.  So, disable the statvfs-testing code on
33709         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
33710         as RedHat bug# 84846.
33711         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
33712         to 1MB, so as not to render systems with no stack size limit (e.g.,
33713         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
33714         Include <unistd.h>.  On some systems,
33715         it is required for the definition of _SC_PAGESIZE.
33716
33717 2003-08-16  Jim Meyering  <jim@meyering.net>
33718
33719         Merge from coreutils.
33720         * lib/xstrtoimax.c: #else #if -> #elif.
33721         * lib/xstrtoumax.c: Likewise.
33722
33723 2003-08-16  Jim Meyering  <jim@meyering.net>
33724
33725         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
33726         * m4/utimes.m4: Removed.
33727         * m4/utimes-null.m4: Renamed from utimes.m4.
33728
33729         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
33730         to 1MB, so as not to render systems with no stack size limit (e.g.,
33731         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
33732         Include <unistd.h>.  On some systems,
33733         it is required for the definition of _SC_PAGESIZE.
33734
33735 2003-08-16  Jim Meyering  <jim@meyering.net>
33736         and Paul Eggert  <eggert@cs.ucla.edu>
33737
33738         Merges from coreutils, etc.
33739
33740         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
33741         using the latest version from cvs.  This avoids problems with #line
33742         directives using a vendor (Sun) compiler.
33743         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
33744         Don't set GETGROUPS_LIB here; now it's
33745         done via getgroups.m4's wrapper function.
33746         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
33747         rather than just in sh-util/configure.in, so that the
33748         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
33749         same.
33750         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
33751         AC_FUNC_GETLOADAVG where to find getloadavg.c.
33752         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
33753         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
33754         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
33755         Remove code that is now done by the newly-required macros.
33756         Append $(EXEEXT) to DF_PROG.
33757         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
33758         Do not invoke or require the following here,
33759         since prereq.m4 or some gnulib .m4 now does this for us:
33760         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
33761         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
33762         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
33763         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
33764         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
33765         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
33766         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
33767         AC_FUNC_OBSTACK.
33768         Do not replace the following functions, as this is now the job
33769         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
33770         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
33771         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
33772         atexit getpass, strdup, getpagesize.
33773         Replace 'raise'.
33774         Do not check for the following functions, as this is now the job
33775         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
33776         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
33777         setregid.
33778         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
33779         Check for sys/sysctl.h.
33780         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
33781         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
33782         of checking for ssize_t ourselves.
33783
33784         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
33785         Require every macro that gnulib/modules/* suggests for us.
33786         (jm_PREREQ_ADDEXT): New macro.
33787         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
33788         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
33789
33790         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
33791         (gl_PHYSMEM): Use it.
33792         Also check for `table' function.
33793         Check for new headers and functions.
33794         Add check for sys/sysmp.h.
33795         With suggestions from Kaveh Ghazi.
33796         Ignore headers that are present but cannot be compiled.  This
33797         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
33798         C 5.4.
33799
33800 2003-08-15  Paul Eggert  <eggert@twinsun.com>
33801
33802         Document merge from coreutils.
33803         * modules/userspec: Depend on posixver.
33804         * modules/strftime: Depend on tzset.
33805
33806 2003-08-15  Paul Eggert  <eggert@twinsun.com>
33807
33808         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
33809         rather than tab, after '#' in shell-script copyright notices.
33810         Suggested by Bruno Haible.
33811
33812 2003-08-15  Paul Eggert  <eggert@twinsun.com>
33813
33814         * config/srclist-update: Use three spaces, rather than tab, after '#'
33815         in shell-script copyright notices.  Suggested by Bruno Haible.
33816         Remove unnecessary parenthesization in regular expression.
33817
33818 2003-08-15  Jim Meyering  <jim@meyering.net>
33819
33820         Merge from coreutils.
33821         * lib/xgethostname.c: Include <stdlib.h>.
33822         (xghostname): Don't exit for anything other than memory-related
33823         failure; just return NULL.
33824         * lib/userspec.c: Include "posixver.h".
33825         (parse_user_spec): Accept `.' as a separator only
33826         in pre-POSIX-200112 mode.
33827         * lib/strtoimax.c: Use #elif rather than #else #if.
33828         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
33829         Remove function, now that we can rely on a working tzset function.
33830         [!_LIBC]: Ensure that the required autoconf test has been run.
33831         [!defined _NL_CURRENT && HAVE_STRFTIME]:
33832         Use underlying_strftime for %r.
33833         * lib/sha.c: Merge in some clean-up and optimization changes from
33834         glibc.
33835         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
33836         Ensure that it is a multiple of 64.
33837         Rearrange loop exit tests so as to avoid performing an
33838         additional fread after encountering an error or EOF.
33839         * lib/realloc.c: Update copyright date.
33840
33841 2003-08-15  Jim Meyering  <jim@meyering.net>
33842         and Paul Eggert  <eggert@twinsun.com>
33843
33844         Merge from coreutils.
33845         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
33846         member but strut utmpx does not.  Needed for AIX 4.3.3.
33847         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
33848
33849 2003-08-15  Jim Meyering  <jim@meyering.net>
33850         and Paul Eggert  <eggert@cs.ucla.edu>
33851
33852         Merges from coreutils, etc.
33853         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
33854         Require gl_FUNC_TZSET_CLOBBER.
33855         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
33856         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
33857         members.
33858
33859 2003-08-14  Paul Eggert  <eggert@twinsun.com>
33860
33861         Help the merge from coreutils.
33862         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
33863         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
33864         * m4/tzset.m4: Use it too.
33865
33866 2003-08-14  Paul Eggert  <eggert@twinsun.com>
33867
33868         * modules/tzset: New file.
33869
33870 2003-08-14  Jim Meyering  <jim@meyering.net>
33871
33872         Merges from coreutils.
33873         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
33874         variable names, rather than @FNMATCH_H@.
33875         * modules/alloca: Likewise for $(ALLOCA_H).
33876
33877         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
33878         the three copies of the literal target, `fnmatch.h'.
33879         * modules/alloca (alloca.h): Likewise.
33880
33881 2003-08-14  Jim Meyering  <jim@meyering.net>
33882
33883         Merge from coreutils.
33884         * m4/tzset.m4: New file.
33885         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
33886         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
33887         otherwise, AIX 5.1 systems would end up using the latter.
33888         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
33889         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
33890         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
33891         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
33892
33893 2003-08-14  Jim Meyering  <jim@meyering.net>
33894
33895         Merge from coreutils.
33896         * lib/obstack.h: Whitespace changes.
33897         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
33898         and xcalloc return values.
33899         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
33900         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
33901         hang on OSF/1 5.1 for DIR on both local and remote file systems.
33902         Reported by (and fix confirmed by) Nelson H. F. Beebe.
33903         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
33904         error from mntctl.
33905         Use mntctl's return value to drive the entry-processing loop, since
33906         we can't rely on the value of the vmt_length member in the last
33907         entry.  On some systems doing so could result in exhausting
33908         virtual memory.  Based in part on a patch from Mike Jetzer.
33909
33910 2003-08-14  Jim Meyering  <jim@meyering.net>
33911         and Paul Eggert  <eggert@twinsun.com>
33912
33913         Merges from coreutils, plus other fixes.
33914         * lib/physmem.c: Merge in portability changes from gcc/libiberty
33915         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
33916         for credits and details.  Thanks to Kaveh Ghazi for helping
33917         to keep these files in sync.
33918         (ARRAY_SIZE): Define it.
33919         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
33920         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
33921         (memcasecmp): Don't assume size_t fits in unsigned int.
33922         Remove casts and duplicate code.
33923         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
33924         (memcpy): Remove definition.
33925         Merge in some clean-up and optimization changes from glibc.
33926         [BLOCKSIZE]: Move definition to top of file.
33927         Ensure that it is a multiple of 64.
33928         Rearrange loop exit tests so as to avoid performing an
33929         additional fread after encountering an error or EOF.
33930         * lib/md5.h (md5_uintptr): Define.
33931         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
33932         return to the initial working directory.  Preserve errno
33933         for caller.
33934         * lib/idcache.c: Include "xalloc.h".
33935         (xmalloc, xrealloc): Remove decls.
33936         (getuser): Remove casts no longer required in C89.
33937         * lib/human.c: Include stdio.h, for sprintf.
33938         * lib/group-member.c: Include "xalloc.h".
33939         (xmalloc, xrealloc): Remove decls.
33940         (get_group_info): Remove casts no longer required in C89.
33941         * lib/getusershell.c (readname): Remove casts no longer required in
33942         C89.
33943         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
33944         * lib/getline.c: Whitespace fix, from coreutils.
33945
33946 2003-08-13  Paul Eggert  <eggert@twinsun.com>
33947
33948         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
33949         Check for isascii.
33950
33951         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
33952         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
33953         Undo previous (whitespace-only) change.
33954
33955 2003-08-13  Paul Eggert  <eggert@twinsun.com>
33956
33957         * lib/exclude.c: Include <ctype.h>
33958         (IN_CTYPE_DOMAIN): New macro.
33959         (is_space): New fn.
33960         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
33961         and empty lines.
33962
33963         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
33964         Undo previous (whitespace-only) change.
33965
33966 2003-08-13  Paul Eggert  <eggert@twinsun.com>
33967
33968         * config/srclist-update: Change update back to the old behavior,
33969         leaving whitespace alone.  Use one 'sed' command rather than a
33970         pipeline.
33971         (fixlicense): Now a variable, not a function.
33972         (remove_trailing_blanks): Remove.
33973         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
33974         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
33975         Undo previous (whitespace-only) change.
33976
33977 2003-08-12  Paul Eggert  <eggert@twinsun.com>
33978
33979         Merge from coreutils.
33980         * modules/euidaccess: Add lib_SOURCES, include for new
33981         file euidaccess.h
33982
33983 2003-08-12  Paul Eggert  <eggert@twinsun.com>
33984
33985         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
33986         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
33987         Normalize leading white space and remove trailing white space.
33988
33989         Merge from coreutils
33990         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
33991
33992         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
33993         0.12.1.  These files are now being upgraded automatically by
33994         ../config/srclist-update.
33995
33996 2003-08-12  Paul Eggert  <eggert@twinsun.com>
33997
33998         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
33999         Normalize leading white space and remove trailing white space.
34000         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
34001         notice, as per ../config/srclist-update.
34002
34003         Merge from coreutils.
34004         * lib/euidaccess.h: New file.
34005         * lib/euidaccess.c: Include it.
34006         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
34007         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
34008         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
34009
34010 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34011
34012         * config/srclist-update: Add copyright notice.
34013         (remove_id_lines, remove_trailing_blanks): New constants.
34014         (fixfile): Use them to normalize spacing a bit in copied files.
34015         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
34016         Normalize leading white space and remove trailing white space.
34017
34018         * config/texinfo.tex: Sync with texinfo.
34019
34020         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
34021         strtoul.c from libc, to merge coreutils whitespace changes.
34022
34023         * config/srclist.txt: Get the following m4 files from gettext:
34024         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
34025         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
34026         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
34027         wint_t.m4.
34028
34029 2003-08-12  Karl Berry  <karl@gnu.org>
34030
34031         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
34032         been made.
34033
34034 2003-08-11  Paul Eggert  <eggert@twinsun.com>
34035
34036         * modules/gnu-source, m4/gnu-source.m4:
34037         Remove; we're assuming Autoconf 2.54 or later now.
34038         Suggested by Bruno Haible.
34039         * MODULES.html.sh (func_all_modules): Remove gnu-source.
34040
34041 2003-08-11  Bruno Haible  <bruno@clisp.org>
34042
34043         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
34044
34045 2003-08-11  Bruno Haible  <bruno@clisp.org>
34046
34047         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
34048         (vasnprintf): Use it instead of wcslen.
34049
34050 2003-08-11  Bruno Haible  <bruno@clisp.org>
34051
34052         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
34053         value to ensure that _Bool promotes to int. Use #define for _Bool when
34054         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
34055
34056 2003-08-10  Karl Berry  <karl@gnu.org>
34057
34058         * lib/regex.h: update from libc (whitespace fix).
34059
34060 2003-08-09  Paul Eggert  <eggert@twinsun.com>
34061
34062         Merge some files from coreutils.  These changes were
34063         originally made by Jim Meyering.
34064         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
34065         many older Unixes require this.
34066         * lib/alloca.c (alloca): Remove cast to argument of free;
34067         no longer needed in C89.
34068         * lib/alloca_.h, regex.h: Fix white space to match
34069         what GNU indent does.
34070
34071 2003-08-09  Paul Eggert  <eggert@twinsun.com>
34072
34073         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
34074         apparently Emacs's Unicode mode got confused before my 2003-08-05
34075         checkin.
34076
34077 2003-08-08  Paul Eggert  <eggert@twinsun.com>
34078
34079         * m4/extensions.m4: New file.
34080         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
34081         Require gl_USE_SYSTEM_EXTENSIONS.
34082         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
34083         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
34084
34085 2003-08-08  Paul Eggert  <eggert@twinsun.com>
34086
34087         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
34088         * modules/extensions, modules/gnu-source: New files.
34089         * modules/timespec, modules/unlocked-io: Depend on extensions.
34090
34091 2003-08-07  Paul Eggert  <eggert@twinsun.com>
34092
34093         * modules/restrict: New file.
34094         * MODULES.html.sh (func_all_modules): Add restrict.
34095         * modules/regex: Depend on restrict.
34096
34097 2003-08-07  Paul Eggert  <eggert@twinsun.com>
34098
34099         * m4/restrict.m4: New file.
34100         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
34101
34102 2003-08-07  Bruno Haible  <bruno@clisp.org>
34103
34104         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
34105         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
34106
34107 2003-08-07  Bruno Haible  <bruno@clisp.org>
34108
34109         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
34110         makes the module 'getndelim2' compatible with the module 'getline'.
34111
34112 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34113
34114         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
34115         byte with "\201" to avoid glitches when editing that source file
34116         with multi-gnome-terminal.
34117
34118 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34119
34120         * lib/bumpalloc.h: Remove.
34121
34122 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34123
34124         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
34125         * modules/bumpalloc: Remove.
34126
34127 2003-08-04  Paul Eggert  <eggert@twinsun.com>
34128
34129         * lib/getloadavg.c: Change copyright notice and spacing to conform to
34130         GNU coding style.
34131
34132         Merge from coreutils.
34133         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
34134         1. From glibc.
34135         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
34136         from Karl Berry, implemented by Jim Meyering.
34137         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
34138         from Dmitry V. Levin.
34139         Remove anachronistic cast of xrealloc.
34140         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
34141         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
34142         type. Otherwise, it wouldn't compile with at least /bin/cc on
34143         ymp-cray-unicos9.0.2.X.
34144         Combine two mostly-identical uses of alloca into one.
34145         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
34146
34147 2003-08-04  Dave Love  <d.love@dl.ac.uk>
34148
34149         [From Emacs.]
34150
34151         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
34152         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
34153         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
34154         obsolete NLIST_NAME_UNION.
34155         [__GNU__]: Undef BSD and FSCALE.
34156         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
34157
34158 2003-08-03  Paul Eggert  <eggert@twinsun.com>
34159
34160         * lib/stdbool_.h (_Bool): Make it signed char, instead of
34161         an enum type, so that it's guaranteed to promote to int.  See:
34162         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
34163
34164 2003-08-03  Karl Berry  <karl@gnu.org>
34165
34166         * config/depcomp: update from automake.
34167
34168 2003-07-31  Paul Eggert  <eggert@twinsun.com>
34169
34170         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
34171         (strerror): Don't assume that a printable int fits in 14 bytes.
34172
34173 2003-07-31  Bruno Haible  <bruno@clisp.org>
34174
34175         * modules/getpass-gnu: New file.
34176         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
34177
34178 2003-07-31  Bruno Haible  <bruno@clisp.org>
34179
34180         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
34181
34182 2003-07-24  Karl Berry  <karl@gnu.org>
34183
34184         * config/missing: update from automake.
34185
34186 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
34187             Bruno Haible  <bruno@clisp.org>
34188
34189         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
34190         * lib/getline.c (getline, getdelim): Likewise.
34191         Remove _GNU_SOURCE define; now it's defined in config.h through
34192         m4/getline.m4.
34193
34194 2003-07-23  Karl Berry  <karl@gnu.org>
34195
34196         * config/config.sub: update from prep.
34197
34198 2003-07-22  Paul Eggert  <eggert@twinsun.com>
34199
34200         * modules/xalloc (Depends-on): Add exitfail.
34201         * modules/xmemcoll: Likewise.
34202
34203 2003-07-22  Paul Eggert  <eggert@twinsun.com>
34204
34205         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
34206         over-parenthesization in macros.
34207
34208         Sync with coreutils.
34209
34210         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
34211         required by C99.
34212
34213         Use `exit_failure' for xalloc and xmemcoll instead of their own
34214         private exit-failure variables.
34215         * lib/xalloc.h (xalloc_exit_failure): Remove.
34216         * lib/xmalloc.c: Likewise.  Include exitfail.h.
34217         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
34218         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
34219         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
34220         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
34221
34222 2003-07-20  Jim Meyering  <jim@meyering.net>
34223
34224         * modules/closeout (Depends-on): Add exitfail.
34225         Suggestion from Bruno Haible.
34226
34227 2003-07-19  Karl Berry  <karl@gnu.org>
34228
34229         * config/config.sub: update from prep.
34230
34231 2003-07-18  Paul Eggert  <eggert@twinsun.com>
34232
34233         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
34234         Remove.
34235         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
34236         to test that it can stand by itself.  Include "exitfail.h".
34237         Clients should set exit_failure instead.
34238         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
34239
34240 2003-07-18  Bruno Haible  <bruno@clisp.org>
34241
34242         * modules/getndelim2: New file.
34243         * modules/getline: Share files with module getndelim2.
34244         * modules/getnline: Depend on getndelim2 instead of sharing files with
34245         it. Add getnline.c to lib_SOURCES.
34246         * MODULES.html.sh (func_all_modules): Add getndelim2.
34247
34248 2003-07-18  Bruno Haible  <bruno@clisp.org>
34249
34250         * m4/getndelim2.m4: New file.
34251         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
34252         invoke gl_PREREQ_GETNDELIM2.
34253         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
34254         gl_PREREQ_GETNDELIM2.
34255         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
34256         gl_GETNDELIM2.
34257
34258 2003-07-18  Bruno Haible  <bruno@clisp.org>
34259
34260         * lib/getndelim2.h: New file.
34261         * lib/getndelim2.c: Make into a module of its own. Include config.h,
34262         getndelim2.h.
34263         (getndelim2): Make non-static. Change return type to ssize_t.
34264         * lib/getline.h: Change argument names.
34265         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
34266         * lib/getnline.c: Include getndelim2.h.
34267
34268 2003-07-18  Andreas Schwab  <schwab@suse.de>
34269
34270         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
34271
34272 2003-07-17  Karl Berry  <karl@gnu.org>
34273
34274         * config/config.sub: update from prep.
34275
34276 2003-07-17  Bruno Haible  <bruno@clisp.org>
34277
34278         * modules/getnline: New file.
34279         * modules/getline: Add lib/getndelim2.c to source file list.
34280         * MODULES.html.sh (func_all_modules): Add getnline.
34281
34282 2003-07-17  Bruno Haible  <bruno@clisp.org>
34283
34284         * m4/getnline.m4: New file.
34285
34286 2003-07-17  Bruno Haible  <bruno@clisp.org>
34287
34288         * m4/Makefile.am.in: Remove file.
34289         * m4/Makefile.am: Remove file.
34290         * m4/Makefile.in: Remove file.
34291
34292 2003-07-17  Bruno Haible  <bruno@clisp.org>
34293
34294         * lib/getnline.h: New file.
34295         * lib/getnline.c: New file.
34296         * lib/getndelim2.c: New file, extracted from getline.c.
34297         (getndelim2): Renamed from getdelim2, with added nmax argument.
34298         * lib/getline.c: Include getndelim2.c.
34299         (getdelim2): Moved out to getndelim2.c.
34300         (getline, getdelim): Update.
34301
34302 2003-07-17  Bruno Haible  <bruno@clisp.org>
34303
34304         * lib/Makefile.am: Remove file.
34305         * lib/Makefile.in: Remove file.
34306
34307 2003-07-17  Bruno Haible  <bruno@clisp.org>
34308
34309         * configure.in: Remove file.
34310         * Makefile.in: Remove file.
34311
34312 2003-07-17  Bruno Haible  <bruno@clisp.org>
34313
34314         * MODULES.html.sh: Put the </BODY> right before </HTML>.
34315
34316 2003-07-16  Karl Berry  <karl@gnu.org>
34317
34318         * config/srclist-update: was running fixlicense twice, which caused
34319                 texinfo.tex to be nullified for some reason.  Simplify,
34320                 $gplsrc is no longer needed as far as I can see?
34321
34322 2003-07-16  Jim Meyering  <jim@meyering.net>
34323
34324         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
34325
34326 2003-07-15  Paul Eggert  <eggert@twinsun.com>
34327
34328         * config/srclist.txt: Get the following files from gettext-runtime/intl
34329         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
34330         ref-del.sin.  From Bruno Haible.
34331         * config/srclist-update (fixfile): Change grep pattern again, since the
34332         previous fix didn't work (there was another trailing $).  Use
34333         '[$]' to escape the $s.
34334
34335 2003-07-15  Karl Berry  <karl@gnu.org>
34336
34337         * lib/vasnprintf.c: update from gettext.
34338
34339 2003-07-15  Karl Berry  <karl@gnu.org>
34340
34341         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
34342         gets expanded when surrounded by '$'.
34343
34344 2003-07-15  Jim Meyering  <jim@meyering.net>
34345
34346         * modules/save-cwd: Don't depend on error.  From Derek Price.
34347
34348 2003-07-15  Jim Meyering  <jim@meyering.net>
34349
34350         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
34351
34352 2003-07-14  Simon Josefsson  <jas@extundo.com>
34353
34354         * modules/mempcpy: New file.
34355         * MODULES.html.sh (func_all_modules): Add mempcpy.
34356
34357 2003-07-14  Simon Josefsson  <jas@extundo.com>
34358
34359         * m4/mempcpy.m4: New file.
34360
34361 2003-07-14  Simon Josefsson  <jas@extundo.com>
34362
34363         * lib/mempcpy.h: New file.
34364         * lib/mempcpy.c: New file.
34365
34366 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34367
34368         * modules/getdate, modules/posixtm: Depend on mktime.
34369
34370 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34371
34372         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
34373         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
34374         unicodeio.c, unicodeio.h, unlocked-io.h:
34375         Switch from LGPL to GPL.
34376
34377 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34378
34379         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
34380         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
34381         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
34382         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
34383         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
34384         updated automatically by ../config/srclist-update.  This changes
34385         their license from LPGL to GPL.
34386
34387 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34388
34389         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
34390         assumed to refer to the root of the most recent stable gettext version.
34391         * config/srclistvars.sh: Add defaults for eggert.
34392         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
34393         Match "This program" as well as "The program".  This is needed
34394         for gettext.
34395
34396 2003-07-14  Jim Meyering  <jim@meyering.net>
34397
34398         Don't emit diagnostics.  Let callers do that.
34399         * lib/save-cwd.c: Don't include "error.h".
34400         (save_cwd): Don't call error.  Ensure that errno is valid
34401         when returning nonzero.
34402
34403         * lib/save-cwd.h (restore_cwd): Update prototype.
34404         * lib/save-cwd.c (restore_cwd): Remove two parameters.
34405         Simplify.  Don't call error upon failure.  Let callers do that.
34406         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
34407         when auditing is enabled.  But don't bother updating the #if.
34408
34409 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
34410
34411         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
34412         it breaks C++ compilation.
34413         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
34414
34415 2003-07-10  Simon Josefsson  <jas@extundo.com>
34416
34417         * modules/strchrnul (Makefile.am): Add strchrnul.h.
34418
34419 2003-07-10  Jim Meyering  <jim@meyering.net>
34420
34421         * m4/clock_time.m4: Remove trailing blank.
34422         * m4/intmax_t.m4: Likewise.
34423
34424 2003-07-10  Jim Meyering  <jim@meyering.net>
34425
34426         * lib/vasnprintf.c: Remove trailing blanks.
34427         Make cpp indentation consistent.
34428
34429 2003-07-09  Paul Eggert  <eggert@twinsun.com>
34430
34431         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
34432         posixver.c, strftime.c, strnlen.c, strverscmp.c:
34433         Switch from LGPL to GPL.
34434
34435 2003-07-09  Paul Eggert  <eggert@twinsun.com>
34436
34437         * config/srclist.txt: Sort sublists.  Add
34438         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
34439         that differ from gnulib for one reason or another; we'd like this list
34440         to be smaller but for now let's document what we have.
34441
34442 2003-07-08  Paul Eggert  <eggert@twinsun.com>
34443
34444         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
34445         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
34446         and sweeter "eval x=$x".
34447         * config/srclist.txt: Get lib/argp* from glibc.
34448
34449 2003-07-07  Paul Eggert  <eggert@twinsun.com>
34450
34451         * lib/mktime.c: Fix some boundary cases and remove need for floating
34452         point.
34453
34454         Issue a compile-time diagnostic if time_t is floating point, or if
34455         two's complement arithmetic is not in effect, or if arithmetic
34456         right shift does not propagate the sign.  These assumptions were
34457         all in the original code but they weren't checked.
34458
34459         (TIME_T_MIDPOINT, verify): New macros.
34460         (__isleap): Remove; it has integer overflow problems.
34461         (leapyear): New function, without those problems.
34462         (ydhms_tm_diff): Remove; splitting into two parts.
34463         (ydhms_diff): New function, containing the arithmetic part of
34464         the old ydhms_tm_diff function.  Issue a compile-time
34465         diagnostic if we are not using C99 integer division.
34466         Avoid casts when possible.
34467         (guess_time_tm): New function, containing the checking part of
34468         the old ydhms_tm_diff function.  Return the new value, rather than
34469         the difference between it and the old.  Accept a new argument T
34470         so that *T specifies the old value.  Check for overflow in the result.
34471
34472         (__mktime_internal): Use a time_t offset, not a long int offset.
34473         This undoes the 2003-06-04 change, which is no longer needed now
34474         that we have better overflow checking.
34475         (localtime_offset): Likewise.
34476
34477         (__mktime_internal): Avoid harmful overflow on hosts where time_t
34478         and long are 64-bit but int is only 32-bit.
34479         (ydhms_diff): Use long int to store year1 and yday1.
34480         Issue a compile-time diagnostic if long int is not wide enough.
34481
34482         (__mktime_internal): Use long int to store adjusted year and yday.
34483         Use plain C rather than preprocessor commands, if that doesn't
34484         affect efficiency.
34485         Check for overflow (and try to repair) after each probe
34486         rather than checking only at the very end.  This avoids some bugs
34487         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
34488         does not equal GMT offset at maximum time).
34489         Use integer to check for overflow rather than floating point; this
34490         is more portable to non-IEEE hosts, and is a tad faster.
34491         When we detect that we are oscillating between two values,
34492         don't check whether tm_isdst has the requested value, since
34493         we already know the answer.  When tm_isdst has the wrong value,
34494         use a different heuristic to find the right one, based on the
34495         extreme values actually observed in practice in tz2003a,
34496         rather than the (overly optimistic) "previous 3 calendar quarters".
34497
34498         (not_equal_tm, print_tm, check_result): Use "const T" rather than
34499         "T const" to accommodate glibc style.
34500         (check_result): Use less-confusing report format.  "long" -> "long int.
34501         (main): Likewise.
34502         Don't loop if the iteration overflows time_t.
34503         Allow a negative step in the iteration.
34504
34505 2003-07-06  Karl Berry  <karl@gnu.org>
34506
34507         * config/depcomp: update from automake.
34508         * config/config.sub: update from prep.
34509
34510 2003-07-03  Karl Berry  <karl@gnu.org>
34511
34512         * config/config.guess: update from prep.
34513
34514 2003-07-01  Paul Eggert  <eggert@twinsun.com>
34515
34516         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
34517         xreadlink.c now includes it unconditionally.
34518
34519 2003-07-01  Paul Eggert  <eggert@twinsun.com>
34520
34521         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
34522         having it depend on HAVE_SYS_TYPES_H.
34523
34524 2003-07-01  Bruno Haible  <bruno@clisp.org>
34525
34526         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
34527         <sys/types.h> should be sufficient.
34528         Reported by Paul Eggert.
34529
34530 2003-06-26  Karl Berry  <karl@gnu.org>
34531
34532         * config/depcomp: update from automake.
34533
34534 2003-06-26  Bruno Haible  <bruno@clisp.org>
34535
34536         * modules/human: Depend on module stdbool.
34537
34538 2003-06-25  Bruno Haible  <bruno@clisp.org>
34539
34540         * modules/readlink: New file.
34541         * modules/xreadlink: Depend on it.
34542         * MODULES.html.sh (func_all_modules): Add readlink.
34543
34544 2003-06-25  Bruno Haible  <bruno@clisp.org>
34545
34546         * m4/readlink.m4: New file.
34547
34548 2003-06-25  Bruno Haible  <bruno@clisp.org>
34549
34550         * lib/readlink.c: New file.
34551
34552 2003-06-22  Karl Berry  <karl@gnu.org>
34553
34554         * config/srclist.txt: update mkinstalldirs from automake.
34555         * config/mkinstalldirs: update.
34556
34557 2003-06-22  Bruno Haible  <bruno@clisp.org>
34558
34559         Portability to mingw32.
34560         * m4/ssize_t.m4: New file, from GNU gettext.
34561         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
34562         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
34563
34564 2003-06-22  Bruno Haible  <bruno@clisp.org>
34565
34566         * modules/safe-read: Add m4/ssize_t.m4.
34567         * modules/xreadlink: Add m4/ssize_t.m4.
34568
34569 2003-06-20  Bruno Haible  <bruno@clisp.org>
34570
34571         Assume C89, so PARAMS isn't needed.
34572         * lib/unicodeio.h (PARAMS): Remove.
34573         * lib/unicodeio.c: Don't use PARAMS.
34574
34575 2003-06-18  Karl Berry  <karl@gnu.org>
34576
34577         * config/config.{guess,sub}: update from prep.
34578
34579 2003-06-18  Jim Meyering  <jim@meyering.net>
34580
34581         Merge changes from coreutils.
34582         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
34583         Remove explicit declarations of xmalloc and realloc.
34584         Include xalloc.h.
34585         (read_utmp): Remove anachronistic cast of xmalloc.
34586
34587 2003-06-17  Paul Eggert  <eggert@twinsun.com>
34588
34589         Assume C89, so PARAMS isn't needed.
34590         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
34591         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
34592         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
34593         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
34594         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
34595         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
34596         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
34597         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
34598         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
34599         lib/xstrtod.h, lib/xstrtol.h: Likewise.
34600         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
34601         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
34602         no longer needed. Anyway, config.h should always be included before any
34603         other file.
34604
34605 2003-06-11  Simon Josefsson  <jas@extundo.com>
34606
34607         * modules/sysexits: New file.
34608         * MODULES.html.sh (func_all_modules): Add sysexits.
34609
34610 2003-06-11  Simon Josefsson  <jas@extundo.com>
34611
34612         * lib/sysexit_.h: New file.
34613
34614 2003-06-11  Derek Price  <derek@ximbiot.com>
34615
34616         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
34617         necessary.
34618
34619 2003-06-11  Bruno Haible  <bruno@clisp.org>
34620
34621         * m4/sysexits.m4: New file.
34622
34623 2003-06-10  Simon Josefsson  <jas@extundo.com>
34624
34625         * lib/argp.h: New file, from glibc.
34626         * lib/argp-ba.c: New file, from glibc.
34627         * lib/argp-eexst.c: New file, from glibc.
34628         * lib/argp-fmtstream.c: New file, from glibc.
34629         * lib/argp-fmtstream.h: New file, from glibc.
34630         * lib/argp-fs-xinl.c: New file, from glibc.
34631         * lib/argp-help.c: New file, from glibc.
34632         * lib/argp-namefrob.h: New file, from glibc.
34633         * lib/argp-parse.c: New file, from glibc.
34634         * lib/argp-pv.c: New file, from glibc.
34635         * lib/argp-pvh.c: New file, from glibc.
34636         * lib/argp-xinl.c: New file, from glibc.
34637
34638 2003-06-10  Simon Josefsson  <jas@extundo.com>
34639
34640         * modules/strchrnul: New file.
34641
34642 2003-06-10  Simon Josefsson  <jas@extundo.com>
34643
34644         * modules/argp: New file.
34645
34646 2003-06-10  Simon Josefsson  <jas@extundo.com>
34647
34648         * m4/strchrnul.m4: New file.
34649
34650 2003-06-10  Simon Josefsson  <jas@extundo.com>
34651
34652         * lib/strchrnul.h: New file.
34653         * lib/strchrnul.c: New file.
34654
34655 2003-06-10  Bruno Haible  <bruno@clisp.org>
34656
34657         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
34658
34659 2003-06-07  Karl Berry  <karl@gnu.org>
34660
34661         * config/config.{guess,sub}: update from prep.
34662
34663 2003-06-07  Jim Meyering  <jim@meyering.net>
34664
34665         * modules/strtod: Use $(...) notation, not @...@ for
34666         AC_REPLACE'd variables.
34667         * modules/localcharset: Likewise.
34668
34669 2003-06-07  Jim Meyering  <jim@meyering.net>
34670
34671         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
34672         in place of my name in the copyright comment.
34673         Remove definition and uses of __P.
34674
34675         From coreutils.
34676         * lib/stat.c: Don't declare xmalloc explicitly.
34677         Instead, include "xalloc.h".
34678         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
34679         xrealloc, and xcalloc return values.
34680         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
34681         Improve comment.
34682         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
34683
34684 2003-06-07  Bruno Haible  <bruno@clisp.org>
34685
34686         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
34687         avoid AC_CONFIG_LINKS.
34688         * modules/fnmatch (Makefile.am): Use explicit creation rule for
34689         fnmatch.h, to avoid AC_CONFIG_LINKS.
34690         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
34691
34692 2003-06-07  Bruno Haible  <bruno@clisp.org>
34693
34694         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
34695         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
34696         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
34697         directory.
34698         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
34699         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
34700         directory.
34701
34702 2003-06-06  Jim Meyering  <jim@meyering.net>
34703
34704         Merge from coreutils.
34705         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
34706         Consolidate declarations and initializations of *_base* locals.
34707
34708         Merge from coreutils.
34709         This avoids a core dump on systems without GNU putenv,
34710         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
34711         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
34712         (unsetenv): New static function, from GNU libc.
34713         (rpl_putenv): Use it.
34714
34715         * lib/modechange.c: Remove trailing blanks.
34716
34717         Merge from coreutils.
34718         * lib/fsusage.c: Remove declaration of statfs.
34719         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
34720
34721         * lib/posixtm.c: Include <stdbool.h> unconditionally.
34722
34723 2003-06-06  Jim Meyering  <jim@meyering.net>
34724
34725         * lib/stdbool_.h: Renamed from stdbool.h.in.
34726
34727 2003-06-06  Jim Meyering  <jim@meyering.net>
34728             Bruno Haible  <bruno@clisp.org>
34729
34730         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
34731         Adjust Makefile.am snippet not to redirect directly to target.
34732         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
34733
34734 2003-06-05  Paul Eggert  <eggert@twinsun.com>
34735
34736         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
34737         mismatch, look in future quarters as well as past.  This fixes a
34738         bug when processing fall-backwards gaps immediately after a long
34739         period of daylight-saving time.
34740
34741         * lib/mktime.c: Assume freestanding C89 or better.
34742         (HAVE_LIMITS_H): Remove.  Assume it's 1.
34743         (__P): Remove; not used.
34744         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
34745         (mktime, not_equal_tm, print_tm, check_result,
34746         main): Use prototypes.  Use const * where appropriate.
34747         (main): Fix typo in testing code that uncovered by above changes.
34748         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
34749
34750 2003-06-04  Paul Eggert  <eggert@twinsun.com>
34751
34752         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
34753         locale.h, localeconv.  This merges changes from coreutils.
34754
34755         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
34756         It can be removed after the next Autoconf is released.
34757         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
34758         needed.
34759
34760 2003-06-04  Paul Eggert  <eggert@twinsun.com>
34761
34762         * lib/mktime.c: Fix Debian bug 177940
34763         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
34764         (localtime_offset): Now long int, not time_t, because we want it
34765         to be guaranteed to be signed.  All uses changed.
34766         (__mktime_internal): If overflow would occur when adding offset,
34767         don't add it.
34768
34769         Merge 'human' changes from coreutils.  Rewrite to support
34770         locale-specific notations like thousands separators.
34771         * lib/human.c: Simplify authorship notice.
34772         Include human.h immediately after config.h.
34773         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
34774         <limits.h>: Do not include, since human.h does.
34775         (SIZE_MAX, UINTMAX_MAX): New macros.
34776         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
34777         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
34778         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
34779         (power_letter): Renamed from suffixes.
34780         (generate_suffix_backwards): Remove.
34781         (adjust_value): Now takes int style (because of human.h changes)
34782         and long double value (for greater precision on some platforms).
34783         (group_number): New function.
34784         (human_readable): Use it.  Use integer options, not enum.
34785         Put the options before the sizes in the arg list.
34786         Support all the new options.
34787         The old human_readable function has been removed;
34788         use inttostr.h instead.
34789         (human_readable, default_block_size, humblock):
34790         Use uintmax_t, not int, for block sizes.
34791         (human_readable_inexact, block_size_types): Remove.
34792         (block_size_opts): New constant.
34793         (human_options): Renamed from human_block_size, with new signature
34794         that allows block sizes up to UINTMAX_MAX.  All callers changed.
34795         * lib/human.h: Add copyright and authorship notice.
34796         Include <limits.h> and <stdbool.h> unconditionally.
34797         (PARAMS): Remove.  All uses removed.
34798         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
34799         (enum human_inexact_style): Remove tag; now a nameless enum.
34800         (human_floor, human_ceiling, human_round_to_even): Now have
34801         values 2, 0, 1 rather than -1, 1, 0.
34802         (human_group_digits, human_suppress_point_zero, human_autoscale,
34803         human_base_1024, human_SI, human_B): New constants.
34804         (human_readable_inexact, human_block_size): Remove.
34805         (human_readable): Size args are now uintmax_t, not int.
34806         (human_options): New decl.
34807
34808         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
34809         unnecessary now that we assume C89 or better.  This change
34810         imported from coreutils.
34811
34812         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
34813         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
34814         in the 2003-05-30 sync from glibc.
34815
34816         .h files should stand alone, but we shouldn't include <sys/types.h>
34817         if we can get away with just <stddef.h>.
34818
34819         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
34820         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
34821         rather than <sys/types.h>, as we merely need size_t.
34822         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
34823         to get size_t.
34824         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
34825         Include <stdio.h>, to get FILE.
34826         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
34827         memcasecmp.h has included <stddef.h> and all we need is size_t.
34828         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
34829         our interface, instead of including <sys/types.h>
34830
34831 2003-06-04  Paul Eggert  <eggert@twinsun.com>
34832
34833         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
34834         now, as glibc mktime is buggy on non-glibc systems.
34835
34836 2003-06-03  Karl Berry  <karl@gnu.org>
34837
34838         * config/config.sub: update from prep.
34839
34840 2003-06-02  Paul Eggert  <eggert@twinsun.com>
34841
34842         [from coreutils]
34843         Fix some minor time-related bugs with POSIX time arguments.
34844         Some valid time stamps were being rejected (notably -1, and
34845         time stamps before 1900 on 64-bit hosts).  And some invalid
34846         time stamps were being accepted, e.g. September 31.
34847
34848         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
34849         that we can return (time_t) -1 successfully.
34850         * lib/posixtm.c: Likewise.
34851         [HAVE_STDBOOL_H]: Include <stdbool.h>.
34852         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
34853         (t): Remove static var.
34854         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
34855         of static var.  All uses changed.
34856         (year): Do not reject years before 1900; they can occur with
34857         64-bit time_t.
34858         (posix_time_parse): Do not check for out-of-range components;
34859         that is now the caller's responsibility, since our checks were
34860         only approximations.
34861         (posixtime): Use mktime to check for out-of-range components,
34862         since it knows them exactly.
34863         If mktime returns (time_t) -1, check whether an error actually occurred
34864         by invoking localtime on -1.
34865         (main) [TEST_POSIXTIME]: Check for input data errors, and report
34866         posixtime failures better.
34867         Improve the test data (in comments only).
34868
34869 2003-06-02  Karl Berry  <karl@gnu.org>
34870
34871         * config/mkinstalldirs (version): new variable.
34872         (--version): new option.
34873         (usage): improve message.
34874
34875 2003-05-30  Karl Berry  <karl@gnu.org>
34876
34877         * lib/mktime.c: update from libc.
34878
34879 2003-05-30  Bruno Haible  <bruno@clisp.org>
34880
34881         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
34882         * config/config.rpath: Upgrade to gettext-0.12.1.
34883
34884 2003-05-30  Bruno Haible  <bruno@clisp.org>
34885
34886         * m4/gettext.m4: Upgrade to gettext-0.12.1.
34887         * m4/nls.m4: New file, from gettext-0.12.1.
34888         * m4/po.m4: New file, from gettext-0.12.1.
34889         * m4/progtest.m4: Upgrade to gettext-0.12.1.
34890
34891 2003-05-30  Bruno Haible  <bruno@clisp.org>
34892
34893         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
34894         * lib/localcharset.h: Likewise.
34895         * lib/localcharset.c: Likewise.
34896
34897 2003-05-29  Karl Berry  <karl@gnu.org>
34898
34899         * config/config.rpath: update from gettext.
34900
34901 2003-05-28  Paul Eggert  <eggert@twinsun.com>
34902
34903         Assume the headers required for C89 freestanding compilers.
34904         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
34905         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
34906         * m4/human.m4 (gl_HUMAN): Likewise.
34907         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
34908         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
34909         * m4/userspec.m4 (gl_USERSPEC): Likewise.
34910         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
34911         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
34912         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
34913
34914 2003-05-28  Paul Eggert  <eggert@twinsun.com>
34915
34916         Assume the headers required for C89 freestanding compilers.
34917         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
34918         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
34919         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
34920         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
34921         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
34922         define, since <limits.h> is guaranteed to do that.
34923         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
34924         * lib/exclude.c: Include <stdbool.h> unconditionally.
34925         * lib/tempname.c: Include <stddef.h> unconditionally.
34926         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
34927         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
34928         <stddef.h> does that.
34929         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
34930         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
34931         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
34932         needed.
34933         * lib/xstrtol.c: Likewise.
34934         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
34935         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
34936
34937         * lib/addext.c (addext): Use assignment rather than cast, to avoid
34938         warnings on some platforms.
34939
34940         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
34941         arbitrarily.
34942
34943 2003-05-26  Jim Meyering  <jim@meyering.net>
34944
34945         Merge in a change from coreutils:
34946         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
34947         that is guaranteed to be `no'.  Use `no_such_member' to indicate
34948         that condition, rather than `-1' which is slightly misleading.
34949         Change the name of the cache variable to have the gl_ prefix.
34950         Prompted by a patch from Richard Dawe for DJGPP.
34951
34952 2003-05-24  Karl Berry  <karl@gnu.org>
34953
34954         * config/config.guess: update from prep.
34955
34956 2003-05-22  Karl Berry  <karl@gnu.org>
34957
34958         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
34959
34960 2003-05-20  Karl Berry  <karl@gnu.org>
34961
34962         * config/config.guess: update from prep.
34963
34964 2003-05-18  Karl Berry  <karl@gnu.org>
34965
34966         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
34967         might actually be set by the user.
34968
34969         * config/depcomp, install-sh, mdate-sh: update from automake.
34970
34971 2003-05-17  Bruno Haible  <bruno@clisp.org>
34972
34973         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
34974         invalid expansion for AC_EGREP_CPP.
34975         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
34976         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
34977         Suggested by Akim Demaille <akim@epita.fr> in
34978         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
34979
34980 2003-05-12  Jim Meyering  <jim@meyering.net>
34981
34982         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
34983         the space-padded-by-default conversion specifiers, %e, %k, %l.
34984
34985 2003-05-12  Bruno Haible  <bruno@clisp.org>
34986
34987         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
34988         the string is longer than 4 KB.
34989
34990 2003-05-11  Karl Berry  <karl@gnu.org>
34991
34992         * config/config.{guess,sub}: update from prep.
34993
34994 2003-05-09  Bruno Haible  <bruno@clisp.org>
34995
34996         * modules/error: Add m4/strerror_r.m4 to file list.
34997
34998 2003-05-03  Bruno Haible  <bruno@clisp.org>
34999
35000         Upgrade to Unicode-4.0.
35001         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
35002         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
35003         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
35004         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
35005         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
35006         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
35007         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
35008         Change width of U+E0100..U+E01EF from 1 to 0.
35009
35010 2003-04-25  Jim Meyering  <jim@meyering.net>
35011
35012         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
35013         of type size_t, not int.
35014
35015 2003-04-25  Bruno Haible  <bruno@clisp.org>
35016
35017         * lib/copy-file.c: Include <stddef.h>, for size_t.
35018
35019 2003-04-21  Paul Eggert  <eggert@twinsun.com>
35020
35021         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
35022         code which expansion is under static control.  Patch imported from
35023         Akim Demaille's patch to Bison; see
35024         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
35025
35026 2003-04-14  Bruno Haible  <bruno@clisp.org>
35027
35028         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
35029
35030 2003-04-11  Jim Meyering  <jim@meyering.net>
35031
35032         Merge changes from Coreutils.
35033
35034         2003-03-22  Jim Meyering  <jim@meyering.net>
35035
35036         * lib/strftime.c (widen): Cast alloca return value to proper type.
35037
35038         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
35039
35040         From GNU libc.
35041         * lib/strftime.c (my_strftime): Handle very large width
35042         specifications for numeric values correctly.  Improve checks for
35043         overflow.
35044
35045         2003-01-19  Jim Meyering  <jim@meyering.net>
35046
35047         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
35048         definitions.
35049         (nl_get_alt_digit) [! defined my_strftime]: Define.
35050         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
35051         _nl_get_alt_digit and _nl_get_walt_digit.
35052
35053         * lib/strftime.c (my_strftime): Merge in locale-related changes from
35054         libc. These changes have no effect outside of _LIBC.
35055
35056 2003-04-10  Bruno Haible  <bruno@clisp.org>
35057
35058         * modules/findprog: New file.
35059         * MODULES.html.sh (func_all_modules): Add it.
35060
35061 2003-04-10  Bruno Haible  <bruno@clisp.org>
35062
35063         * m4/findprog.m4: New file.
35064         * m4/eaccess.m4: New file.
35065
35066 2003-04-10  Bruno Haible  <bruno@clisp.org>
35067
35068         * lib/findprog.h: New file, from GNU gettext.
35069         * lib/findprog.c: New file, from GNU gettext.
35070
35071 2003-04-05  Jim Meyering  <jim@meyering.net>
35072
35073         Merge changes from Coreutils.
35074
35075         * lib/exclude.h (PARAMS): Remove definition and uses.
35076         * lib/exclude.c: Remove uses of `PARAMS'.
35077
35078         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
35079         Add test-cases for DOS filenames. Declare program_name.
35080         (main): Set up program_name.  Patch by Rich Dawe.
35081
35082         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
35083         error from mntctl.
35084         Use mntctl's return value to drive the entry-processing loop, since
35085         we can't rely on the value of the vmt_length member in the last
35086         entry.  On some systems doing so could result in exhausting
35087         virtual memory.  Based in part on a patch from Mike Jetzer.
35088
35089 2003-04-04  Bruno Haible  <bruno@clisp.org>
35090
35091         * modules/linebreak: New file.
35092         * MODULES.html.sh (func_all_modules): Add it.
35093
35094 2003-04-04  Bruno Haible  <bruno@clisp.org>
35095
35096         * m4/linebreak.m4: New file.
35097
35098 2003-04-04  Bruno Haible  <bruno@clisp.org>
35099
35100         * lib/linebreak.h: New file, from GNU gettext.
35101         * lib/linebreak.c: New file, from GNU gettext with slight
35102         modifications.
35103         * lib/lbrkprop.h: New file, from GNU gettext.
35104
35105 2003-04-03  Bruno Haible  <bruno@clisp.org>
35106
35107         * modules/utf8-ucs4: New file.
35108         * modules/utf16-ucs4: New file.
35109         * modules/ucs4-utf8: New file.
35110         * modules/ucs4-utf16: New file.
35111         * MODULES.html.sh (func_all_modules): Add them.
35112
35113 2003-04-03  Bruno Haible  <bruno@clisp.org>
35114
35115         * m4/utf-ucs4.m4: New file.
35116         * m4/ucs4-utf.m4: New file.
35117
35118 2003-04-03  Bruno Haible  <bruno@clisp.org>
35119
35120         * lib/utf8-ucs4.h: New file, from GNU gettext.
35121         * lib/utf16-ucs4.h: New file, from GNU gettext.
35122         * lib/ucs4-utf8.h: New file, from GNU gettext.
35123         * lib/ucs4-utf16.h: New file, from GNU gettext.
35124
35125 2003-04-02  Bruno Haible  <bruno@clisp.org>
35126
35127         * modules/binary-io: New file.
35128         * MODULES.html.sh (func_all_modules): Add it.
35129
35130 2003-04-02  Bruno Haible  <bruno@clisp.org>
35131
35132         * lib/binary-io.h: New file, from GNU gettext.
35133
35134 2003-04-01  Bruno Haible  <bruno@clisp.org>
35135
35136         * modules/pathname: New file.
35137         * MODULES.html.sh (func_all_modules): Add it.
35138
35139 2003-04-01  Bruno Haible  <bruno@clisp.org>
35140
35141         * lib/pathname.h: New file, from GNU gettext.
35142         * lib/concatpath.c: New file, from GNU gettext.
35143
35144 2003-03-30  Bruno Haible  <bruno@clisp.org>
35145
35146         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
35147
35148 2003-03-30  Bruno Haible  <bruno@clisp.org>
35149
35150         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
35151         function chown() doesn't exist.
35152
35153 2003-03-28  Bruno Haible  <bruno@clisp.org>
35154
35155         * modules/copy-file: New file.
35156         * MODULES.html.sh (func_all_modules): Add it.
35157
35158 2003-03-28  Bruno Haible  <bruno@clisp.org>
35159
35160         * m4/copy-file.m4: New file.
35161
35162 2003-03-28  Bruno Haible  <bruno@clisp.org>
35163
35164         * lib/copy-file.h: New file, from GNU gettext.
35165         * lib/copy-file.c: New file, from GNU gettext.
35166
35167 2003-03-18  Jim Meyering  <jim@meyering.net>
35168
35169         * lib/quote.c (quote_n): Fix typo in comment.
35170
35171 2003-03-18  Bruno Haible  <bruno@clisp.org>
35172
35173         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
35174         checking.
35175         * m4/onceonly_2_57.m4: Likewise.
35176
35177 2003-03-17  Bruno Haible  <bruno@clisp.org>
35178
35179         * m4/onceonly.m4: Require autoconf 2.54 or newer.
35180         (m4_quote): Remove macro.
35181         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
35182
35183 2003-03-14  Jim Meyering  <jim@meyering.net>
35184
35185         Merge changes from Coreutils.
35186         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
35187         to be const, in order to avoid warnings.
35188         (obstack_room): Likewise.
35189         (obstack_empty_p): Likewise.
35190
35191 2003-03-14  Bruno Haible  <bruno@clisp.org>
35192
35193         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
35194         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
35195
35196 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35197
35198         Merge changes from Bison.
35199         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
35200         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
35201         when compiling Bison 1.875's `bitset bset = obstack_alloc
35202         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
35203         * lib/hash.c: Include <stdbool.h> unconditionally.
35204
35205 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35206
35207         * m4/onceonly.m4 (m4_quote): New macro.
35208         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
35209         Quote AC_FOREACH variable-expansions properly.
35210
35211 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35212
35213         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
35214
35215 2003-03-09  Paul Eggert  <eggert@twinsun.com>
35216
35217         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
35218         Reported by Bruce Becker; see:
35219         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
35220
35221 2003-03-03  Paul Eggert  <eggert@twinsun.com>
35222             Bruno Haible  <bruno@clisp.org>
35223
35224         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
35225         Reported by John Hughes, see
35226         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
35227
35228 2003-02-20  Bruno Haible  <bruno@clisp.org>
35229
35230         * MODULES.html.sh (func_all_modules): Add poll.
35231
35232 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35233
35234         * modules/poll: New file.
35235
35236 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35237
35238         * lib/poll_.h: New file.
35239         * lib/poll.c: New file.
35240
35241 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35242
35243         * m4/poll.m4: New file.
35244
35245 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35246
35247         * modules/mathl: New file.
35248
35249 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35250
35251         * lib/mathl.h: New file.
35252         * lib/acosl.c: New file.
35253         * lib/asinl.c: New file.
35254         * lib/atanl.c: New file.
35255         * lib/ceill.c: New file.
35256         * lib/cosl.c: New file.
35257         * lib/expl.c: New file.
35258         * lib/floorl.c: New file.
35259         * lib/frexpl.c: New file.
35260         * lib/ldexpl.c: New file.
35261         * lib/logl.c: New file.
35262         * lib/sincosl.c: New file.
35263         * lib/sinl.c: New file.
35264         * lib/sqrtl.c: New file.
35265         * lib/tanl.c: New file.
35266         * lib/trigl.c: New file.
35267         * lib/trigl.h: New file.
35268
35269 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35270
35271         * m4/mathl.m4: New file.
35272
35273 2003-02-18  Bruno Haible  <bruno@clisp.org>
35274
35275         * MODULES.html.sh (func_all_modules): Add mathl.
35276
35277 2003-02-17  Bruno Haible  <bruno@clisp.org>
35278
35279         * modules/mkdtemp: New module.
35280         * MODULES.html.sh (func_all_modules): Add it.
35281
35282 2003-02-17  Bruno Haible  <bruno@clisp.org>
35283
35284         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
35285
35286 2003-02-17  Bruno Haible  <bruno@clisp.org>
35287
35288         * lib/mkdtemp.h: New file, from GNU gettext.
35289         * lib/mkdtemp.c: New file, from GNU gettext.
35290
35291 2003-02-02  Jim Meyering  <jim@meyering.net>
35292
35293         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
35294         e.g. glibc-2.2.93.
35295
35296 2003-01-31  Bruno Haible  <bruno@clisp.org>
35297
35298         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
35299         'rpl_rename'.
35300         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
35301         'rpl_strnlen'.
35302         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
35303         'rpl_strtod'.
35304         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
35305         'rpl_utime'.
35306
35307 2003-01-31  Bruno Haible  <bruno@clisp.org>
35308
35309         * lib/rename.c: #undef rename before defining rpl_rename.
35310         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
35311
35312 2003-01-30  Bruno Haible  <bruno@clisp.org>
35313
35314         * modules/vasnprintf, modules/vasprintf: New modules.
35315         * MODULES.html.sh (func_all_modules): Add them.
35316
35317 2003-01-30  Bruno Haible  <bruno@clisp.org>
35318
35319         * m4/signed.m4: New file, from GNU gettext.
35320         * m4/longdouble.m4: New file, from GNU gettext.
35321         * m4/wchar_t.m4: New file, from GNU gettext.
35322         * m4/wint_t.m4: New file, from GNU gettext.
35323         * m4/vasnprintf.m4: New file.
35324         * m4/vasprintf.m4: New file.
35325
35326 2003-01-30  Bruno Haible  <bruno@clisp.org>
35327
35328         * lib/printf-args.h: New file, from GNU gettext.
35329         * lib/printf-args.c: New file, from GNU gettext.
35330         * lib/printf-parse.h: New file, from GNU gettext.
35331         * lib/printf-parse.c: New file, from GNU gettext.
35332         * lib/vasnprintf.h: New file, from GNU gettext.
35333         * lib/vasnprintf.c: New file, from GNU gettext.
35334         * lib/asnprintf.c: New file, from GNU gettext.
35335         * lib/vasprintf.h: New file, from GNU gettext with modifications.
35336         * lib/vasprintf.c: New file, from GNU gettext.
35337         * lib/asprintf.c: New file, from GNU gettext.
35338
35339 2003-01-29  Bruno Haible  <bruno@clisp.org>
35340
35341         * modules/stpncpy: New module.
35342         * MODULES.html.sh (func_all_modules): Add it.
35343
35344 2003-01-29  Bruno Haible  <bruno@clisp.org>
35345
35346         * m4/stpncpy.m4: New file.
35347
35348 2003-01-29  Bruno Haible  <bruno@clisp.org>
35349
35350         * lib/stpncpy.h: New file, from GNU gettext with modifications.
35351         * lib/stpncpy.c: New file, from GNU gettext with modifications.
35352
35353 2003-01-28  Bruno Haible  <bruno@clisp.org>
35354
35355         * modules/c-ctype: New module.
35356         * MODULES.html.sh (func_all_modules): Add it.
35357
35358 2003-01-28  Bruno Haible  <bruno@clisp.org>
35359
35360         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
35361         Paul Eggert.
35362         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
35363         Paul Eggert.
35364
35365 2003-01-27  Bruno Haible  <bruno@clisp.org>
35366
35367         * modules/xsetenv: New module.
35368         * MODULES.html.sh (func_all_modules): Add it.
35369
35370 2003-01-27  Bruno Haible  <bruno@clisp.org>
35371
35372         * lib/xsetenv.h: New file, from GNU gettext.
35373         * lib/xsetenv.c: New file, from GNU gettext.
35374
35375 2003-01-23  Jim Meyering  <jim@meyering.net>
35376
35377         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
35378         from working on systems without dirfd (at least Irix and OSF1/Tru64).
35379
35380 2003-01-23  Bruno Haible  <bruno@clisp.org>
35381
35382         * modules/minmax: New module.
35383         * MODULES.html.sh (func_all_modules): Add it.
35384
35385 2003-01-23  Bruno Haible  <bruno@clisp.org>
35386
35387         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
35388         Eggert.
35389
35390 2003-01-22  Bruno Haible  <bruno@clisp.org>
35391
35392         * modules/exit: New module.
35393         * MODULES.html.sh (func_all_modules): Add it.
35394
35395 2003-01-22  Bruno Haible  <bruno@clisp.org>
35396
35397         * lib/exit.h: New file, from GNU gettext.
35398
35399 2003-01-19  Bruno Haible  <bruno@clisp.org>
35400
35401         * gnulib-tool: Recognize option --extract-maintainer.
35402         (func_get_maintainer): New function.
35403         * modules/*: Add Maintainer entry.
35404
35405 2003-01-16  Jim Meyering  <jim@meyering.net>
35406
35407         * m4/regex.m4: The `regex' struct is both input and output.
35408         Initialize it before each use.  Patch by Tim Waugh.
35409
35410 2003-01-16  Bruno Haible  <bruno@clisp.org>
35411
35412         * MODULES.html.sh: Add a table of contents. Add the module name as
35413         leftmost column. Add hyperlinks.
35414
35415 2003-01-15  Bruno Haible  <bruno@clisp.org>
35416
35417         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
35418
35419 2003-01-15  Bruno Haible  <bruno@clisp.org>
35420
35421         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
35422         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
35423         suffix.
35424
35425 2003-01-15  Bruno Haible  <bruno@clisp.org>
35426
35427         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
35428
35429 2003-01-15  Bruno Haible  <bruno@clisp.org>
35430
35431         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
35432         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
35433
35434 2003-01-14  Jim Meyering  <jim@meyering.net>
35435
35436         * lib/same.c (same_name): Tweak a comment.
35437
35438 2003-01-14  Bruno Haible  <bruno@clisp.org>
35439
35440         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
35441         when a string comparison is sufficient.
35442
35443 2003-01-14  Bruno Haible  <bruno@clisp.org>
35444
35445         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
35446         'unsigned int'.
35447
35448 2003-01-14  Bruno Haible  <bruno@clisp.org>
35449
35450         * lib/hash-pjw.c: Add comment about low quality of this function.
35451
35452 2003-01-13  Bruno Haible  <bruno@clisp.org>
35453
35454         * modules/stpcpy: Distribute lib/stpcpy.h.
35455         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
35456
35457 2003-01-13  Bruno Haible  <bruno@clisp.org>
35458
35459         * modules/*: Add a description.
35460         * modules/strpbrk: Fix Makefile.am snippet.
35461         * modules/strtoimax: Fix dependencies.
35462         * modules/strtoumax: Likewise.
35463
35464 2003-01-13  Bruno Haible  <bruno@clisp.org>
35465
35466         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
35467         * modules/alloca (Makefile.am): All object files depend on alloca.h.
35468         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
35469
35470 2003-01-13  Bruno Haible  <bruno@clisp.org>
35471
35472         * gnulib-tool (func_create_testdir): Store config/* files in the main
35473         directory.
35474         * config.rpath: Move to ...
35475         * config/config.rpath: ... here.
35476         * modules/gettext: Contains config/config.rpath, not config.rpath.
35477         * modules/iconv: Likewise.
35478
35479 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35480
35481         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35482         to avoid collisions with libcurses and libreadline.
35483
35484         * m4/getstr.m4: Remove.
35485         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
35486
35487 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35488
35489         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35490         to avoid collisions with libcurses and libreadline.
35491
35492         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
35493         * lib/getstr.h, getstr.c: Remove.
35494         * lib/getline.c: Include "getline.h", to check interface.
35495         Move body of old getstr.c here: this defines MIN_CHUNK and
35496         declares getdelim2, which is renamed from getstr.
35497         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
35498
35499         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
35500         All uses changed.
35501         * lib/linebuffer.h: Likewise.
35502         (readline): Remove backward-compatibility macro.
35503
35504 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35505
35506         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35507         to avoid collisions with libcurses and libreadline.
35508         * getstr: Remove.
35509         * MODULES.html.sh: Remove getstr.
35510         * modules/getline: Depend on unlocked-io, not getstr.
35511
35512 2003-01-12  Jim Meyering  <jim@meyering.net>
35513
35514         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
35515
35516 2003-01-10  Bruno Haible  <bruno@clisp.org>
35517
35518         * modules/alloca: Change Makefile.am requirements. Simplify Include
35519         requirements. Add lib/alloca_.h to file list.
35520
35521 2003-01-10  Bruno Haible  <bruno@clisp.org>
35522
35523         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
35524
35525 2003-01-10  Bruno Haible  <bruno@clisp.org>
35526
35527         * lib/alloca_.h: New file.
35528         * lib/getdate.y: Unconditionally include alloca.h.
35529         * lib/makepath.c: Likewise.
35530         * lib/setenv.c: Likewise.
35531         * lib/userspec.c: Likewise.
35532
35533 2003-01-09  Karl Berry  <karl@gnu.org>
35534
35535         * MODULES.html.sh: include `dirname $0` in PATH, to find
35536         gnulib-tool.
35537
35538 2003-01-09  Bruno Haible  <bruno@clisp.org>
35539
35540         * modules/stdbool: Change configure.ac, Makefile.am requirements.
35541         Simplify Include requirements. Add lib/stdbool.h.in to file list.
35542
35543 2003-01-09  Bruno Haible  <bruno@clisp.org>
35544
35545         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
35546
35547 2003-01-09  Bruno Haible  <bruno@clisp.org>
35548
35549         * lib/stdbool.h.in: New file.
35550
35551 2003-01-09  Bruno Haible  <bruno@clisp.org>
35552
35553         * gnulib-tool (func_all_modules): Ignore files ending in ~.
35554         * MODULES.html.sh: Likewise.
35555
35556 2003-01-08  Jim Meyering  <jim@meyering.net>
35557
35558         * lib/full-write.c: Undefine and define-away `const' after inclusion
35559         of errno.h, not before.  Suggestion from Bruno Haible.
35560
35561 2003-01-08  Bruno Haible  <bruno@clisp.org>
35562
35563         * modules/full-read: Depend on full-write.
35564
35565 2003-01-08  Bruno Haible  <bruno@clisp.org>
35566
35567         * lib/safe-read.c: Include specification header first, to ensure its
35568         selfcontainedness.
35569         * lib/full-write.c: Likewise.
35570
35571 2003-01-07  Jim Meyering  <jim@meyering.net>
35572
35573         * lib/full-write.c: Rework so that it may serve to define full_read,
35574         too.
35575         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
35576
35577 2003-01-07  Bruno Haible  <bruno@clisp.org>
35578
35579         * lib/strtoimax.c: Include <stdint.h> as an alternative to
35580         <inttypes.h>.
35581         * lib/xstrtol.h: Likewise.
35582         * lib/xstrtoimax.c: Likewise.
35583         * lib/xstrtoumax.c: Likewise.
35584         * lib/human.h: Likewise.
35585
35586         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
35587         on systems that have <inttypes.h> but not <stdint.h>.
35588
35589 2003-01-07  Bruno Haible  <bruno@clisp.org>
35590
35591         * MODULES.html.sh: Add copyright notice.
35592         (missed_files): Omit CVS directory entries.
35593         (func_module): Make it work with sed-3.02.
35594         * MODULES.txt: Remove file.
35595
35596 2003-01-06  Jim Meyering  <jim@meyering.net>
35597
35598         * lib/version-etc.c: Update year in translatable copyright string.
35599
35600 2003-01-03  Karl Berry  <karl@gnu.org>
35601
35602         * config/config.{guess,sub}: update from prep.
35603
35604 2003-01-02  Karl Berry  <karl@gnu.org>
35605
35606         * doc/COPYING.DOC: belatedly updated to 1.2.
35607
35608 2003-01-01  Karl Berry  <karl@gnu.org>
35609
35610         * gnulib-tool (func_verify_module): report module name $module in
35611         error message, not $1.
35612         * gnulib-tool (create-testdir): don't complain if destdir couldn't
35613         be created, only if it doesn't exist.
35614         * gnulib-tool (last_checkin_date): don't expand the $Date here.
35615
35616 2002-12-31  Paul Eggert  <eggert@twinsun.com>
35617
35618         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
35619
35620 2002-12-31  Paul Eggert  <eggert@twinsun.com>
35621
35622         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
35623         memcmp if strcoll doesn't work.
35624
35625 2002-12-31  Bruno Haible  <bruno@clisp.org>
35626
35627         * lib/utime.c (utime_null): No need to call ftruncate if the file was
35628         nonempty.
35629
35630 2002-12-31  Bruno Haible  <bruno@clisp.org>
35631
35632         * lib/memcoll.c (STRCOLL): New macro.
35633         (memcoll): Use it.
35634
35635 2002-12-31  Bruno Haible  <bruno@clisp.org>
35636
35637         * lib/localcharset.h: New file.
35638         * lib/localcharset.c: Include it.
35639         * lib/unicodeio.c: Likewise.
35640
35641 2002-12-31  Bruno Haible  <bruno@clisp.org>
35642
35643         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
35644         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
35645
35646 2002-12-31  Bruno Haible  <bruno@clisp.org>
35647
35648         * lib/getline.h: Include <stddef.h>, for size_t.
35649
35650         * lib/unicodeio.h: Include <stddef.h>, for size_t.
35651         * lib/unicodeio.c: Don't include <stddef.h>.
35652
35653 2002-12-31  Bruno Haible  <bruno@clisp.org>
35654
35655         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
35656         HAVE_TM_ZONE.
35657
35658 2002-12-24  Karl Berry  <karl@gnu.org>
35659
35660         * config/config.guess: update from prep.
35661
35662 2002-12-24  Bruno Haible  <bruno@clisp.org>
35663
35664         General infrasructure.
35665         * m4/README: Rewritten.
35666         * m4/onceonly.m4: New file.
35667         * m4/onceonly_2_57.m4: New file.
35668
35669         Module atexit.
35670         * m4/atexit.m4: New file.
35671
35672         Module strtod.
35673         * m4/strtod.m4: New file.
35674
35675         Module strtol.
35676         * m4/strtol.m4: New file.
35677
35678         Module strtoul.
35679         * m4/strtoul.m4: New file.
35680
35681         Module memchr.
35682         * m4/memchr.m4: New file.
35683
35684         Module memcmp.
35685         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
35686         (jm_FUNC_MEMCMP): Invoke it.
35687
35688         Module memcpy.
35689         * m4/memcpy.m4: New file.
35690
35691         Module memmove.
35692         * m4/memmove.m4: New file.
35693
35694         Module memset.
35695         * m4/memset.m4: New file.
35696
35697         Module strcspn.
35698         * m4/strcspn.m4: New file.
35699
35700         Module strpbrk.
35701         * m4/strpbrk.m4: New file.
35702
35703         Module strstr.
35704         * m4/strstr.m4: New file.
35705
35706         Module strerror.
35707         * m4/strerror.m4: New file.
35708
35709         Module mktime.
35710         * m4/mktime.m4: Renamed from jm-mktime.m4.
35711         (gl_PREREQ_MKTIME): New macro.
35712         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
35713
35714         Module malloc.
35715         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
35716         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
35717         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
35718
35719         Module realloc.
35720         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
35721         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
35722         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
35723
35724         Module strftime.
35725         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
35726         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
35727         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
35728         gl_TM_GMTOFF.
35729         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
35730
35731         Module xalloc.
35732         * m4/xalloc.m4: New file.
35733
35734         Module alloca.
35735         * m4/alloca.m4: New file.
35736
35737         Module putenv.
35738         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
35739         (jm_FUNC_PUTENV): Invoke it.
35740
35741         Module setenv.
35742         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
35743         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
35744         when invoked twice.
35745         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
35746         gt_FUNC_SETENV.
35747
35748         Module memrchr.
35749         * m4/memrchr.m4: New file.
35750
35751         Module stpcpy.
35752         * m4/stpcpy.m4: New file.
35753
35754         Module strcase.
35755         * m4/strcase.m4: New file.
35756
35757         Module strdup.
35758         * m4/strdup.m4: New file.
35759
35760         Module strnlen.
35761         * m4/strnlen.m4: New file.
35762
35763         Module strndup.
35764         * m4/strndup.m4: New file.
35765
35766         Module xstrtod.
35767         * m4/xstrtod.m4: New file.
35768
35769         Module xstrtol.
35770         * m4/xstrtol.m4: New file.
35771
35772         Module getdate.
35773         * m4/getdate.m4: New file.
35774
35775         Module unlocked-io.
35776         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
35777         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
35778         * m4/jm-glibc-io.m4n: Remove file.
35779
35780         Module long-options.
35781         * m4/long-options.m4: New file.
35782
35783         Module md5.
35784         * m4/md5.m4: New file.
35785
35786         Module sha.
35787         * m4/sha.m4: New file.
35788
35789         Module getstr.
35790         * m4/getstr.m4: New file.
35791
35792         Module getline.
35793         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
35794         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
35795         <sys/types.h>, for size_t. Use the function name gnu_getline, not
35796         simply getline. Infoke gl_PREREQ_GETLINE.
35797
35798         Module obstack.
35799         * m4/obstack.m4: New file.
35800
35801         Module hash.
35802         * m4/hash.m4: New file.
35803
35804         Module readtokens.
35805         * m4/readtokens.m4: New file.
35806
35807         Module strverscmp.
35808         * m4/strverscmp.m4: New file.
35809
35810         Module stdbool.
35811         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
35812         OSF/1.
35813
35814         Module strtoll.
35815         * m4/strtoll.m4: New file.
35816
35817         Module strtoull.
35818         * m4/strtoull.m4: New file.
35819
35820         Module strtoimax.
35821         * m4/strtoimax.m4: New file.
35822
35823         Module strtoumax.
35824         * m4/strtoumax.m4: New file.
35825
35826         Module xstrtoimax.
35827         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
35828         jm_AC_PREREQ_XSTRTOIMAX.
35829         Moved the strtol prerequisites to strtol.m4.
35830         Moved the strtoll prerequisites to strtoll.m4.
35831         Moved the strtoimax prerequisites to strtoimax.m4.
35832
35833         Module xstrtoumax.
35834         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
35835         jm_AC_PREREQ_XSTRTOUMAX.
35836         Moved the strtoul prerequisites to strtoul.m4.
35837         Moved the strtoull prerequisites to strtoull.m4.
35838         Moved the strtoumax prerequisites to strtoumax.m4.
35839
35840         Module chown.
35841         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
35842         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
35843
35844         Module dup2.
35845         * m4/dup2.m4: New file.
35846
35847         Module ftruncate.
35848         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
35849         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
35850
35851         Module getgroups.
35852         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
35853         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
35854
35855         Module gettimeofday.
35856         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
35857         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
35858         gl_PREREQ_GETTIMEOFDAY.
35859
35860         Module mkdir.
35861         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
35862         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
35863
35864         Module mkstemp.
35865         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
35866         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
35867         jm_AC_TYPE_UINTMAX_T.
35868         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
35869
35870         Module stat.
35871         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
35872         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
35873
35874         Module lstat.
35875         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
35876         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
35877
35878         Module timespec.
35879         * m4/timespec.m4 (gl_TIMESPEC): New macro.
35880         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
35881         * m4/st_mtim.m4: Indentation.
35882
35883         Module nanosleep.
35884         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
35885         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
35886         gl_PREREQ_NANOSLEEP.
35887
35888         Module regex.
35889         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
35890         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
35891         (gl_REGEX): New macro.
35892
35893         Module rename.
35894         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
35895         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
35896
35897         Module rmdir.
35898         * m4/rmdir.m4: New file.
35899
35900         Module utime.
35901         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
35902         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
35903         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
35904
35905         Module dirname.
35906         * m4/dirname.m4: New file.
35907
35908         Module getopt.
35909         * m4/getopt.m4: New file.
35910
35911         Module unistd-safer.
35912         * m4/unistd-safer.m4: New file.
35913
35914         Module fnmatch.
35915         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
35916         declaration.
35917         (gl_PREREQ_FNMATCH_EXTRA): New macro.
35918         (gl_FUNC_FNMATCH_POSIX): New macro.
35919         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
35920         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
35921         simply fnmatch.
35922
35923         Module exclude.
35924         * m4/exclude.m4: New file.
35925
35926         Module human.
35927         * m4/human.m4: New file.
35928
35929         Module acl.
35930         * m4/acl.m4: Nop.
35931
35932         Module backupfile.
35933         * m4/backupfile.m4: New file.
35934         * m4/d-ino.m4: Indentation.
35935
35936         Module fsusage.
35937         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
35938         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
35939         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
35940
35941         Module dirfd.
35942         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
35943         requirements.
35944
35945         Module euidaccess.
35946         * m4/euidaccess.m4: New file.
35947
35948         Module file-type.
35949         * m4/file-type.m4: New file.
35950
35951         Module fileblocks.
35952         * m4/fileblocks.m4: New file.
35953
35954         Module filemode.
35955         * m4/filemode.m4: New file.
35956
35957         Module isdir.
35958         * m4/isdir.m4: New file.
35959
35960         Module lchown.
35961         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
35962         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
35963
35964         Module makepath.
35965         * m4/makepath.m4: New file.
35966
35967         Module modechange.
35968         * m4/modechange.m4: New file.
35969
35970         Module mountlist.
35971         * m4/mountlist.m4: New file.
35972         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
35973         Indentation.
35974
35975         Module path-concat.
35976         * m4/path-concat.m4: New file.
35977
35978         Module pathmax.
35979         * m4/pathmax.m4: New file.
35980
35981         Module same.
35982         * m4/same.m4: New file.
35983
35984         Module save-cwd.
35985         * m4/save-cwd.m4: New file.
35986
35987         Module savedir.
35988         * m4/savedir.m4: New file.
35989
35990         Module xgetcwd.
35991         * m4/xgetcwd.m4: New file.
35992         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
35993
35994         Module xreadlink.
35995         * m4/xreadlink.m4: New file.
35996
35997         Module safe-read.
35998         * m4/safe-read.m4: New file.
35999
36000         Module safe-write.
36001         * m4/safe-write.m4: New file.
36002
36003         Module closeout.
36004         * m4/closeout.m4: New file.
36005
36006         Module stdio-safer.
36007         * m4/stdio-safer.m4: New file.
36008
36009         Module getpass.
36010         * m4/getpass.m4: New file.
36011
36012         Module getugroups.
36013         * m4/getugroups.m4: New file.
36014
36015         Module group-member.
36016         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
36017         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
36018
36019         Module idcache.
36020         * m4/idcache.m4: New file.
36021
36022         Module userspec.
36023         * m4/userspec.m4: New file.
36024
36025         Module gettime.
36026         * m4/clock_time.m4: New file.
36027         * m4/gettime.m4: New file.
36028
36029         Module settime.
36030         * m4/settime.m4: New file.
36031
36032         Module posixtm.
36033         * m4/posixtm.m4: New file.
36034
36035         Module gethostname.
36036         * m4/gethostname.m4: New file.
36037
36038         Module canon-host.
36039         * m4/canon-host.m4: New file.
36040
36041         Module gettext.
36042         * m4/codeset.m4: New file, from gettext-0.11.5.
36043         * m4/gettext.m4: New file, from gettext-0.11.5.
36044         * m4/glibc21.m4: New file, from gettext-0.11.5.
36045         * m4/iconv.m4: New file, from gettext-0.11.5.
36046         * m4/intdiv0.m4: New file, from gettext-0.11.5.
36047         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
36048         * m4/inttypes.m4: New file, from gettext-0.11.5.
36049         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
36050         * m4/isc-posix.m4: New file, from gettext-0.11.5.
36051         * m4/lcmessage.m4: New file, from gettext-0.11.5.
36052         * m4/lib-ld.m4: New file, from gettext-0.11.5.
36053         * m4/lib-link.m4: New file, from gettext-0.11.5.
36054         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
36055         * m4/progtest.m4: New file, from gettext-0.11.5.
36056         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
36057         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
36058         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
36059
36060         Module localcharset.
36061         * m4/localcharset.m4: New file.
36062
36063         Module hard-locale.
36064         * m4/hard-locale.m4: New file.
36065
36066         Module mbswidth.
36067         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
36068         onceonly macros.
36069         * m4/mbrtowc.m4: Add comment.
36070
36071         Module memcasecmp.
36072         * m4/memcasecmp.m4: New file.
36073
36074         Module memcoll.
36075         * m4/memcoll.m4: New file.
36076
36077         Module unicodeio.
36078         * m4/unicodeio.m4: New file.
36079
36080         Module rpmatch.
36081         * m4/rpmatch.m4: New file.
36082
36083         Module yesno.
36084         * m4/yesno.m4: New file.
36085
36086         Module exitfail.
36087         * m4/exitfail.m4: New file.
36088
36089         Module c-stack.
36090         * m4/c-stack.m4 (gl_C_STACK): New macro.
36091         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
36092
36093         Module error.
36094         * m4/error.m4 (gl_ERROR): New macro.
36095         (jm_PREREQ_ERROR): Use onceonly macros.
36096
36097         Module fatal.
36098         * m4/fatal.m4: New file.
36099
36100         Module getloadavg.
36101         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
36102         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
36103
36104         Module getpagesize.
36105         * m4/getpagesize.m4: New file.
36106
36107         Module getusershell.
36108         * m4/getusershell.m4: New file.
36109
36110         Module physmem.
36111         * m4/physmem.m4: New file.
36112
36113         Module posixver.
36114         * m4/posixver.m4: New file.
36115
36116         Module quotearg.
36117         * m4/quotearg.m4: New file.
36118
36119         Module quote.
36120         * m4/quote.m4: New file.
36121
36122         Module readutmp.
36123         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
36124
36125         Module sig2str.
36126         * m4/sig2str.m4: New file.
36127
36128         Other.
36129         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
36130         ulonglong.m4.
36131         * m4/intmax_t.m4: New file.
36132         * m4/d-type.m4: Indentation.
36133         * m4/jm-macros.m4: Update.
36134         * m4/prereq.m4 (jm_PREREQ): Update.
36135         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
36136         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
36137         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
36138         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
36139         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
36140         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
36141         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
36142         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
36143         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
36144         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
36145         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
36146         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
36147         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
36148         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
36149         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
36150         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
36151         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
36152         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
36153         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
36154
36155 2002-12-24  Bruno Haible  <bruno@clisp.org>
36156
36157         * MODULES.txt: Update according to m4/ changes.
36158
36159         Module gettext.
36160         * config.rpath: New file, from gettext-0.11.5.
36161
36162         * modules/*: New module descriptions.
36163         * gnulib-tool: New file.
36164         * MODULES.html.sh: New file.
36165
36166 2002-12-21  Karl Berry  <karl@gnu.org>
36167
36168         * doc/fdl.texi: update to version 1.2.
36169
36170 2002-12-19  Karl Berry  <karl@gnu.org>
36171
36172         * config/config.guess: update from prep.
36173
36174 2002-12-18  Bruno Haible  <bruno@clisp.org>
36175
36176         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
36177         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
36178
36179 2002-12-17  Bruno Haible  <bruno@clisp.org>
36180
36181         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
36182         stdlib.h, string.h.
36183
36184 2002-12-17  Bruno Haible  <bruno@clisp.org>
36185
36186         * lib/canon-host.c (strdup): Remove unused declaration.
36187
36188         * lib/fsusage.c: Include full_read.h.
36189         (get_fs_usage): Use full_read instead of safe_read.
36190
36191         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
36192
36193 2002-12-12  Karl Berry  <karl@gnu.org>
36194
36195         * config/config.guess: update from prep.
36196
36197 2002-12-11  Bruno Haible  <bruno@clisp.org>
36198
36199         * m4/setenv.m4: New file, from gettext-0.11.5.
36200
36201 2002-12-11  Bruno Haible  <bruno@clisp.org>
36202
36203         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
36204         not unsetenv().
36205         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
36206         modifications:
36207
36208         2002-12-11  Bruno Haible  <bruno@clisp.org>
36209
36210                 * setenv.c (alloca): Fall back to malloc.
36211                 (freea): New macro.
36212                 (setenv): Use freea() to free memory allocated with alloca().
36213
36214         2002-11-13  Bruno Haible  <bruno@clisp.org>
36215
36216                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
36217                 function declarations.
36218                 * unsetenv.c (unsetenv): Likewise.
36219
36220         2002-03-04  Bruno Haible  <bruno@clisp.org>
36221
36222                 Portability to AIX 4.3.3.
36223                 * unsetenv.c: New file, extracted from setenv.c.
36224                 * setenv.c: Move the unsetenv() function to unsetenv.c.
36225
36226         2001-12-20  Bruno Haible  <bruno@clisp.org>
36227
36228                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
36229                 use malloc instead. For SunOS 4.
36230
36231         2001-12-11  Bruno Haible  <bruno@clisp.org>
36232
36233                 * setenv.c: Declare alloca.
36234                 (compar_fn_t): New typedef.
36235                 (KNOWN_VALUE, STORE_VALUE): Use it.
36236
36237         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
36238         setenv.h.
36239
36240 2002-12-10  Paul Eggert  <eggert@twinsun.com>
36241
36242         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
36243         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
36244         Choose values that are less likely to collide with system fnmatch
36245         options.
36246         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
36247         defined (e.g., a pure POSIX system).
36248         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
36249         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
36250
36251 2002-12-06  Paul Eggert  <eggert@twinsun.com>
36252
36253         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
36254         a pain in practice to deal with generated m4 files.  This change
36255         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
36256
36257         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
36258         and jm-glibc-io.m4, as they are no longer a special case.
36259         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
36260         kludge and the auto-generation stuff.  Check only whether the
36261         functions are declared, not whether they exist, since older hosts
36262         that don't declare the functions can't use the optimization anyway.
36263
36264 2002-12-06  Jim Meyering  <jim@meyering.net>
36265
36266         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
36267
36268         Merge in changes from libc's misc/error.c, in preparation
36269         for the merge of gnulib's changes back into libc.
36270
36271         * lib/error.c (_): Define only if not already defined.
36272         Move definition to follow all #include directives.
36273         Include unlocked-io.h only if !_LIBC.
36274         [_LIBC]: Include <libio/libioP.h>.
36275         [USE_IN_LIBIO]: Include <libio/iolibio.h>
36276         (fflush): Tweak definition to use INTUSE.
36277         (putc): Define.
36278
36279 2002-12-05  Paul Eggert  <eggert@twinsun.com>
36280
36281         * lib/alloca.c [defined emacs]: Include "lisp.h".
36282         (xalloc_die) [defined emacs]: New macro.
36283         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
36284         [! defined emacs]: Include <xalloc.h>.
36285         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
36286         (pointer): Typedef to POINTER_TYPE *.
36287         (malloc): Remove decl; we now always use xmalloc.
36288         (alloca): Use old-style definition, since Emacs needs this.
36289         Check for arithmetic overflow when computing combined size.
36290
36291 2002-12-04  Paul Eggert  <eggert@twinsun.com>
36292
36293         Do not generate unlocked-io.h automatically, since it's easier to
36294         maintain it by hand.
36295
36296         * lib/unlocked-io.h: New file, from GNU diffutils,
36297         but with proper copyright notice and attribution.
36298         * lib/gen-uio: Remove.
36299         * lib/Makefile.am: Add copyright notice.
36300         (libfetish_a_SOURCES): Add unlocked-io.h.
36301         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
36302         (DISTCLEANFILES, io_functions): Remove macros.
36303         (EXTRA_DIST): Remove gen_uio.
36304         (unlocked-io.h): Remove rule.
36305
36306 2002-12-04  Jim Meyering  <jim@meyering.net>
36307
36308         Reflect the fact that stat.c and lstat.c are no longer generated.
36309         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
36310         (DISTCLEANFILES): Likewise.
36311         (EXTRA_DIST): Likewise.
36312         (all_local): Don't depend on stat.c or lstat.c.
36313         (stat.c, lstat.c): Remove rules.
36314         (EXTRA_DIST): Remove xstat.in.
36315
36316         * lib/xstat.in: Remove file.  Contents moved into stat.c.
36317         * lib/stat.c: New file.  Contents mostly from xstat.in.
36318         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
36319         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
36320
36321         * lib/safe-read.c: Rework so that it may serve to define safe_write,
36322         too.
36323         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
36324
36325 2002-12-03  Jim Meyering  <jim@meyering.net>
36326
36327         * lib/safe-read.c, safe-write.c: Change variable names and comments,
36328         but not semantics, to minimize the differences between these two files.
36329         (safe_read): Change comment to mention SAFE_READ_ERROR.
36330
36331         * lib/safe-read.c (IS_EINTR): Define.
36332         (safe_read): Use IS_EINTR in place of in-function cpp directives.
36333
36334 2002-12-02  Jim Meyering  <jim@meyering.net>
36335
36336         * lib/safe-read.c (EINTR): Define.
36337         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
36338         (INT_MAX): Provide fallback.
36339         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
36340
36341         * lib/safe-read.h (SAFE_READ_ERROR): Define.
36342
36343 2002-12-02  Bruno Haible  <bruno@clisp.org>
36344
36345         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
36346         Define, taken from safe-read.c.
36347         (INT_MAX): Provide fallback.
36348         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
36349         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
36350
36351         * lib/safe-read.c (EINTR): Remove definition.
36352         (safe_read): Don't use EINTR if it is absent.
36353
36354 2002-12-01  Jim Meyering  <jim@meyering.net>
36355
36356         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
36357         zero.
36358         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
36359
36360 2002-11-27  Paul Eggert  <eggert@twinsun.com>
36361
36362         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
36363         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
36364         with `if (! (value < limit)) abort ();', for readability.
36365
36366 2002-11-26  Karl Berry  <karl@gnu.org>
36367
36368         * lib/strdup.c: copy from libc again, with jim's ok.
36369         * lib/.cppi-disable: re-add strdup.c
36370
36371 2002-11-25  Karl Berry  <karl@gnu.org>
36372
36373         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
36374         instead of "strtol.c".
36375
36376 2002-11-25  Karl Berry  <karl@gnu.org>
36377
36378         * config/install-sh: update from automake for variable quoting, $0 in
36379         error msgs, etc.
36380
36381         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
36382         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
36383         entry.
36384
36385 2002-11-25  Jim Meyering  <jim@meyering.net>
36386
36387         * lib/mktime.c: Sync from libc, now that it has the latest fix.
36388
36389 2002-11-24  Karl Berry  <karl@gnu.org>
36390
36391         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
36392         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
36393
36394 2002-11-24  Jim Meyering  <jim@meyering.net>
36395
36396         Update from coreutils:
36397
36398         * lib/mktime.c: Merge in changes from libc.
36399
36400         Avoid a link-time failure on some Linux systems.
36401         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
36402         (otherwise).
36403         (__mon_yday): Declare with the STATIC attribute.
36404         (__mktime_internal): Likewise.
36405         Based on a report from Greg Schafer.
36406
36407 2002-11-23  Jim Meyering  <jim@meyering.net>
36408
36409         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
36410         Use `unsigned', not `int', as type of index.
36411
36412         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
36413
36414         * lib/fsusage.c: Remove unneeded parentheses around operands of
36415         `defined'.
36416
36417 2002-11-22  Paul Eggert  <eggert@twinsun.com>
36418
36419         * lib/quotearg.h: Allow multiple inclusion by surrounding with
36420         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
36421         so that we can be included first.
36422         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
36423         * lib/quotearg.c: Include quotearg.h immediately after config.h.
36424         No need to include stddef.h or sys/types.h any more.
36425         Surround local include files with "", not "<>".
36426         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
36427         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
36428         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
36429         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
36430         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
36431         (ISPRINT): Remove; no longer needed now that we assume C89.
36432
36433         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
36434         Preserve errno.
36435
36436         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
36437         quotearg_char): Use SIZE_MAX rather than
36438         (size_t) -1 when we are talking about "infinity".
36439
36440         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
36441
36442 2002-11-22  Paul Eggert  <eggert@twinsun.com>
36443
36444         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
36445         hint that one should use `if (! x) abort ();' rather than `assert
36446         (x);', and anyway it's one less thing to worry about configuring.
36447         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
36448         hash_rehash, hash_insert): Use abort rather than assert.
36449
36450 2002-11-22  Bruno Haible  <bruno@clisp.org>
36451
36452         * lib/safe-read.h: Assume C89. Add comments.
36453         (safe_read): Change return type to size_t.
36454         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
36455         byte counts > SSIZE_MAX correctly.
36456         * lib/safe-write.h: New file.
36457         * lib/safe-write.c: New file.
36458         * lib/full-read.h: New file.
36459         * lib/full-read.c: New file.
36460         * lib/full-write.h: Assume C89. Add comments.
36461         * lib/full-write.c: Include safe-write.h.
36462         (full_write): Rewritten to use safe_write.
36463         Suggested by Jim Meyering and Paul Eggert.
36464
36465 2002-11-21  Jim Meyering  <jim@meyering.net>
36466
36467         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
36468
36469         Merge in changes from the coreutils.
36470
36471         2002-09-25  Paul Eggert  <eggert@twinsun.com>
36472         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
36473         <stdint.h>.
36474         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
36475         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
36476         int.  Work more efficiently if X is the same width as uintmax_t.
36477         Do not compare X to -1, to avoid bogus compiler warning.
36478         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
36479         Don't assume that f_frsize and f_bsize are the same type.
36480
36481         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
36482         warning on FreeBSD.
36483
36484         * lib/makepath.c (make_path): Restore umask *before* creating the final
36485         component.
36486         (make_path): Minor reformatting.
36487
36488         * lib/xmalloc.c: Adjust to work with new autoconf macros,
36489         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
36490         HAVE_MALLOC/HAVE_REALLOC.
36491
36492         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
36493         dummy ones.  At least on GNU/Linux systems, `auto' means something
36494         else.
36495         From Michael Stone.
36496
36497 2002-11-21  Bruno Haible  <bruno@clisp.org>
36498
36499         Remove case insensitive option matching.
36500         * lib/argmatch.h (argcasematch): Remove declaration.
36501         (ARGCASEMATCH): Remove macro.
36502         (__xargmatch_internal): Remove case_sensitive argument.
36503         (XARGMATCH): Update.
36504         (XARGCASEMATCH): Remove macro.
36505         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
36506         case_sensitive argument.
36507         (argcasematch): Remove function.
36508         (__xargmatch_internal): Remove case_sensitive argument.
36509         (main): Use XARGMATCH instead of XARGCASEMATCH.
36510
36511         * lib/xmalloc.c: Change compile-time error message. Add comment about
36512         required autoconf version.
36513
36514 2002-11-20  Paul Eggert  <eggert@twinsun.com>
36515
36516         Merge argmatch cleanups from Bison.  Assume C89.
36517
36518         * lib/argmatch.c: Include config.h here, not in argmatch.h.
36519         Include stdlib.h, for EXIT_FAILURE.
36520         Always include <string.h>, since we assume C89.
36521         (EXIT_FAILURE): Remove pre-C89 bug workaround.
36522         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
36523         Include <stddef.h> instead, since it's all we need for size_t.
36524         (PARAMS): Remove.  All uses removed.
36525         (ARRAY_CARDINALITY): Do not bother to #undef.
36526         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
36527         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
36528         Remove unnecessary parentheses.
36529         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
36530         Insert necessary parentheses.
36531         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
36532         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
36533
36534 2002-11-19  Bruno Haible  <bruno@clisp.org>
36535
36536         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
36537         * lib/mbswidth.h: Include <stddef.h>, for size_t.
36538
36539         * lib/mbswidth.h (PARAMS): Remove macro.
36540         (mbswidth, mbsnwidth): Use ANSI C function declarations.
36541         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
36542
36543         * lib/gcd.h (PARAMS): Remove macro.
36544         (gcd): Use ANSI C function declarations.
36545         * lib/gcd.c (gcd): Likewise.
36546
36547 2002-11-15  Bruno Haible  <bruno@clisp.org>
36548
36549         * lib/strcspn.c: Include <stddef.h>.
36550         (strcspn): Use ANSI C function declaration. Change return type to
36551         size_t. Use NULL.
36552         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
36553         (strpbrk): Use NULL.
36554         * lib/strpbrk.h (PARAMS): Remove macro.
36555         (strpbrk): Use ANSI C function declaration.
36556         * lib/strstr.c: Don't include <sys/types.h>.
36557         * lib/strstr.h (PARAMS): Remove macro.
36558         (strstr): Use ANSI C function declarations.
36559
36560 2002-11-14  Karl Berry  <karl@gnu.org>
36561
36562         * config/mkinstalldirs: `do' on separate line, instead of
36563         `for var; do'.
36564
36565 2002-11-06  Bruno Haible  <bruno@clisp.org>
36566
36567         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
36568         * lib/gcd.c (gcd): Likewise.
36569
36570 2002-11-05  Bruno Haible  <bruno@clisp.org>
36571
36572         * lib/gcd.h: New file, from gettext-0.11.5.
36573         * lib/gcd.c: New file, from gettext-0.11.5.
36574
36575 2002-11-05  Bruno Haible  <bruno@clisp.org>
36576
36577         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36578         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36579         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36580         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36581
36582         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
36583         <libintl.h>.
36584         * lib/makepath.c: Include gettext.h instead of <locale.h> and
36585         <libintl.h>.
36586
36587         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
36588         * lib/human.c: Include gettext.h instead of <libintl.h>.
36589         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
36590         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
36591         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
36592         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
36593         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
36594         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
36595         (textdomain): Remove definition.
36596         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
36597
36598         * lib/long-options.c: Remove include of <libintl.h> and definition of
36599         _.
36600         * lib/same.c: Remove include of <libintl.h> and definition of _.
36601
36602 2002-11-04  Owen Taylor  <otaylor@redhat.com>
36603
36604         * lib/config.charset: A few additions for Solaris.
36605
36606 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
36607
36608         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
36609         * lib/localcharset.c (locale_charset): Declare as extern "C".
36610
36611 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
36612
36613         * lib/config.charset: msdos in uk_UA uses CP1125.
36614
36615 2002-11-04  Bruno Haible  <bruno@clisp.org>
36616
36617         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
36618         * lib/strcase.h: New file, from GNU gettext-0.11.5.
36619         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
36620         * lib/strstr.h: New file, from GNU gettext-0.11.5.
36621         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
36622
36623 2002-11-04  Bruno Haible  <bruno@clisp.org>
36624
36625         * lib/localcharset.c (locale_charset): Don't return an empty string.
36626
36627 2002-11-04  Bruno Haible  <bruno@clisp.org>
36628
36629         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
36630         aliases.
36631
36632 2002-11-04  Bruno Haible  <bruno@clisp.org>
36633
36634         * lib/config.charset: Update for newest glibc. Add canonical names
36635         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
36636
36637 2002-11-04  Bruno Haible  <bruno@clisp.org>
36638
36639         * lib/config.charset: Add support for NetBSD.
36640
36641 2002-11-04  Bruno Haible  <bruno@clisp.org>
36642
36643         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
36644
36645 2002-11-01  Bruno Haible  <bruno@clisp.org>
36646
36647         * configure.in: Add AC_CONFIG_AUX_DIR call.
36648         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
36649         test/Makefile.
36650         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
36651
36652 2002-09-28  Karl Berry  <karl@gnu.org>
36653
36654         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
36655         installed automake until the next release, since changes have been
36656         made.
36657
36658 2002-09-25  Karl Berry  <karl@gnu.org>
36659
36660         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
36661         * lib/getopt*: copy from libc/posix.
36662         * lib/gettext.h: copy from gettext.
36663         * lib/.cppi-disable: add strdup.c, gettext.h.
36664
36665 2002-09-25  Karl Berry  <karl@gnu.org>
36666
36667         * config/srclist.txt: enable gettext.h check.
36668         * config/config.{guess,sub}: update from prep.
36669         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
36670                 from automake 1.6.3.
36671         See srclist*.
36672
36673 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
36674
36675         * regex.c (PATFETCH): Remove the translating fetch.
36676         (PATFETCH_RAW): Rename to PATFETCH.
36677         (set_image_of_range): New fun.
36678         (SET_RANGE_TABLE_WORK_AREA): Use it.
36679         (regex_compile): Don't translate the pattern chars so eagerly.
36680         Only do it when inserting an `exactn' bytecode or when handling
36681         a char-range.
36682         (mutually_exclusive_p): Avoid empty statement.
36683
36684 2002-07-06  Jim Meyering  <meyering@lucent.com>
36685
36686         * m4/README: Don't mention Makefile.am.in.
36687         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
36688
36689 2002-07-01  Jim Meyering  <meyering@lucent.com>
36690
36691         * lib/c-stack.c: Include sys/time.h.
36692         From Volker Borchert.
36693
36694 2002-06-26  Paul Eggert  <eggert@twinsun.com>
36695
36696         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
36697
36698 2002-06-26  Paul Eggert  <eggert@twinsun.com>
36699
36700         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
36701         New macro.  Use it uniformly instead of
36702         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
36703         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
36704         reported by Vin Shelton.
36705
36706 2002-06-22  Paul Eggert  <eggert@twinsun.com>
36707
36708         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
36709         Do not assume SA_SIGINFO behavior.
36710         Bug reported by Jim Meyering on NetBSD 1.5.2.
36711
36712 2002-06-22  Jim Meyering  <meyering@lucent.com>
36713
36714         * m4/c-stack.m4: New file, from diffutils-2.8.2.
36715         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
36716
36717         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
36718         now that configure.ac uses AC_GNU_SOURCE.
36719         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
36720         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
36721
36722         Update to latest tools.  Suggestions from Paul Eggert.
36723         * m4/stdbool.m4: New file, from diffutils-2.8.2.
36724         * m4/gnu-source.m4: Update from diffutils-2.8.2.
36725         * m4/fnmatch.m4: Likewise.
36726         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
36727         to AC_HEADER_STDBOOL
36728
36729 2002-06-22  Jim Meyering  <meyering@lucent.com>
36730
36731         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
36732         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
36733
36734 2002-06-22  Jim Meyering  <meyering@lucent.com>
36735
36736         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
36737
36738         * lib/exitfail.c, exitfail.h: Likewise.
36739         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
36740
36741         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
36742         of fnmatch.h.
36743         (EXTRA_DIST): Add fnmatch_loop.c.
36744         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
36745
36746         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
36747         * lib/fnmatch.c: Update from diffutils-2.8.2.
36748         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
36749         * lib/fnmatch.h: Remove file.
36750
36751 2002-06-21  Jim Meyering  <meyering@lucent.com>
36752
36753         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
36754         * m4/mbrtowc.m4: Likewise.
36755
36756         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
36757         * m4/mbswidth.m4: Reflect name change:
36758         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
36759         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
36760
36761         * m4/lib-link.m4: Update from gettext-0.11.2.
36762         * m4/gettext.m4: Likewise.
36763
36764         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
36765         From Alfred M. Szmidt.
36766
36767 2002-06-18  Paul Eggert  <eggert@twinsun.com>
36768
36769         * lib/file-type.h: Report an error if neither S_ISREG nor
36770         S_IFREG is defined, instead of using a test specific to glibc
36771         2.2.  This should be safe, since POSIX requires S_ISREG and
36772         Unix Version 7 had S_IFREG.  We don't need to check for
36773         <sys/types.h> since we don't use any symbols that it defines.
36774
36775 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
36776
36777         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
36778         $@-t, so that each temporary file name is unique and valid in the first
36779         8 characters, for operation under DOS.
36780
36781 2002-06-15  Paul Eggert  <eggert@twinsun.com>
36782
36783         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
36784
36785 2002-06-15  Jim Meyering  <meyering@lucent.com>
36786
36787         Work even with DJGPP 2.03, which lacks support for symlinks.
36788         From Richard Dawe.
36789         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
36790         is defined.
36791         * lib/lchown.c (S_ISLNK): Likewise.
36792
36793 2002-06-15  Jim Meyering  <meyering@lucent.com>
36794
36795         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
36796         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
36797         have been included before this file.
36798
36799 2002-06-14  Jim Meyering  <meyering@lucent.com>
36800
36801         * lib/file-type.h: Use the version from diffutils-2.8.2.
36802         * lib/file-type.c: Likewise.
36803
36804 2002-06-07  Jim Meyering  <meyering@lucent.com>
36805
36806         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
36807         They're needed at least for NetBSD 1.5.2.
36808         ($statxfs_includes): Include those same headers.
36809         ($statxfs_includes): Include sys/vfs.h if available.
36810         ($statxfs_includes): Likewise for sys/statvfs.h.
36811         Check for the following members in both structs statfs and statvfs:
36812         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
36813
36814 2002-06-01  Jim Meyering  <meyering@lucent.com>
36815
36816         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
36817         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
36818
36819 2002-05-28  Jim Meyering  <meyering@lucent.com>
36820
36821         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
36822         Reported by Volker Borchert.
36823
36824 2002-05-27  Jim Meyering  <meyering@lucent.com>
36825
36826         Fix a problem seen only on nonconforming systems whereby ls.c's
36827         use of localtime, and then of gettimeofday would cause trouble:
36828         the localtime call used to initialize rpl_gettimeofday's save
36829         mechanism would clobber ls's current local time information so
36830         that in any long listing the first file would always be listed
36831         with date 1970-01-01.  Analysis by Volker Borchert.
36832
36833         * lib/gettimeofday.c (localtime): Undefine.
36834         (rpl_localtime): New function.
36835
36836 2002-05-27  Jim Meyering  <meyering@lucent.com>
36837
36838         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
36839         localtime.
36840
36841         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
36842         use the replacement function; it wouldn't resolve at link time.
36843         Reported by Volker Borchert.
36844
36845 2002-05-22  Jim Meyering  <meyering@lucent.com>
36846
36847         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
36848         file-type.h.
36849         * lib/file-type.h: New file.
36850         * lib/file-type.c (file_type): New file/function.  Extracted from
36851         diffutils.
36852
36853 2002-04-30  Jim Meyering  <meyering@lucent.com>
36854
36855         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
36856
36857 2002-04-29  Paul Eggert  <eggert@twinsun.com>
36858
36859         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
36860
36861 2002-04-29  Paul Eggert  <eggert@twinsun.com>
36862
36863         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
36864         Do not check for alloca.h (no longer used) or stdbool.h (was never
36865         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
36866
36867 2002-04-29  Paul Eggert  <eggert@twinsun.com>
36868
36869         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
36870
36871 2002-04-29  Jim Meyering  <meyering@lucent.com>
36872
36873         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
36874         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
36875         Use AC_FUNC_STRNLEN here instead.
36876
36877         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
36878         With autoconf-2.53a, it's part of AC_PROG_CC.
36879
36880 2002-04-28  Paul Eggert  <eggert@twinsun.com>
36881
36882         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
36883         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
36884
36885 2002-04-28  Paul Eggert  <eggert@twinsun.com>
36886
36887         * lib/sig2str.h, lib/sig2str.c: New files.
36888         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
36889
36890 2002-04-28  Paul Eggert  <eggert@twinsun.com>
36891
36892         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
36893         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
36894         of 127, since 64 is the largest conceivable number for ancient
36895         nonstandard hosts.
36896         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
36897
36898 2002-04-28  Jim Meyering  <meyering@lucent.com>
36899
36900         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
36901
36902 2002-04-24  Jim Meyering  <meyering@lucent.com>
36903
36904         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
36905         (jm_PREREQ): Use it.
36906
36907         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
36908         mach/mach.h fcntl.h.
36909         Check for this function: setlocale.
36910
36911 2002-04-24  Jim Meyering  <meyering@lucent.com>
36912
36913         * lib/gettext.h: New file, from Gettext.
36914         * lib/Makefile.am (INCLUDES): Remove -I../intl.
36915         (libfetish_a_SOURCES): Add gettext.h.
36916
36917 2002-04-16  Jim Meyering  <meyering@lucent.com>
36918
36919         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
36920         ut_pid, ut_id, ut_exit.
36921
36922 2002-04-16  Jim Meyering  <meyering@lucent.com>
36923
36924         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
36925         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
36926         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
36927
36928 2002-04-12  Jim Meyering  <meyering@lucent.com>
36929
36930         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
36931         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
36932         existence of the getmntinfo function.  Needed for Darwin 5.3.
36933
36934         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
36935         This is necessary at least on Darwin 5.3.
36936
36937         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
36938         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
36939         strnlen.o in the library, and that makes some versions of ranlib
36940         object.
36941
36942 2002-04-12  Jim Meyering  <meyering@lucent.com>
36943
36944         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
36945
36946 2002-04-09  Jim Meyering  <meyering@lucent.com>
36947
36948         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
36949         to be more precise.  Rather than saying we're checking whether the
36950         function `works', say what we're testing.
36951         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
36952         Reported by Bruno Haible.
36953
36954 2002-03-10  Jim Meyering  <meyering@lucent.com>
36955
36956         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
36957         Suggestion from Santiago Vila.
36958
36959 2002-03-08  Jim Meyering  <meyering@lucent.com>
36960
36961         * lib/rename.c: Mention that this wrapper is needed also on
36962         mips-dec-ultrix4.4 systems.
36963
36964 2002-03-02  Jim Meyering  <meyering@lucent.com>
36965
36966         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
36967         not HAVE_CLOCK_SETTIME.
36968
36969 2002-02-27  Paul Eggert  <eggert@twinsun.com>
36970
36971         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
36972         Check for clock_settime.
36973
36974 2002-02-27  Paul Eggert  <eggert@twinsun.com>
36975
36976         * lib/nanosleep.h: Rename to....
36977         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
36978
36979         * lib/gettime.c: New file.
36980         * lib/settime.c: New file.
36981         * lib/stime.c: Remove.
36982
36983         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
36984         timespec.h.  Remove nanosleep.h.
36985
36986 2002-02-25  Paul Eggert  <eggert@twinsun.com>
36987
36988         * m4/acl.m4: New file.
36989         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
36990         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
36991
36992 2002-02-25  Paul Eggert  <eggert@twinsun.com>
36993
36994         * lib/acl.c, lib/acl.h: New files.
36995         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
36996
36997 2002-02-24  Jim Meyering  <meyering@lucent.com>
36998
36999         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
37000         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
37001         cause trouble.  Reported by Nelson Beebe.
37002
37003 2002-02-23  Paul Eggert  <eggert@twinsun.com>
37004
37005         * lib/path-concat.c (xpath_concat): Reorder code to pacify
37006         compilers that don't know that xalloc_die never returns.
37007
37008 2002-02-20  Jim Meyering  <meyering@lucent.com>
37009
37010         * lib/getdate.c: Regenerate using bison-1.33.
37011
37012 2002-02-17  Jim Meyering  <meyering@lucent.com>
37013
37014         * config/config.guess (main): Don't use `head -1'; it's no longer
37015         portable. Use `sed 1q' instead.
37016
37017 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
37018
37019         * m4/codeset.m4: Upgrade to gettext-0.11.
37020         * m4/gettext.m4: Upgrade to gettext-0.11.
37021         * m4/glibc21.m4: Upgrade to gettext-0.11.
37022         * m4/iconv.m4: Upgrade to gettext-0.11.
37023         * m4/isc-posix.m4: Upgrade to gettext-0.11.
37024         * m4/lcmessage.m4: Upgrade to gettext-0.11.
37025         * m4/lib-ld.m4: New file, from gettext-0.11.
37026         * m4/lib-link.m4: New file, from gettext-0.11.
37027         * m4/lib-prefix.m4: New file, from gettext-0.11.
37028         * m4/progtest.m4: Upgrade to gettext-0.11.
37029
37030 2002-02-15  Paul Eggert  <eggert@twinsun.com>
37031
37032         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
37033         (jm_PREREQ): Use it.
37034
37035 2002-02-15  Paul Eggert  <eggert@twinsun.com>
37036
37037         * lib/posixver.c, lib/posixver.h: New files.
37038         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
37039
37040 2002-02-02  Paul Eggert  <eggert@twinsun.com>
37041             Bruno Haible  <bruno@clisp.org>
37042
37043         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
37044         (fwrite_success_callback): New declaration.
37045         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
37046         print_unicode_char. Call failure callback instead of error.
37047         (fwrite_success_callback): New function.
37048         (exit_failure_callback): New function.
37049         (fallback_failure_callback): New function.
37050         (print_unicode_char): Call unicode_to_mb.
37051
37052 2002-01-26  Jim Meyering  <meyering@lucent.com>
37053
37054         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
37055         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
37056
37057 2002-01-26  Jim Meyering  <meyering@lucent.com>
37058
37059         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
37060
37061 2002-01-22  Paul Eggert  <eggert@twinsun.com>
37062
37063         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
37064
37065 2002-01-22  Jim Meyering  <meyering@lucent.com>
37066
37067         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
37068         Otherwise, some versions of automake would omit the rule that makes
37069         Makefile from Makefile.in.
37070
37071 2002-01-21  Paul Eggert  <eggert@twinsun.com>
37072
37073         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
37074         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
37075         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
37076         (memcoll): Set errno to zero if there is no error.
37077
37078         * lib/quotearg.c (quotearg_buffer_restyled):
37079         Fix bug with quoting buffers containing NUL when backslashing escapes.
37080         This bug was exposed by the other changes in this patch.
37081         (quotearg_n_options): New arg ARGSIZE.
37082         All callers changed.
37083         (quoting_options_from_style): New function.
37084         (quotearg_n_style): Use it.
37085         (quotearg_n_style_mem): New function.
37086
37087         * lib/quotearg.h (quotearg_n_style_mem): New function.
37088
37089 2002-01-19  Jim Meyering  <meyering@lucent.com>
37090
37091         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
37092         Remove useless quotes: DF_PROG="df".
37093         * m4/strnlen.m4: New file.
37094
37095 2002-01-16  Paul Eggert  <eggert@twinsun.com>
37096
37097         * lib/backupfile.c (ISDIGIT): Comment fix.
37098         * lib/getdate.y (ISDIGIT): Likewise.
37099         * lib/posixtm.c (ISDIGIT, year): Likewise.
37100         * lib/strverscmp.c (ISDIGIT): Likewise.
37101         * lib/userspec.c (ISDIGIT): Likewise.
37102
37103 2002-01-16  Jim Meyering  <meyering@lucent.com>
37104
37105         * lib/getdate.y: Add three semicolons, each just before a closing
37106         brace. Bison (as of version 1.31) no longer papers over that mistake.
37107
37108 2002-01-05  Jim Meyering  <meyering@lucent.com>
37109
37110         * lib/version-etc.c (version_etc_copyright): Update copyright year.
37111
37112 2001-12-19  Paul Eggert  <eggert@twinsun.com>
37113
37114         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
37115         not silently exit merely because the output buffer happens to
37116         have nothing pending.
37117
37118 2001-12-18  Paul Eggert  <eggert@twinsun.com>
37119
37120         See the big note in ../ChangeLog.
37121         * lib/human.c (suffixes): Prefer K to k for 1024.
37122         (generate_suffix_backwards): New function.
37123         (human_readable_inexact): Use it.
37124         * lib/xstrtol.c (__xstrtol): If there is no number but there
37125         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
37126         Accept 'K' as well as 'k'.
37127
37128 2001-12-15  Jim Meyering  <meyering@lucent.com>
37129
37130         * lib/regex.h (__restrict_arr): Update from libc.
37131
37132         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
37133         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
37134         (STREQ): Define.
37135
37136 2001-12-14  Jim Meyering  <meyering@lucent.com>
37137
37138         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
37139         Suggestion from Bruno Haible.
37140
37141 2001-12-10  Jim Meyering  <meyering@lucent.com>
37142
37143         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
37144         xrealloc, Instead, include "xalloc.h".
37145         (initbuffer): Don't cast xmalloc return value to char*.
37146         (readline): Reword comment.
37147         Don't cast xrealloc return value to char*
37148         Return NULL, not 0.
37149
37150 2001-12-09  Jim Meyering  <meyering@lucent.com>
37151
37152         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
37153         about `signed and unsigned type in conditional expression'.
37154         * lib/posixtm.c (posix_time_parse): Likewise.
37155
37156         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
37157
37158         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
37159         to avoid a pedantic warning.
37160
37161         * lib/getstr.c: Don't include assert.h.
37162         (getstr): Remove warning-evoking assertions.
37163         Return -1 if offset parameter is out of bounds.
37164         Change the type of a local from int to size_t.
37165
37166         * lib/strftime.c (my_strftime_localtime_r): Include this function
37167         definition in the `#if ! HAVE_TM_GMTOFF' block.
37168
37169         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
37170         Include xalloc.h instead.
37171
37172 2001-12-02  Jim Meyering  <meyering@lucent.com>
37173
37174         * lib/tempname.c: Don't declare getenv, thus reverting the change of
37175         2001-11-18.  It's no longer necessary, now that stdlib.h is always
37176         included.
37177
37178         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
37179         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
37180
37181 2001-11-30  Akim Demaille  <akim@epita.fr>
37182
37183         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
37184         before being defined.
37185
37186 2001-11-27  Paul Eggert  <eggert@twinsun.com>
37187
37188         * lib/quotearg.h (quotearg_n, quotearg_n_style):
37189         First arg is int, not unsigned.
37190         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
37191         (SIZE_MAX, UINT_MAX): New macros.
37192         (quotearg_n_options): Abort if N is negative.
37193         Avoid overflow check on hosts where size_t is 64 bits and int
37194         is 32 bits, as overflow is impossible there.
37195         Fix off-by-one typo that caused unnecessary reallocation.
37196
37197 2001-11-27  Jim Meyering  <meyering@lucent.com>
37198
37199         * lib/tempname.c: Merge with version from libc.
37200         * lib/regex.c: Likewise.
37201
37202         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
37203         systems for which STDC_HEADERS is 0, it was not included, resulting in
37204         a warning about an integer-to-pointer conversion problem with getenv.
37205         Reported by Volker Borchert.
37206
37207 2001-11-26  Jim Meyering  <meyering@lucent.com>
37208
37209         * lib/gtod.h: Remove file.
37210         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
37211         * lib/gettimeofday.c: Don't include gtod.h.
37212         (GTOD_init): Remove function.
37213         (rpl_gettimeofday): Do its job here instead, rather than aborting.
37214         Suggestion from Volker Borchert.
37215
37216 2001-11-23  Jim Meyering  <meyering@lucent.com>
37217
37218         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
37219         it.
37220         * lib/hash.c (struct hash_table): Define it here instead.
37221
37222 2001-11-22  Jim Meyering  <meyering@lucent.com>
37223
37224         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
37225
37226 2001-11-20  Jim Meyering  <meyering@lucent.com>
37227
37228         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
37229         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
37230
37231 2001-11-19  Jim Meyering  <meyering@lucent.com>
37232
37233         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
37234         directory.  Use "conftestXXXXXX" as the template.
37235         Suggestion from Paul Eggert.
37236
37237         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
37238         immediately, so the test doesn't mistakenly hit the max-open-files
37239         limit.
37240
37241 2001-11-18  Paul Eggert  <eggert@twinsun.com>
37242
37243         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
37244         (TEMPORARIES): New macro.
37245         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
37246         removes an artificial limitation (e.g. HP-UX 10.20, where
37247         TMP_MAX is 17576).
37248
37249 2001-11-18  Jim Meyering  <meyering@lucent.com>
37250
37251         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
37252
37253 2001-11-18  Jim Meyering  <meyering@lucent.com>
37254
37255         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
37256         on SunOS 4.
37257
37258         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
37259         files will be created before anything else.
37260
37261 2001-11-17  Paul Eggert  <eggert@twinsun.com>
37262
37263         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
37264         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
37265
37266 2001-11-17  Jim Meyering  <meyering@lucent.com>
37267
37268         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
37269         Prompted by a report from Bob Proulx.
37270
37271         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
37272         Instead, require UTILS_FUNC_MKSTEMP.
37273
37274 2001-11-17  Jim Meyering  <meyering@lucent.com>
37275
37276         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
37277         Now, that's done as part of AC_FUNC_STRTOD.
37278
37279 2001-11-17  Jim Meyering  <meyering@lucent.com>
37280
37281         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
37282         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
37283         rather than group writable.  Patch by Juan F. Codagnone.
37284
37285         * lib/readtokens.c: Remove explicit declarations of xmalloc and
37286         xrealloc, Instead, include "xalloc.h".
37287
37288         * lib/mountlist.c: Include unlocked-io.h after all system headers.
37289         Remove explicit declarations of xmalloc, xrealloc,
37290         and xstrdup.  Instead, include "xalloc.h".
37291
37292         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
37293         unlocked-io.h.
37294         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
37295         Likewise.
37296         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
37297
37298         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
37299         Reported by Padraig Brady.
37300
37301         * lib/mkstemp.c: #undef mkstemp.
37302         Include config.h.
37303         (rpl_mkstemp): Rename from mkstemp.
37304         Protoize.
37305
37306 2001-11-16  Jim Meyering  <meyering@lucent.com>
37307
37308         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
37309         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
37310         determine the amount of total physical memory, use pstat_getstatic.
37311         HPUX-11 doesn't define _SC_PHYS_PAGES.
37312         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
37313         If sysconf couldn't be used to determine the amount of available
37314         physical memory, use both pstat_getstatic and pstat_getdynamic.
37315         Based on a patch from Bob Proulx.
37316
37317 2001-11-10  Jim Meyering  <meyering@lucent.com>
37318
37319         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
37320         (jm_PREREQ): Use it.
37321
37322 2001-11-09  Jim Meyering  <meyering@lucent.com>
37323
37324         * m4/jm-macros.m4: Require autoconf-2.52f.
37325         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
37326         Use these AC_-prefixed names, not the AM_-prefixed ones.
37327
37328         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
37329
37330 2001-11-05  Jim Meyering  <meyering@lucent.com>
37331
37332         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
37333
37334 2001-11-04  Jim Meyering  <meyering@lucent.com>
37335
37336         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
37337         $DEFS.
37338
37339 2001-11-03  Jim Meyering  <meyering@lucent.com>
37340
37341         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
37342         of AC_DEFUN.
37343
37344         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
37345         know the name of the variable in the macro definition.
37346
37347 2001-11-03  Jim Meyering  <meyering@lucent.com>
37348
37349         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
37350         in argmatch_to_argument call.
37351
37352         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
37353         argument.
37354
37355         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
37356         e.g., a fault due to an attempt to free a NULL pointer.
37357
37358 2001-11-01  Jim Meyering  <meyering@lucent.com>
37359
37360         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
37361         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
37362
37363 2001-11-01  Jim Meyering  <meyering@lucent.com>
37364
37365         * lib/dirfd.c, lib/dirfd.h: New files.
37366         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
37367
37368         * lib/hash.c (hash_print) [TESTING]: Clean up.
37369
37370 2001-10-22  Paul Eggert  <eggert@twinsun.com>
37371
37372         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
37373         to avoid a warning if -Wall.
37374
37375 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
37376
37377         * README: New file
37378         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
37379         (per RMS's instructions, this is now the canonical source)
37380         * lgpl/, gpl/: New directories.
37381
37382 2001-10-21  Paul Eggert  <eggert@twinsun.com>
37383
37384         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
37385
37386 2001-10-21  Jim Meyering  <meyering@lucent.com>
37387
37388         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
37389         this code would end up calling gettext even in packages built
37390         with --disable-nls.
37391         * lib/getopt.c (_): Likewise.
37392         * lib/regex.c (_): Likewise.
37393
37394 2001-10-20  Paul Eggert  <eggert@twinsun.com>
37395
37396         * m4/error.m4 (jm_PREREQ_ERROR):
37397         Do not invoke AC_CHECK_FUNCS with strerror_r, as
37398         AC_FUNC_STRERROR_R does that.
37399         Check for strerror declaration.
37400
37401         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
37402         are supposed to have them these days.
37403         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
37404         Merge changes from latest Autoconf CVS.
37405         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
37406         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
37407         POSIX decided to standardize on the int flavor of strerror_r.
37408
37409 2001-10-20  Paul Eggert  <eggert@twinsun.com>
37410
37411         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
37412         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
37413         Use strerror_r that is only a macro, even if it is not a function.
37414         (strerror): Check for HAVE_DECL_STRERROR before declaring.
37415         (private_strerror): Use prototypes, not old-style function definition.
37416         (print_errno_message): New function.
37417         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
37418         char*-flavored one.
37419         (error_tail, error, error_at_line): Use it.
37420
37421 2001-10-11  Jim Meyering  <meyering@lucent.com>
37422
37423         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
37424         and quote_n (1, ... to avoid clobbering a buffer.
37425
37426 2001-10-05  Jim Meyering  <meyering@lucent.com>
37427
37428         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
37429         hash-pjw.h.
37430         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
37431         * lib/hash-pjw.h: New file.
37432
37433 2001-09-30  Jim Meyering  <meyering@lucent.com>
37434
37435         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
37436         `struct fsstat' has the `f_fstypename' member.
37437         Use that to define FS_TYPE, which is now used to make
37438         the getfsstat link test tighter.
37439
37440 2001-09-30  Jim Meyering  <meyering@lucent.com>
37441
37442         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
37443         Include <sys/ucred.h>, for Apple Darwin.
37444         Include sys/mount.h and sys/fs_types.h only if available.
37445         (FS_TYPE): Define.
37446         (read_filesystem_list): Use FS_TYPE.
37447
37448 2001-09-29  Paul Eggert  <eggert@twinsun.com>
37449
37450         * lib/exclude.c (excluded_filename): 0 -> false, since it's
37451         a boolean context.
37452
37453 2001-09-29  Jim Meyering  <meyering@lucent.com>
37454
37455         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
37456         [one-argument getmntent function]): Include stdio.h before mntent.h.
37457         SunOS 4.1.x needs it for the declaration of `FILE'.
37458         Patch by Volker Borchert.
37459
37460         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
37461         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
37462         sys/fs_types.h, and make the link-test for getfsstat guard #include
37463         directives with appropriate #if HAVE_*_H tests so that we can
37464         detect getfsstat on Apple Darwin1.3.7 systems.
37465         Reported by Nelson Beebe.
37466         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
37467
37468 2001-09-28  Paul Eggert  <eggert@twinsun.com>
37469
37470         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
37471         #defines strtoimax.  Also treat the other strto* functions
37472         like strtoimax.
37473
37474         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
37475         Check for strtoul and strtoumax,
37476         as those declarations are made even in the signed case.
37477         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
37478         Likewise, for strtol and strtoimax.
37479
37480 2001-09-28  Paul Eggert  <eggert@twinsun.com>
37481
37482         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
37483         #defines strtoimax.  Also treat the other strto* functions
37484         like strtoimax.
37485
37486         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
37487         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
37488         (strtoimax, strtoumax): Do not declare if already defined as a macro.
37489
37490 2001-09-26  Jim Meyering  <meyering@lucent.com>
37491
37492         Most macros in unlocked-io.h had the wrong number of arguments.
37493         * lib/gen-uio: New script.
37494         (USE_UNLOCKED_IO): Define to 1 if not already defined.
37495         * lib/unlocked-io.hin: Remove file.
37496         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
37497         rather than trying to embed it here.
37498         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
37499         Reported by Padraig Brady.
37500
37501 2001-09-25  Volker Borchert  <bt@teknon.de>
37502
37503         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
37504         `result'.
37505
37506 2001-09-24  Jim Meyering  <meyering@lucent.com>
37507
37508         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
37509
37510 2001-09-23  Jim Meyering  <meyering@lucent.com>
37511
37512         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
37513         instead of the mere test for existence of mntent.h.  The latter
37514         would get a false-positive on AIX 3.4 systems.
37515         In the outer getmntent if-block, don't die if neither of the getmntent
37516         tests succeeds.  Instead, just fall through and continue with the
37517         remaining tests.
37518
37519 2001-09-23  Jim Meyering  <meyering@lucent.com>
37520
37521         * lib/mountlist.c: Remove useless parentheses in #if directives.
37522         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
37523         the deprecated MOUNTED symbol is no longer defined in mntent.h.
37524
37525 2001-09-22  Jim Meyering  <meyering@lucent.com>
37526
37527         * m4/gettext.m4: New file.  From gettext.
37528         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
37529         * m4/progtest.m4: Likewise
37530         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
37531         * m4/glibc21.m4: Likewise.
37532
37533         * m4/libintl.m4: Remove.  No longer used.
37534
37535 2001-09-22  Jim Meyering  <meyering@lucent.com>
37536
37537         * lib/localcharset.c: Update from latest gettext.
37538         * lib/config.charset: Likewise.
37539
37540 2001-09-20  Jim Meyering  <meyering@lucent.com>
37541
37542         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
37543         strtoimax.
37544         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
37545         strtoumax.
37546
37547 2001-09-20  Jim Meyering  <meyering@lucent.com>
37548
37549         * lib/xstrtol.c (strtoimax): Guard declaration with
37550         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
37551         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
37552         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
37553         (strtoumax): Likewise, for completeness (it wasn't necessary).
37554
37555 2001-09-17  Paul Eggert  <eggert@twinsun.com>
37556
37557         * lib/strtoimax.c (HAVE_LONG_LONG):
37558         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
37559         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
37560         to work around bug in IBM C compiler.
37561
37562 2001-09-17  Jim Meyering  <meyering@lucent.com>
37563
37564         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
37565         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
37566         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
37567         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
37568         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
37569         whenever the right hand side need not be expanded by the shell.
37570
37571 2001-09-16  Paul Eggert  <eggert@twinsun.com>
37572
37573         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
37574         library.  It's not correct, as some older glibcs are buggy.
37575         fnmatch wasn't fixed until glibc 2.2.
37576
37577         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
37578         special shell magic here.
37579
37580 2001-09-16  Jim Meyering  <meyering@lucent.com>
37581
37582         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
37583         * m4/jm-macros.m4: Require it.
37584
37585 2001-09-16  Jim Meyering  <meyering@lucent.com>
37586
37587         * lib/mkdir.c: New file.
37588
37589 2001-09-15  Jim Meyering  <meyering@lucent.com>
37590
37591         * m4/jm-macros.m4: Check for help2man.
37592
37593 2001-09-11  Jim Meyering  <meyering@lucent.com>
37594
37595         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
37596         The body, by Paul Eggert, was moved here from configure.in.
37597         * m4/jm-macros.m4: Require UTILS_HOST_OS.
37598
37599 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37600
37601         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
37602         (jm_PREREQ): Use it.
37603
37604 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37605
37606         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
37607         Use ssize_t, not int, to store result of readlink.
37608         Check for ssize_t overflow as well as size_t overflow,
37609         as POSIX says the result of readlink is implementation-defined
37610         when ssize_t overflows.
37611         Remove unnecessary cast to char*.
37612         Use free+malloc instead of realloc, as the storage doesn't need
37613         to be preserved and it's clearer and can be more efficient that way.
37614         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
37615         * lib/xreadlink.h (xreadlink): Update prototype.
37616
37617 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37618
37619         * lib/xgetcwd.c: Revert some of the previous change; intead,
37620         fix the HAVE_GETCWD_NULL code to behave more like the
37621         !HAVE_GETCWD_NULL code used to.
37622
37623         Include "xalloc.h".
37624         (xgetcwd): Do not return NULL when memory is exhausted; instead,
37625         invoke xalloc_die.
37626
37627 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37628
37629         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
37630         sys/param.h, as pathmax.h includes them.
37631
37632 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37633
37634         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
37635         (jm_PREREQ_XGETCWD): New macro.
37636
37637         * m4/getcwd.m4: New file.
37638
37639 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37640
37641         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
37642         like the HAVE_GETCWD_NULL code.
37643         Include pathmax.h if not HAVE_GETCWD.
37644         Do not include xalloc.h.
37645         (INITIAL_BUFFER_SIZE): New symbol.
37646         Do not use xmalloc / xrealloc, since the caller is responsible for
37647         handling errors.  Preserve errno around `free' during failure.
37648         Do not overrun buffer when using getwd.
37649
37650 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37651
37652         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
37653         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
37654         getcwd (NULL, 0).
37655
37656 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37657
37658         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
37659         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
37660         spotted by Jim Meyering.
37661
37662 2001-09-03  Jim Meyering  <meyering@lucent.com>
37663
37664         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
37665         failure.
37666
37667 2001-09-02  Jim Meyering  <meyering@lucent.com>
37668
37669         * lib/error.c: Update from GNU libc.
37670
37671 2001-09-01  Jim Meyering  <meyering@lucent.com>
37672
37673         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
37674         Used by df.
37675
37676 2001-09-01  Jim Meyering  <meyering@lucent.com>
37677
37678         * lib/xreadlink.c: New file.
37679         * lib/xreadlink.h: New file.
37680         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
37681         xreadlink.h.
37682
37683         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
37684         doesn't conflict with sparc Solaris 7's definition in
37685         /usr/include/sys/int_types.h.
37686
37687         * lib/exclude.c: Use `""', not `<>' to #include non-system header
37688         files.
37689         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
37690         and strncasecmp as r-values.  Unixware didn't have declarations.
37691
37692 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37693
37694         * lib/xstrtol.h: Add copyright notice.
37695         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
37696         LONGINT_INVALID_SUFFIX_CHAR.
37697
37698 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37699
37700         * lib/xstrtol.c (strtoimax): New decl.
37701
37702 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37703
37704         * lib/xgetcwd.c: Don't include pathmax.h.
37705         Include stdlib.h and unistd.h if available.
37706         Include xalloc.h.
37707         (xmalloc, xstrdup, free): Remove decls.
37708         (xgetcwd): Don't assume sizes fit in unsigned.
37709         Check for overflow when computing sizes.
37710         Simplify reallocation code.
37711
37712 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37713
37714         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
37715         a directory's st_size can have an arbitrary value, so the old
37716         usage could waste an arbitrary amount of memory.  All uses
37717         changed.
37718         * lib/savedir.h: Update prototype.
37719
37720 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37721
37722         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
37723
37724         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
37725         old strtoimax.c.
37726
37727         Also, make the following further changes to make this file's
37728         configuration more similar to that of strtol.c:
37729         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
37730         (strtoumax, uintmax_t, strtoull, strtol): Remove.
37731         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
37732         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
37733         changed to signed values.
37734
37735         And make the following changes as well:
37736         Fix copyright notice, as 1999 was missing.
37737         (verify): New macro.
37738         (strtoimax): Check sizes at compile-time, not run-time.
37739         Prefer strtol to strtoll if both work.
37740         (main): Remove; it was not that useful and was a pain to maintain.
37741
37742         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
37743
37744 2001-08-31  Jim Meyering  <meyering@lucent.com>
37745
37746         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
37747         Use an initial, malloc'd, buffer of length 128 rather than
37748         a statically allocated one of length 1024.
37749
37750 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37751
37752         Simplify code, partly by assuming autoconf 2.52 semantics.
37753
37754         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
37755
37756         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
37757         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
37758         All uses removed.
37759         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
37760         Move AC_REQUIRE to next-to-top level, to avoid confusion.
37761         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
37762         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
37763         jm_AC_HEADER_INTTYPES_H.
37764         * m4/jm-macros.m4 (jm_MACROS): Likewise.
37765
37766         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
37767
37768         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
37769         Quote first arg of AC_DEFUN.
37770         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
37771         since they are needed to parse the include file even if we need
37772         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
37773         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
37774         but with opposite signedness.
37775
37776 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37777
37778         Merge 'exclude' changes from tar 1.13.22.
37779         This fixes one or two unlikely storage allocation overflow bugs,
37780         but doesn't change user-visible behavior otherwise.
37781
37782 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37783
37784         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
37785         (jm_PREREQ_EXCLUDE): New macro.
37786
37787 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37788
37789         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
37790         tm to be declared.
37791
37792 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37793
37794         * lib/hash.c: Remove '2001' from copyright notice.
37795
37796 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37797
37798         * lib/full-write.h: New file.
37799         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
37800         * lib/full-write.c: Correct credits, as cccp.c no longer
37801         exists and anyway it was so heavily changed from the old cccp
37802         code as to be unrecognizable.  Include full-write.h.
37803         (full_write) Return size_t, with short writes meaning failure.
37804         All callers changed.  This fixes a bug with large buffers
37805         on 64-bit hosts.
37806         * lib/utime.c: Include full-write.h.
37807
37808 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37809
37810         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
37811         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
37812         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
37813         Include if available.
37814         (<xalloc.h>): Include
37815         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
37816         (verify): New macro.  Use it to verify that EXCLUDE macros do not
37817         collide with FNM macros.
37818         (struct patopts): New struct.
37819         (struct exclude): Use it, as exclude patterns now come with options.
37820         (new_exclude): Support above changes.
37821         (new_exclude, add_exclude_file):
37822         Initial size must now be a power of two to simplify overflow checking.
37823         (free_exclude, fnmatch_no_wildcards): New function.
37824         (excluded_filename): No longer requires options arg, as the options
37825         are determined by add_exclude.  Now returns bool, not int.
37826         (excluded_filename, add_exclude):
37827         Add support for the fancy new exclusion options.
37828         (add_exclude, add_exclude_file): Now takes int options arg.
37829         Check for arithmetic overflow when computing sizes.
37830         (add_exclude_file): xrealloc might modify errno, so don't
37831         realloc until after errno might be used.
37832
37833         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
37834         New macros.
37835         (free_exclude): New decl.
37836         (add_exclude, add_exclude_file): Now takes int options arg.
37837         (excluded_filename): No longer requires options arg, as the options
37838         are determined by add_exclude.  Now returns bool, not int.
37839
37840 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37841
37842         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
37843
37844 2001-08-27  Jim Meyering  <meyering@lucent.com>
37845
37846         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
37847
37848         * lib/version-etc.c (N_): Remove definition.
37849         Revert most of last change.
37850         Instead, simply don't mark the `Copyright...' string for translation.
37851         Based on advice from Paul Eggert.
37852
37853         * lib/strtoxmax.c: Tweak comment.
37854
37855 2001-08-26  Jim Meyering  <meyering@lucent.com>
37856
37857         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
37858
37859         * m4/xstrtoimax.m4: New file.
37860         * m4/xstrtoumax.m4: Add comments explaining why we
37861         AC_REPLACE_FUNCS(strtol).
37862
37863 2001-08-26  Jim Meyering  <meyering@lucent.com>
37864
37865         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
37866         of copyright with `%s' so translators don't get an untranslated
37867         message in 2002.
37868         (COPYRIGHT_YEAR): Define.
37869         (version_etc): Use fprintf rather than fputs.
37870         Suggestion from Ulrich Drepper.
37871
37872         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
37873
37874         * lib/strtoll.c: New file, from GNU libc.
37875         * lib/xstrtoimax.c: New file.
37876
37877         * lib/xstrtol.h: Add xstrtoimax.
37878         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
37879         * lib/strtoimax.c: New file.  Likewise, but first define
37880         STRTOUXMAX_SIGNED.
37881
37882         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
37883         ...
37884         * lib/strtoxmax.c: ... then renamed to this.
37885
37886 2001-08-18  Paul Eggert  <eggert@twinsun.com>
37887
37888         * m4/inttypes.m4: Add AC_PREREQ(2.13).
37889         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
37890         (jm_AC_TYPE_INTMAX_T): New macro.
37891         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
37892
37893         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
37894
37895         * m4/longlong.m4: Renamed from ulonglong.m4.
37896         * m4/inttypes.m4: Renamed from inttypes_h.m4.
37897         * m4/uintmax_t.m4: Removed.
37898
37899 2001-08-13  Paul Eggert  <eggert@twinsun.com>
37900
37901         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
37902         Port to Solaris 8, where 'sed' requires a space after the 'r'
37903         command, and where sh dislikes "$/".  Clean up the spacing a bit.
37904         Redirect output to $tmp just once.
37905
37906 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
37907
37908         * lib/addext.c (<errno.h>): Include.
37909         (errno): Declare if not defined.
37910         (addext): Work correctly when pathconf returns -1 and leaves
37911         errno alone because there is no limit.  Also, work even if
37912         pathconf returns a value greater than SIZE_MAX.
37913
37914 2001-08-12  Jim Meyering  <meyering@lucent.com>
37915
37916         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
37917         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
37918         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
37919         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
37920         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
37921         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
37922         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
37923         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
37924         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
37925         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
37926         utime.m4, utimes.m4, xstrtoumax.m4:
37927         Quote the first argument in each use of AC_DEFUN.
37928
37929 2001-08-12  Jim Meyering  <meyering@lucent.com>
37930
37931         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
37932         Simply `return getcwd (NULL, 0);'.
37933         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
37934         Use 1300 as initial value for length, not PATH_MAX.
37935
37936         * lib/pathmax.h: Clean up cpp syntax.
37937
37938 2001-08-12  Jim Meyering  <meyering@lucent.com>
37939
37940         * lib/gettimeofday.c: New file.
37941         * lib/gtod.h: New file.
37942         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
37943
37944 2001-08-05  Jim Meyering  <meyering@lucent.com>
37945
37946         * m4/jm-macros.m4: Require autoconf-2.52.
37947
37948 2001-08-04  Jim Meyering  <meyering@lucent.com>
37949
37950         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
37951         stmt, to get in sync with glibc.
37952
37953 2001-08-03  Paul Eggert  <eggert@twinsun.com>
37954
37955         The following changes are from gettext 0.10.39 as maintained by
37956         Bruno Haible.
37957
37958         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
37959         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
37960         with inverted sense.  All uses changed.
37961
37962         * lib/mbswidth.c: Don't include <limits.h>.
37963         Include <stdlib.h> and <string.h> unconditionally.
37964         (iswcntrl, mbsinit, ISCNTRL): New macros.
37965         (mbsnwidth): Use K&R style function declarations.
37966         Don't bother checking for MB_LEN_MAX == 1, since the compiler
37967         can optimize it when MB_CUR_MAX == 1.
37968         The width of control characters is zero, not 1.
37969
37970 2001-08-03  Paul Eggert  <eggert@twinsun.com>
37971
37972         The following changes are from gettext 0.10.39 as maintained by
37973         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
37974
37975         * m4/codeset.m4: Upgrade to serial AM1.
37976         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
37977         all uses changed.  Quote first arg of AC_DEFUN.
37978         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
37979
37980         * m4/iconv.m4: Upgrade to serial AM2.
37981         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
37982         Add --with-libconv-prefix.
37983         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
37984         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
37985         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
37986         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
37987         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
37988
37989         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
37990         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
37991         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
37992         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
37993         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
37994         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
37995         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
37996         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
37997         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
37998
37999         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
38000         string.h any more.
38001
38002         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
38003         not the default value.
38004
38005         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
38006         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
38007         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
38008         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
38009         Also check for iswcntrl, used for wcwidth fallback.
38010         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
38011         to Autoconf 2.13.
38012
38013 2001-08-03  Jim Meyering  <meyering@lucent.com>
38014
38015         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
38016         as it was in the original.  Reported by Paul Eggert.
38017
38018 2001-07-16  Jim Meyering  <meyering@lucent.com>
38019
38020         * m4/gettimeofday.m4: New file.
38021         Prompted by a report from Bernhard Baehr.
38022
38023 2001-07-15  Jim Meyering  <meyering@lucent.com>
38024
38025         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
38026         stuff. Now it's in ../Makefile.cfg.
38027
38028 2001-07-15  Jim Meyering  <meyering@lucent.com>
38029
38030         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
38031         (BUILT_SOURCES): Add unlocked-io.h.
38032         (io_functions): Define.
38033         (unlocked-io.h): New rule.
38034         (DISTCLEANFILES): Add unlocked-io.h.
38035         (all-local): Depend on unlocked-io.h, to ensure it is created.
38036
38037         * lib/unlocked-io.hin: New file
38038
38039         * lib/regex.c: Update from glibc.
38040
38041 2001-07-05  Jim Meyering  <meyering@lucent.com>
38042
38043         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
38044         recommendation.
38045         (libfetish_a_SOURCES): Put all .h files here instead.
38046         Remove a thus-exposed (better checks in automake) duplicate and
38047         two unnecessary .h files.
38048
38049 2001-07-04  Jim Meyering  <meyering@lucent.com>
38050
38051         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
38052         that generates jm-glibc-io.m4 so that it doesn't trigger any make
38053         distcheck failure.
38054
38055 2001-07-02  Jim Meyering  <meyering@lucent.com>
38056
38057         The following changes were prompted by suggestions from Bruno Haible.
38058
38059         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
38060         is now generated.
38061         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
38062         definition of EXTRA_DIST.
38063         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
38064         ensure that the generated file is created/updated whenever the list
38065         of $(unlocked_functions) is changed.
38066         (jm-glibc-io.m4): New rule.
38067         (unlocked-io.h): New rule -- currently unused.
38068
38069 2001-06-24  Jim Meyering  <meyering@lucent.com>
38070
38071         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
38072         unmatched right bracket, rather than kludging it with an extra,
38073         falsely-matching quote in a comment.  Patch by Akim Demaille.
38074
38075 2001-06-11  Jim Meyering  <meyering@lucent.com>
38076
38077         * lib/regex.c: Update from GNU libc.
38078
38079 2001-05-27  Jim Meyering  <meyering@lucent.com>
38080
38081         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
38082         Check for ut_type in struct utmp.
38083
38084 2001-05-27  Jim Meyering  <meyering@lucent.com>
38085
38086         * lib/readutmp.h (UT_TYPE): Define.
38087
38088 2001-05-24  Jim Meyering  <meyering@lucent.com>
38089
38090         * lib/argmatch.c: Include "quote.h".
38091         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
38092         quote function.  Reported by Göran Uddeborg.
38093
38094 2001-05-22  Jim Meyering  <meyering@lucent.com>
38095
38096         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
38097         now that we use the package-supplied version unconditionally.
38098         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
38099
38100 2001-05-21  Jim Meyering  <meyering@lucent.com>
38101
38102         * m4/regex.m4: Change a couple backticks to single quotes to avoid
38103         shell syntax errors.
38104
38105 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
38106
38107         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
38108
38109 2001-05-20  Paul Eggert  <eggert@twinsun.com>
38110
38111         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
38112         Don't bother to check library strftime, since
38113         we'll be using our own my_strftime function anyway.
38114         Define my_strftime instead of strftime.
38115
38116 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
38117
38118         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
38119         which is not yet declared.
38120
38121 2001-05-15  Jim Meyering  <meyering@lucent.com>
38122
38123         * m4/regex.m4: Use proper quoting so brackets appear in the test
38124         program.
38125         Reported by, and with help from, Bruno Haible.
38126
38127 2001-05-13  Jim Meyering  <meyering@lucent.com>
38128
38129         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
38130         undefined.
38131
38132 2001-05-11  Paul Eggert  <eggert@twinsun.com>
38133
38134         dirname code cleanup.  base_name now behaves more compatibly
38135         with POSIX basename when given file names that have trailing
38136         slashes, and similarly for dir_name.  Add new primitives
38137         base_len and dir_len.  Put the directory-name-related decls
38138         into dirname.h.
38139
38140         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
38141         * lib/backupfile.c (base_name): Likewise.
38142         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
38143         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
38144         * lib/makepath.c (strip_trailing_slashes): Likewise.
38145         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
38146         ISSLASH): Likewise.
38147         * lib/rename.c (strip_trailing_slashes): Likewise.
38148         * lib/same.c (base_name): Likewise.
38149         * lib/stripslash.c (ISSLASH): Likewise.
38150
38151         * lib/addext.c: Include <dirname.h> after size_t is defined.
38152         * lib/backupfile.c: Likewise.
38153
38154         * lib/addext.c (addext): Use base_len to trim redundant
38155         trailing slashes instead of doing it ourselves.
38156         But do not trim the last slash if it is not redundant.
38157
38158         * lib/backupfile.c (find_backup_file_name,
38159         max_backup_version): Use base_len instead of rolling it ourselves.
38160         Handle the case of "" and (on DOS) "C:" correctly.
38161
38162         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
38163         needed. Include <string.h>, <dirname.h>.
38164         (base_name): Allow file names ending in slashes, other than names
38165         that are all slashes.  In this case, return the basename followed
38166         by the slashes.  This is more general, and can be used in places
38167         where the original base_name purposely had an assertion failure.
38168         (base_len): New function.
38169
38170         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
38171         Do not include <assert.h>; no longer needed.
38172         Include xalloc.h.
38173         (memrchr): Remove decl.
38174         (dir_name_r): Remove.
38175         (dir_len): Renamed from dirlen.  All callers changed.
38176         Rewrite in terms of base_name, for simplicity and consistency.
38177         (dir_name): Never return NULL.  All callers changed.
38178         Do not include <stdlib.h> in test program; no longer needed.
38179         return 0; is fine for test program.
38180
38181         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
38182         New macros.
38183         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
38184
38185         * lib/path-concat.c (path_concat): Use base_len to compute
38186         base length, not strlen; this means we cannot rely on memcpy
38187         to null-terminate.
38188
38189         * lib/same.c (STREQ): Remove.
38190         (same_name): Handle the case where the basename ends in trailing '/'.
38191
38192         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
38193         a slash was stripped.  Do not strip the last slash after a
38194         file system prefix.
38195
38196 2001-05-11  Paul Eggert  <eggert@twinsun.com>
38197
38198         * lib/Makefile.am (libfetish_a_SOURCES):
38199         Add strftime.c, since we now compile it on all hosts.
38200
38201         * lib/strftime.c (my_strftime):
38202         Define to nstrftime if emacs, but only if my_strftime is not defined.
38203         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
38204         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
38205         Add one more extra argument: a nanoseconds value.
38206         All uses changed.
38207         (ns): New macro.
38208         (my_strftime function): Add %N format.
38209         (emacs_strftimeu): Renamed from emacs_strftime,
38210         with extra ut argument.
38211
38212 2001-05-09  Paul Eggert  <eggert@twinsun.com>
38213
38214         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
38215
38216 2001-04-21  Jim Meyering  <meyering@lucent.com>
38217
38218         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
38219         doesn't interfere.
38220
38221 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
38222
38223         * m4/ftruncate.m4: Check for chsize.
38224         Link with ftruncate.o unconditionally if ftruncate is missing.
38225         This was required when cross-compiling to i586-mingw32msvc.
38226
38227 2001-04-08  Jim Meyering  <meyering@lucent.com>
38228
38229         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
38230         recomputed; that's necessary when the offset spans a DST transition.
38231         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
38232
38233 2001-04-02  Jim Meyering  <meyering@lucent.com>
38234
38235         * lib/regex.h, regex.c: Update from GNU libc.
38236
38237 2001-03-24  Jim Meyering  <meyering@lucent.com>
38238
38239         * m4/jm-macros.m4: Require autoconf-2.49d.
38240
38241 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
38242
38243         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
38244
38245 2001-03-19  Paul Eggert  <eggert@twinsun.com>
38246
38247         * lib/version-etc.c (version_etc_copyright): Update to 2001.
38248
38249 2001-03-17  Jim Meyering  <meyering@lucent.com>
38250
38251         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
38252         now that the version in autoconf is equivalent.
38253         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
38254
38255         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
38256         Suggestion from Akim Demaille.
38257
38258         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
38259         (jm_PREREQ_TEMPNAME): New function.
38260
38261 2001-03-16  Paul Eggert  <eggert@twinsun.com>
38262
38263         * lib/tempname.c (uint64_t): Define to uintmax_t if
38264         not defined, and if UINT64_MAX is not defined.
38265         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
38266         Reported by John David Anglin.
38267
38268 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
38269
38270         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
38271         resolve alias if codeset is empty.
38272         * lib/config.charset (BeOS): Use wildcard syntax.
38273
38274 2001-03-13  Jim Meyering  <meyering@lucent.com>
38275
38276         * lib/path-concat.c (path_concat)
38277         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
38278         concatenating e.g., `C:' and `foo'.
38279         From Bruno Haible.
38280
38281 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
38282
38283         * lib/localcharset.c (locale_charset): Don't use
38284         setlocale(LC_CTYPE,NULL). Don't return NULL.
38285         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
38286
38287 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
38288
38289         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
38290         support for DOS/DJGPP.
38291
38292 2001-03-01  Paul Eggert  <eggert@twinsun.com>
38293
38294         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
38295         lacks mkstemp.  Compile our own tempname.c if we compile our own
38296         mkstemp.c, as mkstemp relies on tempname.
38297
38298 2001-03-01  Jim Meyering  <meyering@lucent.com>
38299
38300         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
38301         AH_VERBATIM really does output its argument verbatim.
38302
38303 2001-02-28  Paul Eggert  <eggert@twinsun.com>
38304
38305         * lib/Makefile.am (libfetish_a_SOURCES):
38306         Add dup-safer.c, fopen-safer.c.
38307         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
38308
38309         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
38310         * lib/unistd-safer.h: New files.
38311
38312 2001-02-25  Paul Eggert  <eggert@twinsun.com>
38313
38314         The mkstemp replacement is taken from glibc 2.2.2, with some
38315         portability fixes for use outside glibc, as follows:
38316
38317         * lib/tempname.c (struct_stat64): New macro.
38318         (direxists, __gen_tempname): Use it.
38319         This avoids a portability problem with Solaris 8.
38320
38321         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
38322         (<stddef.h>, <stdint.h>, <string.h>):
38323         Include only if STDC_HEADERS || _LIBC.
38324         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
38325         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
38326         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
38327         (__set_errno): Define this macro if <errno.h> doesn't.
38328         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
38329         Define these macros if <stdio.h> doesn't.
38330         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
38331         Define these macros if <sys/stat.h>
38332         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
38333         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
38334         __xstat64): Define if not _LIBC.
38335         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
38336         (__gen_tempname): Invoke gettimeofday only if
38337         HAVE_GETTIMEOFDAY || _LIBC;
38338         otherwise, fall back on plain "time".
38339         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
38340
38341         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
38342
38343         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
38344
38345 2001-02-18  Paul Eggert  <eggert@twinsun.com>
38346
38347         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
38348
38349 2001-02-17  Paul Eggert  <eggert@twinsun.com>
38350
38351         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
38352         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
38353         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
38354         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
38355
38356 2001-02-17  Paul Eggert  <eggert@twinsun.com>
38357
38358         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
38359         Remove workaround macros for hosts that have mbrtowc but not
38360         mbstate_t, as we now insist on proper declarations for both
38361         before using mbrtowc.
38362
38363 2001-02-17  Jim Meyering  <meyering@lucent.com>
38364
38365         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
38366         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
38367         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
38368         UnixWare 7.1.1.
38369
38370         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
38371         rather than AC_CACHE_VAL.
38372
38373 2001-02-17  Jim Meyering  <meyering@lucent.com>
38374
38375         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
38376         around included file name.
38377
38378         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
38379
38380         * lib/strftime.c: Update from GNU libc (the only changes were to
38381         comments).
38382
38383 2001-02-17  Jim Meyering  <meyering@lucent.com>
38384
38385         * lib/regex.c: Update from libc.
38386
38387 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
38388
38389         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
38390         clash.
38391
38392 2001-02-16  Paul Eggert  <eggert@twinsun.com>
38393
38394         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
38395         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
38396         Reported by Mark Hounschell via Paul Eggert.
38397
38398 2001-02-07  Jim Meyering  <meyering@lucent.com>
38399
38400         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
38401
38402 2001-02-05  Jim Meyering  <meyering@lucent.com>
38403
38404         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
38405         it includes the patch required for `large file' support with at least
38406         HP-UX's 10.20 /bin/cc.
38407
38408 2001-02-03  Jim Meyering  <meyering@lucent.com>
38409
38410         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
38411         AS_IF, now that it works once again (mysteriously).
38412         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
38413
38414 2001-01-30  Jim Meyering  <meyering@lucent.com>
38415
38416         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
38417         * m4/chown.m4: Rename conftestchown to conftest.chown.
38418         * m4/rename.m4: s/conftestdir/conftest.d1/ and
38419         s/conftestdir2/conftest.d2/.
38420         * m4/utimes.m4: s/conftestdata/conftest.data/
38421         Inspired by Pavel Roskin's change in autoconf.
38422
38423 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
38424
38425         * lib/config.charset: Update for FreeBSD 4.2.
38426
38427 2001-01-27  Jim Meyering  <meyering@lucent.com>
38428
38429         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
38430         a use of AS_IF.
38431         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
38432
38433 2001-01-26  Jim Meyering  <meyering@lucent.com>
38434
38435         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
38436         quotearg.c includes it.
38437
38438 2001-01-26  Jim Meyering  <meyering@lucent.com>
38439
38440         * lib/quotearg.c: Include stddef.h.
38441         * lib/quote.c: Include stddef.h.
38442         Reported by Axel Kittenberger.
38443
38444         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
38445         line in double quotes so that it evokes a better diagnostic.
38446         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
38447         Reported by Axel Kittenberger.
38448
38449 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
38450
38451         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
38452         as if it was a `charset'.
38453
38454 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
38455
38456         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
38457         has const.
38458
38459 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
38460
38461         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
38462         to avoid a warning.  Add back 'const' to inptr.
38463
38464 2001-01-20  Jim Meyering  <meyering@lucent.com>
38465
38466         Be sure that headers are checked before used in code compiled
38467         for the type checks.
38468         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
38469         In place of that, invoke jm_CHECK_ALL_TYPES.
38470         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
38471         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
38472         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
38473         The check for ssize_t was mistakenly run before the test for unistd.h.
38474
38475         The configure-time check for stdbool.h was missing.
38476         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
38477         (jm_PREREQ_HASH): New function.
38478
38479 2001-01-17  Jim Meyering  <meyering@lucent.com>
38480
38481         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
38482         for autoconf-2.49c.
38483         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
38484
38485 2001-01-16  Jim Meyering  <meyering@lucent.com>
38486
38487         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
38488         From Bruno Haible.
38489
38490 2001-01-14  Jim Meyering  <meyering@lucent.com>
38491
38492         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
38493         foo and bar.  Create conftestdir/ in the script, not in the C code.
38494         Remove directories in the script, not in the C code.
38495         Remove conftestdir{,2} before trying to create the directory.
38496         Make the entire configure script fail if the mkdir fails.
38497
38498 2001-01-14  Jim Meyering  <meyering@lucent.com>
38499
38500         * lib/rename.c: New file.  From Volker Borchert.
38501         Include stdlib.h, string.h or strings.h, and xalloc.h.
38502         Use strip_trailing_slashes rather than open-coding it.
38503
38504 2001-01-03  Paul Eggert  <eggert@twinsun.com>
38505
38506         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
38507
38508 2001-01-03  Jim Meyering  <meyering@lucent.com>
38509
38510         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
38511         of local `inptr' to avoid warning with some system declarations of
38512         iconv.
38513
38514 2001-01-02  Volker Borchert  <bt@teknon.de>
38515
38516         * m4/rename.m4: New file.
38517         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
38518
38519 2001-01-01  Jim Meyering  <meyering@lucent.com>
38520
38521         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
38522         even on systems with utmpx.h.  It's necessary for the declaration of
38523         utmp's ut_user member.  Reported by Andreas Jaeger.
38524
38525         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
38526         available. They are required for the declarations of getgrgid and
38527         getpwuid resp.
38528         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
38529         Reported by Andreas Jaeger.
38530
38531 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
38532
38533         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
38534         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
38535         so `make install' also works in VPATH builds.
38536
38537 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
38538
38539         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
38540         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
38541         can be used in subdirectories.
38542
38543 2000-12-29  Paul Eggert  <eggert@twinsun.com>
38544
38545         * lib/modechange.c: Do not assume that mode_t uses the
38546         traditional octal encoding.  E.g. "chmod 1 FOO" should set
38547         the other-execute bit of FOO even if S_IXOTH != 1.
38548
38549         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
38550         WOTH, XOTH, ALLM): New macros.
38551         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
38552          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
38553         Use them.
38554         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
38555         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
38556         (mode_compile):
38557         No need to use uintmax_t; unsigned long is long enough.
38558         Don't bother to get suffix since we don't use it.
38559
38560 2000-12-26  Jim Meyering  <meyering@lucent.com>
38561
38562         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
38563         better with autoheader.
38564
38565 2000-12-24  Jim Meyering  <meyering@lucent.com>
38566
38567         * lib/hash.c (is_prime): Return explicit boolean values.
38568         (hash_get_first): Return NULL to appease Irix5.6's 89.
38569         Reported by Nelson Beebe.
38570
38571 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
38572
38573         * lib/localcharset.c (locale_charset): Add support for Win32.
38574
38575 2000-12-18  Paul Eggert  <eggert@twinsun.com>
38576
38577         * lib/physmem.h, lib/physmem.c: New files.
38578
38579         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
38580         (noinst_HEADERS): Add physmem.h.
38581
38582         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
38583         't' for compatibility with Solaris 8 sort.
38584
38585 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
38586
38587         * lib/config.charset: Add support for BeOS.
38588
38589 2000-12-17  Jim Meyering  <meyering@lucent.com>
38590
38591         * m4/dos.m4 (jm_AC_DOS): New file and macro.
38592         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
38593
38594 2000-12-16  Jim Meyering  <meyering@lucent.com>
38595
38596         This bug had a serious impact on chown: `chown N:M FILE' (for integer
38597         N and M) would have treated it like `chown N:N FILE'.
38598
38599         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
38600
38601 2000-12-16  Jim Meyering  <meyering@lucent.com>
38602
38603         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
38604         SHELLS_FILE to a file name that's useful on djgpp systems.
38605         Include stdlib.h.
38606         (ADDITIONAL_DEFAULT_SHELLS): Define.
38607         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
38608         Based mostly on a patch from Prashant TR.
38609
38610 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
38611
38612         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
38613         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
38614         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
38615
38616 2000-12-08  Andreas Schwab  <schwab@suse.de>
38617
38618         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
38619         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
38620
38621 2000-12-07  Jim Meyering  <meyering@lucent.com>
38622
38623         * lib/stripslash.c (ISSLASH): Define.
38624         (strip_trailing_slashes): Use ISSLASH rather than comparing against
38625         `/'.
38626         From Prashant TR.
38627
38628         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
38629         (dir_name_r): Declare this function as static.
38630         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
38631         manifest itself on a name containing a mix of slashes and
38632         backslashes.
38633         Make this function work with names starting with a DOS-style
38634         drive letter and colon prefix.
38635         (dir_name): Append `.' if necessary.
38636         Based mostly on patches from Prashant TR and Eli Zaretskii.
38637
38638         * lib/dirname.h (dir_name_r): Remove prototype.
38639
38640 2000-12-06  Paul Eggert  <eggert@twinsun.com>
38641
38642         * m4/off_t-format.m4: Remove this file.
38643         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
38644
38645 2000-12-06  Jim Meyering  <meyering@lucent.com>
38646
38647         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
38648         replacement strtoull, we may well need the replacement strtoul, too.
38649         Check for declarations of strtoul and strtoull.
38650         Check for strtol.  Mainly as a cue to cause automake to include
38651         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
38652         Check for limits.h -- strtol.c needs it.
38653
38654 2000-12-05  Jim Meyering  <meyering@lucent.com>
38655
38656         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
38657
38658 2000-12-04  Jim Meyering  <meyering@lucent.com>
38659
38660         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
38661         Also include memory.h, stdlib.h, unistd.h if appropriate.
38662         Reported by Andreas Jaeger (conflicting declaration of malloc).
38663
38664 2000-12-02  Jim Meyering  <meyering@lucent.com>
38665
38666         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
38667         * m4/jm-macros.m4 (jm_MACROS): require it.
38668
38669 2000-12-02  Jim Meyering  <meyering@lucent.com>
38670
38671         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
38672
38673 2000-12-01  Paul Eggert  <eggert@twinsun.com>
38674
38675         * lib/memrchr.c: Include <config.h> before any system include file.
38676
38677 2000-11-30  Jim Meyering  <meyering@lucent.com>
38678
38679         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
38680
38681 2000-11-30  Jim Meyering  <meyering@lucent.com>
38682
38683         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
38684
38685 2000-11-29  Paul Eggert  <eggert@twinsun.com>
38686
38687         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
38688
38689 2000-11-26  Jim Meyering  <meyering@lucent.com>
38690
38691         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
38692
38693 2000-11-22  Paul Eggert  <eggert@twinsun.com>
38694
38695         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
38696         size of (size_t) -1; it's not portable.
38697
38698 2000-11-17  Jim Meyering  <meyering@lucent.com>
38699
38700         * lib/strstr.c: Update from GNU libc.
38701
38702 2000-11-17  Akim Demaille  <akim@epita.fr>
38703
38704         * lib/obstack.h: Formatting changes.
38705         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
38706         prevent type checking.
38707         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
38708         cast the value to (void *): assigning a `foo *' to a `void *'
38709         variable is valid.
38710         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
38711
38712 2000-11-16  Jim Meyering  <meyering@lucent.com>
38713
38714         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
38715
38716 2000-11-11  Jim Meyering  <meyering@lucent.com>
38717
38718         * lib/error.c: Add a couple #includes, merging from GNU libc version.
38719
38720 2000-11-10  Jim Meyering  <meyering@lucent.com>
38721
38722         * lib/obstack.h: Update from GNU libc.
38723         * lib/obstack.c: Likewise.
38724
38725 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
38726
38727         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
38728
38729 2000-11-06  Paul Eggert  <eggert@twinsun.com>
38730
38731         * lib/getusershell.c (setusershell): Use rewind rather than
38732         fseek/fseeko, to avoid configuration hassles with fseeko.
38733         Don't bother opening SHELLS_FILE if shellstream is NULL;
38734         it's not necessary.
38735
38736 2000-11-05  Jim Meyering  <meyering@lucent.com>
38737
38738         * lib/makepath.h (make_dir): Declare.
38739         * lib/makepath.c (make_dir): Remove `static' attribute.
38740         Tweak a comment.
38741
38742 2000-11-04  Jim Meyering  <meyering@lucent.com>
38743
38744         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
38745
38746 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
38747
38748         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
38749         last one in a bucket, advance to the next bucket.
38750
38751 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
38752
38753         * lib/fnmatch.c: Do not comment out all the code if we are using
38754         the GNU C library, because in some cases we are replacing buggy
38755         code in the GNU C library itself.
38756
38757 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
38758
38759         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
38760         (regex_compile): Catch bogus \(\1\).
38761
38762 2000-10-30  Paul Eggert  <eggert@twinsun.com>
38763
38764         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
38765         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
38766         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
38767
38768 2000-10-30  Paul Eggert  <eggert@twinsun.com>
38769
38770         * lib/error.h, getline.h, modechange.h:
38771         Remove "2000" from Copyright line, as the file hasn't been
38772         changed this year other than in the copyright notice.
38773
38774         * lib/xalloc.h: Add "2000" to Copyright line, as this file
38775         was changed this year.
38776
38777 2000-10-29  Jim Meyering  <meyering@lucent.com>
38778
38779         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
38780         renaming.
38781         * m4/ls-mntd-fs.m4: Likewise
38782
38783 2000-10-29  Jim Meyering  <meyering@lucent.com>
38784
38785         * lib/xstat.in: Fix grammar in comment.
38786
38787 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
38788
38789         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
38790         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
38791         doesn't define __restrict_arr.
38792
38793 2000-10-28  Jim Meyering  <meyering@lucent.com>
38794
38795         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
38796         (jm_PREREQ_MEMCHR): New function.
38797
38798 2000-10-28  Jim Meyering  <meyering@lucent.com>
38799
38800         * lib/memchr.c: Update from libc.
38801         Adjust for portability:
38802         [HAVE_STDLIB_H]: Include stdlib.h.
38803         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
38804         Undef __memchr, too.
38805         [!weak_alias]: Define __memchr to memchr.
38806
38807         * lib/regex.c: Update from libc.
38808         * lib/regex.h: Likewise.
38809         * lib/getopt1.c: Likewise.
38810         * lib/memcmp.c: Likewise.
38811
38812         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
38813         Avoid using fseek, when possible -- it's broken by design.
38814         Patch by Ulrich Drepper.
38815
38816 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
38817
38818         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
38819         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
38820         Giving in to popular pressure to shut up the compiler with casts.
38821
38822 2000-10-26  Jim Meyering  <meyering@lucent.com>
38823
38824         * lib/strftime.c: Update from libc.
38825
38826 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
38827
38828         * regex.c: More `unsigned char' -> `re_char' changes.
38829         Also change several `int' into `re_wchar_t'.
38830         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
38831         (PUSH_FAILURE_POINTER): Don't cast any more.
38832         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
38833         We want GCC to complain, since this piece of code makes
38834         re_match non-reentrant, which *should* be fixed.
38835         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
38836         (EXTEND_BUFFER): Use RETALLOC.
38837         (SET_LIST_BIT): Don't cast.
38838         (re_wchar_t): New type.
38839         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
38840         that those two functions will always properly return.
38841         (IMMEDIATE_QUIT_CHECK): Cast to void.
38842         (analyse_first): Use recursion rather than an explicit stack.
38843         (re_compile_fastmap): Can't fail anymore.
38844         (re_search_2): Don't check re_compile_fastmap for failure.
38845         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
38846         Now also sets the new value (passed in a new argument).
38847         (re_match_2_internal): Use it.
38848         Also, use a new var `reg' of type size_t when looping through regs
38849         rather than reuse the inappropriate `mcnt'.
38850
38851 2000-10-25  Jim Meyering  <meyering@lucent.com>
38852
38853         * lib/obstack.c: Update from libc.
38854
38855 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
38856
38857         * regex.c (regex_compile): Change the way of handling a range from
38858         a char less than 256 to a char not less than 256.
38859
38860 2000-10-24  Andrew Innes  <andrewi@gnu.org>
38861
38862         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
38863         NT-Emacs only.
38864         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
38865         so that re_search functions only quit when callers expect them to.
38866
38867 2000-10-23  Jim Meyering  <meyering@lucent.com>
38868
38869         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
38870         wrong.  That set_locale call must not have any side effects.
38871         From Paul Eggert.
38872
38873 2000-10-22  Jim Meyering  <meyering@lucent.com>
38874
38875         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
38876         [CYCLIC]: Remove now-unused definition.
38877
38878         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
38879         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
38880         Suggestion from Ulrich Drepper.
38881
38882 2000-10-21  Jim Meyering  <meyering@lucent.com>
38883
38884         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
38885         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
38886         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
38887
38888 2000-10-21  Jim Meyering  <meyering@lucent.com>
38889
38890         * lib/dirname.c (memrchr): Declare if necessary.
38891         (dir_name): Remove the restriction that there be no
38892         trailing slashes.  Now, this code skips past them, effectively
38893         ignoring them.
38894         [TEST_DIRNAME] (main): New unit tests.
38895
38896         * lib/memrchr.c: New file from GNU libc.
38897         Undef __memrchr, too.
38898         [!weak_alias]: Define __memrchr to memrchr.
38899         Guard weak_alias use with `#ifdef weak_alias'.
38900
38901 2000-10-21  Jim Meyering  <meyering@lucent.com>
38902
38903         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
38904         (dir_name): Use dir_name_r.
38905         * lib/dirname.h (dir_name_r): Declare it.
38906
38907 2000-10-17  Jim Meyering  <meyering@lucent.com>
38908
38909         * lib/quote.h (PARAMS): Define and use.
38910         Reported by Akim Demaille.
38911
38912         * lib/getopt.c: Update from libc.
38913
38914 2000-10-16  Jim Meyering  <meyering@lucent.com>
38915
38916         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
38917         setlocale.
38918         From Jan Fedak.
38919
38920 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
38921
38922         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
38923
38924 2000-09-25  Jim Meyering  <meyering@lucent.com>
38925
38926         * lib/md5.h (rol): Define (from GnuPG).
38927
38928         * lib/sha.c: Give credit (GnuPG) where due.
38929         (M): Use rol rather than open-coding it.
38930         Add a FIXME comment.
38931
38932 2000-09-21  Jim Meyering  <meyering@lucent.com>
38933
38934         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
38935         Reported by Michael Stone.
38936
38937 2000-09-20  Jim Meyering  <meyering@lucent.com>
38938
38939         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
38940         (noinst_HEADERS): Add sha.h.
38941         Based on code from Scott G. Miller and from GnuPG.
38942
38943 2000-09-18  Jim Meyering  <meyering@lucent.com>
38944
38945         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
38946         LIBS. Otherwise, everyone ends up linking with -lelf for some
38947         configurations.
38948         Reported by Mike Stone.
38949
38950 2000-09-15  Jim Meyering  <meyering@lucent.com>
38951
38952         * lib/regex.c: Update from libc.
38953
38954 2000-09-10  Jim Meyering  <meyering@lucent.com>
38955
38956         * lib/getopt.c (_getopt_internal): Update from glibc.
38957
38958 2000-09-09  Jim Meyering  <meyering@lucent.com>
38959
38960         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
38961         think it should be used as a general replacement for isascii.
38962         * lib/fnmatch.c: Likewise.
38963         * lib/mbswidth.c: Likewise
38964         * lib/regex.c: Likewise.
38965
38966         Don't use atoi.
38967         * lib/userspec.c: Include sys/param.h and limits.h.
38968         Include xstrtol.h.
38969         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
38970         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
38971         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
38972         UID, GID.  Check range.
38973
38974 2000-09-06  Jim Meyering  <meyering@lucent.com>
38975
38976         * lib/getopt.c (_getopt_internal): Update from glibc.
38977
38978 2000-08-30  Jim Meyering  <meyering@lucent.com>
38979
38980         * lib/strftime.c: Merge in changes from GNU libc.
38981
38982 2000-08-26  Jim Meyering  <meyering@lucent.com>
38983
38984         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
38985         * m4/fpending.m4: New file.
38986
38987 2000-08-26  Jim Meyering  <meyering@lucent.com>
38988
38989         * lib/closeout.c: Include "__fpending.h".
38990         (close_stdout_status): Return right away if there's nothing to flush.
38991
38992         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
38993         * lib/__fpending.c: New file.
38994         * lib/__fpending.h: New file.
38995
38996 2000-08-20  Jim Meyering  <meyering@lucent.com>
38997
38998         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
38999         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
39000         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
39001
39002 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
39003
39004         Improve fileutils installation on systems where running
39005         programs (like install) can't be unlinked.
39006         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
39007         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
39008
39009 2000-08-07  Paul Eggert  <eggert@twinsun.com>
39010
39011         Standardize on "memory exhausted" instead of "Memory exhausted"
39012         or "virtual memory exhausted".
39013         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
39014         "virtual memory exhausted".
39015         * lib/same.c (same_name): Invoke xalloc_die instead of printing
39016         our own message.
39017         * lib/userspec.c (parse_user_spec): Likewise.
39018         * lib/bumpalloc.h: comment fix
39019         * lib/same.c, userspec.c: Include xalloc.h.
39020
39021         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
39022         not char *const and pointing to a constant array.
39023         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
39024         (xrealloc): Comment fix.
39025
39026         * lib/userspec.c (parse_user_spec):
39027         Don't translate a message until just before returning,
39028         to avoid unnecessary translation.
39029
39030 2000-08-07  Jim Meyering  <meyering@lucent.com>
39031
39032         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
39033         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
39034         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
39035         getgroups.c, gethostname.c, getopt.h, group-member.c,
39036         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
39037         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
39038         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
39039         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
39040         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
39041         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
39042         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
39043         yesno.c: Back out Copyright date changes for each file with no change
39044         this year.  This eases coordination with other programs using the same
39045         source code modules.  From Paul Eggert.
39046
39047 2000-08-06  Paul Eggert  <eggert@twinsun.com>
39048
39049         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
39050         not char, for compatibility with glibc 2.1.3 strftime.c.
39051
39052 2000-08-03  Greg McGary  <greg@mcgary.org>
39053
39054         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
39055         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
39056         (EXTEND_BUFFER): Use them.
39057
39058 2000-08-01  Jim Meyering  <meyering@lucent.com>
39059
39060         * lib/dirname.c (ISSLASH): Define.
39061         (BACKSLASH_IS_PATH_SEPARATOR): Define.
39062         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
39063         both `\' and `/' may be use as path separators.
39064         Based on a patch from Prashant TR.
39065
39066 2000-07-31  Paul Eggert  <eggert@twinsun.com>
39067
39068         * lib/quotearg.c (quotearg_n_options): Don't make the initial
39069         slot vector a constant, since it might get modified.
39070
39071 2000-07-31  Jim Meyering  <meyering@lucent.com>
39072
39073         * lib/xmalloc.c: Use `virtual memory exhausted', not
39074         `Memory exhausted'.
39075         * lib/obstack.c (print_and_abort): Likewise.
39076
39077 2000-07-30  Paul Eggert  <eggert@twinsun.com>
39078
39079         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
39080         buffer, so that the caller can always quote one small
39081         component of a "memory exhausted" message in slot 0.
39082         From a suggestion by Jim Meyering.
39083
39084 2000-07-30  Jim Meyering  <meyering@lucent.com>
39085
39086         * lib/makepath.c (make_path): Quote the other instance, too.
39087
39088         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
39089         (STATIC_BUF_SIZE): Define.
39090         (quotearg_n_options): Use only statically allocated storage when
39091         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
39092         than STATIC_BUF_SIZE.
39093
39094 2000-07-29  Jim Meyering  <meyering@lucent.com>
39095
39096         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
39097         * lib/dirname.c (dir_name): Likewise.
39098
39099         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
39100         `/'.
39101
39102         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
39103         (dir_name): Assert that there are no trailing slashes.
39104
39105 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
39106
39107         * lib/mbswidth.h (mbswidth): Add a flags argument.
39108         (mbswidth): New declaration.
39109         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
39110         * lib/mbswidth.c (mbswidth): Add a flags argument.
39111         (mbsnwidth): New function.
39112
39113 2000-07-24  Jim Meyering  <meyering@lucent.com>
39114
39115         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
39116
39117 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39118
39119         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
39120
39121 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39122
39123         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
39124         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
39125         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
39126         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
39127         invoke multibyte primitives.
39128
39129 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39130
39131         * lib/quotearg.c:
39132         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
39133         so that mbstate_t is always defined.
39134
39135         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
39136         be 1 in at least one GCC installation, and this configuration
39137         error is likely to be common.  Ignoring MB_LEN_MAX hurts
39138         performance on hosts that have mbrtowc but have only unibyte
39139         locales, but I assume these hosts are rare.
39140
39141 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39142
39143         * lib/mbswidth.c (_XOPEN_SOURCE):
39144         Don't define; this causes problems on Solaris 7.
39145         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
39146
39147 2000-07-23  Jim Meyering  <meyering@lucent.com>
39148
39149         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
39150         too: getgrgid, getpwuid, getuid.
39151
39152 2000-07-23  Jim Meyering  <meyering@lucent.com>
39153
39154         * lib/basename.c (base_name): Add an assertion.
39155
39156 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
39157
39158         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
39159         shadow its mbsinit function.
39160
39161 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
39162
39163         * lib/mbswidth.h: New file.
39164         * lib/mbswidth.c: New file.
39165         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
39166         (noinst_HEADERS): Add mbswidth.h.
39167
39168 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
39169
39170         * lib/config.charset: Add support for FreeBSD. Improve support for
39171         HP-UX and IRIX 6.
39172
39173 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
39174
39175         * m4/mbswidth.m4: New file.
39176         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
39177
39178 2000-07-15  Jim Meyering  <meyering@lucent.com>
39179
39180         * lib/makepath.c: Include quote.h.
39181         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
39182         corresponding argument in a `quote (...)' call.
39183         Give better diagnostics.
39184
39185         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
39186         (noinst_HEADERS): Add quote.h.
39187
39188         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
39189         from tar's src/misc.c.
39190         * lib/quote.h: New file.  Prototypes for same.
39191
39192 2000-07-14  Paul Eggert  <eggert@twinsun.com>
39193
39194         From a suggestion by Bruno Haible.
39195         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
39196         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
39197         to decide whether to define the BeOS workaround macro;
39198         this adjusts to the change to AC_MBSTATE_T.
39199
39200 2000-07-14  Jim Meyering  <meyering@lucent.com>
39201
39202         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
39203         jm_AC_TYPE_UINTMAX_T.
39204
39205 2000-07-13  Paul Eggert  <eggert@twinsun.com>
39206
39207         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
39208
39209         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
39210         quotearg_buffer_restyled): Add support for
39211         clocale_quoting_style.  Undo previous change to
39212         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
39213         and "{RIGHT QUOTATION MARK}" msgids.
39214
39215 2000-07-10  Paul Eggert  <eggert@twinsun.com>
39216
39217         From a suggestion by Bruno Haible.
39218         * m4/mbstate_t.m4 (AC_MBSTATE_T):
39219         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
39220         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
39221         and mbstate_t, to a single-part test that simply defines mbstate_t.
39222         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
39223         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
39224
39225 2000-07-10  Jim Meyering  <meyering@lucent.com>
39226
39227         * m4/strerror_r.m4: Mirror the correction made in autoconf.
39228
39229         * m4/gnu-source.m4: Output to confdefs.h directly.
39230         Suggestion from Akim Demaille.
39231
39232 2000-07-09  Paul Eggert  <eggert@twinsun.com>
39233
39234         The old behavior of quoting `like this' doesn't look good with
39235         newer, ISO-style fonts.  See:
39236         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
39237
39238         Instead, quote "like this" by default.  Let the translator
39239         tailor the locale-specific quoting behavior by providing
39240         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
39241
39242         * lib/quotearg.c (N_): New macro.
39243         (gettext_default): New function.
39244         (quotearg_buffer_restyled): Use
39245         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
39246         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
39247
39248 2000-07-09  Jim Meyering  <meyering@lucent.com>
39249
39250         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
39251         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
39252
39253         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
39254         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
39255
39256 2000-07-09  Jim Meyering  <meyering@lucent.com>
39257
39258         * lib/Most files: Update copyright dates to include 2000.
39259
39260 2000-07-08  Jim Meyering  <meyering@lucent.com>
39261
39262         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
39263         if not defined.
39264         (xgethostname): Remove now-unnecessary #ifdef.
39265         Move declaration of `err' into loop where it's used.
39266
39267 2000-07-05  Paul Eggert  <eggert@twinsun.com>
39268         and Bruno Haible  <haible@clisp.cons.org>
39269
39270         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
39271         only if the test for an object-type mbstate_t fails.  This
39272         prevents us from mistakenly reporting that mbstate_t is a
39273         system object type after we "#define mbstate_t int" to work
39274         around its lack.
39275
39276 2000-07-05  Paul Eggert  <eggert@twinsun.com>
39277         and Bruno Haible  <haible@clisp.cons.org>
39278
39279         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
39280
39281 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39282
39283         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
39284         to strerror_r.
39285         Include <ctype.h> for use of isalpha.
39286
39287 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39288
39289         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
39290         by allocating a larger buffer. Test the gethostname return value for
39291         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
39292         returns an error and ENAMETOOLONG isn't defined.
39293
39294 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39295
39296         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
39297         dimension.
39298
39299 2000-07-04  Jim Meyering  <meyering@lucent.com>
39300
39301         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
39302         of the deprecated AC_CHECKING.
39303
39304 2000-07-04  Jim Meyering  <meyering@lucent.com>
39305
39306         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
39307         Reported by Bruno Haible.
39308
39309 2000-07-04  Jim Meyering  <meyering@lucent.com>
39310
39311         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
39312         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
39313         lacks mbrtowc.
39314
39315 2000-07-03  Paul Eggert  <eggert@twinsun.com>
39316
39317         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
39318         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
39319
39320 2000-07-03  Paul Eggert  <eggert@twinsun.com>
39321         and Bruno Haible  <haible@clisp.cons.org>
39322
39323         * lib/quotearg.c (mbrtowc):
39324         Assign to *pwc, and return 1 only if result is nonzero.
39325         (iswprint): Use ISPRINT when substituting our own mbrtowc.
39326
39327 2000-07-03  Jim Meyering  <meyering@lucent.com>
39328
39329         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
39330
39331 2000-07-03  Jim Meyering  <meyering@lucent.com>
39332
39333         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
39334         This is necessary to get a definition of e.g., UTMP_FILE on
39335         HP-UX 10.20.
39336         From Bob Proulx.
39337
39338 2000-07-02  Jim Meyering  <meyering@lucent.com>
39339
39340         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
39341
39342         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
39343         AC_LIBOBJ(function_name).
39344         * m4/chown.m4: Likewise.
39345         * m4/fnmatch.m4: Likewise.
39346         * m4/ftruncate.m4: Likewise.
39347         * m4/getgroups.m4: Likewise.
39348         * m4/getline.m4: Likewise.
39349         * m4/group-member.m4: Likewise.
39350         * m4/jm-macros.m4: Likewise.
39351         * m4/lstat.m4: Likewise.
39352         * m4/malloc.m4: Likewise.
39353         * m4/memcmp.m4: Likewise.
39354         * m4/nanosleep.m4: Likewise.
39355         * m4/putenv.m4: Likewise.
39356         * m4/realloc.m4: Likewise.
39357         * m4/regex.m4: Likewise.
39358         * m4/stat.m4: Likewise.
39359         * m4/strftime.m4: Likewise.
39360
39361 2000-07-02  Jim Meyering  <meyering@lucent.com>
39362
39363         * lib/quotearg.c (mbstate_t): Don't define here.
39364
39365 2000-07-02  Jim Meyering  <meyering@lucent.com>
39366
39367         * lib/nanosleep.c (SIGCONT): Define if not already defined.
39368
39369 2000-07-01  Jim Meyering  <meyering@lucent.com>
39370
39371         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
39372
39373 2000-07-01  Jim Meyering  <meyering@lucent.com>
39374
39375         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
39376         problem.
39377
39378 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
39379
39380         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
39381         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
39382
39383 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
39384
39385         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
39386         per change in ../m4/ls-mntd-fs.m4.
39387         (read_filesystem_list): Ignore symbolic links.
39388
39389 2000-06-29  Jim Meyering  <meyering@lucent.com>
39390
39391         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
39392         for declaration of strcmp.
39393
39394         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
39395
39396         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
39397         Avoid warning by casting result to `char *' to remove `const'.
39398
39399 2000-06-28  Jim Meyering  <meyering@lucent.com>
39400
39401         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
39402         included by quotearg.c, for which we perform this test.  From
39403         Bruno Haible.
39404
39405 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
39406
39407         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
39408         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
39409         <utmpx.h> exists, put readutmp.o into LIBOBJS.
39410
39411 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
39412
39413         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
39414
39415 2000-06-26  Paul Eggert  <eggert@twinsun.com>
39416
39417         savedir now sets errno on failure and invokes xmalloc to get memory.
39418         Fix a couple of other minor bugs while we're at it.
39419
39420         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
39421         (NAMLEN): Remove macro.
39422         (malloc, realloc): Remove decls.
39423         (stpcpy): Likewise.
39424         ("xalloc.h"): Include.
39425         (NAME_SIZE_DEFAULT): New macro.
39426         (savedir): Use xmalloc / xrealloc to allocate memory.
39427         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
39428         Skip "" directory entries.
39429         Use strlen to calculate directory entry length, since the old method
39430         is rarely used these days and isn't worth supporting.
39431         Don't use a pointer after freeing it.
39432         Check for integer overflow when calculating allocation size.
39433         Use memcpy to copy entries, instead of stpcpy.
39434         Set errno properly when returning NULL.
39435         Check for readdir error.
39436
39437 2000-06-26  Jim Meyering  <meyering@lucent.com>
39438
39439         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
39440
39441 2000-06-25  Jim Meyering  <meyering@lucent.com>
39442
39443         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
39444         Linux header bug when _XOPEN_SOURCE is defined to 500.
39445
39446 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
39447
39448         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
39449         deficiency.
39450
39451 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
39452
39453         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
39454         Include xalloc.h.
39455         Don't include <stdlib.h>.  Don't declare malloc, realloc.
39456
39457 2000-06-24  Jim Meyering  <meyering@lucent.com>
39458
39459         * m4/strerror_r.m4: Revive this file -- to try out an experimental
39460         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
39461         for which strerror does return char*, but which lacks a conveniently
39462         accessible declaration of the function.  If the compile-test says
39463         strerror_r doesn't work, then resort to a `run'-test that works on
39464         BeOS and segfaults on DEC Unix.
39465
39466 2000-06-24  Jim Meyering  <meyering@lucent.com>
39467
39468         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
39469
39470 2000-06-23  Paul Eggert  <eggert@twinsun.com>
39471
39472         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
39473         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
39474
39475 2000-06-23  Paul Eggert  <eggert@twinsun.com>
39476
39477         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
39478         (mbrtowc, mbstate_t): Define substitutes if
39479         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
39480         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
39481         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
39482
39483 2000-06-23  Jim Meyering  <meyering@lucent.com>
39484
39485         * m4/afs.m4: Add missing AC_MSG_RESULT.
39486         Reported by Bruno Haible.
39487
39488         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
39489         Suggestion from Bruno Haible.
39490
39491 2000-06-23  Jim Meyering  <meyering@lucent.com>
39492
39493         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
39494
39495 2000-06-21  Jim Meyering  <meyering@lucent.com>
39496
39497         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
39498
39499 2000-06-21  Jim Meyering  <meyering@lucent.com>
39500
39501         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
39502         (noinst_HEADERS): Add getstr.h.
39503
39504         * lib/getline.c (getstr): Move into a separate file.
39505         * lib/getstr.c (getstr): New file, extracted from getline.c, with
39506         the following changes: new parameter, delim2; both delim[12]
39507         parameters have type `int', not `char'.  The latter would lose
39508         with 8-bit delimiters.
39509         * lib/getstr.h: New file.
39510
39511 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39512
39513         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
39514         than 1024, return a memory chunk of least possible size, instead
39515         of size PATH_MAX + 2. In the loop, increment the size proportionally.
39516         Use free/xmalloc instead of xrealloc to avoid copying for very long
39517         paths.
39518
39519 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39520
39521         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
39522         the empty string.
39523
39524 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39525
39526         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
39527         address, not strdup.  Include <stdlib.h> and don't declare free().
39528
39529 2000-06-19  Jim Meyering  <meyering@lucent.com>
39530
39531         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
39532
39533 2000-06-18  Jim Meyering  <meyering@lucent.com>
39534
39535         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
39536
39537         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
39538         `checking whether...' message to be consistent with that of the
39539         lstat test.
39540
39541 2000-06-18  Jim Meyering  <meyering@lucent.com>
39542
39543         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
39544         Besides, these days every porting target provides a mkdir function.
39545
39546         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
39547         needed. (this snippet comes from src/system.h).
39548
39549 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
39550
39551         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
39552
39553 2000-06-15  Paul Eggert  <eggert@twinsun.com>
39554
39555         * lib/human.c (adjust_value): New function.
39556         (human_readable_inexact): Apply rounding style even when
39557         printing approximate values.
39558
39559 2000-06-14  Paul Eggert  <eggert@twinsun.com>
39560
39561         * lib/human.c (human_readable_inexact): Allow an input block
39562         size that is not a multiple of the output block size, and vice versa.
39563         Reported by Piergiorgio Sartor.
39564
39565 2000-06-14  Paul Eggert  <eggert@twinsun.com>
39566
39567         * lib/getdate.y (get_date): Apply relative times after time
39568         zone indicator, not before.  Reported by Todd A. Jacobs.
39569
39570 2000-06-13  Jim Meyering  <meyering@lucent.com>
39571
39572         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
39573
39574         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
39575
39576 2000-06-12  Paul Eggert  <eggert@twinsun.com>
39577
39578         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
39579
39580 2000-06-12  Jim Meyering  <meyering@lucent.com>
39581
39582         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
39583         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
39584         optional argument.
39585         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
39586         the optional argument, `lib'.
39587
39588 2000-06-08  Jim Meyering  <meyering@lucent.com>
39589
39590         * m4/largefile.m4: Remove file (now that it's part of autoconf).
39591
39592 2000-06-04  Paul Eggert  <eggert@twinsun.com>
39593
39594         Rewrite largefile configuration so that we don't need to run
39595         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
39596         AC_CANONICAL_HOST in configure.in -- jmm]
39597
39598         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
39599         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
39600         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
39601         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
39602         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
39603         All uses changed.
39604         Instead of inspecting the output of getconf, try to compile the
39605         test program without and with the macro definition.
39606         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
39607         for getconf.  Instead, check for the needed flags by compiling
39608         test programs.
39609
39610 2000-06-04  Paul Eggert  <eggert@twinsun.com>
39611
39612         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
39613
39614 2000-06-04  Jim Meyering  <meyering@lucent.com>
39615
39616         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
39617         SunOS 4.1.4 for which gid_t is an unsigned type.
39618
39619 2000-06-03  Jim Meyering  <meyering@lucent.com>
39620
39621         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
39622         now that autoconf requires that.
39623
39624         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
39625         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
39626         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
39627
39628 2000-06-03  Jim Meyering  <meyering@lucent.com>
39629
39630         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
39631
39632 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
39633
39634         * m4/glibc21.m4: New file.
39635         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
39636
39637 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
39638
39639         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
39640         newer, don't install charset.alias.
39641         * lib/config.charset: Change the Linux/glibc rules so they become empty
39642         on glibc-2.1 or newer.
39643
39644 2000-06-02  Jim Meyering  <meyering@lucent.com>
39645
39646         * lib/mountlist.c: Back out last change.  Instead, do this...
39647         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
39648         me_dummy member using the same `ignore'-testing code.
39649         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
39650         fs_type strings.
39651         From Mark D. Roth.
39652
39653 2000-05-29  Jim Meyering  <meyering@lucent.com>
39654
39655         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
39656         mounts with the `ignore' attribute.  Based on a patch from
39657         Mark D. Roth.
39658
39659 2000-05-28  Jim Meyering  <meyering@lucent.com>
39660
39661         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
39662         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39663         * m4/stat.m4: Likewise.
39664         * m4/lstat.m4: Likewise.
39665         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
39666
39667         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
39668         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
39669
39670 2000-05-26  Jim Meyering  <meyering@lucent.com>
39671
39672         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
39673
39674 2000-05-24  Jim Meyering  <meyering@lucent.com>
39675
39676         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
39677         autoconf requires that.
39678         * m4/lib-check.m4: Likewise.
39679         * m4/jm-macros.m4: Likewise.
39680         * m4/strftime.m4: Likewise.
39681
39682         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
39683         AC_CHECK_DECLS, now that autoconf requires that.
39684
39685 2000-05-22  Jim Meyering  <meyering@lucent.com>
39686
39687         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39688         * m4/lstat.m4: Likewise.
39689
39690 2000-05-22  Jim Meyering  <meyering@lucent.com>
39691
39692         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
39693
39694 2000-05-20  Jim Meyering  <meyering@lucent.com>
39695
39696         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
39697         (jm_PREREQ): Use it.
39698
39699 2000-05-18  Jim Meyering  <meyering@lucent.com>
39700
39701         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
39702         back, too, since it may have been modified by allocate_entry.
39703         (hash_delete): Rewrite to use neither the assignment operator
39704         nor the comma operator in an if-expression.
39705
39706 2000-05-15  Paul Eggert  <eggert@twinsun.com>
39707
39708         * lib/closeout.c:
39709         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
39710         Remove; no longer needed.
39711         "quotearg.h": Add include.
39712         (file_name): Do not bother to explicitly initialize to NULL; it's less
39713         efficient on some hosts.
39714         (close_stdout_status): Remove test as to whether stdout was already
39715         closed; it breaks for the case "echo x | sort >&-".
39716         Quote file name colons.
39717         Do not assume that _("write error") lacks format strings.
39718
39719 2000-05-15  Jim Meyering  <meyering@lucent.com>
39720
39721         * lib/version-etc.c (version_etc_copyright): Update the copyright
39722         string used in all --version output.
39723
39724 2000-05-14  Jim Meyering  <meyering@lucent.com>
39725
39726         * lib/closeout.c (close_stdout_set_file_name): New function.
39727         (close_stdout_status): Use new file-scoped global.
39728         Return right away if fstat says the stdout file descriptor is invalid.
39729         * lib/closeout.h (close_stdout_set_file_name): Declare.
39730
39731 2000-05-10  Jim Meyering  <meyering@lucent.com>
39732
39733         * lib/closeout.c [default_exit_status]: New file-scoped variable.
39734         (close_stdout_set_status): New function.
39735         * lib/closeout.h (close_stdout_set_status): Declare.
39736
39737 2000-05-09  Jim Meyering  <meyering@lucent.com>
39738
39739         * m4/gettext.m4: Rename this...
39740         * m4/libintl.m4: ...to this.
39741
39742 2000-05-08  Jim Meyering  <meyering@lucent.com>
39743
39744         * lib/long-options.c: Don't include closeout.h.
39745         (parse_long_options): Don't call close_stdout for --version.
39746
39747 2000-05-06  Paul Eggert  <eggert@twinsun.com>
39748
39749         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
39750         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
39751         2.1.3 bug.  This avoids a clash when files like regex.c define
39752         _GNU_SOURCE.
39753
39754 2000-05-06  Jim Meyering  <meyering@lucent.com>
39755
39756         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
39757         (AC_REPLACE_FUNCS): Add strnlen.
39758
39759         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
39760         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
39761
39762         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
39763         AC_SEARCH_LIBS call for nanosleep.
39764         (LIB_NANOSLEEP): Set and AC_SUBST.
39765
39766 2000-05-06  Jim Meyering  <meyering@lucent.com>
39767
39768         * lib/strnlen.c: Undefine __strnlen and strnlen.
39769         [!weak_alias]: Define __strnlen to strnlen.
39770
39771         * lib/atexit.c: New file, from libiberty.
39772
39773 2000-05-06  Jim Meyering  <meyering@lucent.com>
39774
39775         * lib/closeout.c (close_stdout_status): Also check for errors on the
39776         stderr stream.
39777
39778 2000-05-05  Jim Meyering  <meyering@lucent.com>
39779
39780         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
39781         AC_SEARCH_LIBS call for clock_gettime.
39782         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
39783
39784         * m4/search-libs.m4: Update from autoconf.
39785
39786         su doesn't work on Solaris 2.6.
39787         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
39788         <shadow.h>.  Reported by Dragos Harabor.
39789
39790 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
39791
39792         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
39793         memcpy instead of xmalloc, xrealloc, path_concat.
39794         (locale_charset): Treat empty environment variables as absent.
39795         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
39796
39797 2000-05-04  Jim Meyering  <meyering@lucent.com>
39798
39799         * lib/getopt.c: Update from glibc.
39800         * lib/obstack.c: Likewise.
39801         * lib/obstack.h: Likewise.
39802         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
39803         file
39804
39805         * lib/regex.h: Likewise.
39806         * lib/strndup.c: Likewise.
39807         * lib/strnlen.c: New file, from glibc.
39808
39809 2000-05-03  Jim Meyering  <meyering@lucent.com>
39810
39811         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
39812
39813 2000-05-02  Paul Eggert  <eggert@twinsun.com>
39814
39815         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
39816         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
39817         compile-time test, rather than inspecting host and OS, to
39818         decide whether to define _LARGEFILE_SOURCE.
39819
39820 2000-05-01  Jim Meyering  <meyering@lucent.com>
39821
39822         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
39823
39824         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
39825         Based on a patch from Bruno Haible.
39826
39827 2000-05-01  Jim Meyering  <meyering@lucent.com>
39828
39829         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
39830
39831 2000-04-29  Jim Meyering  <meyering@lucent.com>
39832
39833         * lib/path-concat.c: Declare strdup only if it's not defined.
39834         * lib/canon-host.c: Likewise.
39835
39836 2000-04-28  Jim Meyering  <meyering@lucent.com>
39837
39838         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
39839         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
39840         is included first, then limits.h is included by locale.h by libintl.h.
39841         From John David Anglin.
39842
39843 2000-04-25  Jim Meyering  <meyering@lucent.com>
39844
39845         * lib/makepath.c (S_IRWXUGO): Define.
39846         (make_path): Always perform explicit chmod if MODE specifies any
39847         of the `special' permission bits.  Prompted by a bug report against
39848         install from Mate Wierdl and Joost van Baal.
39849
39850 2000-04-18  Jim Meyering  <meyering@lucent.com>
39851
39852         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
39853         (jm_PREREQ): Use it.
39854
39855 2000-04-18  Jim Meyering  <meyering@lucent.com>
39856
39857         * lib/README: New file.
39858
39859         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
39860         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
39861
39862 2000-04-17  Jim Meyering  <meyering@lucent.com>
39863
39864         Get it right :-)
39865         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
39866         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
39867         Suggestion from Akim Demaille.
39868
39869 2000-04-17  Jim Meyering  <meyering@lucent.com>
39870
39871         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
39872         the definition of it to rpl_strftime also defined-away the system's
39873         declaration.
39874
39875 2000-04-15  Jim Meyering  <meyering@lucent.com>
39876
39877         Use `C' to denote so-called `contiguous' files, the same way
39878         that tar does.
39879         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
39880         (ftypelet): Use S_ISCTG.
39881         From Michael Deutschmann.
39882
39883 2000-04-14  Jim Meyering  <meyering@lucent.com>
39884
39885         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
39886         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
39887         clobbered.
39888
39889 2000-04-14  Jim Meyering  <meyering@lucent.com>
39890
39891         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
39892
39893 2000-04-13  Jim Meyering  <meyering@lucent.com>
39894
39895         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
39896         AH_VERBATIM to insert required #ifndef into config.h.in.
39897         Suggestion from Akim Demaille.
39898
39899 2000-04-12  Jim Meyering  <meyering@lucent.com>
39900
39901         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
39902         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
39903         Christian Krackowizer.
39904
39905         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
39906         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
39907         (AC_SYS_LARGEFILE): Require.
39908         (AM_C_PROTOTYPES): Require.
39909
39910 2000-04-08  Jim Meyering  <meyering@lucent.com>
39911
39912         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
39913         names don't conflict.  Reported by Eli Zaretskii.
39914
39915 2000-04-07  Jim Meyering  <meyering@lucent.com>
39916
39917         * lib/putenv.c: Move inclusion of errno.h so it follows that of
39918         sys/types.h, to work around system header problems on AIX 3.2.5.
39919         From Bruno Haible.
39920
39921 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
39922
39923         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
39924         bug.  Deal with the different error behavior of Irix iconv.
39925
39926 2000-04-05  Paul Eggert  <eggert@twinsun.com>
39927
39928         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
39929         IRIX if the installer said otherwise.
39930
39931 2000-04-05  Jim Meyering  <meyering@lucent.com>
39932
39933         Portability tweaks required for ultrix4.3.
39934         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
39935         (jm_CHECK_DECLS): Add getutent to the list of functions.
39936         (_jm_DECL_HEADERS): Add utmpx.h.
39937         From John David Anglin.
39938
39939         * m4/strftime.m4: Back out the 2000-04-02 change.
39940         Instead of that change, simply undefine putenv in the test program.
39941
39942 2000-04-05  Jim Meyering  <meyering@lucent.com>
39943
39944         Portability tweaks required for ultrix4.3.
39945         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
39946         getutent.
39947         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
39948         * lib/canon-host.c: Declare strdup.
39949         * lib/path-concat.c: Likewise.
39950         From John David Anglin.
39951
39952 2000-04-04  Jim Meyering  <meyering@lucent.com>
39953
39954         Be more DOS 8.3-friendly.
39955         * lib/ref-add.sin: Renamed from ref-add.sed.in.
39956         * lib/ref-del.sin: Renamed from ref-del.sed.in.
39957         * lib/Makefile.am: Reflect renaming.
39958         Reported by Eli Zaretskii.
39959
39960         Use a temporary file name that won't clash with `charset.alias'
39961         in the DOS 8.3 name space.
39962         * lib/Makefile.am (charset_tmp): Define.
39963         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
39964         (uninstall-local): Likewise.
39965         Reported by Eli Zaretskii.
39966
39967 2000-04-03  Jim Meyering  <meyering@lucent.com>
39968
39969         * m4/gettext.m4: Fix typo in comment.
39970
39971         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
39972         textutils/configure.in).  Suggestion from Paul Eggert.
39973         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
39974
39975 2000-04-02  Paul Eggert  <eggert@twinsun.com>
39976
39977         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
39978         variable in the shell rather than using putenv, which isn't
39979         portable.  This avoids the configure-time inter-test dependency
39980         on the potentially-renamed putenv function.
39981
39982 2000-03-30  Paul Eggert  <eggert@twinsun.com>
39983
39984         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
39985         before checking struct stat.st_blksize, so that
39986         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
39987
39988 2000-03-29  Paul Eggert  <eggert@twinsun.com>
39989
39990         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
39991         since strftime.c uses HAVE_STRFTIME to decide whether to use
39992         the underlying strftime.
39993
39994 2000-03-29  Paul Eggert  <eggert@twinsun.com>
39995
39996         * lib/time/strftime.c (my_strftime): Make sure we call the system
39997         strftime, not ourselves, when invoking the underlying strftime.
39998
39999 2000-03-24  Jim Meyering  <meyering@lucent.com>
40000
40001         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
40002         (charset_alias): Define.
40003         (install-exec-local): Factor out common code.
40004         (uninstall-local): Split lines longer than 80.
40005         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
40006         (SUFFIXES): Define.
40007         (.sed.in.sed): New rule.  Don't redirect directly to $@.
40008         (CLEANFILES): Add ref-add.sed and ref-del.sed.
40009
40010 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
40011
40012         * lib/config.charset: Output a line containing "Packages using this
40013         file".
40014         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
40015         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
40016         ref-del.sed): New rules.
40017
40018 2000-03-17  Jim Meyering  <meyering@lucent.com>
40019
40020         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
40021         Otherwise, include <strings.h>
40022
40023 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
40024
40025         * lib/unicodeio.c (utf8_wctomb): New function.
40026         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
40027         format instead of in UCS-4 with platform dependent endianness.
40028
40029 2000-03-10  Jim Meyering  <meyering@lucent.com>
40030
40031         * m4/lib-check.m4: Look for getspnam in -lgen, too.
40032         From Marco Franzen.
40033
40034 2000-03-07  Paul Eggert  <eggert@twinsun.com>
40035
40036         * lib/savedir.c (savedir): Work even if directory size is
40037         negative; this can happen with some screwy NFS configurations.
40038
40039 2000-03-06  Jim Meyering  <meyering@lucent.com>
40040
40041         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
40042         if it's NULL (because we ran out of memory).  From Bruno Haible.
40043
40044 2000-03-05  Jim Meyering  <meyering@lucent.com>
40045
40046         * lib/localcharset.c ("path-concat.h"): Include.
40047         (get_charset_aliases): Use path_concat instead of ANSI string
40048         concatenation.
40049
40050         * lib/unicodeio.h (PARAMS): Define.
40051         Use it to guard prototype.
40052
40053 2000-03-04  Jim Meyering  <meyering@lucent.com>
40054
40055         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
40056         for lib/localcharset.c.
40057
40058 2000-03-04  Jim Meyering  <meyering@lucent.com>
40059
40060         * lib/Makefile.am (install-exec-local): Create $(libdir) before
40061         installing into it.
40062         (uninstall-local): Uncomment this rule so `make distcheck' works
40063         once again.
40064
40065         * lib/unicodeio.c (<errno.h>): Include it.
40066         (errno): Declare if not defined.
40067
40068         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
40069
40070         * lib/config.charset: New version, incorporating remarks from a linux
40071         i18n mailing list.  From Bruno Haible.
40072
40073 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
40074
40075         * m4/codeset.m4: New file.
40076         * m4/iconv.m4: New file.
40077         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
40078
40079 2000-03-03  Jim Meyering  <meyering@lucent.com>
40080
40081         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
40082
40083 2000-03-02  Jim Meyering  <meyering@lucent.com>
40084
40085         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
40086         the messages come out on separate lines.
40087
40088         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
40089         rather than jm_CHECK_DECLARATIONS.
40090         * m4/decl.m4: Remove now-unused file.
40091
40092         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
40093         geteuid.
40094
40095 2000-03-02  Jim Meyering  <meyering@lucent.com>
40096
40097         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
40098
40099 2000-03-01  Jim Meyering  <meyering@lucent.com>
40100
40101         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
40102         * lib/unicodeio.c: Likewise.
40103
40104 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
40105
40106         * lib/config.charset: New file.
40107         * lib/localcharset.c: New file.
40108         * lib/unicodeio.h, lib/unicodeio.c: New files.
40109         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
40110         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
40111         (noinst_HEADERS): Add unicodeio.h.
40112         (all-local, install-exec-local, charset.alias): New targets.
40113
40114 2000-02-28  Paul Eggert  <eggert@twinsun.com>
40115
40116         * lib/quotearg.c (ALERT_CHAR): New macro.
40117         (quotearg_buffer_restyled): Use it.
40118
40119 2000-02-27  Jim Meyering  <meyering@lucent.com>
40120
40121         * m4/check-decl.m4: Add getenv to the list.
40122
40123 2000-02-27  Jim Meyering  <meyering@lucent.com>
40124
40125         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
40126         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
40127
40128         * lib/backupfile.c: Guard inclusion of stdlib.h with
40129         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
40130         Declare malloc if needed.
40131
40132         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
40133         `#ifndef HAVE_DECL..'
40134         now that autoconf always defines the HAVE_DECL_ symbols.
40135         * lib/human.c: Likewise.
40136         * lib/same.c: Likewise.
40137         * lib/strtoumax.c: Likewise.
40138
40139         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
40140         declaration check was not run.
40141         * lib/hash.c: Likewise.
40142         * lib/human.c: Likewise.
40143         * lib/same.c: Likewise.
40144         * lib/strtoumax.c: Likewise.
40145
40146         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
40147         `.', then first look up the entire `.'-containing string as a login
40148         name.
40149
40150 2000-02-23  Jim Meyering  <meyering@lucent.com>
40151
40152         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
40153         in place of my hack.
40154
40155 2000-02-18  Paul Eggert  <eggert@twinsun.com>
40156
40157         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
40158         (textint): New typedef.
40159         (parser_control): Member year changed from int to textint.
40160         All uses changed.
40161         (YYSTYPE): Removed; replaced by %union with int and textint members.
40162         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
40163         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
40164         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
40165         (tSNUMBER, tUNUMBER): Now of type <textintval>.
40166         (date, number, to_year): Use width of number in digits, not its value,
40167         to determine whether it's a 2-digit year, or a 2-digit time.
40168         (yylex): Store number of digits of numeric tokens.
40169         Reported by John Kendall.
40170
40171         (parser_control): Changed from struct parser_control to typedef (for
40172         consistency).  All uses changed.
40173
40174         (tID): Removed; not used.
40175         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
40176
40177 2000-02-14  Paul Eggert  <eggert@twinsun.com>
40178
40179         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
40180         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
40181
40182 2000-02-12  Jim Meyering  <meyering@lucent.com>
40183
40184         * lib/userspec.c (ISDIGIT): Define it.
40185         (isdigit): Remove definition.
40186         (is_number): Use ISDIGIT, not isdigit.
40187         <libintl.h>: Include.
40188         (_ and N_): Define.
40189         (parse_user_spec): Mark translatable strings.
40190
40191 2000-02-10  Jim Meyering  <meyering@lucent.com>
40192
40193         With these changes, nanosleep.[ch] are finally enough like the other
40194         lib/* replacement files to compile on a few more losing systems.
40195
40196         * lib/nanosleep.h: Don't include config.h.
40197         Remove prototype from declaration of nanosleep.
40198         (PARAMS): Remove now-unneeded definition.
40199         * lib/nanosleep.c: #undef nanosleep.
40200         (rpl_nanosleep): Rename from nanosleep.
40201
40202 2000-02-10  Jim Meyering  <meyering@lucent.com>
40203
40204         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
40205         gnu_nanosleep to rpl_nanosleep.
40206
40207 2000-02-09  Jim Meyering  <meyering@lucent.com>
40208
40209         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
40210         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
40211
40212 2000-02-08  Akim Demaille  <akim@epita.fr>
40213
40214         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
40215         `[' and `]' and remove uses of `changequote'.
40216         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
40217         (AC_SYS_LARGEFILE): Likewise.
40218         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
40219         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
40220         of changequote.
40221         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
40222         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
40223         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
40224         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
40225
40226 2000-02-05  Jim Meyering  <meyering@lucent.com>
40227
40228         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
40229         Remove explicit use of AC_HEADER_TIME.  It is required by
40230         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
40231         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
40232         in autoconf whereby the expansion of the latter ended up preceding
40233         the expansion of its prerequisite, AC_HEADER_TIME.
40234         Reported by Volker Borchert.
40235
40236 2000-02-03  Jim Meyering  <meyering@lucent.com>
40237
40238         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
40239
40240 2000-02-03  Jim Meyering  <meyering@lucent.com>
40241
40242         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
40243         rather than with `#if HAVE_UTMPNAME'.
40244
40245 2000-02-02  Jim Meyering  <meyering@lucent.com>
40246
40247         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
40248         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
40249         Reported by Eli Zaretskii.
40250
40251 2000-02-01  Jim Meyering  <meyering@lucent.com>
40252
40253         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
40254
40255 2000-01-31  Jim Meyering  <meyering@lucent.com>
40256
40257         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
40258         functions.  Add the time.h and sys/time.h headers along with the
40259         AC_REQUIRE'ment of AC_HEADER_TIME.
40260
40261 2000-01-31  Jim Meyering  <meyering@lucent.com>
40262
40263         * lib/nanosleep.h (nanosleep): Guard declaration with
40264         `#if ! HAVE_DECL_NANOSLEEP'.
40265         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
40266         the declaration in that vendor's sys/timers.h.
40267         Reported by Christian Krackowizer.
40268
40269         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
40270         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
40271         (ISPRINT): Likewise.
40272         Reported by Tom Tromey.
40273
40274 2000-01-30  Jim Meyering  <meyering@lucent.com>
40275
40276         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
40277
40278         * m4/prereq.m4 (utmp_includes): Define.
40279         Check for ut_user and ut_name members in both struct utmpx
40280         and struct utmp.
40281
40282 2000-01-30  Jim Meyering  <meyering@lucent.com>
40283
40284         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
40285         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
40286         header files where only utmpx.ut_user is declared.
40287
40288         * lib/readutmp.h (UT_USER): Define.
40289
40290 2000-01-29  Jim Meyering  <meyering@lucent.com>
40291
40292         * m4/lib-check.m4: New file containing library-related checks from
40293         fileutils and sh-utils (textutils had none).
40294
40295 2000-01-28  Jim Meyering  <meyering@lucent.com>
40296
40297         * m4/perl.m4: Change format of warning message to look more like that
40298         from the missing script.  Suggestion from François Pinard.
40299
40300 2000-01-25  Jim Meyering  <meyering@lucent.com>
40301
40302         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
40303         well as time.h in the compile check.
40304         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
40305         Fix typo in cross-compiling case: s/yes/no/.
40306
40307 2000-01-23  Jim Meyering  <meyering@lucent.com>
40308
40309         * m4/jm-macros.m4: Move df-related tests here from
40310         fileutils/configure.in
40311
40312         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
40313         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
40314
40315         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
40316         s/space/ac_fsusage_space/.
40317         (jm_FILE_SYSTEM_USAGE): Take two parameters.
40318
40319         * m4/ftruncate.m4: New file (derived from part of
40320         fileutils/configure.in).
40321         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
40322         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
40323
40324         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
40325         AC_SUBST these here, rather than just in sh-util/configure.in, so
40326         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
40327         all the same.
40328         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
40329         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
40330         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
40331         (AC_SUBST(POW_LIBM)): Likewise.
40332         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
40333
40334 2000-01-23  Jim Meyering  <meyering@lucent.com>
40335
40336         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
40337         obstack.c.
40338
40339 2000-01-22  Jim Meyering  <meyering@lucent.com>
40340
40341         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
40342
40343         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
40344
40345         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
40346         configure.in
40347         (AC_CHECK_HEADERS): Likewise for sh-utils.
40348         (AC_CHECK_HEADERS): Likewise for textutils.
40349         Merge the three lists of headers.
40350
40351         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
40352         from fileutils' configure.in.
40353
40354         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
40355         code. Moved tests into their own function (_jm_DECL_HEADERS) in
40356         check-decl.m4.
40357
40358         * m4/check-decl.m4: Use #if rather than #ifdef.
40359         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
40360         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
40361         (_jm_DECL_HEADERS): Define new function.
40362         (jm_CHECK_DECLARATIONS): Require it.
40363
40364 2000-01-22  Jim Meyering  <meyering@lucent.com>
40365
40366         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
40367         [! HAVE_DECL_STRTOULL]: Declare strtoull.
40368         Required for some AIX systems.  Reported by Christian Krackowizer.
40369         [TESTING] (main): New function.
40370
40371         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
40372         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
40373         letters.
40374
40375         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
40376         iswprint.
40377
40378         * lib/strverscmp.c (ISDIGIT): Define.
40379         (strverscmp): Use ISDIGIT, not isdigit.
40380
40381 2000-01-19  Jim Meyering  <meyering@lucent.com>
40382
40383         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
40384         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
40385         defines `struct timespec' in <sys/time.h>
40386
40387         * m4/c-bs-a.m4: Remove uses of changequote altogether.
40388         Thanks to Akim for explaining.
40389
40390 2000-01-17  Paul Eggert  <eggert@twinsun.com>
40391
40392         * lib/nanosleep.c (nanosleep):
40393         Don't use SA_INTERRUPT to decide whether to call sigaction, as
40394         POSIX.1 doesn't require SA_INTERRUPT and some systems
40395         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
40396         it's been part of POSIX.1 since day 1 (in 1988).
40397
40398 2000-01-17  Jim Meyering  <meyering@lucent.com>
40399
40400         * lib/interlock: Remove unused file.  Reported by François Pinard.
40401
40402 2000-01-16  Paul Eggert  <eggert@twinsun.com>
40403
40404         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
40405         alert, backslash, formfeed, and vertical tab unnecessarily in
40406         shell quoting style.
40407
40408 2000-01-16  Jim Meyering  <meyering@lucent.com>
40409
40410         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
40411         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
40412         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
40413         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
40414
40415 2000-01-16  Jim Meyering  <meyering@lucent.com>
40416
40417         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
40418         because the latter didn't work.
40419
40420 2000-01-15  Jim Meyering  <meyering@lucent.com>
40421
40422         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
40423         (AC_REPLACE_FUNCS): Add memcpy and memset.
40424         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
40425         Add strpbrk.
40426         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
40427
40428 2000-01-12  Jim Meyering  <meyering@lucent.com>
40429
40430         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
40431         (jm_PREREQ): Use it.
40432         (jm_PREREQ_READUTMP): New macro.
40433         (jm_PREREQ): Use it.
40434
40435 2000-01-11  Paul Eggert  <eggert@twinsun.com>
40436
40437         Quote multibyte characters correctly.
40438         * m4/c-bs-a.m4: New file.
40439         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
40440         (jm_PREREQ): Use it.
40441
40442 2000-01-11  Paul Eggert  <eggert@twinsun.com>
40443
40444         * m4/uintmax_t.m4: Port to autoconf 2.13.
40445
40446 2000-01-08  Jim Meyering  <meyering@ascend.com>
40447
40448         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
40449         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
40450
40451 2000-01-04  Jim Meyering  <meyering@ascend.com>
40452
40453         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
40454         jm_STRUCT_DIRENT_D_TYPE.
40455         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
40456         jm_STRUCT_DIRENT_D_INO.
40457         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
40458         jm_STRUCT_UTIMBUF.
40459         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
40460         renamings.
40461         * m4/utime.m4: Likewise.
40462
40463         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
40464         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
40465
40466 2000-01-03  Paul Eggert  <eggert@twinsun.com>
40467
40468         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
40469         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
40470
40471 2000-01-02  Jim Meyering  <meyering@ascend.com>
40472
40473         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
40474         remember if this is necessary.
40475
40476 1999-12-26  Jim Meyering  <meyering@ascend.com>
40477
40478         * m4/jm-macros.m4: Use it here.
40479         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
40480
40481 1999-12-23  Jim Meyering  <meyering@ascend.com>
40482
40483         * m4/jm-macros.m4: Check for clock_gettime (moved from
40484         fileutils/configure.in)
40485         Check for gettimeofday.
40486
40487 1999-12-20  Jim Meyering  <meyering@ascend.com>
40488
40489         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
40490         autoconf-2.14a-1999-12-20.
40491
40492 1999-12-19  Jim Meyering  <meyering@ascend.com>
40493
40494         * m4/lstat-slash.m4: New file.
40495         * m4/jm-macros.m4: Use the new macro:
40496         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40497
40498 1999-12-07  Jim Meyering  <meyering@ascend.com>
40499
40500         * m4/perl.m4: Require that File::Compare be available, too.
40501         Too many systems seem to lack it.
40502
40503         * m4/strftime.m4: Add checks for most of the cpp macros tested in
40504         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
40505
40506 1999-11-18  Paul Eggert  <eggert@twinsun.com>
40507
40508         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
40509         problem with the QNX 4.25 shell, which doesn't propagate exit
40510         status of failed commands inside shell assignments.
40511
40512 1999-11-17  Jim Meyering  <meyering@ascend.com>
40513
40514         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
40515
40516 1999-11-07  Jim Meyering  <meyering@ascend.com>
40517
40518         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
40519
40520 1999-11-06  Jim Meyering  <meyering@ascend.com>
40521
40522         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
40523         * m4/jm-macros.m4 (jm_MACROS): Use it here.
40524
40525 1999-11-05  Jim Meyering  <meyering@ascend.com>
40526
40527         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
40528         configure.in of textutils, fileutils, and sh-utils into this one
40529         (shared between those packages) file.
40530         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
40531         AC_STRUCT_ST_BLKSIZE.
40532
40533 1999-11-03  Jim Meyering  <meyering@ascend.com>
40534
40535         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
40536         of AC_CHECK_TYPE checks includes unistd.h.
40537         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
40538         Suggestion from Akim Demaille.
40539
40540 1999-10-30  Jim Meyering  <meyering@ascend.com>
40541
40542         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
40543         m4-quoted string.
40544         * m4/ls-mntd-fs.m4: Likewise.
40545         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
40546         * m4/jm-winsz1.m4: Likewise.
40547
40548         * m4/const.m4: Remove file, since the fix made it into the experimental
40549         version of autoconf.
40550         * m4/mktime.m4: Likewise.
40551
40552         * m4/check-type.m4: Remove file, now that the latest version of
40553         AC_CHECK_TYPE takes a third arg to specify additional #includes.
40554
40555         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
40556         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
40557         AC_CHECK_TYPE.
40558
40559 1999-10-04  Jim Meyering  <meyering@ascend.com>
40560
40561         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
40562
40563 1999-09-22  Paul Eggert  <eggert@twinsun.com>
40564
40565         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
40566         2.95.1 bug with HP-UX 10.20.
40567
40568 1999-09-17  Jim Meyering  <meyering@ascend.com>
40569
40570         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
40571         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
40572         due to missing strdup (against sh-utils-2.0).
40573
40574 1999-08-29  Jim Meyering  <meyering@ascend.com>
40575
40576         * m4/jm-macros.m4: Require jm_BISON.
40577         * m4/bison.m4: New file.
40578
40579 1999-08-17  Paul Eggert  <eggert@twinsun.com>
40580
40581         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
40582         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
40583
40584 1999-08-05  Jim Meyering  <meyering@ascend.com>
40585
40586         * m4/getline.m4: Rename test file from conftestdata to conftest.data
40587         to avoid conflicts with `conftest' on 8+3 filesystems.
40588         Suggestion from Eli Zaretskii.
40589
40590 1999-08-04  Jim Meyering  <meyering@ascend.com>
40591
40592         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
40593         fileutils and sh-utils (textutils's getline test was inadequate).
40594         (AM_FUNC_GETLINE): Run this test.
40595         (AC_CHECK_FUNCS): Check for getdelim.
40596         Reported by Bob Proulx.
40597
40598 1999-08-02  Jim Meyering  <meyering@ascend.com>
40599
40600         * m4/jm-macros.m4: Add a comment.
40601
40602 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40603
40604         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
40605         <inttypes.h> defines strtoumax as a macro (and not as a
40606         function).
40607
40608 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40609
40610         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
40611         that we can shift, multiply and divide unsigned long long
40612         values; Ultrix cc can't do it.
40613
40614 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40615
40616         * m4/mktime.m4: New file, which is a preview of what should appear
40617         in the next public autoconf release.
40618
40619 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40620
40621         * m4/lfs.m4: Remove this file.
40622         * m4/largefile.m4: New file.  It contains the old contents of
40623         lfs.m4, except that all names with prefix AC_LFS have been
40624         changed to use the prefix AC_SYS_LARGEFILE instead, to be
40625         compatible with future autoconf versions.  Also, some minor m4
40626         quoting problems have been fixed.
40627
40628 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40629
40630         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
40631         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
40632         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
40633         and simplify the shell code.
40634
40635 1999-08-01  Jim Meyering  <meyering@ascend.com>
40636
40637         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
40638         m4.
40639
40640 1999-07-20  Jim Meyering  <meyering@ascend.com>
40641
40642         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
40643
40644 1999-07-15  Jim Meyering  <meyering@ascend.com>
40645
40646         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
40647
40648 1999-05-22  Jim Meyering  <meyering@ascend.com>
40649
40650         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
40651
40652 1999-05-20  Jim Meyering  <meyering@ascend.com>
40653
40654         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
40655         Add a colon after each `then' in case $4 is empty.
40656
40657 1999-05-16  Jim Meyering  <meyering@ascend.com>
40658
40659         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
40660
40661 1999-05-10  Jim Meyering  <meyering@ascend.com>
40662
40663         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
40664
40665         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
40666         AC_FUNC_MKTIME.
40667
40668 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
40669
40670         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
40671
40672 1999-05-04  Paul Eggert  <eggert@twinsun.com>
40673
40674         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
40675         not CPPFLAGS, so that linking works correctly in IRIX.
40676
40677 1999-04-30  Paul Eggert  <eggert@twinsun.com>
40678
40679         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
40680
40681 1999-04-20  Paul Eggert  <eggert@twinsun.com>
40682
40683         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
40684         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
40685         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
40686         jm_AC_TYPE_UNSIGNED_LONG_LONG.
40687         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
40688
40689         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
40690
40691 1999-04-20  Jim Meyering  <meyering@ascend.com>
40692
40693         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
40694         AC_REPLACE xstroull if necessary.  From Paul Eggert.
40695         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
40696
40697 1999-04-18  Jim Meyering  <meyering@ascend.com>
40698
40699         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
40700         * m4/jm-macros.m4: Use it.
40701
40702 1999-04-06  Jim Meyering  <meyering@ascend.com>
40703
40704         * m4/strftime.m4: Remove test for %f.
40705
40706 1999-03-29  Jim Meyering  <meyering@ascend.com>
40707
40708         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
40709         superset of the AC_TYPE_* checks in the textutils, fileutils,
40710         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
40711         AC_TYPE_PID_T.
40712
40713 1999-03-28  Jim Meyering  <meyering@ascend.com>
40714
40715         * m4/jm-macros.m4: Define GNU_PACKAGE here.
40716         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
40717         replaced e.g., in the *.sh files of the sh-utils.
40718
40719 1999-03-20  Jim Meyering  <meyering@ascend.com>
40720
40721         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
40722         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
40723         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
40724
40725 1999-03-19  Jim Meyering  <meyering@ascend.com>
40726
40727         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
40728
40729 1999-03-12  Jim Meyering  <meyering@ascend.com>
40730
40731         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
40732
40733 1999-03-07  Jim Meyering  <meyering@ascend.com>
40734
40735         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
40736         declared.
40737
40738 1999-02-17  Jim Meyering  <meyering@ascend.com>
40739
40740         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
40741         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
40742
40743 1999-02-07  Jim Meyering  <meyering@ascend.com>
40744
40745         * m4/group-member.m4: New file -- extracted from sh-utils'
40746         configure.in.
40747
40748         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
40749         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
40750
40751 1999-02-06  Jim Meyering  <meyering@ascend.com>
40752
40753         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
40754         * m4/fnmatch.m4: Likewise.
40755         * m4/getgroups.m4: Likewise.
40756         * m4/lstat.m4: Likewise.
40757         * m4/malloc.m4: Likewise.
40758         * m4/putenv.m4: Likewise.
40759         * m4/realloc.m4: Likewise.
40760         * m4/regex.m4: Likewise.
40761         * m4/stat.m4: Likewise.
40762         * m4/strftime.m4: Likewise.
40763         Suggestion from Alain Magloire.
40764
40765         * m4/chown.m4: Use `.$ac_objext', not `.o'.
40766         * m4/fnmatch.m4: Likewise.
40767         * m4/getgroups.m4: Likewise.
40768         * m4/getline.m4: Likewise.
40769         * m4/lstat.m4: Likewise.
40770         * m4/malloc.m4: Likewise.
40771         * m4/memcmp.m4: Likewise.
40772         * m4/putenv.m4: Likewise.
40773         * m4/realloc.m4: Likewise.
40774         * m4/regex.m4: Likewise.
40775         * m4/stat.m4: Likewise.
40776         * m4/strftime.m4: Likewise.
40777         Suggestion from Alain Magloire.
40778
40779         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
40780         an argument.
40781
40782         * m4/regex.m4: Add a run-time Test for proper operation of
40783         re_compile_pattern.
40784
40785 1999-01-31  Jim Meyering  <meyering@ascend.com>
40786
40787         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
40788
40789 1999-01-30  Jim Meyering  <meyering@ascend.com>
40790
40791         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
40792
40793         * m4/jm-mktime.m4: Make this a wrapper around the official
40794         AM_FUNC_MKTIME rather than my private copy, now that the official one
40795         is up to date.
40796         * m4/mktime.m4: Remove file.
40797
40798         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
40799         * m4/uptime.m4: Likewise.
40800         * m4/uintmax_t.m4: Likewise.
40801
40802 1999-01-28  Jim Meyering  <meyering@ascend.com>
40803
40804         * m4/jm-macros.m4: Use jm_AFS.
40805         * m4/afs.m4: New file (from fileutils' configure.in).
40806
40807         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
40808         * m4/chown.m4: Likewise.
40809         * m4/d-ino.m4: Likewise.
40810         * m4/d-type.m4: Likewise.
40811         * m4/fnmatch.m4: Likewise.
40812         * m4/getgroups.m4: Likewise.
40813         * m4/gettext.m4: Likewise.
40814         * m4/jm-mktime.m4: Likewise.
40815         * m4/jm-winsz2.m4: Likewise.
40816         * m4/lcmessage.m4: Likewise.
40817         * m4/ls-mntd-fs.m4: Likewise.
40818         * m4/malloc.m4: Likewise.
40819         * m4/memcmp.m4: Likewise.
40820         * m4/putenv.m4: Likewise.
40821         * m4/realloc.m4: Likewise.
40822         * m4/st_mtim.m4: Likewise.
40823         * m4/strftime.m4: Likewise.
40824
40825 1999-01-16  Jim Meyering  <meyering@ascend.com>
40826
40827         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
40828         (ARGMATCH_DIE_DECL): Define.
40829
40830 1999-01-12  Jim Meyering  <meyering@ascend.com>
40831
40832         * m4/Makefile.am.in: Rewrite to avoid using fmt.
40833         Reported by Lars Hecking.
40834
40835 1999-01-10  Jim Meyering  <meyering@ascend.com>
40836
40837         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
40838         gross kludge.
40839         * m4/inttypes_h.m4: Likewise.
40840         * m4/lstat.m4: Likewise.
40841         * m4/malloc.m4: Likewise.
40842         * m4/readdir.m4: Likewise.
40843         * m4/realloc.m4: Likewise.
40844         * m4/st_dm_mode.m4: Likewise.
40845         * m4/stat.m4: Likewise.
40846         * m4/utimbuf.m4: Likewise.
40847         * m4/utimes.m4: Likewise.
40848
40849         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
40850         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
40851         comments in config.h.in are meaningful.
40852
40853         * m4/jm-macros.m4: Require autoconf-2.13 here.
40854
40855         * m4/regex.m4: By default, don't use the included regex.c on systems
40856         with glibc 2.  Suggestion from Uli Drepper.
40857
40858 1999-01-02  Jim Meyering  <meyering@ascend.com>
40859
40860         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
40861
40862 1998-12-18  Jim Meyering  <meyering@ascend.com>
40863
40864         * m4/Makefile.am.in (Makefile.am): Simplify rule.
40865         Based on a suggestion from Lars Hecking.
40866
40867 1998-11-16  Paul Eggert  <eggert@twinsun.com>
40868
40869         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
40870
40871 1998-11-16  Jim Meyering  <meyering@ascend.com>
40872
40873         * m4/lfs.m4: Double-quote the `uname...` expression.
40874
40875 1998-11-14  Jim Meyering  <meyering@ascend.com>
40876
40877         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
40878         * m4/stat.m4: Likewise.
40879
40880 1998-11-03  Jim Meyering  <meyering@ascend.com>
40881
40882         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
40883         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
40884
40885 1998-10-18  Jim Meyering  <meyering@ascend.com>
40886
40887         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
40888
40889 1998-10-17  Jim Meyering  <meyering@ascend.com>
40890
40891         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
40892         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
40893         calls for those previously hard-coded headers.  Instead, take a new
40894         parameter.
40895         (jm_CHECK_DECLARATIONS): Reflect interface change.
40896         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
40897         (jm_CHECK_DECL_LOCALTIME_R): New macro.
40898
40899         * m4/mktime.m4: Test for spring-forward gap before long-running test.
40900
40901 1998-10-14  Jim Meyering  <meyering@ascend.com>
40902
40903         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
40904         instead of "TZ=America/Vancouver".  From Paul Eggert.
40905
40906 1998-10-11  Jim Meyering  <meyering@ascend.com>
40907
40908         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
40909         This adds a test for a recently added compatibility fix for mktime.c.
40910         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
40911
40912 1998-09-27  Jim Meyering  <meyering@ascend.com>
40913
40914         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
40915
40916         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
40917         ../configure.in, including a change from Gordon Matzigkeit to allow
40918         cross-compiling for the Hurd.
40919
40920         * m4/glibc.m4: New file/macro to test for the GNU C Library
40921         versions 1 and 2.  From Gordon Matzigkeit.
40922         Indent.
40923
40924 1998-09-21  Jim Meyering  <meyering@ascend.com>
40925
40926         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
40927
40928 1998-08-18  Paul Eggert  <eggert@twinsun.com>
40929
40930         Port nanosecond-resolution times to UnixWare 2.1.2 and
40931         pedantic Solaris 2.6.
40932
40933         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
40934         AC_STRUCT_ST_MTIM.
40935         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
40936         Generate name of ns member, instead of just 1 or undef.
40937         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
40938
40939 1998-08-15  Jim Meyering  <meyering@ascend.com>
40940
40941         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
40942         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
40943         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
40944         instead of jm_TYPE_SSIZE_T.
40945
40946 1998-08-12  Jim Meyering  <meyering@ascend.com>
40947
40948         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
40949
40950 1998-08-02  Jim Meyering  <meyering@ascend.com>
40951
40952         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
40953         in acconfig.h manually.
40954
40955 1998-07-31  Paul Eggert  <eggert@twinsun.com>
40956
40957         * m4/st_mtim.m4: New file.
40958
40959 1998-07-28  Jim Meyering  <meyering@ascend.com>
40960
40961         * m4/utimes.m4: Undef stat.
40962
40963 1998-07-25  Jim Meyering  <meyering@ascend.com>
40964
40965         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
40966         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
40967
40968 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
40969
40970         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
40971         uid and gid actually remain unchanged.
40972
40973 1998-07-07  Jim Meyering  <meyering@ascend.com>
40974
40975         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
40976
40977 1998-07-04  Jim Meyering  <meyering@ascend.com>
40978
40979         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
40980         to prove that this macro can be used in packages without regex.c.
40981
40982 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
40983
40984         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
40985         is to be used.
40986
40987 1998-07-03  Jim Meyering  <meyering@ascend.com>
40988
40989         * m4/gettext.m4: Add -lintl if it's found to be necessary.
40990
40991         * m4/gettext.m4: New file -- from gettext-0.10.35.
40992         * m4/lcmessage.m4: Likewise.
40993         * m4/progtest.m4: Likewise.
40994
40995         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
40996         * m4/jm-macros.m4: Require the new macro.
40997
40998 1998-06-29  Jim Meyering  <meyering@ascend.com>
40999
41000         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
41001         for the definition of NGROUPS (used in a system header included
41002         by sys/mount.h).
41003
41004 1998-06-28  Jim Meyering  <meyering@ascend.com>
41005
41006         * m4/ls-mntd-fs.m4: New file.
41007         * m4/fstypename.m4: New file.
41008
41009         * m4/jm-macros.m4: Require the new macro.
41010         * m4/jm-glibc-io.m4: New file.
41011
41012 1998-05-19  Jim Meyering  <meyering@ascend.com>
41013
41014         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
41015         * m4/lchown.m4: New file.
41016
41017         * m4/Makefile.am.in: New file.
41018         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
41019
41020 1998-05-14  Jim Meyering  <meyering@ascend.com>
41021
41022         * m4/Makefile.am (EXTRA_DIST): Add them.
41023         * m4/jm-macros.m4: New file.
41024         * m4/utimbuf.m4: New file.
41025
41026 1998-05-12  Jim Meyering  <meyering@ascend.com>
41027
41028         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
41029
41030 1998-05-11  Jim Meyering  <meyering@ascend.com>
41031
41032         * m4/isc-posix.m4: New file.
41033
41034 1998-05-10  Jim Meyering  <meyering@ascend.com>
41035
41036         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
41037
41038 1998-05-09  Jim Meyering  <meyering@ascend.com>
41039
41040         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
41041         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
41042         with automake.
41043
41044         * m4/ssize_t.m4: New file.
41045         * m4/mktime.m4: Remove file -- the new automake has this now.
41046
41047 1998-04-26  Jim Meyering  <meyering@ascend.com>
41048
41049         * m4/assert.m4: New file.
41050         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
41051
41052 1998-04-05  Jim Meyering  <meyering@ascend.com>
41053
41054         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
41055         (jm_PREREQ): Use it here.
41056
41057 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
41058
41059         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
41060         in acconfig.h.
41061
41062 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
41063
41064         * m4/prereq.m4: New file.
41065         * m4/error.m4: New file.
41066         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
41067
41068 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
41069
41070         * m4/getline.m4: Don't set am_cv_func_working_getline before the
41071         cache-check for the same variable -- that defeated the purpose of
41072         the test; the test program was never run.  This was a problem only
41073         on systems with losing getline functions -- HP-UX 10.20 is one.
41074         Reported by Bjorn Helgaas.
41075
41076 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
41077
41078         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
41079
41080 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
41081
41082         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
41083
41084         * m4/const.m4: New file.  Use an initializer in this declaration
41085         typedef int charset[2]; const charset x;
41086         Reported by Bob Glickstein.
41087
41088 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
41089
41090         * m4/chown.m4: Fix reversed types on -1 args to chown.
41091         From Kaveh Ghazi.
41092
41093 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
41094
41095         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
41096         Add lseek and memchr.
41097
41098         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
41099         T.E.Dickey <dickey@clark.net> said that some older preprocessors
41100         have a 20-character limit on names.
41101
41102 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
41103
41104         * m4/inttypes_h.m4: New file.
41105         * m4/uintmax_t.m4: New file.
41106         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
41107
41108
41109         -----
41110
41111         Local Variables:
41112         coding: utf-8
41113         End:
41114
41115         Copyright (C) 1997-2008 Free Software Foundation, Inc.
41116
41117         Copying and distribution of this file, with or without
41118         modification, are permitted provided the copyright notice
41119         and this notice are preserved.