Simplify #ifs. Put Solaris code after POSIX-like code.
[gnulib.git] / ChangeLog
1 2008-06-03  Bruno Haible  <bruno@clisp.org>
2
3         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
4         draft code. Simplify #ifs.
5         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
6         Put Solaris code after POSIX-draft code. Fix comments regarding
7         Solaris 10, HP-UX. Mention Cygwin.
8         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
9
10 2008-06-03  Eric Blake  <ebb9@byu.net>
11
12         Provide fallback for older kernels.
13         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
14         Provide runtime fallback if kernel lacks support.
15         Reported by Mike Frysinger.
16
17 2008-06-02  Bruno Haible  <bruno@clisp.org>
18
19         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
20         it exists.
21
22 2008-06-02  Bruno Haible  <bruno@clisp.org>
23
24         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
25         * lib/copy-acl.c (qcopy_acl): Update comment.
26
27 2008-06-02  Bruno Haible  <bruno@clisp.org>
28
29         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
30         like ACL APIs.
31
32 2008-06-02  Bruno Haible  <bruno@clisp.org>
33
34         * tests/test-file-has-acl.sh: Use different code for Cygwin.
35         * tests/test-set-mode-acl.sh: Likewise.
36         * tests/test-copy-acl.sh: Likewise.
37         * tests/test-copy-file.sh: Likewise.
38
39 2008-06-02  Bruno Haible  <bruno@clisp.org>
40
41         * tests/test-file-has-acl.sh: Remove unused code.
42
43 2008-06-01  Bruno Haible  <bruno@clisp.org>
44
45         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
46         (copy_acl): Just a wrapper around qcopy_acl that emits the error
47         messages.
48         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
49
50 2008-06-01  Bruno Haible  <bruno@clisp.org>
51
52         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
53         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
54         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
55         APIs.
56         * modules/acl-tests (configure.ac): Remove tests now contained in
57         m4/acl.m4.
58
59 2008-06-02  Jim Meyering  <meyering@redhat.com>
60
61         announce-gen: use a better key-server host name
62         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
63         it may be more consistently reliable.  Suggested by Werner Koch
64         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
65
66 2008-06-01  Bruno Haible  <bruno@clisp.org>
67
68         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
69         Reported by Voroskoi Andras <voroskoi@gmail.com>.
70
71 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
72
73         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
74
75 2008-06-01  Bruno Haible  <bruno@clisp.org>
76
77         New ACL tests.
78         * tests/test-file-has-acl.sh: New file.
79         * tests/test-file-has-acl.c: New file.
80         * tests/test-set-mode-acl.sh: New file.
81         * tests/test-set-mode-acl.c: New file.
82         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
83         * tests/test-copy-acl.c: New file.
84         * modules/acl-tests: New file, based on modules/copy-file-tests.
85         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
86         (Depends-on): Add acl-tests.
87         (configure.ac): Remove checks.
88         (Makefile.am): Don't create test-sameacls program here any more.
89
90 2008-06-01  Bruno Haible  <bruno@clisp.org>
91
92         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
93         * tests/test-sameacls.c: Include progname.h.
94         (main): Invoke set_program_name. Portability fixes for MacOS X,
95         Solaris, HP-UX.
96
97 2008-06-01  Bruno Haible  <bruno@clisp.org>
98
99         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
100         function.
101         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
102
103 2008-06-01  Bruno Haible  <bruno@clisp.org>
104
105         * modules/rpmatch (Depends-on): Add strdup.
106
107 2008-06-01  Bruno Haible  <bruno@clisp.org>
108
109         * lib/pipe.c: Include unistd-safer.h.
110         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
111         * modules/pipe (Depends-on): Add unistd-safer.
112
113 2008-05-30  Simon Josefsson  <simon@josefsson.org>
114
115         * modules/autobuild (configure.ac): Call AB_INIT.
116
117 2008-05-30  Simon Josefsson  <simon@josefsson.org>
118
119         * tests/test-getaddrinfo.c: Don't print debug messages by default.
120         Suggested by Bruno Haible <bruno@clisp.org>.
121
122 2008-05-30  Simon Josefsson  <simon@josefsson.org>
123
124         * tests/test-base64.c: Cast size_t to unsigned long when invoking
125         printf.  Use %lu instead of %d.  Reported by Bruno Haible
126         <bruno@clisp.org>.
127
128 2008-05-29  Eric Blake  <ebb9@byu.net>
129
130         Prefer new POSIX 200x interfaces over futimesat.
131         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
132         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
133         when available.
134         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
135
136 2008-05-28  Bruno Haible  <bruno@clisp.org>
137
138         * modules/stpcpy (License): Change to LGPLv2+.
139         Requested by David Lutterkort <dlutter@redhat.com>.
140
141 2008-05-27  Bruno Haible  <bruno@clisp.org>
142
143         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
144         current mingw.
145         Reported by Jose E. Marchesi <jemarch@gnu.org>.
146
147 2008-05-27  Bruno Haible  <bruno@clisp.org>
148
149         * modules/iconv_open (Link): New section, from module 'iconv'.
150         * modules/striconv (Link): Likewise.
151         * modules/striconveh (Link): Likewise.
152         * modules/xstriconv (Link): Likewise.
153         * modules/unicodeio (Link): Likewise.
154         * modules/propername (Link): Likewise.
155         Reported by Jim Meyering.
156
157 2008-05-26  Jim Meyering  <meyering@redhat.com>
158
159         sha256: do not artificially restrict buffer length to be < 2^32
160         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
161         uint32_t to size_t.
162         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
163         to match.
164
165         avoid unaligned access errors, e.g., on sparc
166         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
167         direct access through a possibly-unaligned uint64* pointer.
168         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
169         direct access through a possibly-unaligned uint32* pointer.
170         Prompted by this patch from Tom "spot" Callaway:
171         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
172
173         sha512.c: fix typo in comment
174         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
175
176 2008-05-25  Bruno Haible  <bruno@clisp.org>
177
178         * lib/set-mode-acl.c: Renamed from lib/acl.c.
179         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
180         (Makefile.am): Update lib_SOURCES.
181
182 2008-05-25  Bruno Haible  <bruno@clisp.org>
183
184         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
185
186 2008-05-25  Jim Meyering  <meyering@redhat.com>
187
188         useless-if-before-free: freed expr may have white-space differences
189         * build-aux/useless-if-before-free: Recognize cases in which the
190         freed expression differs from the tested one in embedded white
191         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
192         $1 was used, so we can't make any regexp shy.  Improved tests now
193         detect this.
194
195         useless-if-before-free: accept white space in the expression.
196         * build-aux/useless-if-before-free: For now, any white space
197         in the expression must be identical in the free argument.
198
199         useless-if-before-free: efficiency tweak
200         * build-aux/useless-if-before-free: Make the expression-matching
201         regexp "shy".
202         Make the *outer* regexp shy, not the expr-matching one.
203
204         update code-in-comment to accept cast of free arg
205         * build-aux/useless-if-before-free: Update regexp.
206
207 2008-05-25  Bruno Haible  <bruno@clisp.org>
208
209         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
210         * modules/copy-file-tests (Files, Makefile.am): Update.
211         * tests/test-copy-file.c (func_test_copy): Update.
212
213 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
214
215         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
216
217 2008-05-23  Bruno Haible  <bruno@clisp.org>
218
219         Improve support for ACLs on OSF/1.
220         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
221         Remove fallback for unknown flavors of ACLs.
222
223 2008-05-22  Bruno Haible  <bruno@clisp.org>
224
225         Add support for ACLs on OSF/1.
226         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
227         replacements.
228         (acl_free_text): New macro fallback.
229         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
230         acl_free.
231         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
232         acl_free_text function. Require AC_C_INLINE.
233
234 2008-05-22  Bruno Haible  <bruno@clisp.org>
235
236         Make copy_acl work on MacOS X 10.5.
237         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
238         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
239         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
240         If MODE_INSIDE_ACL, don't assume that every system has the same text
241         representation for ACLs as FreeBSD.
242         * lib/copy-acl.c (copy_acl): Add support for platforms with
243         !MODE_INSIDE_ACL.
244         * lib/file-has-acl.c (file_has_acl): Likewise.
245         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
246         FreeBSD, MacOS X, or IRIX, respectively.
247
248 2008-05-22  Bruno Haible  <bruno@clisp.org>
249
250         * lib/acl.h: Don't include <sys/acl.h>.
251         (GETACLCNT): Move fallback to lib/acl-internal.h.
252         * lib/acl-internal.h: Include <sys/acl.h> here.
253         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
254
255 2008-05-22  Bruno Haible  <bruno@clisp.org>
256
257         Split off copy_acl function to separate file.
258         * lib/copy-acl.c: New file, extracted from lib/acl.c.
259         * lib/acl.c (copy_acl): Moved function to separate file.
260         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
261         * modules/acl (Files): Add lib/copy-acl.c.
262         (Makefiles.am): Augment lib_SOURCES.
263
264 2008-05-22  Bruno Haible  <bruno@clisp.org>
265
266         * modules/copy-file-tests: New file.
267         * tests/test-copy-file.sh: New file.
268         * tests/test-copy-file.c: New file.
269         * tests/test-copy-file-sameacls.c: New file.
270
271 2008-05-22  Eric Blake  <ebb9@byu.net>
272
273         Avoid gcc warning.
274         * tests/test-memcmp.c (main): Pass NULL indirectly.
275
276 2008-05-21  Bruno Haible  <bruno@clisp.org>
277
278         Add reference doc about ACLs.
279         * doc/acl-resources.txt: New file.
280         * doc/acl-cygwin.txt: New file.
281
282 2008-05-21  Bruno Haible  <bruno@clisp.org>
283
284         Avoid one more warning from gcc.
285         * lib/vasnprintf.c (IF_LINT): Update comments.
286         (VASNPRINTF): Use it also for the 'prefix' array initializer.
287
288 2008-05-21  Jim Meyering  <meyering@redhat.com>
289
290         avoid a warning from gcc
291         * lib/vasnprintf.c (IF_LINT): Define.
292         (scale10_round_decimal_long_double):
293         Use it to avoid a "may be used uninitialized" warning.
294         (scale10_round_decimal_double): Likewise.
295
296 2008-05-21  Simon Josefsson  <simon@josefsson.org>
297
298         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
299         declared.
300
301 2008-05-20  Bruno Haible  <bruno@clisp.org>
302
303         * tests/test-memcmp.c (main): Test also the sign of the result. Test
304         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
305
306 2008-05-20  Simon Josefsson  <simon@josefsson.org>
307
308         * modules/memcmp-tests: New file.
309         * tests/test-memcmp.c: New file.
310
311 2008-05-19  Bruno Haible  <bruno@clisp.org>
312
313         * modules/propername (Notice, configure.ac): Put quoted "..." into
314         --keyword option.
315         * lib/propername.h: Update comments accordingly.
316         Reported by Eric Blake.
317
318 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
319
320         * modules/getpass-gnu (Depends-on): Add fseeko.
321
322 2008-05-19  Simon Josefsson  <simon@josefsson.org>
323
324         * modules/base64-tests: New file.
325
326 2008-05-19  Bo Borgerson <gigabo@gmail.com>
327
328         * lib/base64.c (base64_decode_ctx): If a decode context structure
329         was passed in use it to ignore newlines.  If a context structure
330         was _not_ passed in, continue to treat newlines as garbage (this
331         is the historical behavior).  Formerly base64_decode.
332         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
333         takes a decode context structure.
334         * lib/base64.h (base64_decode): Macro for four-argument calls.
335         (base64_decode_alloc): Likewise.
336         * lib/base64.c (base64_decode_ctx): If a decode context structure
337         was passed in use it to ignore newlines.  If a context structure
338         was _not_ passed in, continue to treat newlines as garbage (this
339         is the historical behavior).  Formerly base64_decode.
340         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
341         takes a decode context structure.
342         * lib/base64.h (base64_decode): Macro for four-argument calls.
343         (base64_decode_alloc): Likewise.
344
345 2008-05-19  Jim Meyering  <meyering@redhat.com>
346
347         avoid a warning from gcc
348         * lib/trim.c (IF_LINT): Define.
349         (trim2): Use it to avoid a "may be used uninitialized" warning.
350
351         Fix doc typo.
352         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
353
354 2008-05-19  Bruno Haible  <bruno@clisp.org>
355
356         * doc/glibc-functions/getpass.texi: Document limits of other
357         implementations.
358
359 2008-05-19  Simon Josefsson  <simon@josefsson.org>
360             Bruno Haible <bruno@clisp.org>
361
362         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
363
364 2008-05-18  Bruno Haible  <bruno@clisp.org>
365
366         * modules/propername: New file, from GNU gettext.
367         * lib/propername.h: New file, from GNU gettext.
368         * lib/propername.c: New file, from GNU gettext.
369         * MODULES.html.sh (Internationalization functions): Add propername.
370
371 2008-05-16  Jim Meyering  <meyering@redhat.com>
372             Bruno Haible  <bruno@clisp.org>
373
374         Avoid some warnings from "gcc -Wshadow".
375         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
376
377 2008-05-15  Eric Blake  <ebb9@byu.net>
378
379         Extend previous patch to cygwin 1.7.0.
380         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
381         fast implementation in cygwin >= 1.7.0.
382         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
383         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
384
385 2008-05-15  Bruno Haible  <bruno@clisp.org>
386
387         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
388         implementation in glibc >= 2.9.
389         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
390         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
391
392 2008-05-15  Bruno Haible  <bruno@clisp.org>
393
394         * MODULES.html.sh (Internationalization functions): Remove linebreak.
395         (Unicode string functions): Add unilbrk/*.
396         Reported by Karl Berry.
397
398 2008-05-15  Eric Blake  <ebb9@byu.net>
399
400         Fix violation of <stdbool.h> replacement in regex.
401         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
402         * lib/regexec.c (re_search_internal): Likewise.
403         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
404
405 2008-05-15  Jim Meyering  <meyering@redhat.com>
406
407         avoid distracting test output when git or cvs is not found
408         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
409         * tests/test-vc-list-files-git.sh: Likewise.
410
411 2008-05-15  Eric Blake  <ebb9@byu.net>
412
413         Glibc finally accepted the memmem speedup code, bugzilla #5514.
414         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
415         glibc version.
416         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
417         * doc/posix-functions/strstr.texi (strstr): Likewise.
418         * lib/str-two-way.h (MAX): Sychronize with glibc.
419
420 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
421
422         * lib/regcomp.c (optimize_utf8): Add a note on why we test
423         opr.ctx_type.
424         (calc_first): Initialize constraint field.
425         (duplicate_node_closure): Use it instead of special casing ANCHORS.
426         Fix grammar.
427         (duplicate_node): Merge constraint field for all node types.
428         (calc_eclosure_iter): Look at constraint field for all node types.
429         * lib/regex_internal.c (create_cd_newstate): Don't look at
430         opr.ctx_type.
431
432 2008-05-14  Bruno Haible  <bruno@clisp.org>
433
434         Help GCC to do better code generation.
435         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
436         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
437         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
438         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
439         Declare with attribute 'malloc' if supported.
440
441 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
442
443         use "echo STR|wc -c" rather than unportable "expr length STR"
444         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
445         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
446
447 2008-05-14  Jim Meyering  <meyering@redhat.com>
448
449         use dd ibs=$n count=1 ... rather than less-portable head -c$n
450         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
451         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
452         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
453         via Collin Lasse.
454
455 2008-05-14  Eric Blake  <ebb9@byu.net>
456
457         Avoid quadratic growth in gl_LIBSOURCES.
458         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
459         Suggested by Bruno Haible.
460
461         Test xmemdup0.
462         * modules/xmemdup0-tests: New file.
463         * tests/test-xmemdup0.c: Likewise.
464
465 2008-05-13  Eric Blake  <ebb9@byu.net>
466
467         Split xmemdup0 into its own module.
468         * modules/xmemdup0: New file.
469         * lib/xmemdup0.h: Likewise.
470         * lib/xmemdup0.c: Likewise.
471         * MODULES.html.sh (Memory management functions): Add xmemdup0.
472         * lib/xalloc.h (xmemdup0): Remove.
473         * lib/xmalloc.c (xmemdup0): Likewise.
474
475 2008-05-13  Eric Blake  <ebb9@byu.net>
476             Bruno Haible  <bruno@clisp.org>
477
478         Reduce number of forks required during autoconf.
479         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
480         and gl_LIBSOURCES_DIR.
481         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
482         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
483         m4_syscmd per file.
484         <m4_foreach_w>: Move...
485         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
486
487 2008-05-13  Eric Blake  <ebb9@byu.net>
488
489         * gnulib-tool: Fix various comment typos.
490
491 2008-05-12  Bruno Haible  <bruno@clisp.org>
492
493         Tailor the linebreaking algorithm.
494         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
495
496 2008-05-12  Bruno Haible  <bruno@clisp.org>
497
498         Update to Unicode 5.0.0.
499         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
500         LBP_JV, LBP_JT. Redistribute values.
501         (unilbrk_table): Change size.
502         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
503         Unicode TR#14 rev. 22.
504         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
505         LBP_JV, LBP_JT. Redistribute values.
506         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
507         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
508         Update.
509         * lib/unilbrk/lbrkprop1.h: Regenerated.
510         * lib/unilbrk/lbrkprop2.h: Regenerated.
511         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
512         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
513         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
514         Likewise.
515         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
516         Likewise.
517         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
518         result.
519         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
520         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
521         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
522         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
523         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
524         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
525
526 2008-05-11  Bruno Haible  <bruno@clisp.org>
527
528         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
529
530 2008-05-11  Bruno Haible  <bruno@clisp.org>
531
532         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
533         * modules/unilbrk/gen-lbrk: New file.
534
535 2008-05-11  Bruno Haible  <bruno@clisp.org>
536
537         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
538         * m4/sha512.m4 (gl_SHA512): Likewise.
539
540 2008-05-11  Jim Meyering  <meyering@redhat.com>
541
542         New modules: crypto/sha256, crypto/sha512 (from coreutils)
543         * modules/crypto/sha256: New file.
544         * modules/crypto/sha512: Likewise.
545         * lib/sha256.c: Likewise.
546         * lib/sha256.h: Likewise.
547         * lib/sha512.c: Likewise.
548         * lib/sha512.h: Likewise.
549         * lib/u64.h: Likewise.
550         * m4/sha256.m4: Likewise.
551         * m4/sha512.m4: Likewise.
552         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
553
554 2008-05-10  Bruno Haible  <bruno@clisp.org>
555
556         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
557         (Input/Output <stdio.h>): Add xprintf.
558         (Signal handling <signal.h>): Add strsignal.
559         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
560         (Core language properties): Add func.
561         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
562         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
563         strings.
564         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
565         (Input/output): New section.
566         (File system functions): Add openat-die, stat-macros.
567         (Networking functions): Add sockets.
568         (Unicode string functions): Add unictype/*.
569         (Support for building libraries and executables): Add gperf.
570         (Support for building documentation): Add agpl-3.0.
571         (Misc): Add nocrash.
572
573 2008-05-10  Bruno Haible  <bruno@clisp.org>
574
575         * modules/unictype/gen-ctype: New file.
576
577 2008-05-10  Jim Meyering  <meyering@redhat.com>
578
579         Make chdir-safer.c more efficient on a system with no symlinks.
580         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
581         also if ELOOP is zero.  Suggested by Bruno Haible.
582
583         Make chdir-safer.c slightly safer.
584         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
585         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
586
587         Avoid compile failure on systems without ELOOP (like mingw).
588         * lib/chdir-safer.c (ELOOP): Define if not already defined.
589         Reported by Bruno Haible.
590
591 2008-05-10  Bruno Haible  <bruno@clisp.org>
592
593         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
594         (is_utf8_encoding): Use a case-insensitive comparison.
595         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
596         streq.
597
598 2008-05-10  Bruno Haible  <bruno@clisp.org>
599
600         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
601         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
602         * lib/unilbrk/ulc-common.h (iconv_string_length,
603         iconv_string_keeping_offsets): Remove declarations.
604         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
605         Don't include <iconv.h>, streq.h, xsize.h.
606         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
607         conversion.
608         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
609         <iconv.h>, streq.h, xsize.h.
610         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
611         conversion.
612         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
613         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
614         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
615         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
616
617 2008-05-10  Bruno Haible  <bruno@clisp.org>
618
619         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
620         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
621
622         * modules/unilbrk/u32-width-linebreaks-tests: New file.
623         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
624
625         * modules/unilbrk/u16-width-linebreaks-tests: New file.
626         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
627
628         * modules/unilbrk/u8-width-linebreaks-tests: New file.
629         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
630
631         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
632         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
633
634         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
635         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
636
637         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
638         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
639
640         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
641         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
642
643 2008-05-10  Bruno Haible  <bruno@clisp.org>
644
645         Split up 'linebreak' module.
646         * lib/unilbrk.h: New file, based on lib/linebreak.h.
647         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
648         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
649         modifications.
650         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
651         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
652         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
653         lib/linebreak.c.
654         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
655         lib/linebreak.c.
656         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
657         lib/linebreak.c.
658         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
659         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
660         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
661         lib/linebreak.c.
662         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
663         lib/linebreak.c.
664         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
665         lib/linebreak.c.
666         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
667         lib/linebreak.c.
668         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
669         lib/linebreak.c.
670         * modules/unilbrk/base: New file.
671         * modules/unilbrk/tables: New file.
672         * modules/unilbrk/u8-possible-linebreaks: New file.
673         * modules/unilbrk/u16-possible-linebreaks: New file.
674         * modules/unilbrk/u32-possible-linebreaks: New file.
675         * modules/unilbrk/ulc-common: New file.
676         * modules/unilbrk/ulc-possible-linebreaks: New file.
677         * modules/unilbrk/u8-width-linebreaks: New file.
678         * modules/unilbrk/u16-width-linebreaks: New file.
679         * modules/unilbrk/u32-width-linebreaks: New file.
680         * modules/unilbrk/ulc-width-linebreaks: New file.
681         * lib/linebreak.h: Remove file.
682         * lib/linebreak.c: Remove file.
683         * m4/linebreak.m4: Remove file.
684         * modules/linebreak: Remove file.
685         * NEWS: Mention the changes.
686
687 2008-05-09  Eric Blake  <ebb9@byu.net>
688
689         Add xmemdup0.
690         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
691         implementation.
692         * lib/xmalloc.c (xmemdup0): New C implementation.
693
694 2008-05-08  Bruno Haible  <bruno@clisp.org>
695
696         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
697
698 2008-05-07  Eric Blake  <ebb9@byu.net>
699
700         Support cross-compilation of <wctype.h>.
701         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
702         AC_CACHE_CHECK.
703
704 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
705
706         * build-aux/vc-list-files: Add support for bzr.
707
708 2008-05-03  Jim Meyering  <meyering@redhat.com>
709
710         avoid failed assertion with tight malloc
711         * tests/test-getndelim2.c: Correct an off-by-one assertion.
712
713 2008-05-03  Simon Josefsson  <simon@josefsson.org>
714
715         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
716         are needed from arpa/inet.h.
717         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
718         Reported by Bruno Haible.
719
720 2008-05-02  Jim Meyering  <meyering@redhat.com>
721
722         avoid compilation error on FreeBSD 6
723         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
724
725 2008-05-01  Jim Meyering  <meyering@redhat.com>
726
727         useless-if-before-free: correct --help's exit status description
728         * build-aux/useless-if-before-free (usage): Like grep, exit 0
729         for one or more matches, etc.  Reported by Bruno Haible.
730
731         vc-list-files: make the stand-alone gnulib test work
732         * modules/vc-list-files-tests (configure.ac):
733         Define and AC_SUBST abs_aux_dir.
734         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
735         $(abs_top_srcdir) to each script and having each of them
736         duplicate the work of setting PATH, set PATH here, using
737         the new variable, abs_aux_dir instead.
738         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
739         * tests/test-vc-list-files-git.sh: Likewise.
740         Reported by Bruno Haible.
741
742 2008-05-01  Bruno Haible  <bruno@clisp.org>
743
744         * lib/getndelim2.c (getndelim2): Fix newsize computation during
745         reallocation. Rename 'done' to 'found_delimiter'.
746
747 2008-05-01  Jim Meyering  <meyering@redhat.com>
748
749         vc-list-files: accommodate /bin/sh like the one from Solaris 10
750         * build-aux/vc-list-files: Use `...`, not $(...).
751
752 2008-04-30  Jim Meyering  <meyering@redhat.com>
753
754         add tests for vc-list-files
755         * modules/vc-list-files-tests: New module.
756         * tests/test-vc-list-files-cvs.sh: New file.
757         * tests/test-vc-list-files-git.sh: New file.
758
759         avoid a warning from gcc
760         * lib/getndelim2.c (IF_LINT): Define.
761         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
762
763         vc-list-files: work properly with build-aux/cvsu, too
764         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
765         to all cvs-based clauses.
766
767         vc-list-files: work properly in the CVS+awk case, too
768         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
769
770         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
771         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
772         take more than one file argument, so .  Add quotes, just in case $dir
773         ever contains a shell meta-character.  Prompted by Soren Hansen in
774         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
775
776 2008-04-29  Eric Blake  <ebb9@byu.net>
777
778         Optimize getndelim2 to use block operations when possible.
779         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
780         freadseek, and memchr2.
781         * lib/getndelim2.c (getndelim2): Use them for block reads.
782
783 2008-04-29  Bruno Haible  <bruno@clisp.org>
784
785         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
786         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
787         * modules/inet_ntop (Depends-on): Add extensions.
788         * modules/inet_pton (Depends-on): Likewise.
789         Reported by Simon Josefsson.
790
791 2008-04-29  Jim Meyering  <meyering@redhat.com>
792
793         When the is more than one match in a block, match all of them.
794         * build-aux/useless-if-before-free: Iterate through each block
795         until there are no more matches.
796
797         Fix broken useless-if-before-free script.
798         * build-aux/useless-if-before-free: Fix typo: missing "?" after
799         the expression to match cast of argument to free-like function.
800
801 2008-04-29  Eric Blake  <ebb9@byu.net>
802
803         Use new header.
804         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
805
806 2008-04-29  Jim Meyering  <meyering@redhat.com>
807
808         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
809         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
810         by gnulib to exist and to declare e.g., inet_ntop.
811         Don't include "inet_ntop.h", now removed.
812
813         * m4/arpa_inet_h.m4: Remove trailing blanks.
814
815 2008-04-29  Eric Blake  <ebb9@byu.net>
816
817         Silence valgrind on safe reads beyond potential array bounds.
818         * lib/rawmemchr.valgrind: New file.
819         * lib/strchrnul.valgrind: Likewise.
820         * modules/rawmemchr (Files): Distribute new file.
821         * modules/strchrnul (Files): Likewise.
822         Suggested by Bruno Haible.
823
824 2008-04-29  Bruno Haible  <bruno@clisp.org>
825
826         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
827         (inet_ntop, inet_pton): Change portability warning's wording.
828         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
829         Invoke gl_CHECK_NEXT_HEADERS.
830         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
831         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
832         set ARPA_INET_H.
833         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
834         * modules/arpa_inet (Description): No longer only for systems that
835         lack it.
836         (Depends-on): Add include_next.
837         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
838         HAVE_ARPA_INET_H.
839
840 2008-04-29  Jim Meyering  <meyering@redhat.com>
841
842         * modules/mkdir (License): Re-license as LGPLv2+.
843
844 2008-04-29  Bruno Haible  <bruno@clisp.org>
845
846         * modules/rawmemchr (Maintainer): Set to Eric.
847         * modules/strchrnul (Maintainer): Likewise.
848
849 2008-04-29  Simon Josefsson  <simon@josefsson.org>
850
851         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
852         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
853
854         * modules/arpa_inet (arpa/inet.h): Use them.
855
856 2008-04-28  Eric Blake  <ebb9@byu.net>
857
858         Test getndelim2.
859         * modules/getndelim2-tests: New file.
860         * tests/test-getndelim2.c: Likewise.
861         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
862         stream.
863         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
864
865         * MODULES.html.sh: Document new module.
866
867 2008-04-20  Bruno Haible  <bruno@clisp.org>
868
869         * lib/c-stack.c (die): Use raise.
870         * modules/c-stack (Depends-on): Add raise.
871
872 2008-04-28  Bruno Haible  <bruno@clisp.org>
873
874         Expect rpmatch to be declared.
875         * lib/yesno.c (rpmatch): Remove declaration.
876
877         Declare rpmatch.
878         * lib/stdlib.in.h (rpmatch): New declaration.
879         * lib/rpmatch.c: Include <stdlib.h> first.
880         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
881         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
882         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
883         HAVE_RPMATCH.
884         * modules/rpmatch (Depends-on): Add stdlib, extensions.
885         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
886         (Include): Set to <stdlib.h>.
887         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
888         HAVE_RPMATCH.
889         * NEWS: Document the change.
890
891 2008-04-28  Bruno Haible  <bruno@clisp.org>
892
893         Change rpmatch to use nl_langinfo when appropriate.
894         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
895         (N_): New macro.
896         (localized_pattern): New function/macro.
897         (try): Remove match, nomatch arguments. Copy the pattern into safe
898         memory before caching it.
899         (rpmatch): Use localized_pattern. Add translator comments.
900         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
901         Suggested by Eric Blake.
902         * modules/rpmatch (Depends-on): Add stdbool.
903
904 2008-04-28  Eric Blake  <ebb9@byu.net>
905
906         Add rawmemchr module, matching glibc.
907         * modules/string (Makefile.am): New indicator.
908         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
909         * lib/string.in.h (rawmemchr): Declare when appropriate.
910         * modules/rawmemchr: New file.
911         * m4/rawmemchr.m4: Likewise.
912         * lib/rawmemchr.c: Likewise.
913         * modules/rawmemchr-tests: Likewise.
914         * tests/test-rawmemchr.c: Likewise.
915         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
916         module.
917         * modules/strchrnul (Depends-on): Add rawmemchr.
918         * lib/strchrnul.c (strchrnul): Optimize a corner case.
919
920         Whitespace cleanup.
921         * tests/test-strchrnul.c: Reindent.
922         * lib/strchrnul.c: Likewise.
923
924         Optimize and test strchrnul.
925         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
926         * modules/strchrnul-tests: New file.
927         * tests/test-strchrnul.c: Likewise.
928
929         Remove intprops dependency.
930         * modules/memchr (Depends-on): Remove intprops.
931         * modules/memrchr (Depends-on): Likewise.
932         * modules/memchr2 (Depends-on): Likewise.
933         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
934         * lib/memrchr.c (__memrchr): Likewise.
935         * lib/memrchr2.c (memchr2): Likewise.
936         Reported by Simon Josefsson.
937
938 2008-04-28  Simon Josefsson  <simon@josefsson.org>
939
940         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
941         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
942
943 2008-04-28  Simon Josefsson  <simon@josefsson.org>
944
945         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
946
947         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
948
949         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
950
951         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
952         declarations.
953         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
954
955         * m4/inet_pton.m4: Don't check for header files.
956
957         * m4/inet_ntop.m4: Don't check for header files.
958
959 2008-04-28  Simon Josefsson  <simon@josefsson.org>
960
961         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
962         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
963         trigger for cygwin).
964         Reported by Bruno Haible  <bruno@clisp.org>.
965
966 2008-04-28  Bruno Haible  <bruno@clisp.org>
967
968         * doc/posix-functions/strdup.texi: Mention mingw problem.
969
970 2008-04-27  Bruno Haible  <bruno@clisp.org>
971
972         * modules/stat-time-tests (Depends-on): Add sleep.
973         * tests/test-stat-time.c (force_unlink): New function.
974         (cleanup): Use it.
975         (test_mtime): Remove the ctime related tests.
976         (test_ctime): New function, containing the ctime related tests.
977         (main): Call test_ctime, except on native Windows platforms.
978
979 2008-04-27  Bruno Haible  <bruno@clisp.org>
980
981         * lib/rpmatch.c (rpmatch): Add some comments.
982         Reported by James Youngman <jay@gnu.org>.
983
984 2008-04-27  Bruno Haible  <bruno@clisp.org>
985
986         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
987         quiet NaNs.
988
989 2008-04-27  Bruno Haible  <bruno@clisp.org>
990
991         Make test-yesno.sh work on mingw.
992         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
993         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
994         (main): Set stdin to binary mode.
995         * modules/yesno-tests (Depends-on): Add binary-io.
996
997 2008-04-27  Bruno Haible  <bruno@clisp.org>
998
999         Fix 'isfinite' on x86, x86_64, ia64 platforms.
1000         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
1001         argument that lie outside the IEEE 854 domain.
1002         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
1003         (gl_ISFINITE): Use it.
1004         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
1005
1006 2008-04-27  Bruno Haible  <bruno@clisp.org>
1007
1008         Allow local renaming in config.h.
1009         * lib/memrchr.c (memrchr): Don't undefine outside libc.
1010
1011 2008-04-27  Bruno Haible  <bruno@clisp.org>
1012
1013         * lib/memchr.c (__memchr): Change type of 'i'.
1014         * lib/memchr2.c (memchr2): Likewise.
1015
1016 2008-04-26  Eric Blake  <ebb9@byu.net>
1017         and Bruno Haible  <bruno@clisp.org>
1018
1019         Optimize and test memrchr.
1020         * modules/memrchr (Depends-on): Add intprops.
1021         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
1022         * modules/memrchr-tests: New file.
1023         * tests/test-memrchr.c: New file.
1024
1025 2008-04-26  Bruno Haible  <bruno@clisp.org>
1026
1027         Add tentative support for DragonFly BSD.
1028         * lib/stdio-impl.h: Add macros for DragonFly BSD.
1029         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
1030         fp.
1031         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
1032         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
1033         * lib/fpurge.c (fpurge): Likewise.
1034         * lib/freadable.c (freaadable): Likewise.
1035         * lib/freadahead.c (freadahead): Likewise.
1036         * lib/freading.c (freading): Likewise.
1037         * lib/freadptr.c (freadptr): Likewise.
1038         * lib/freadseek.c (freadptrinc): Likewise.
1039         * lib/fseeko.c (fseeko): Likewise.
1040         * lib/fseterr.c (fseterr): Likewise.
1041         * lib/fwritable.c (fwritable): Likewise.
1042         * lib/fwriting.c (fwriting): Likewise.
1043
1044 2008-04-26  Bruno Haible  <bruno@clisp.org>
1045
1046         * lib/stdio-impl.h: New file.
1047         * lib/fbufmode.c: Include stdio-impl.h.
1048         (fbufmode): Use fp_, remove redundant #defines.
1049         * lib/fflush.c: Include stdio-impl.h.
1050         (clear_ungetc_buffer): Remove redundant #defines.
1051         * lib/fpurge.c: Include stdio-impl.h.
1052         (fpurge): Remove redundant #defines.
1053         * lib/freadable.c: Include stdio-impl.h.
1054         (freadable): Remove redundant #defines.
1055         * lib/freadahead.c: Include stdio-impl.h.
1056         (freadahead): Remove redundant #defines.
1057         * lib/freading.c: Include stdio-impl.h.
1058         (freading): Remove redundant #defines.
1059         * lib/freadptr.c: Include stdio-impl.h.
1060         (freadptr): Remove redundant #defines.
1061         * lib/freadseek.c: Include stdio-impl.h.
1062         (freadptrinc): Remove redundant #defines.
1063         * lib/fseeko.c: Include stdio-impl.h.
1064         (rpl_fseeko): Remove redundant #defines.
1065         * lib/fseterr.c: Include stdio-impl.h.
1066         (fseterr): Remove redundant #defines.
1067         * lib/fwritable.c: Include stdio-impl.h.
1068         (fwritable: Remove redundant #defines.
1069         * lib/fwriting.c: Include stdio-impl.h.
1070         (fwriting): Remove redundant #defines.
1071         * modules/fbufmode (Files): Add lib/stdio-impl.h.
1072         * modules/fflush (Files): Likewise.
1073         * modules/fpurge (Files): Likewise.
1074         * modules/freadable (Files): Likewise.
1075         * modules/freadahead (Files): Likewise.
1076         * modules/freading (Files): Likewise.
1077         * modules/freadptr (Files): Likewise.
1078         * modules/freadseek (Files): Likewise.
1079         * modules/fseeko (Files): Likewise.
1080         * modules/fseterr (Files): Likewise.
1081         * modules/fwritable (Files): Likewise.
1082         * modules/fwriting (Files): Likewise.
1083
1084 2008-04-26  Bruno Haible  <bruno@clisp.org>
1085
1086         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
1087         restore_seek_optimization, update_fpos_cache): New functions, extracted
1088         from rpl_fflush.
1089         (rpl_fflush): Use them.
1090         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
1091         (gl_REPLACE_FFLUSH): Use it.
1092
1093 2008-04-26  Bruno Haible  <bruno@clisp.org>
1094
1095         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
1096         on Solaris.
1097         * tests/test-xstrtoimax.sh: Likewise.
1098         * tests/test-xstrtoumax.sh: Likewise.
1099         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1100
1101 2008-04-26  Bruno Haible  <bruno@clisp.org>
1102
1103         * modules/memchr-tests: New file.
1104         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
1105
1106 2008-04-26  Eric Blake  <ebb9@byu.net>
1107             Bruno Haible  <bruno@clisp.org>
1108
1109         * lib/memchr.c: Include intprops.h.
1110         (__memchr): Optimize parallel detection of matching bytes. Rename local
1111         variables. Add explanatory comments.
1112
1113 2008-04-26  Bruno Haible  <bruno@clisp.org>
1114
1115         Fix module 'memchr', broken since 2000-10-28.
1116         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
1117
1118 2008-04-26  Bruno Haible  <bruno@clisp.org>
1119
1120         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
1121         comments.
1122
1123 2008-04-25  Eric Blake  <ebb9@byu.net>
1124
1125         Use native fstatat on cygwin 1.7.0.
1126         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
1127         first.
1128
1129 2008-04-23  Eric Blake  <ebb9@byu.net>
1130
1131         Improve memchr2 performance.
1132         * lib/memchr2.c (memchr2): Further optimize parallel detection of
1133         NUL bytes.
1134         * modules/memchr2 (Depends-on): Use intprops.h.
1135
1136 2008-04-23  Simon Josefsson  <simon@josefsson.org>
1137
1138         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
1139         an inline function instead of a CPP macro.  Patch by Ben Pfaff
1140         <blp@cs.stanford.edu>.
1141
1142 2008-04-23  Simon Josefsson  <simon@josefsson.org>
1143
1144         * lib/arpa_inet.in.h: New file.
1145
1146         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
1147         (Makefile.am): Sed in substitute header file.
1148
1149         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
1150         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
1151
1152         * modules/inet_ntop (configure.ac): Use
1153         gl_ARPA_INET_MODULE_INDICATOR.
1154
1155         * modules/inet_pton (configure.ac): Use
1156         gl_ARPA_INET_MODULE_INDICATOR.
1157
1158 2008-04-22  Jim Meyering  <meyering@redhat.com>
1159
1160         * modules/verify (License): Re-license as LGPLv2+.
1161
1162 2008-04-22  Simon Josefsson  <simon@josefsson.org>
1163
1164         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
1165         parameter to void* as per POSIX standard (MinGW uses char*).
1166
1167 2008-04-21  Bruno Haible  <bruno@clisp.org>
1168
1169         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
1170         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
1171         Define to replacements if REPLACE_ISWCNTRL is 1.
1172         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
1173         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
1174         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
1175         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
1176         what it fixes.
1177         * doc/posix-functions/iswalpha.texi: Likewise.
1178         * doc/posix-functions/iswblank.texi: Likewise.
1179         * doc/posix-functions/iswcntrl.texi: Likewise.
1180         * doc/posix-functions/iswdigit.texi: Likewise.
1181         * doc/posix-functions/iswgraph.texi: Likewise.
1182         * doc/posix-functions/iswlower.texi: Likewise.
1183         * doc/posix-functions/iswprint.texi: Likewise.
1184         * doc/posix-functions/iswpunct.texi: Likewise.
1185         * doc/posix-functions/iswspace.texi: Likewise.
1186         * doc/posix-functions/iswupper.texi: Likewise.
1187         * doc/posix-functions/iswxdigit.texi: Likewise.
1188         Reported by Alain Guibert.
1189
1190 2008-04-21  Bruno Haible  <bruno@clisp.org>
1191
1192         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
1193         Patch by Alain Guibert.
1194
1195 2008-04-21  Bruno Haible  <bruno@clisp.org>
1196
1197         Fix test failures on mingw.
1198         * tests/test-xstrtol.c (print_no_progname): New function.
1199         (main): Install it in error_print_progname hook.
1200         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
1201         * tests/test-xstrtoimax.sh: Likewise.
1202         * tests/test-xstrtoumax.sh: Likewise.
1203
1204 2008-04-21  Bruno Haible  <bruno@clisp.org>
1205
1206         Fix test failure on mingw.
1207         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
1208
1209 2008-04-21  Bruno Haible  <bruno@clisp.org>
1210
1211         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
1212         Actually assign a value.
1213
1214 2008-04-20  Bruno Haible  <bruno@clisp.org>
1215
1216         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
1217         take 2.
1218         * lib/canonicalize.c (canonicalize_file_name): Elide if the
1219         'canonicalize-lgpl' module is also used.
1220         * lib/canonicalize-lgpl.c: Undo last change.
1221         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
1222
1223 2008-04-20  Bruno Haible  <bruno@clisp.org>
1224
1225         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
1226         config.h. Provide _mkdir based fallback for mingw.
1227         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
1228         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
1229         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
1230         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
1231         rather than defining mkdir in config.h.
1232         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
1233         (gl_SYS_STAT_H_DEFAULTS): New macro.
1234         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
1235         HAVE_IO_H any more.
1236         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
1237         HAVE_DECL_MKDIR and HAVE_IO_H.
1238
1239 2008-04-20  Bruno Haible  <bruno@clisp.org>
1240
1241         * lib/isapipe.c: Port to native Windows platforms.
1242
1243 2008-04-20  Bruno Haible  <bruno@clisp.org>
1244
1245         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
1246
1247 2008-04-21  Eric Blake  <ebb9@byu.net>
1248
1249         Work around preprocessors that don't handle UINTMAX_MAX.
1250         * lib/memchr2.c (memchr2): Avoid embedded #if.
1251         Reported by Alain Guibert, fix suggested by Bruno Haible.
1252
1253 2008-04-21  Simon Josefsson  <simon@josefsson.org>
1254
1255         * doc/posix-functions/strftime.texi (strftime): Explain better
1256         Windows incompatibility.  Suggested by Micah Cowan
1257         <micah@cowan.name>.
1258
1259 2008-04-20  Bruno Haible  <bruno@clisp.org>
1260
1261         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
1262         unistr/u8-mblen.
1263
1264 2008-04-20  Bruno Haible  <bruno@clisp.org>
1265
1266         Fix test failure on platforms with non-GNU iconv.
1267         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
1268         (U_TO_U8): Use it, rather than u16_to_u8.
1269         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
1270         units at the end of the input string.
1271         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
1272
1273 2008-04-20  Bruno Haible  <bruno@clisp.org>
1274
1275         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
1276         when the resulting length is 0.
1277         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
1278
1279 2008-04-20  Bruno Haible  <bruno@clisp.org>
1280
1281         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
1282         works.
1283         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
1284
1285 2008-04-20  Bruno Haible  <bruno@clisp.org>
1286
1287         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
1288         * modules/tsearch-tests (configure.ac): Test for initstate function.
1289
1290 2008-04-20  Bruno Haible  <bruno@clisp.org>
1291
1292         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
1293         for nlink_t if missing.
1294         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
1295
1296 2008-04-19  Bruno Haible  <bruno@clisp.org>
1297
1298         Work around snprintf bug on Linux libc5.
1299         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
1300         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1301         gl_SNPRINTF_SIZE1.
1302         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1303         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
1304         that test failed.
1305         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
1306         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
1307         * modules/snprintf (Files): Add m4/printf.m4.
1308         * modules/vsnprintf (Files): Likewise.
1309         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
1310         * doc/posix-functions/vsnprintf.texi: Likewise.
1311
1312 2008-04-19  Bruno Haible  <bruno@clisp.org>
1313
1314         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
1315         from 0.0058 to less than 10^-7.
1316
1317 2008-04-19  Bruno Haible  <bruno@clisp.org>
1318
1319         Fix rounding when a precision is given.
1320         * lib/vasnprintf.c (is_borderline): New function.
1321         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
1322         9...9x.
1323         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
1324         %e, %g.
1325         * tests/test-vasprintf-posix.c (test_function): Likewise.
1326         * tests/test-snprintf-posix.h (test_function): Likewise.
1327         * tests/test-sprintf-posix.h (test_function): Likewise.
1328         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
1329         * tests/test-printf-posix.h (test_function): Likewise.
1330         * tests/test-printf-posix.output: Update.
1331         Reported by John Darrington <john@darrington.wattle.id.au> via
1332         Ben Pfaff <blp@cs.stanford.edu>.
1333
1334 2008-04-18  Simon Josefsson  <simon@josefsson.org>
1335
1336         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
1337         Suggested by Bruno Haible <bruno@clisp.org>.
1338
1339 2008-04-17  Bruno Haible  <bruno@clisp.org>
1340
1341         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
1342         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
1343         implementation.
1344         Patch by Bruce Merry <bmerry@gmail.com>.
1345
1346 2008-04-17  Simon Josefsson  <simon@josefsson.org>
1347
1348         * doc/posix-functions/strftime.texi (strftime): Mention that %e
1349         doesn't work under Windows.
1350
1351 2008-04-16  Bruno Haible  <bruno@clisp.org>
1352
1353         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
1354         New macros.
1355         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
1356         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
1357         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
1358         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
1359         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
1360         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
1361         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
1362         macros.
1363         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
1364         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
1365         Northern Sotho, Uighur.
1366
1367 2008-04-16  Bruno Haible  <bruno@clisp.org>
1368
1369         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
1370         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
1371         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
1372         Reported by Daniel Bergström <daniel@octocode.com>.
1373
1374 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
1375             Bruno Haible  <bruno@clisp.org>
1376
1377         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
1378         function.
1379         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
1380         New functions, mostly extracted from gl_locale_name_default.
1381         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
1382
1383 2008-04-16  Eric Blake  <ebb9@byu.net>
1384
1385         Adjust strtod detection to catch glibc 2.7 bug.
1386         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
1387         Reported by John Gatewood Ham.
1388
1389 2008-04-16  Bruno Haible  <bruno@clisp.org>
1390
1391         Add tentative support for Linux libc5.
1392         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
1393         * lib/fpurge.c (fpurge): Likewise.
1394         * lib/freadable.c (freadable): Likewise.
1395         * lib/freadahead.c (freadahead): Likewise.
1396         * lib/freading.c (freading): Likewise.
1397         * lib/freadptr.c (freadptr): Likewise.
1398         * lib/freadseek.c (freadptrinc): Likewise.
1399         * lib/fseeko.c (rpl_fseeko): Likewise.
1400         * lib/fseterr.c (fseterr): Likewise.
1401         * lib/fwritable.c (fwritable): Likewise.
1402         * lib/fwriting.c (fwriting): Likewise.
1403         Reported by Alain Guibert <alguibert+bts@free.fr>.
1404
1405 2008-04-15  Bruno Haible  <bruno@clisp.org>
1406
1407         * modules/mathl (configure.ac): Define module indicator.
1408
1409 2008-04-15  Bruno Haible  <bruno@clisp.org>
1410
1411         * lib/logl.c (logl): Remove unused variables.
1412
1413 2008-04-15  Bruno Haible  <bruno@clisp.org>
1414
1415         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
1416         fails.
1417
1418 2008-04-15  Bruno Haible  <bruno@clisp.org>
1419
1420         * lib/trim.c (trim2): Fix argument of isspace() macro.
1421
1422 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
1423
1424         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
1425         to 0.
1426         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
1427
1428 2008-04-14  Bruno Haible  <bruno@clisp.org>
1429
1430         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
1431         AC_LANG_PROGRAM argument.
1432         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
1433         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
1434         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
1435         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1436         * m4/math_h.m4 (gl_MATH_H): Likewise.
1437         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
1438         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
1439         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1440         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
1441         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
1442         * m4/regex.m4 (gl_REGEX): Likewise.
1443         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
1444         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
1445         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1446         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
1447         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1448         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1449         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1450         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1451
1452 2008-04-14  Jim Meyering  <meyering@redhat.com>
1453
1454         test-strtod: fix typos: s/abs/fabs/
1455         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
1456
1457 2008-04-13  Bruno Haible  <bruno@clisp.org>
1458
1459         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
1460         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
1461         module is also used and while not building the reloc-wrapper.
1462
1463 2008-04-13  Bruno Haible  <bruno@clisp.org>
1464
1465         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
1466
1467 2008-04-13  Bruno Haible  <bruno@clisp.org>
1468
1469         Fix AIX compilation failure introduced on 2008-04-02.
1470         * tests/test-frexp.c (exp): Undefine before redefining.
1471         * tests/test-frexpl.c (exp): Likewise.
1472
1473 2008-04-13  Bruno Haible  <bruno@clisp.org>
1474
1475         Work around a HP-UX stdio bug.
1476         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
1477         * tests/test-ftello.c (main): Likewise.
1478         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
1479         * doc/posix-functions/ftello.texi: Likewise.
1480
1481 2008-04-13  Bruno Haible  <bruno@clisp.org>
1482
1483         Make test-signbit pass on HP-UX/hppa.
1484         * tests/test-signbit.c (minus_zerol): New variable.
1485         (test_signbitl): Use it.
1486
1487 2008-04-13  Bruno Haible  <bruno@clisp.org>
1488
1489         Make truncl work on OSF/1 4.0.
1490         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
1491         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
1492         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
1493         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
1494         HAVE_DECL_TRUNCL.
1495         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
1496         HAVE_DECL_TRUNCL.
1497         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
1498
1499 2008-04-13  Bruno Haible  <bruno@clisp.org>
1500
1501         * lib/unictype.h: Remove trailing comma from enumeration definitions.
1502
1503 2008-04-13  Bruno Haible  <bruno@clisp.org>
1504
1505         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
1506         expression, so as to avoid HP-UX 11 cc compiler bug.
1507
1508 2008-04-13  Bruno Haible  <bruno@clisp.org>
1509
1510         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
1511
1512 2008-04-13  Bruno Haible  <bruno@clisp.org>
1513
1514         * lib/git-merge-changelog.c: Remove empty declaration outside of
1515         functions.
1516
1517 2008-04-13  Bruno Haible  <bruno@clisp.org>
1518
1519         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
1520
1521 2008-04-13  Bruno Haible  <bruno@clisp.org>
1522
1523         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
1524         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
1525         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
1526         also if it exists but lacks definitions of the SHUT_* macros.
1527         * modules/sys_socket (Description): Update.
1528         Reported by Elbert Pol <e.pol@chello.nl>.
1529
1530 2008-04-13  Bruno Haible  <bruno@clisp.org>
1531
1532         * lib/localcharset.c (OS2): Don't redefine if already defined.
1533         Reported by Elbert Pol <e.pol@chello.nl>.
1534
1535 2008-04-13  Bruno Haible  <bruno@clisp.org>
1536
1537         * lib/binary-io.h [__EMX__]: Include <io.h>.
1538         Reported by Elbert Pol <e.pol@chello.nl>.
1539
1540 2008-04-12  Bruno Haible  <bruno@clisp.org>
1541
1542         * lib/fpucw.h: Enable the definitions also for x86_64.
1543         Needed for NetBSD/x86_64.
1544         Reported by Thomas Klausner <tk@giga.or.at>.
1545
1546 2008-04-12  Bruno Haible  <bruno@clisp.org>
1547
1548         * tests/test-strtod.c: Include isnand.h.
1549         (main): Use isnand instead of isnan.
1550         Reported by Jim Meyering.
1551
1552 2008-04-12  Bruno Haible  <bruno@clisp.org>
1553
1554         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
1555         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1556
1557 2008-04-12  Jim Meyering  <meyering@redhat.com>
1558
1559         * m4/math_h.m4 (gl_MATH_H): Fix typos.
1560
1561 2008-04-12  Bruno Haible  <bruno@clisp.org>
1562
1563         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
1564         Reported by Elbert Pol <e.pol@chello.nl>.
1565
1566 2008-04-12  Eric Blake  <ebb9@byu.net>
1567
1568         Work around Solaris 10 math.h bug.
1569         * m4/math_h.m4 (gl_MATH_H): Check for bug.
1570         (gl_MATH_H_DEFAULTS): Set up default.
1571         * modules/math (Makefile.am): Replace new indicators.
1572         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
1573         * tests/test-math.c (main): Test this.
1574         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
1575         * doc/posix-headers/math.texi (math.h): Mention bug.
1576         Reported by Nelson H. F. Beebe and Jim Meyering.
1577
1578 2008-04-11  Bruno Haible  <bruno@clisp.org>
1579
1580         Adapt to future versions of Apple GCC.
1581         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
1582         Reported by Peter O'Gorman <peter@pogma.com>.
1583
1584 2008-04-11  Bruno Haible  <bruno@clisp.org>
1585
1586         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
1587
1588 2008-04-11  Bruno Haible  <bruno@clisp.org>
1589
1590         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
1591
1592         * modules/getaddrinfo-tests (Makefile.am): Define
1593         test_getaddrinfo_LDADD.
1594
1595 2008-04-11  Bruno Haible  <bruno@clisp.org>
1596
1597         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
1598         (init): Fix syntax error.
1599         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
1600         is declared.
1601
1602 2008-04-11  Bruno Haible  <bruno@clisp.org>
1603
1604         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
1605         * modules/glob (Depends-on): Add stdbool.
1606
1607 2008-04-11  Bruno Haible  <bruno@clisp.org>
1608
1609         * lib/trim.c: Include <string.h>.
1610
1611 2008-04-11  Eric Blake  <ebb9@byu.net>
1612
1613         Avoid compile failure on OS/2.
1614         * lib/regex_internal.h (internal_function): Disable optimization
1615         on OS/2 (__EMX__), where it caused compiler error.
1616         Reported by Elbert Pol.
1617
1618 2008-04-11  Bruno Haible  <bruno@clisp.org>
1619
1620         Flush the standard error stream before aborting. Needed on mingw.
1621         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
1622         * tests/test-array_list.c (ASSERT): Likewise.
1623         * tests/test-array_oset.c (ASSERT): Likewise.
1624         * tests/test-avltree_list.c (ASSERT): Likewise.
1625         * tests/test-avltree_oset.c (ASSERT): Likewise.
1626         * tests/test-avltreehash_list.c (ASSERT): Likewise.
1627         * tests/test-binary-io.c (ASSERT): Likewise.
1628         * tests/test-byteswap.c (ASSERT): Likewise.
1629         * tests/test-c-ctype.c (ASSERT): Likewise.
1630         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
1631         * tests/test-c-strcasestr.c (ASSERT): Likewise.
1632         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
1633         * tests/test-c-strstr.c (ASSERT): Likewise.
1634         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
1635         * tests/test-canonicalize.c (ASSERT): Likewise.
1636         * tests/test-carray_list.c (ASSERT): Likewise.
1637         * tests/test-ceilf1.c (ASSERT): Likewise.
1638         * tests/test-ceilf2.c (ASSERT): Likewise.
1639         * tests/test-ceill.c (ASSERT): Likewise.
1640         * tests/test-count-one-bits.c (ASSERT): Likewise.
1641         * tests/test-fbufmode.c (ASSERT): Likewise.
1642         * tests/test-fflush2.c (ASSERT): Likewise.
1643         * tests/test-floorf1.c (ASSERT): Likewise.
1644         * tests/test-floorf2.c (ASSERT): Likewise.
1645         * tests/test-floorl.c (ASSERT): Likewise.
1646         * tests/test-fopen.c (ASSERT): Likewise.
1647         * tests/test-fpending.c (ASSERT): Likewise.
1648         * tests/test-fprintf-posix.c (ASSERT): Likewise.
1649         * tests/test-fpurge.c (ASSERT): Likewise.
1650         * tests/test-freadable.c (ASSERT): Likewise.
1651         * tests/test-freadahead.c (ASSERT): Likewise.
1652         * tests/test-freading.c (ASSERT): Likewise.
1653         * tests/test-freadptr.c (ASSERT): Likewise.
1654         * tests/test-freadptr2.c (ASSERT): Likewise.
1655         * tests/test-freadseek.c (ASSERT): Likewise.
1656         * tests/test-freopen.c (ASSERT): Likewise.
1657         * tests/test-frexp.c (ASSERT): Likewise.
1658         * tests/test-frexpl.c (ASSERT): Likewise.
1659         * tests/test-fseek.c (ASSERT): Likewise.
1660         * tests/test-fseeko.c (ASSERT): Likewise.
1661         * tests/test-fstrcmp.c (ASSERT): Likewise.
1662         * tests/test-ftell.c (ASSERT): Likewise.
1663         * tests/test-ftello.c (ASSERT): Likewise.
1664         * tests/test-func.c (ASSERT): Likewise.
1665         * tests/test-fwritable.c (ASSERT): Likewise.
1666         * tests/test-fwriting.c (ASSERT): Likewise.
1667         * tests/test-getdelim.c (ASSERT): Likewise.
1668         * tests/test-getline.c (ASSERT): Likewise.
1669         * tests/test-i-ring.c (ASSERT): Likewise.
1670         * tests/test-iconv-utf.c (ASSERT): Likewise.
1671         * tests/test-iconv.c (ASSERT): Likewise.
1672         * tests/test-isfinite.c (ASSERT): Likewise.
1673         * tests/test-isnand.c (ASSERT): Likewise.
1674         * tests/test-isnanf.c (ASSERT): Likewise.
1675         * tests/test-isnanl.h (ASSERT): Likewise.
1676         * tests/test-ldexpl.c (ASSERT): Likewise.
1677         * tests/test-linked_list.c (ASSERT): Likewise.
1678         * tests/test-linkedhash_list.c (ASSERT): Likewise.
1679         * tests/test-localename.c (ASSERT): Likewise.
1680         * tests/test-lseek.c (ASSERT): Likewise.
1681         * tests/test-mbscasecmp.c (ASSERT): Likewise.
1682         * tests/test-mbscasestr1.c (ASSERT): Likewise.
1683         * tests/test-mbscasestr2.c (ASSERT): Likewise.
1684         * tests/test-mbscasestr3.c (ASSERT): Likewise.
1685         * tests/test-mbscasestr4.c (ASSERT): Likewise.
1686         * tests/test-mbschr.c (ASSERT): Likewise.
1687         * tests/test-mbscspn.c (ASSERT): Likewise.
1688         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
1689         * tests/test-mbspbrk.c (ASSERT): Likewise.
1690         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
1691         * tests/test-mbsrchr.c (ASSERT): Likewise.
1692         * tests/test-mbsspn.c (ASSERT): Likewise.
1693         * tests/test-mbsstr1.c (ASSERT): Likewise.
1694         * tests/test-mbsstr2.c (ASSERT): Likewise.
1695         * tests/test-mbsstr3.c (ASSERT): Likewise.
1696         * tests/test-memchr2.c (ASSERT): Likewise.
1697         * tests/test-memmem.c (ASSERT): Likewise.
1698         * tests/test-open.c (ASSERT): Likewise.
1699         * tests/test-printf-frexp.c (ASSERT): Likewise.
1700         * tests/test-printf-frexpl.c (ASSERT): Likewise.
1701         * tests/test-printf-posix.c (ASSERT): Likewise.
1702         * tests/test-quotearg.c (ASSERT): Likewise.
1703         * tests/test-rbtree_list.c (ASSERT): Likewise.
1704         * tests/test-rbtree_oset.c (ASSERT): Likewise.
1705         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
1706         * tests/test-round1.c (ASSERT): Likewise.
1707         * tests/test-roundf1.c (ASSERT): Likewise.
1708         * tests/test-roundl.c (ASSERT): Likewise.
1709         * tests/test-signbit.c (ASSERT): Likewise.
1710         * tests/test-sleep.c (ASSERT): Likewise.
1711         * tests/test-snprintf-posix.c (ASSERT): Likewise.
1712         * tests/test-snprintf.c (ASSERT): Likewise.
1713         * tests/test-sprintf-posix.c (ASSERT): Likewise.
1714         * tests/test-stat-time.c (ASSERT): Likewise.
1715         * tests/test-strcasestr.c (ASSERT): Likewise.
1716         * tests/test-strerror.c (ASSERT): Likewise.
1717         * tests/test-striconv.c (ASSERT): Likewise.
1718         * tests/test-striconveh.c (ASSERT): Likewise.
1719         * tests/test-striconveha.c (ASSERT): Likewise.
1720         * tests/test-strsignal.c (ASSERT): Likewise.
1721         * tests/test-strstr.c (ASSERT): Likewise.
1722         * tests/test-strtod.c (ASSERT): Likewise.
1723         * tests/test-trunc1.c (ASSERT): Likewise.
1724         * tests/test-trunc2.c (ASSERT): Likewise.
1725         * tests/test-truncf1.c (ASSERT): Likewise.
1726         * tests/test-truncf2.c (ASSERT): Likewise.
1727         * tests/test-truncl.c (ASSERT): Likewise.
1728         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
1729         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
1730         * tests/test-vasnprintf.c (ASSERT): Likewise.
1731         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
1732         * tests/test-vasprintf.c (ASSERT): Likewise.
1733         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
1734         * tests/test-vprintf-posix.c (ASSERT): Likewise.
1735         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
1736         * tests/test-vsnprintf.c (ASSERT): Likewise.
1737         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
1738         * tests/test-wcwidth.c (ASSERT): Likewise.
1739         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
1740         * tests/test-xprintf-posix.c (ASSERT): Likewise.
1741         * tests/test-xvasprintf.c (ASSERT): Likewise.
1742         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
1743         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
1744         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
1745         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
1746         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
1747         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
1748         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
1749         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
1750         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
1751         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
1752         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
1753         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
1754         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
1755         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
1756         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
1757         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
1758         * tests/unictype/test-block_list.c (ASSERT): Likewise.
1759         * tests/unictype/test-block_of.c (ASSERT): Likewise.
1760         * tests/unictype/test-block_test.c (ASSERT): Likewise.
1761         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
1762         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
1763         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
1764         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
1765         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
1766         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
1767         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
1768         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
1769         * tests/unictype/test-combining.c (ASSERT): Likewise.
1770         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
1771         * tests/unictype/test-digit.c (ASSERT): Likewise.
1772         * tests/unictype/test-mirror.c (ASSERT): Likewise.
1773         * tests/unictype/test-numeric.c (ASSERT): Likewise.
1774         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
1775         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
1776         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
1777         * tests/unictype/test-scripts.c (ASSERT): Likewise.
1778         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
1779         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
1780         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
1781         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
1782         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
1783         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
1784         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
1785         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
1786         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
1787         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
1788         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
1789         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
1790         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
1791         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
1792         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
1793         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
1794         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
1795         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
1796         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
1797         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
1798         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
1799         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
1800         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
1801         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
1802         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
1803         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
1804         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
1805         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
1806         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
1807         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
1808         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
1809         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
1810         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
1811         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
1812         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
1813         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
1814         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
1815         Reported by Eric Blake.
1816
1817 2008-04-11  Bruno Haible  <bruno@clisp.org>
1818
1819         * lib/wchar.in.h: Tweak comment.
1820
1821 2008-04-11  Bruno Haible  <bruno@clisp.org>
1822
1823         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
1824         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
1825         gl_COMMON.
1826         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
1827
1828 2008-04-11  Bruno Haible  <bruno@clisp.org>
1829
1830         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
1831
1832 2008-04-11  Simon Josefsson  <simon@josefsson.org>
1833
1834         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
1835         of attempting to use non-existing /dev/*random.  Based on patch
1836         from Adam Strzelecki <ono@java.pl> in
1837         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
1838
1839 2008-04-08  Bruno Haible  <bruno@clisp.org>
1840
1841         Add tentative support for emx+gcc.
1842         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
1843         * lib/fpurge.c (fpurge): Likewise.
1844         * lib/freadable.c (freadable): Likewise.
1845         * lib/freadahead.c (freadahead): Likewise.
1846         * lib/freading.c (freading): Likewise.
1847         * lib/freadptr.c (freadptr): Likewise.
1848         * lib/freadseek.c (freadptrinc): Likewise.
1849         * lib/fseeko.c (rpl_fseeko): Likewise.
1850         * lib/fseterr.c (fseterr): Likewise.
1851         * lib/fwritable.c (fwritable): Likewise.
1852         * lib/fwriting.c (fwriting): Likewise.
1853         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
1854
1855 2008-04-09  Eric Blake  <ebb9@byu.net>
1856
1857         Avoid some autoconf warnings.
1858         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
1859         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
1860         * m4/afs.m4 (gl_AFS): Likewise.
1861         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
1862         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
1863         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1864         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
1865         (gl_INTEGER_TYPE_SUFFIX): Likewise.
1866         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
1867         (AC_CHECK_DECLS_ONCE): Likewise.
1868         Rename file...
1869         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
1870         gnulib-tool requires autoconf 2.59 or better.
1871         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
1872
1873 2008-04-08  Eric Blake  <ebb9@byu.net>
1874
1875         Use 'git describe --match' if present (added in git 1.5.5).
1876         * build-aux/git-version-gen: Limit result to tags that match 'v*'
1877         if possible.
1878
1879 2008-04-08  Bruno Haible  <bruno@clisp.org>
1880
1881         Add tentative support for OpenServer.
1882         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
1883         _ptr, _cnt.
1884         * lib/fpurge.c (fpurge): Likewise.
1885         * lib/freadable.c (freadable): Likewise.
1886         * lib/freadahead.c (freadahead): Likewise.
1887         * lib/freading.c (freading): Likewise.
1888         * lib/freadptr.c (freadptr): Likewise.
1889         * lib/freadseek.c (freadptrinc): Likewise.
1890         * lib/fseeko.c (rpl_fseeko): Likewise.
1891         * lib/fseterr.c (fseterr): Likewise.
1892         * lib/fwritable.c (fwritable): Likewise.
1893         * lib/fwriting.c (fwriting): Likewise.
1894         Reported by Roger Cornelius <rac@tenzing.org> and
1895         Brian K. White <brian@aljex.com>.
1896
1897 2008-04-06  Jim Meyering  <meyering@redhat.com>
1898
1899         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
1900
1901 2008-04-06  Bruno Haible  <bruno@clisp.org>
1902
1903         Avoid possible error with non-ASCII bytes in UTF-8 locales.
1904         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
1905         * tests/test-printf-posix.sh: Likewise.
1906         * tests/test-vfprintf-posix.sh: Likewise.
1907         * tests/test-vprintf-posix.sh: Likewise.
1908         * tests/test-xprintf-posix.sh: Likewise.
1909
1910 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1911
1912         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
1913         hide error from 'ls', needed on OS/2.
1914         Report by Elbert Pol <elbert.pol@gmail.com>.
1915
1916 2008-04-04  Eric Blake  <ebb9@byu.net>
1917
1918         Make test-fseeko.c failures meaningful.
1919         * tests/test-fseeko.c: Print line number on failure.
1920         * tests/test-fseek.c: Likewise.
1921         Reported by Nelson H. F. Beebe.
1922
1923         Improve strtod bug detection check.
1924         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
1925         required for Solaris 10.
1926         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
1927
1928 2008-04-04  Bruno Haible  <bruno@clisp.org>
1929
1930         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
1931         by m4/setenv.m4.
1932
1933 2008-04-03  Eric Blake  <ebb9@byu.net>
1934
1935         Ensure sane .version contents.
1936         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
1937         version string.
1938         * build-aux/git-version-gen: Improve documentation.
1939
1940         Make GNU make output nicer.
1941         * top/GNUmakefile [!_have-Makefile]: Add dependency on
1942         MAKECMDGOALS to enforce message for all command line targets.  Set
1943         srcdir for use in maint.mk.
1944
1945         Another maintainer tweak.
1946         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
1947         a target that regenerates version.
1948
1949 2008-04-03  Jim Meyering  <meyering@redhat.com>
1950
1951         vc-list-files: don't cause coreutils "make po-check" failure
1952         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
1953
1954 2008-04-03  Eric Blake  <ebb9@byu.net>
1955
1956         Allow VPATH usage of vc-list-files.
1957         * build-aux/vc-list-files (scriptversion): Add timestamp.
1958         (options): Add --help, --version, -C.
1959         (CVS): Support installed cvsu.
1960
1961 2008-04-02  Bruno Haible  <bruno@clisp.org>
1962
1963         Avoid some "statement with no effect" warnings from gcc.
1964         * tests/test-wctype.c (main): Explicitly ignore unused values.
1965         Reported by Jim Meyering.
1966
1967 2008-04-02  Jim Meyering  <meyering@redhat.com>
1968
1969         Avoid some warnings from "gcc -Wshadow".
1970         * tests/test-frexp.c (exp): Define to a different identifier.
1971         * tests/test-frexpl.c (exp): Likewise.
1972
1973 2008-04-03  Jim Meyering  <meyering@redhat.com>
1974
1975         bootstrap: remove dangling *.[ch] symlinks from lib
1976         * build-aux/bootstrap [dangling symlink removal]: Move find's
1977         -depth option to precede all others, to avoid a warning.
1978         Remove *.[ch] files too, and from "$source_base" (usually lib/).
1979
1980 2008-04-02  Bruno Haible  <bruno@clisp.org>
1981
1982         Avoid some warnings from "gcc -Wshadow".
1983         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
1984         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
1985         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
1986         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
1987         Reported by Jim Meyering.
1988
1989 2008-04-01  Bruno Haible  <bruno@clisp.org>
1990
1991         Fix test to work on IRIX 6.5 with cc.
1992         * tests/test-math.c (numeric_equal): New function.
1993         (main): Use it.
1994
1995 2008-04-01  Bruno Haible  <bruno@clisp.org>
1996
1997         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
1998
1999 2008-04-01  Bruno Haible  <bruno@clisp.org>
2000
2001         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
2002         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2003         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
2004         (Depends-on): Remove math.
2005
2006         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
2007         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2008         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
2009         (Depends-on): Remove math.
2010
2011         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
2012         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2013         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
2014         (Depends-on): Remove math.
2015         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
2016         (Depends-on): Remove math.
2017
2018         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
2019         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2020         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
2021         (Depends-on): Remove math.
2022         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
2023         (Depends-on): Remove math.
2024
2025         * tests/test-round1.c: Include nan.h.
2026         (main): Use NaNd instead of NAN.
2027         * modules/round-tests (Files): Add tests/nan.h.
2028
2029         * tests/test-trunc1.c: Include nan.h.
2030         (main): Use NaNd instead of NAN.
2031         * modules/trunc-tests (Files): Add tests/nan.h.
2032
2033         * tests/test-roundf1.c: Include nan.h.
2034         (main): Use NaNf instead of NAN.
2035         * modules/roundf-tests (Files): Add tests/nan.h.
2036
2037         * tests/test-truncf1.c: Include nan.h.
2038         (main): Use NaNf instead of NAN.
2039         * modules/truncf-tests (Files): Add tests/nan.h.
2040
2041         * tests/test-ceilf1.c: Include nan.h.
2042         (main): Use NaNf instead of NAN.
2043         * modules/ceilf-tests (Files): Add tests/nan.h.
2044
2045         * tests/test-floorf1.c: Include nan.h.
2046         (main): Use NaNf instead of NAN.
2047         * modules/floorf-tests (Files): Add tests/nan.h.
2048
2049         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
2050         (main): Use NaNf instead of NAN.
2051         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
2052
2053         * tests/test-isnand.c: Include nan.h instead of <math.h>.
2054         (main): Use NaNd instead of NAN.
2055         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
2056
2057         * tests/test-frexp.c: Include nan.h.
2058         (main): Use NaNd instead of NAN.
2059         * modules/frexp-tests (Files): Add tests/nan.h.
2060
2061         * lib/isnan.c: Don't include <math.h>.
2062         (FUNC): Don't use NAN macro.
2063         * modules/isnand-nolibm (Depends-on): Remove math.
2064         * modules/isnanf-nolibm (Depends-on): Remove math.
2065         * modules/isnanl (Depends-on): Remove math.
2066         * modules/isnanl-nolibm (Depends-on): Remove math.
2067
2068         * tests/nan.h: New file.
2069
2070 2008-04-01  Eric Blake  <ebb9@byu.net>
2071
2072         Fix typos.
2073         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
2074         values to be the right type.
2075
2076         For now, cater to gnulib strtod inaccuracies.
2077         * tests/test-strtod.c (main): Allow 1-ulp error on expected
2078         fractional results.  While not as nice from a QoI perspective, it
2079         is a quicker patch than correctly implementing decimal to binary
2080         rounding.
2081
2082 2008-03-31  Eric Blake  <ebb9@byu.net>
2083
2084         Guarantee a definition of NAN.
2085         * lib/math.in.h (NAN): Define if missing.
2086         * tests/test-math.c (main): Test it.
2087         * doc/posix-headers/math.texi (math.h): Document this.
2088         * lib/isnan.c (rpl_isnand): Use it.
2089         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
2090         * tests/test-floorf1.c (NaN): Likewise.
2091         * tests/test-frexp.c (NaN): Likewise.
2092         * tests/test-isnand.c (NaN): Likewise.
2093         * tests/test-isnanf.c (NaN): Likewise.
2094         * tests/test-round1.c (NaN): Likewise.
2095         * tests/test-roundf1.c (NaN): Likewise.
2096         * tests/test-snprintf-posix.h (NaN): Likewise.
2097         * tests/test-sprintf-posix.h (NaN): Likewise.
2098         * tests/test-trunc1.c (NaN): Likewise.
2099         * tests/test-truncf1.c (NaN): Likewise.
2100         * tests/test-vasnprintf-posix.c (NaN): Likewise.
2101         * tests/test-vasprintf-posix.c (NaN): Likewise.
2102         * modules/isnand-nolibm (Depends-on): Add math.
2103         * modules/isnanf-nolibm (Depends-on): Likewise.
2104         * modules/isnanl (Depends-on): Likewise.
2105         * modules/isnanl-nolibm (Depends-on): Likewise.
2106         * modules/snprintf-posix-tests (Depends-on): Likewise.
2107         * modules/sprintf-posix-tests (Depends-on): Likewise.
2108         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
2109         * modules/vsprintf-posix-tests (Depends-on): Likewise.
2110         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
2111         * modules/vasprintf-posix-tests (Depends-on): Likewise.
2112
2113 2008-03-31  Bruno Haible  <bruno@clisp.org>
2114
2115         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
2116         * doc/posix-functions/strtod.texi: Likewise.
2117
2118 2008-03-31  Bruno Haible  <bruno@clisp.org>
2119
2120         * tests/test-strtod.c (main): Don't use C99 syntax.
2121
2122 2008-03-31  Bruno Haible  <bruno@clisp.org>
2123
2124         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
2125         Reported by Eric Blake.
2126
2127 2008-03-31  Jim Meyering  <meyering@redhat.com>
2128
2129         Don't compare actual signbit return values.
2130         * tests/test-strtod.c (main): Rather, compare only their
2131         zero/non-zero nature.
2132
2133 2008-03-31  Eric Blake  <ebb9@byu.net>
2134
2135         More strtod documentation.
2136         * doc/posix-functions/strtod.texi (strtod): Interpret more test
2137         failures as distinct bugs.
2138
2139 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2140
2141         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
2142         Problem reported by Erik Benada in
2143         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
2144
2145 2008-03-30  Bruno Haible  <bruno@clisp.org>
2146
2147         * tests/test-strtod.c: Add comments about which assertion fails on which
2148         platform.
2149         * doc/posix-functions/strtod.texi: Add info about many more platforms.
2150
2151 2008-03-30  Eric Blake  <ebb9@byu.net>
2152
2153         Test signbit behavior on zeros.
2154         * tests/test-signbit.c (test_signbitf): Add tests for zero.
2155         (test_signbitd, test_signbitl): Likewise.
2156
2157         More strtod touchups.
2158         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
2159         sign of negative underflow, for now.  Use .5, not .1.
2160         * doc/posix-functions/strtod.texi (strtod): Mention these
2161         limitations.
2162         Reported by Jim Meyering.
2163
2164 2008-03-30  Bruno Haible  <bruno@clisp.org>
2165
2166         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
2167         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
2168
2169 2008-03-30  Bruno Haible  <bruno@clisp.org>
2170
2171         Avoid failure when attempting to return empty iconv results on some
2172         platforms.
2173         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
2174         allocation, don't report ENOMEM when the resulting string is empty.
2175
2176 2008-03-30  Bruno Haible  <bruno@clisp.org>
2177
2178         Fix buffer overrun.
2179         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
2180         Don't consider the width for tmp_length. Check count against tmp_length
2181         before doing the padding. Ensure enough allocation during padding.
2182
2183 2008-03-30  Eric Blake  <ebb9@byu.net>
2184
2185         strtod touchups.
2186         * lib/strtod.c (strtod): Avoid compiler warnings.
2187         Reported by Jim Meyering.
2188
2189 2008-03-30  Bruno Haible  <bruno@clisp.org>
2190
2191         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
2192         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
2193         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
2194         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
2195         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
2196         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
2197         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
2198         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
2199
2200         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
2201         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
2202         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
2203         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
2204         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
2205         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
2206         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
2207         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
2208
2209         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
2210         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
2211         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
2212         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
2213         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
2214         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
2215         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
2216         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
2217
2218         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
2219         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
2220
2221         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
2222         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
2223
2224         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
2225         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
2226
2227         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
2228         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
2229         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
2230
2231         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
2232         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
2233         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
2234
2235         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
2236         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
2237         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
2238
2239         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
2240         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
2241         * modules/vasprintf (Depends-on): Add EOVERFLOW.
2242
2243         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
2244         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
2245         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
2246         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
2247         (Depends-on): Add EOVERFLOW.
2248         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
2249         (Depends-on): Add EOVERFLOW.
2250         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
2251         (Depends-on): Add EOVERFLOW.
2252         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
2253         (Depends-on): Add EOVERFLOW.
2254         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
2255         (Depends-on): Add EOVERFLOW.
2256         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
2257         (Depends-on): Add EOVERFLOW.
2258         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
2259         (Depends-on): Add EOVERFLOW.
2260         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
2261         (Depends-on): Add EOVERFLOW.
2262
2263         * lib/sprintf.c (EOVERFLOW): Remove fallback.
2264         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
2265         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
2266
2267         * lib/snprintf.c (EOVERFLOW): Remove fallback.
2268         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
2269         * modules/snprintf (Depends-on): Add EOVERFLOW.
2270
2271         * lib/poll.c (EOVERFLOW): Remove fallback.
2272         * modules/poll (Depends-on): Add EOVERFLOW.
2273
2274         * lib/getugroups.c (EOVERFLOW): Remove fallback.
2275         * modules/getugroups (Depends-on): Add EOVERFLOW.
2276
2277         * lib/getdelim.c (EOVERFLOW): Remove fallback.
2278         * modules/getdelim (Depends-on): Add EOVERFLOW.
2279
2280         * lib/ftell.c (EOVERFLOW): Remove fallback.
2281         * modules/ftell (Depends-on): Add EOVERFLOW.
2282
2283         * lib/fprintf.c (EOVERFLOW): Remove fallback.
2284         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
2285         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
2286
2287         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
2288
2289         * modules/EOVERFLOW-tests: New file.
2290         * tests/test-EOVERFLOW.c: New file.
2291
2292         * modules/EOVERFLOW: New file.
2293         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
2294
2295 2008-03-30  Bruno Haible  <bruno@clisp.org>
2296
2297         Fix bug introduced on 2007-06-10.
2298         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
2299         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
2300
2301 2008-03-30  Bruno Haible  <bruno@clisp.org>
2302
2303         Improve freadseek's efficiency after ungetc.
2304         * lib/freadseek.c: Include freadahead.h.
2305         (freadptrinc): New function, extracted from freadseek.
2306         (freadseek): Use it in a loop. Use freadahead to determine the number
2307         of loop iterations.
2308         * modules/freadseek (Depends-on): Add freadahead.
2309         (configure.ac): Require AC_C_INLINE.
2310
2311 2008-03-30  Bruno Haible  <bruno@clisp.org>
2312
2313         * lib/freadseek.c (freadseek): Don't ignore the return value of
2314         freadptr.
2315
2316 2008-03-29  Eric Blake  <ebb9@byu.net>
2317
2318         Add hex float support.
2319         * modules/strtod (Depends-on): Add c-ctype.
2320         (Link): Mention POW_LIB.
2321         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
2322         whitespace between 'e' and exponent.
2323         * tests/test-strtod.c (main): Enable hex float tests.
2324         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
2325         now provides.
2326
2327         Document various strtod bugs, with some fixes.
2328         * doc/posix-functions/strtod.texi (strtod): Document bugs with
2329         "-0x", "inf", "nan", and hex constants.
2330         * doc/posix-functions/atof.texi (atof): Likewise.
2331         * modules/stdlib (Makefile.am): Support strtod.
2332         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
2333         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
2334         detect additional strtod bugs.
2335         * lib/stdlib.in.h (rpl_strtod): Add declarations.
2336         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
2337         bool where appropriate.  Parse 'inf' and 'nan'.
2338         * tests/test-strtod.c: New file.
2339         * modules/strtod (Depends-on): Add stdbool, stdlib.
2340         (configure.ac): Turn on module indicator.
2341         * modules/strtod-tests: New module.
2342
2343 2008-03-29  Eric Blake  <ebb9@byu.net>
2344
2345         Fix ftell on mingw.
2346         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
2347         * modules/ftell-tests (Depends-on): Add binary-io.
2348         * modules/ftello-tests (Depends-on): Likewise.
2349         * tests/test-ftell.c (main): Enhance test to cover behavior after
2350         ungetc.  Enforce binary mode.
2351         * tests/test-ftello.c (main): Likewise.
2352
2353         Pass test-freadseek on cygwin.
2354         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
2355         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
2356         ungetc buffer.
2357
2358         * tests/test-fflush2.c (main): Fix typo.
2359
2360 2008-03-29  Bruno Haible  <bruno@clisp.org>
2361
2362         * tests/test-fflush2.c (main): Temporarily disable the contents of
2363         this test.
2364         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
2365         Reported by Eric Blake.
2366
2367 2008-03-28  Simon Josefsson  <simon@josefsson.org>
2368
2369         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
2370         (GC_SHA224_DIGEST_SIZE): Add.
2371
2372         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
2373         (gc_hash_digest_length): Likewise.
2374         (gc_hash_buffer): Likewise.
2375
2376 2008-03-25  Bruno Haible  <bruno@clisp.org>
2377
2378         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
2379         detail which gettext release to use.
2380         Reported by Simon Josefsson.
2381
2382 2008-03-26  Jim Meyering  <meyering@redhat.com>
2383
2384         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
2385         * modules/gnumakefile (clean-GNUmakefile): Also, use
2386         test ... && ... || : syntax rather than if-then ... fi.
2387
2388         gnumakefile: Don't double-quote-expand $(VPATH) value.
2389         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
2390
2391 2008-03-24  Eric Blake  <ebb9@byu.net>
2392
2393         Alter GNUmakefile to install into top directory.
2394         * modules/maintainer-makefile: Split, and add dependency...
2395         * modules/gnumakefile: to this new module.
2396         * build-aux/GNUmakefile: Move...
2397         * top/GNUmakefile: ...here.
2398         * build-aux/maint.mk: Move...
2399         * top/maint.mk: ...here.
2400         * MODULES.html.sh (Support for maintaining...): Document new
2401         module.
2402
2403 2008-03-23  Bruno Haible  <bruno@clisp.org>
2404
2405         * gnulib-tool: New options --vc-files, --no-vc-files.
2406         (func_usage): Document them.
2407         (vc_files): New variable.
2408         (func_import): Consider vc_files.
2409         (func_create_testdir): Set vc_files to empty.
2410         Suggested by Jim Meyering and Karl Berry.
2411
2412 2008-03-23  Bruno Haible  <bruno@clisp.org>
2413
2414         Fix regex compilation error on HP-UX 11.
2415         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
2416         * modules/regex (Files): Add m4/mbstate_t.m4.
2417         Reported by Ton Voon <ton.voon@altinity.com>.
2418
2419 2008-03-23  Bruno Haible  <bruno@clisp.org>
2420
2421         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
2422
2423 2008-03-23  Eric Blake  <ebb9@byu.net>
2424             Bruno Haible  <bruno@clisp.org>
2425
2426         Install files from top/ in the destination directory.
2427         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
2428         augmentation also for the files from top/.
2429         (func_import, func_create_testdir): Rewrite file names:
2430         top/filename -> filename.
2431
2432 2008-03-23  Bruno Haible  <bruno@clisp.org>
2433
2434         Tweak "gnulib --version" output.
2435         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
2436
2437 2008-03-23  Bruno Haible  <bruno@clisp.org>
2438
2439         Tweak "gnulib --version" output.
2440         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
2441         rather than contents of ChangeLog, when possible.
2442
2443 2008-03-21  Eric Blake  <ebb9@byu.net>
2444
2445         More --version tweaks.
2446         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
2447         date of last ChangeLog entry.
2448
2449 2008-03-21  Jim Meyering  <meyering@redhat.com>
2450
2451         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
2452
2453 2008-03-20  Eric Blake  <ebb9@byu.net>
2454
2455         VPATH fix.
2456         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
2457
2458 2008-03-20  Simon Josefsson  <simon@josefsson.org>
2459
2460         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
2461         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
2462
2463 2008-03-20  Eric Blake  <ebb9@byu.net>
2464
2465         Sync GNUmakefile with coreutils.
2466         * build-aux/GNUmakefile (have-Makefile): Rename...
2467         (_have-Makefile): ...to this, for namespace consideration.
2468         (GNUmakefile.cfg): Include, if present.
2469         (_autoreconf): Define a default.
2470         (_is-dist-target): New rule for rebuilds to pick up intra-release
2471         version.
2472         (maint-cfg.mk): Rename...
2473         (cfg.mk): ...to this.
2474
2475 2008-03-18  Jim Meyering  <meyering@redhat.com>
2476
2477         New script and module: mktempd
2478         * MODULES.html.sh (maint+release support): Add mktempd.
2479         * build-aux/mktempd: New file.
2480         * modules/mktempd: New file.
2481
2482 2008-03-15  Jim Meyering  <meyering@redhat.com>
2483
2484         Undo last change.
2485         * lib/sha1.c, lib/md5.c: 63 != ~63.
2486         Reported by Andreas Schwab.
2487
2488         sha1.c, md5.c: Hoist a redundant expression.
2489         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
2490         "ctx->buflen" only once, before calling *_process_block.
2491         * lib/md5.c (md5_process_bytes): Likewise.
2492
2493 2008-03-14  Eric Blake  <ebb9@byu.net>
2494
2495         Bump copyright year in files generated by gnulib-tool.
2496         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
2497         gnulib-tool, rather than hard-coding it.
2498
2499         Fix 'gnulib-tool --version' output to work with git.
2500         * gnulib-tool (func_gnulib_dir): New function, extracted from...
2501         (startup): ...here.
2502         (func_version): Use it to invoke git-version-gen, rather than
2503         relying on CVS keyword expansion.  Modernize wording.
2504         (cvsdatestamp, last_checkin_date, version): Kill unused
2505         variables.
2506
2507 2008-03-12  Jim Meyering  <meyering@redhat.com>
2508
2509         Recognize optional cast of the argument to free.
2510         * build-aux/useless-if-before-free: Update regexps.
2511
2512         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
2513
2514 2008-03-11  Bruno Haible  <bruno@clisp.org>
2515
2516         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
2517         by a single package.
2518         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
2519         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
2520         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
2521         Reported by Sam Steingold <sds@gnu.org>.
2522
2523 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2524
2525         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
2526         repositories.
2527
2528 2008-03-11  Bruno Haible  <bruno@clisp.org>
2529
2530         Avoid conflicts between local macro definitions.
2531         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2532         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
2533
2534 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
2535             Bruno Haible  <bruno@clisp.org>
2536
2537         Make va_copy work with some version of xlc on AIX 5.1.
2538         * lib/stdarg.in.h: New file.
2539         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
2540         On AIX, use a <stdarg.h> file substitute.
2541         * modules/stdarg (Files): Add lib/stdarg.in.h.
2542         (Depends-on): Add include_next.
2543         (Makefile.am): Build a stdarg.h substitute if requested.
2544         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
2545
2546 2008-03-10  Bruno Haible  <bruno@clisp.org>
2547
2548         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
2549         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
2550         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
2551
2552 2008-03-10  Bruno Haible  <bruno@clisp.org>
2553
2554         * modules/stdlib (Depends-on): Add include_next, remove
2555         absolute-header.
2556
2557 2008-03-09  Bruno Haible  <bruno@clisp.org>
2558
2559         * lib/freadahead.h (freadahead): Document more precisely.
2560         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
2561         the sum of both buffer sizes.
2562         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
2563         * NEWS: Document the change.
2564
2565 2008-03-09  Bruno Haible  <bruno@clisp.org>
2566
2567         Extend freadptr to return also the buffer size.
2568         * lib/freadptr.h (freadptr): Add sizep argument.
2569         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
2570         (freadptr): Add sizep argument. Determine buffer size like freadahead
2571         does.
2572         * tests/test-freadptr.c: Don't include freadahead.h.
2573         (main): Adapt for new calling convention of freadptr.
2574         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
2575         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
2576         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
2577         tests/test-freadptr2.sh.
2578         (Depends): Remove freadahead.
2579         (TESTS): Add test-freadptr2.sh.
2580         (check_PROGRAMS): Add test-freadptr2.
2581
2582 2008-03-09  Bruno Haible  <bruno@clisp.org>
2583
2584         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
2585         Report and solution by Simon Josefsson.
2586
2587 2008-03-06  Bruno Haible  <bruno@clisp.org>
2588
2589         Make fflush after ungetc work on BSD platforms.
2590         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
2591         * tests/test-fflush2.c: New file.
2592         * tests/test-fflush2.sh: New file.
2593         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
2594         tests/test-fflush2.c.
2595         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
2596         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
2597
2598 2008-03-06  Eric Blake  <ebb9@byu.net>
2599
2600         Likewise for ftello.
2601         * modules/ftello (Dependencies): Add extensions.
2602         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
2603
2604 2008-03-06  Bruno Haible  <bruno@clisp.org>
2605
2606         * modules/fseeko (Dependencies): Add extensions.
2607         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
2608         Needed on glibc systems.
2609
2610 2008-03-06  Bruno Haible  <bruno@clisp.org>
2611
2612         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
2613         email address.
2614         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2615
2616 2008-03-06  Bruno Haible  <bruno@clisp.org>
2617
2618         * users.txt: Add libgnupdf.
2619
2620 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2621
2622         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
2623         (Header File Substitutes, Function Substitutes,
2624         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
2625         (Build robot for gnulib): Fix typo.
2626
2627 2008-03-06  Bruno Haible  <bruno@clisp.org>
2628
2629         * doc/gnulib-tool.texi (VCS Issues): Small updates.
2630         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2631
2632 2008-03-06  Bruno Haible  <bruno@clisp.org>
2633
2634         * doc/func.texi: New file, extracted from doc/gnulib.texi.
2635         * doc/gnulib.texi: Include it.
2636
2637 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2638
2639         * modules/func (License): Change license to unlimited; there was
2640         no LGPL parts in the module anyway.
2641
2642 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2643
2644         * modules/__func__: Renamed to modules/func.
2645         * modules/__func__-tests: Renamed to modules/func-tests.
2646         * tests/test-__func__.c: Renamed to tests/test-func.c.
2647         * m4/__func__.m4: Renamed to m4/func.m4.
2648         * doc/gnulib.texi (__func__): Section renamed to func.
2649         Suggested by Eric Blake <ebb9@byu.net>.
2650
2651 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2652
2653         * doc/gnulib.texi (__func__): Use C99 terminology when talking
2654         about __func__.  Make example self-contained.  Suggested by Eric
2655         Blake <ebb9@byu.net>.
2656
2657         * tests/test-__func__.c (main): Avoid extraneous () around __func.
2658         Suggested by Eric Blake <ebb9@byu.net>.
2659
2660 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2661
2662         * modules/__func__: New file.
2663         * modules/__func__-tests: New file.
2664         * tests/test-__func__.c: New file.
2665         * m4/__func__.m4: New file.
2666         * doc/gnulib.texi (__func__): Document __func__ module.
2667
2668 2008-03-05  Simon Josefsson  <simon@josefsson.org>
2669
2670         * modules/byteswap (License): Re-license as LGPLv2+.
2671
2672 2008-03-05  Simon Josefsson  <simon@josefsson.org>
2673
2674         * doc/Makefile: Add pdf target.
2675
2676 2008-03-05  Simon Josefsson  <simon@josefsson.org>
2677
2678         * modules/inline (License): Use 'unlimited', since there are only
2679         *.m4 files in this module.
2680
2681 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
2682             Bruno Haible  <bruno@clisp.org>
2683
2684         Add support for HP C 7.1 on OpenVMS 8.3.
2685         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
2686
2687 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
2688
2689         Update VMS specifics.
2690         * lib/getopt.c [VMS]: Remove include of unixlib.h.
2691
2692 2008-03-02  Jim Meyering  <meyering@redhat.com>
2693
2694         Remove the last dependency on the "free" module.
2695         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
2696         Reported by Bob Proulx.
2697
2698         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
2699
2700         Remove useless "if" tests before free.  Deprecate "free" module.
2701         * doc/posix-functions/free.texi: Mention that this
2702         module is no longer useful.
2703         * modules/free (Notice): Say this module is obsolete.
2704         * modules/readutmp (Depends-on): Remove free.
2705         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
2706         * lib/putenv.c (putenv): Likewise.
2707         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
2708         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
2709         * tests/test-c-strcasestr.c (main): Likewise.
2710         * tests/test-c-strstr.c (main): Likewise.
2711         * tests/test-mbscasestr1.c (main): Likewise.
2712         * tests/test-mbscasestr2.c (main): Likewise.
2713         * tests/test-mbsstr1.c (main): Likewise.
2714         * tests/test-mbsstr2.c (main): Likewise.
2715         * tests/test-memmem.c (main): Likewise.
2716         * tests/test-strcasestr.c (main): Likewise.
2717         * tests/test-striconv.c (main): Likewise.
2718         * tests/test-striconveh.c (main): Likewise.
2719         * tests/test-striconveha.c (main): Likewise.
2720         * tests/test-strstr.c (main): Likewise.
2721
2722         * build-aux/git-version-gen: Adjust a comment and the Usage string.
2723
2724         bootstrap: sync from coreutils again
2725         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
2726
2727 2008-03-01  Jim Meyering  <meyering@redhat.com>
2728
2729         bootstrap: sync from coreutils
2730         * build-aux/bootstrap (update_po_files): Copy a .po file into place
2731         also when the target doesn't exist.
2732
2733 2008-03-01  Eric Blake  <ebb9@byu.net>
2734
2735         Fix bugs in last patch.
2736         * lib/memchr2.c (memchr2): Fix typo.
2737         * tests/test-memchr2.c: Test previous bug, and don't use GNU
2738         extension.
2739         Reported by Bruce Korb.
2740
2741         New module 'memchr2'.
2742         * modules/memchr2: New file.
2743         * modules/memchr2-tests: Likewise.
2744         * lib/memchr2.h: Likewise.
2745         * lib/memchr2.c: Likewise, based on memchr.c.
2746         * tests/test-memchr2.c: New test.
2747         * MODULES.html.sh (String handling): Add memchr2.
2748
2749 2008-02-29  Bruno Haible  <bruno@clisp.org>
2750
2751         * modules/freadseek-tests: New file.
2752         * tests/test-freadseek.sh: New file.
2753         * tests/test-freadseek.c: New file.
2754
2755         New module 'freadseek'.
2756         * modules/freadseek: New file.
2757         * lib/freadseek.h: New file.
2758         * lib/freadseek.c: New file.
2759         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
2760
2761 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2762
2763         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
2764         wydawca.
2765
2766         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
2767         program_invocation_name and program_invocation_short_name are
2768         present.
2769
2770 2008-02-28  Bruno Haible  <bruno@clisp.org>
2771
2772         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
2773         * tests/test-freadptr.sh: Also test non-seekable stdin.
2774
2775 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
2776
2777         * build-aux/bootstrap (source_base, m4_base)
2778         (doc_base, tests_base): New variables.
2779         (gnulib_tool_options): Do not hardcode base directories, use
2780         the above variables instead.
2781
2782 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
2783
2784         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
2785
2786 2008-02-28  Bruno Haible  <bruno@clisp.org>
2787
2788         * modules/freadptr-tests: New file.
2789         * tests/test-freadptr.sh: New file.
2790         * tests/test-freadptr.c: New file.
2791
2792         New module 'freadptr'.
2793         * modules/freadptr: New file.
2794         * lib/freadptr.h: New file.
2795         * lib/freadptr.c: New file.
2796         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
2797
2798 2008-02-26  Karl Berry  <karl@freefriends.org>
2799
2800         Sync from Libtool:
2801         * libltdl/argz.c (argz_add, argz_count): New functions.
2802         * libltdl/argz.in.h: Declare them.
2803         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
2804
2805 2008-02-22  Bruno Haible  <bruno@clisp.org>
2806
2807         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
2808         is a pointer type.  Needed for HP-UX 10.
2809         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
2810         * doc/posix-functions/gmtime_r.texi: Likewise.
2811         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
2812
2813 2008-02-24  Bruno Haible  <bruno@clisp.org>
2814
2815         * modules/environ-tests: New file.
2816         * tests/test-environ.c: New file.
2817
2818         New module 'environ'.
2819         * modules/environ: New file.
2820         * lib/unistd.in.h (environ): New declaration.
2821         * m4/environ.m4: New file.
2822         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
2823         after use.
2824         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
2825         HAVE_DECL_ENVIRON.
2826         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
2827         HAVE_DECL_ENVIRON.
2828         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
2829         wrong claim that 'environ' is missing on some systems.
2830         * modules/execute (Depends-on): Add environ.
2831         * lib/execute.c (environ): Remove fallback declaration.
2832         * modules/pipe (Depends-on): Add environ.
2833         * lib/pipe.c (environ): Remove fallback declaration.
2834         * modules/setenv (Depends-on): Add environ.
2835         * lib/setenv.c (environ): Remove fallback declaration.
2836         * modules/unsetenv (Depends-on): Add environ.
2837         * lib/unsetenv.c (environ): Remove fallback declaration.
2838         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
2839         m4/environ.m4.
2840         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
2841         (gl_PREREQ_UNSETENV): Likewise.
2842
2843 2008-02-24  Bruno Haible  <bruno@clisp.org>
2844
2845         * doc/posix-functions/environ.texi: Document the MacOS X problem.
2846
2847 2008-02-20  Bob Proulx  <bob@proulx.com>
2848
2849         Enable use of older two part flavor 'git describe'.
2850         * build-aux/git-version-gen: If using the older two part flavor of
2851         git version then recreate the third part now present in the
2852         newer three part flavor of git describe.
2853
2854 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
2855
2856         * lib/fts.c (fts_build): Typo correction to comment.
2857
2858 2008-02-17  Bruno Haible  <bruno@clisp.org>
2859
2860         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
2861         generating no-op conflicts.
2862
2863 2008-02-17  Bruno Haible  <bruno@clisp.org>
2864
2865         Speed up by 10%.
2866         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
2867         result_entries, rather than an index-based loop.
2868
2869 2008-02-17  Bruno Haible  <bruno@clisp.org>
2870
2871         Speed up by 25%.
2872         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
2873         'hashcode_cached'.
2874         (entry_create): New function.
2875         (entry_hashcode): Use the cached hashcode if possible.
2876         (read_changelog_file, try_split_merged_entry): Use entry_create.
2877
2878 2008-02-17  Bruno Haible  <bruno@clisp.org>
2879
2880         Speed up from O(n^2) to O(n) for long ChangeLog files.
2881         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
2882         (read_changelog_file): Change implementation of entries_reversed list
2883         to rbtreehash.
2884         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
2885
2886 2008-02-17  Bruno Haible  <bruno@clisp.org>
2887
2888         New option --split-merged-entry.
2889         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
2890         (find_paragraph_end, try_split_merged_entry): New functions.
2891         (long_options): Add option --split-merged-entry.
2892         (usage): Document option --split-merged-entry.
2893         (main): Implement option --split-merged-entry.
2894         Reported by Eric Blake.
2895
2896 2008-02-17  Bruno Haible  <bruno@clisp.org>
2897
2898         * lib/git-merge-changelog.c: Include c-strstr.h.
2899         (main): Support the "git pull --rebase" situation.
2900         * modules/git-merge-changelog (Depends-on): Add c-strstr.
2901         Reported by Eric Blake.
2902
2903 2008-02-16  Eric Blake  <ebb9@byu.net>
2904
2905         Avoid doubling \ in common case of "c-maybe" quoting style.
2906         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
2907         eliding outer quotes.
2908         * lib/quotearg.h: Document this.
2909         * tests/test-quotearg.c (result_strings, inputs, results_g)
2910         (flag_results, locale_results): Test it by adding a new string to
2911         each test group.
2912         (compare_strings): Test new string.
2913
2914 2008-02-13  Eric Blake  <ebb9@byu.net>
2915
2916         Avoid trigraph quoting in default output.
2917         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
2918         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
2919         unless explicitly requested.
2920         * tests/test-quotearg.c (flag_results, main): Add additional tests.
2921
2922 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
2923
2924         Don't rely on signed integer overflowing to negative value.
2925         * lib/getugroups.c (getugroups): Include <limits.h>.
2926         Instead, compare against INT_MAX, and increment only if the test passes.
2927
2928 2008-02-13  Jim Meyering  <meyering@redhat.com>
2929         and Eric Blake  <ebb9@byu.net>
2930
2931         Avoid shadowing warning and compile errors on Linux.
2932         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
2933         forwarding macros on Linux.
2934         (dcgettext): Define a stub, for Linux.
2935         (results_g, main): Avoid warnings.
2936
2937 2008-02-12  Eric Blake  <ebb9@byu.net>
2938
2939         Silence warning in last patch.
2940         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
2941
2942         Quotearg part 4: add tests, fix c-maybe colon quoting.
2943         * lib/quotearg.h: Improve documentation.
2944         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
2945         escapes when adding outer quotes.  When quoting trigraphs, use
2946         valid C notation.  When quoting NUL, omit extra characters if next
2947         character is not digit.  Alter prototype.
2948         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
2949         callers.
2950         * modules/quotearg-tests: New module.
2951         * tests/test-quotearg.c: New test.
2952
2953 2008-02-07  Eric Blake  <ebb9@byu.net>
2954
2955         Quotearg part 3: add flag to control outer quote elision.
2956         * lib/quotearg.h (c_maybe_quoting_style): New style.
2957         (enum quoting_flags): Better documentation of flags.
2958         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
2959         c-maybe style.
2960         (quotearg_buffer_restyled): Handle new flag to elide outer
2961         quotes.
2962
2963         Quotearg part 2: add flag that can control NUL elision.
2964         * lib/quotearg.h (set_quoting_flags): New prototype.
2965         * lib/quotearg.c (struct quoting_options): Add flag field.
2966         (set_quoting_flags): New function.
2967         (quotearg_buffer_restyled): Add flags parameter.
2968         (quotearg_alloc_mem): Set the flag if length cannot be returned.
2969         (quotearg_n_options): Set the flag, since length cannot be
2970         returned.
2971         (quoting_options_from_style): Default flags correctly.
2972
2973         Quotearg part 1: more wrappers, restore quotearg_char state.
2974         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
2975         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
2976         (quotearg_colon_mem): New wrappers.
2977         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
2978         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
2979         functions.
2980         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
2981         (quotearg_colon_mem): New functions.
2982
2983 2008-02-11  Bruno Haible  <bruno@clisp.org>
2984
2985         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
2986         library in the current directory: it does not work with parallel make.
2987         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2988
2989 2008-02-11  Bruno Haible  <bruno@clisp.org>
2990
2991         * .gitattributes: New file.
2992
2993 2008-02-11  Jim Meyering  <meyering@redhat.com>
2994
2995         useless-if-before-free: Fix reversed exit values.
2996         * build-aux/useless-if-before-free: Use correct values
2997         for EXIT_MATCH and EXIT_NO_MATCH.
2998
2999         * build-aux/useless-if-before-free: Close stdout carefully.
3000
3001 2008-02-10  Bruno Haible  <bruno@clisp.org>
3002
3003         New module 'git-merge-changelog'.
3004         * modules/git-merge-changelog: New file.
3005         * lib/git-merge-changelog.c: New file.
3006
3007 2008-02-10  Jim Meyering  <meyering@redhat.com>
3008
3009         useless-if-before-free: New option: --list (-l).
3010
3011         useless-if-before-free: Don't exit immediately upon open failure.
3012         * build-aux/useless-if-before-free: Exit 2 for errors.
3013         Upon failure to open a file, don't exit immediately.
3014         Rather, just warn and continue with any remaining files.
3015
3016 2008-02-10  Bruno Haible  <bruno@clisp.org>
3017
3018         New abstract list operation 'node_set_value'.
3019         * lib/gl_list.h (gl_list_node_set_value): New function.
3020         (struct gl_list_implementation): New field node_set_value.
3021         * lib/gl_list.c (gl_list_node_set_value): New function.
3022         * lib/gl_array_list.c (gl_array_node_set_value): New function.
3023         (gl_array_list_implementation): Update.
3024         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
3025         (gl_carray_list_implementation): Update.
3026         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
3027         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3028         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3029         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
3030         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3031         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3032         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3033         Update.
3034         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3035         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
3036         (gl_sublist_list_implementation): Update.
3037
3038 2008-02-10  Bruno Haible  <bruno@clisp.org>
3039
3040         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
3041         Needed when ELEMENT is #defined to 'some_type *'.
3042
3043 2008-02-10  Jim Meyering  <meyering@redhat.com>
3044
3045         New script and module: useless-if-before-free
3046         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
3047         * build-aux/useless-if-before-free: New file.
3048         * modules/useless-if-before-free: New file.
3049
3050         * build-aux/gitlog-to-changelog: Use committer date, not author date.
3051
3052         xstrtol_error: Fix typo.
3053         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
3054         s/exit_failure/exit_status/.
3055
3056 2008-02-09  Jim Meyering  <meyering@redhat.com>
3057
3058         New script and module: gitlog-to-changelog
3059         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
3060         * modules/gitlog-to-changelog: New file.
3061         * build-aux/gitlog-to-changelog: New file.
3062
3063 2008-02-08  Jim Meyering  <meyering@redhat.com>
3064
3065         Avoid two "parameter unused" warnings.
3066         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
3067         Mark "st" as used.
3068
3069         Use "git COMMAND", not "git-COMMAND".
3070         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
3071         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
3072         * build-aux/git-version-gen: Use "git status", not "git-status".
3073
3074 2008-02-07  Bruno Haible  <bruno@clisp.org>
3075
3076         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
3077         Avoids a crash on Windows Vista.
3078         Reported by Adam Strzelecki <ono@java.pl> via
3079         Simon Josefsson <simon@josefsson.org>.
3080
3081 2008-02-06  Bruno Haible  <bruno@clisp.org>
3082
3083         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
3084         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
3085         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
3086         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
3087         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
3088         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3089         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
3090         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
3091         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3092         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3093         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3094         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3095         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3096         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3097         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3098         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
3099         left-adjust flag.
3100         * tests/test-snprintf-posix.h (test_function): Likewise.
3101         * tests/test-sprintf-posix.h (test_function): Likewise.
3102         * tests/test-vasprintf-posix.c (test_function): Likewise.
3103         * doc/posix-functions/fprintf.texi: Update.
3104         * doc/posix-functions/printf.texi: Update.
3105         * doc/posix-functions/snprintf.texi: Update.
3106         * doc/posix-functions/sprintf.texi: Update.
3107         * doc/posix-functions/vfprintf.texi: Update.
3108         * doc/posix-functions/vprintf.texi: Update.
3109         * doc/posix-functions/vsnprintf.texi: Update.
3110         * doc/posix-functions/vsprintf.texi: Update.
3111         Reported by Peter Fales <psfales@alcatel-lucent.com>.
3112
3113 2008-02-06  Bruno Haible  <bruno@clisp.org>
3114
3115         Fix bug introduced on 2008-01-26.
3116         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
3117
3118 2008-02-06  Bruno Haible  <bruno@clisp.org>
3119
3120         Fix bug introduced on 2007-06-10.
3121         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
3122         !NEED_PRINTF_FLAG_ZERO.
3123
3124 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
3125
3126         getloadavg: use libperfstat on AIX5
3127         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
3128
3129 2008-02-03  Bruno Haible  <bruno@clisp.org>
3130
3131         * lib/diffseq.h: Add comments about required #includes.
3132         Reported by Michael Biggs <gnulib@doubleplum.net>.
3133
3134 2008-02-01  Bruno Haible  <bruno@clisp.org>
3135
3136         * users.txt: Add gnuit.
3137
3138 2008-01-31  Bruno Haible  <bruno@clisp.org>
3139
3140         * lib/md4.c (set_uint32): Mark as inline.
3141         * lib/md5.c (set_uint32): Likewise.
3142         * lib/sha1.c (set_uint32): Likewise.
3143         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
3144         * m4/md5.m4 (gl_MD5): Likewise.
3145         * m4/sha1.m4 (gl_SHA1): Likewise.
3146
3147 2008-01-31  Jim Meyering  <meyering@redhat.com>
3148
3149         Use "sizeof VAR", rather than a literal "4".
3150         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
3151         * lib/md4.c (md4_read_ctx): Likewise.
3152         * lib/sha1.c (sha1_read_ctx): Likewise.
3153
3154 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3155
3156         * tests/test-sha1.c: New file, based on test-md5.c.
3157
3158         * modules/crypto/sha1-tests: New file.
3159
3160 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3161
3162         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
3163
3164 2008-01-31  Jim Meyering  <meyering@redhat.com>
3165
3166         Prefer "sizeof v" over the equivalent "4".
3167         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
3168         * lib/md5.c (set_uint32): Likewise.
3169         * lib/sha1.c (set_uint32): Likewise.
3170
3171 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3172
3173         * lib/sha1.c (set_uint32): Mark function as static.
3174
3175 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3176
3177         md2: clarify comments to say that alignment is not required.
3178         * lib/md2.h: Remove warning about alignment in comment.
3179         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
3180         never been required.
3181
3182 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3183
3184         md4: adapt alignment constraint fix from sha1.
3185         * lib/md4.c (set_uint32): New function, from sha1.c
3186         (md4_read_ctx): Use it.
3187         (md4_finish_ctx): Doc fix.
3188         * lib/md4.h: Doc fix.
3189
3190 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3191
3192         md5: adapt alignment constraint fix from sha1.
3193         * lib/md5.c (set_uint32): New function, from sha1.c
3194         (md5_read_ctx): Use it.
3195         (md5_finish_ctx): Doc fix.
3196         * lib/md5.h: Doc fix.
3197
3198 2008-01-30  Peter Palfrader  <weasel@debian.org>
3199
3200         sha1: remove the result buffer alignment constraint
3201         * lib/sha1.c (set_uint32): New function.
3202         (sha1_read_ctx): Rewrite to remove the result buffer alignment
3203         constraint.
3204         (sha1_finish_ctx): Remove comment warning about alignment constraint.
3205         * lib/sha1.h: Likewise.
3206
3207 2008-01-30  Andreas Schwab  <schwab@suse.de>
3208             Bruno Haible  <bruno@clisp.org>
3209
3210         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
3211         correct definition of LDBL_MIN_EXP.
3212
3213 2008-01-30  Karl Berry  <karl@gnu.org>
3214
3215         * config/srclist-update: try to preserve x bit on updates.
3216         * config/srclistvars.sh: update for karl.
3217
3218 2008-01-29  Jim Meyering  <meyering@redhat.com>
3219
3220         vasnprintf.c: Avoid warning about unused label
3221         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
3222         "overflow" label definition and associated code with the
3223         same cpp condition that guards the sole use of that label.
3224
3225 2008-01-26  Bruno Haible  <bruno@clisp.org>
3226
3227         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
3228         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
3229         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
3230         * lib/isnanl-nolibm.h (isnanl): Likewise.
3231         Reported by Paul Eggert <eggert@cs.ucla.edu>.
3232
3233 2008-01-26  Bruno Haible  <bruno@clisp.org>
3234
3235         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
3236         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
3237
3238 2008-01-26  Bruno Haible  <bruno@clisp.org>
3239
3240         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
3241         GCC >= 4.0 built-in.
3242         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
3243
3244 2008-01-26  Bruno Haible  <bruno@clisp.org>
3245
3246         Rename isnan, applicable to 'double' only, to isnand.
3247         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
3248         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
3249         (configure.ac): Update.
3250         (Include): Replace "isnan.h" with "isnand.h".
3251         * m4/isnand.m4: Renamed from m4/isnan.m4.
3252         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
3253         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
3254         instead of isnan.c.
3255         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
3256         instead of HAVE_ISNAN_IN_LIBC.
3257         (isnand): Renamed from isnan.
3258         * lib/isnand.c: New file.
3259         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
3260         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
3261         (Makefile.am): Update.
3262         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
3263         Include isnand.h instead of isnan.h.
3264         (main): Test isnand instead of isnan.
3265         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
3266         isnan-nolibm.
3267         * modules/frexp (Depends-on): Likewise.
3268         * modules/frexp-tests (Depends-on): Likewise.
3269         * modules/frexp-nolibm (Depends-on): Likewise.
3270         * modules/frexp-nolibm-tests (Depends-on): Likewise.
3271         * modules/isfinite (Depends-on): Likewise.
3272         * modules/round-tests (Depends-on): Likewise.
3273         * modules/signbit (Depends-on): Likewise.
3274         * modules/signbit-tests (Depends-on): Likewise.
3275         * modules/snprintf-posix (Depends-on): Likewise.
3276         * modules/sprintf-posix (Depends-on): Likewise.
3277         * modules/trunc-tests (Depends-on): Likewise.
3278         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3279         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3280         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3281         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3282         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3283         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3284         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3285         * modules/vasnprintf-posix (Depends-on): Likewise.
3286         * modules/vasprintf-posix (Depends-on): Likewise.
3287         * modules/vfprintf-posix (Depends-on): Likewise.
3288         * modules/vsnprintf-posix (Depends-on): Likewise.
3289         * modules/vsprintf-posix (Depends-on): Likewise.
3290         * lib/frexp.c: Include isnand.h instead of isnan.h.
3291         (ISNAN): Set to isnand instead of isnan.
3292         * lib/isfinite.c: Include isnand.h instead of isnan.h.
3293         (gl_isfinited): Use isnand instead of isnan.
3294         * lib/signbitd.c: Include isnand.h instead of isnan.h.
3295         (gl_signbitd): Use isnand instead of isnan.
3296         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
3297         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
3298         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
3299         (main): Use isnand instead of isnan.
3300         * tests/test-round1.c: Include isnand.h.
3301         (main): Use isnand instead of isnan.
3302         * tests/test-round2.c: Include isnand.h instead of isnan.h.
3303         (ISNAN): Set to isnand instead of isnan.
3304         * tests/test-trunc1.c: Include isnand.h.
3305         (main): Use isnand instead of isnan.
3306         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
3307         (equal): Use isnand instead of isnan.
3308         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
3309         isnand-nolibm.
3310         * NEWS: Mention the change.
3311
3312 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
3313             Bruno Haible  <bruno@clisp.org>
3314
3315         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
3316         the GCC builtins for signbits are present and set
3317         REPLACE_SIGNBIT_USING_GCC if so.
3318         * lib/math.in.h (signbit): Define using GCC builtins if
3319         REPLACE_SIGNBIT_USING_GCC is set.
3320         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
3321         REPLACE_SIGNBIT_USING_GCC.
3322         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
3323
3324 2008-01-25  Jim Meyering  <meyering@redhat.com>
3325
3326         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
3327         * lib/poll.c: Include <config.h>, not "config.h".
3328         * tests/test-getaddrinfo.c: Likewise.
3329
3330 2008-01-25  Simon Josefsson  <simon@josefsson.org>
3331
3332         * modules/sockets-tests: New file.
3333
3334 2008-01-24  Simon Josefsson  <simon@josefsson.org>
3335
3336         * modules/sockets: New module, can be used to call WSA_Startup and
3337         WSA_Cleanup when needed.
3338
3339         * lib/sockets.h, lib/sockets.c: New files.
3340
3341         * m4/sockets.m4: New file.
3342
3343         * tests/test-sockets.c: New file.
3344
3345 2008-01-19  Bruno Haible  <bruno@clisp.org>
3346
3347         * doc/posix-headers: Renamed from doc/headers.
3348         * doc/posix-functions: Renamed from doc/functions.
3349         * doc/gnulib.texi: Update.
3350
3351 2008-01-19  Bruno Haible  <bruno@clisp.org>
3352
3353         * doc/glibc-functions/strcasestr.texi: Include contents of
3354         doc/functions/strcasestr.texi, fixing the list of platforms.
3355         * doc/functions/strcasestr.texi: Remove file.
3356
3357 2008-01-19  Bruno Haible  <bruno@clisp.org>
3358
3359         * doc/glibc-functions/memmem.texi: Include contents of
3360         doc/functions/memmem.texi.
3361         * doc/functions/memmem.texi: Remove file.
3362
3363 2008-01-18  Bruno Haible  <bruno@clisp.org>
3364
3365         * doc/glibc-functions/*.texi: New files.
3366         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
3367         to use the new files.
3368
3369 2008-01-17  Bruno Haible  <bruno@clisp.org>
3370
3371         * tests/test-gethostname.c (main): Fix printf statement.
3372
3373 2008-01-17  Simon Josefsson  <simon@josefsson.org>
3374
3375         * modules/gethostname-tests: New file.
3376
3377         * tests/test-gethostname.c: New file.
3378
3379 2008-01-17  Simon Josefsson  <simon@josefsson.org>
3380
3381         * lib/gethostname.c: Include string.h unconditionally, strncpy is
3382         used by the UNAME case.  Reported by Bruno Haible
3383         <bruno@clisp.org>.
3384
3385 2008-01-17  Eric Blake  <ebb9@byu.net>
3386
3387         Convert c-strcasestr to be more efficient.
3388         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
3389         (Depends-on): Add c-strcase, remove malloca, strnlen.
3390         * tests/test-c-strcasestr.c (main): Enhance test.
3391         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
3392
3393 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
3394
3395         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
3396         Use it in creating po/Makevars.
3397
3398 2008-01-15  Simon Josefsson  <simon@josefsson.org>
3399
3400         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
3401         Applications that requires it should initialize libgcrypt
3402         manually.
3403
3404 2008-01-16  Simon Josefsson  <simon@josefsson.org>
3405
3406         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
3407
3408 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
3409
3410         Fix problem with getdate on mingw32 reported by Simon Josefsson
3411         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
3412         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
3413         tzname", when deciding whether to declare tzname.
3414         * lib/strftime.c (tzname): Likewise.
3415
3416 2008-01-15  Bruno Haible  <bruno@clisp.org>
3417
3418         Work around a MacOS X 10.5 bug in frexpl().
3419         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
3420         * doc/functions/frexpl.texi: Document the bug.
3421         Reported by Elias Pipping <pipping@gentoo.org>.
3422
3423 2008-01-14  Eric Blake  <ebb9@byu.net>
3424
3425         Touch up previous patch.
3426         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
3427         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
3428
3429         Convert strcasestr module to use Two-Way algorithm.
3430         * modules/strcasestr-simple: New module, based on the old
3431         strcasestr, but with Two-Way rather than KMP.
3432         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
3433         * lib/string.in.h (rpl_strcasestr): Declare.
3434         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
3435         performance.
3436         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
3437         * modules/string (Makefile.am): Support strcasestr.
3438         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
3439         * modules/strcasestr-tests (Depends-on): Check for alarm.
3440         * tests/test-strcasestr.c: Augment test.
3441         * lib/str-two-way.h: Clean up stray macro.
3442         * NEWS: Document new module.
3443         * MODULES.html.sh (string handling): Likewise.
3444         * doc/functions/strcasestr.texi: New file.
3445         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
3446         here, since it is not a POSIX function.
3447
3448 2008-01-14  Colin Watson  <cjwatson@debian.org>
3449             Bruno Haible  <bruno@clisp.org>
3450
3451         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
3452         works fine; if not, set REPLACE_STRSIGNAL.
3453         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
3454         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3455         REPLACE_STRSIGNAL.
3456         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
3457         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
3458         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
3459
3460 2008-01-14  Bruno Haible  <bruno@clisp.org>
3461
3462         * modules/strsignal (Include): Change to <string.h>.
3463
3464 2008-01-14  Colin Watson  <cjwatson@debian.org>
3465
3466         * modules/argp (Notice): Add a notice recommending to change
3467         XGETTEXT_OPTIONS.
3468         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
3469
3470 2008-01-13  Colin Watson  <cjwatson@debian.org>
3471
3472         * modules/strsignal-tests: New file.
3473         * tests/test-strsignal.c: New file.
3474
3475         * lib/strsignal.c: New file, from glibc with modifications.
3476         * lib/siglist.h: New file, from glibc with modifications.
3477         * lib/string.in.h (strsignal): New declaration.
3478         * m4/strsignal.m4: New file.
3479         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3480         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
3481         * modules/strsignal: New file.
3482         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
3483         HAVE_DECL_STRSIGNAL.
3484
3485 2008-01-13  Bruno Haible  <bruno@clisp.org>
3486
3487         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
3488         locale encoding is not ASCII. Needed for OpenBSD 4.0.
3489         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
3490         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
3491
3492 2008-01-13  Bruno Haible  <bruno@clisp.org>
3493
3494         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
3495         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
3496         * lib/argp.h (__attribute__): Likewise.
3497         * lib/c-stack.c (__attribute__): Likewise.
3498         * lib/error.h (__attribute__): Likewise.
3499         * lib/fts.c (__attribute__): Likewise.
3500         * lib/openat.h (__attribute__): Likewise.
3501         * lib/stdio.in.h (__attribute__): Likewise.
3502         * lib/string.in.h (__attribute__): Likewise.
3503         * lib/utimens.c (__attribute__): Likewise.
3504         * lib/vasnprintf.h (__attribute__): Likewise.
3505         * lib/xalloc.h (__attribute__): Likewise.
3506         * lib/xprintf.h (__attribute__): Likewise.
3507         * lib/xstrtol.h (__attribute__): Likewise.
3508         * lib/xvasprintf.h (__attribute__): Likewise.
3509
3510 2008-01-12  Bruno Haible  <bruno@clisp.org>
3511
3512         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
3513         * doc/glibc-headers/a.out.texi: New file.
3514         * doc/glibc-headers/aliases.texi: New file.
3515         * doc/glibc-headers/alloca.texi: New file.
3516         * doc/glibc-headers/ar.texi: New file.
3517         * doc/glibc-headers/argp.texi: New file.
3518         * doc/glibc-headers/argz.texi: New file.
3519         * doc/glibc-headers/byteswap.texi: New file.
3520         * doc/glibc-headers/crypt.texi: New file.
3521         * doc/glibc-headers/endian.texi: New file.
3522         * doc/glibc-headers/envz.texi: New file.
3523         * doc/glibc-headers/err.texi: New file.
3524         * doc/glibc-headers/error.texi: New file.
3525         * doc/glibc-headers/execinfo.texi: New file.
3526         * doc/glibc-headers/fpu_control.texi: New file.
3527         * doc/glibc-headers/fstab.texi: New file.
3528         * doc/glibc-headers/fts.texi: New file.
3529         * doc/glibc-headers/getopt.texi: New file.
3530         * doc/glibc-headers/ieee754.texi: New file.
3531         * doc/glibc-headers/ifaddrs.texi: New file.
3532         * doc/glibc-headers/libintl.texi: New file.
3533         * doc/glibc-headers/mcheck.texi: New file.
3534         * doc/glibc-headers/mntent.texi: New file.
3535         * doc/glibc-headers/obstack.texi: New file.
3536         * doc/glibc-headers/paths.texi: New file.
3537         * doc/glibc-headers/printf.texi: New file.
3538         * doc/glibc-headers/pty.texi: New file.
3539         * doc/glibc-headers/resolv.texi: New file.
3540         * doc/glibc-headers/shadow.texi: New file.
3541         * doc/glibc-headers/sysexits.texi: New file.
3542         * doc/glibc-headers/ttyent.texi: New file.
3543
3544 2008-01-12  Jim Meyering  <meyering@redhat.com>
3545
3546         announce-gen: emit Gnulib's git-based version string.
3547         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
3548         New option --gnulib-version=V, where V is expected to be
3549         the output of running git describe in the gnulib directory.
3550         (get_tool_versions): Request feedback on xdelta.  I suspect it's
3551         not useful, and plan to stop publishing an xdelta file with each
3552         coreutils release.
3553
3554         * build-aux/announce-gen: Also check for lzma-compressed files.
3555
3556 2008-01-11  Bruno Haible  <bruno@clisp.org>
3557
3558         * tests/test-memmem.c (main): Increase maximum allowed time.
3559         * tests/test-strstr.c (main): Likewise.
3560
3561 2008-01-11  Bruno Haible  <bruno@clisp.org>
3562
3563         * doc/functions/memmem.texi: Add more precisions about platforms.
3564         * doc/functions/strstr.texi: Likewise.
3565
3566 2008-01-10  Eric Blake  <ebb9@byu.net>
3567
3568         * m4/strstr.m4: Delete cruft from copy-n-paste.
3569         Reported by Bruno Haible.
3570
3571 2008-01-10  Bruno Haible  <bruno@clisp.org>
3572
3573         Make c-strstr rely on strstr.
3574         * lib/c-strstr.c: Don't include str-kmp.h.
3575         (c_strstr): Define in terms of strstr.
3576         * modules/c-strstr (Files): Remove lib/str-kmp.h.
3577         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
3578
3579 2008-01-10  Bruno Haible  <bruno@clisp.org>
3580
3581         * doc/gnulib.texi (String Functions in C Locale): New section.
3582         * doc/c-ctype.texi: New file.
3583         * doc/c-strcase.texi: New file.
3584         * doc/c-strcaseeq.texi: New file.
3585         * doc/c-strcasestr.texi: New file.
3586         * doc/c-strstr.texi: New file.
3587         * doc/c-strtod.texi: New file.
3588         * doc/c-strtold.texi: New file.
3589
3590 2008-01-10  Eric Blake  <ebb9@byu.net>
3591
3592         * lib/relocatable.h: Fix a comment.
3593
3594 2008-01-10  Eric Blake  <ebb9@byu.net>
3595
3596         Share two-way algorithm.
3597         * lib/str-two-way.h: New file, merged from...
3598         * lib/memmem.c: ...here...
3599         * lib/strstr.c: ...and here.
3600         * modules/memmem (Files): Use it.
3601         * modules/strstr (Files): Likewise.
3602
3603         Avoid quadratic strstr implementations.
3604         * lib/strstr.c: New file.
3605         * m4/strstr.m4: Likewise.
3606         * modules/strstr: Likewise.
3607         * modules/strstr-tests: Likewise.
3608         * tests/test-strstr.c: Likewise.
3609         * lib/string.in.h (rpl_strstr): Declare.
3610         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
3611         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
3612         * modules/string (Makefile.am): Likewise.
3613         * MODULES.html.sh (string handling): Mention new module.
3614         * doc/functions/strstr.texi (strstr): Document the bug.
3615
3616 2008-01-10  Bruno Haible  <bruno@clisp.org>
3617
3618         * lib/relocatable.h (relocate): State whether result is freshly
3619         allocated or not.
3620         * lib/relocatable.c (relocate): Return a freshly allocated string
3621         instead of a pointer to a privately held string.
3622         Reported by Sylvain Beucler <beuc@gnu.org>.
3623
3624 2008-01-10  Colin Watson  <cjwatson@debian.org>
3625
3626         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
3627         s/S_ISNLK/S_ISLNK/.
3628
3629 2008-01-09  Bruno Haible  <bruno@clisp.org>
3630
3631         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
3632         and other files.
3633         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
3634         if it's only a guess.
3635         * modules/memmem: Simplify by depending on memmem-simple.
3636
3637 2008-01-09  Bruno Haible  <bruno@clisp.org>
3638
3639         Work around OpenBSD 4.0 tdelete() bug.
3640         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
3641         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
3642         macros and don't redefine the enum values.
3643         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
3644         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
3645         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
3646
3647 2008-01-09  Bruno Haible  <bruno@clisp.org>
3648
3649         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
3650         (main): Don't perform the tests if setlocale did not install a UTF-8
3651         locale. Needed on OpenBSD 4.0.
3652         * modules/wcwidth-tests (Depends-on): Add localcharset.
3653
3654 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
3655
3656         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
3657         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
3658         * NEWS: announce this.
3659         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
3660
3661 2008-01-09  Simon Josefsson  <simon@josefsson.org>
3662         and Eric Blake  <ebb9@byu.net>
3663
3664         Add memmem-simple module.
3665         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
3666         (gl_FUNC_MEMMEM): Separate performance from presence checks.
3667         * modules/memmem-simple: New file.
3668         * modules/memmem (Description): Tweak.
3669         * MODULES.html.sh (string handling): Mention new module.
3670         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
3671         addressed by memmem-simple.
3672         * NEWS: Document the difference.
3673
3674 2008-01-09  Eric Blake  <ebb9@byu.net>
3675
3676         Give gcc some memmem optimization hints.
3677         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
3678         (strcasestr): Declare as pure.
3679         * modules/memmem (Maintainer): Claim my implementation.
3680
3681 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3682
3683         Support AIX 6.1 and higher.
3684         * build-aux/config.libpath: Likewise.
3685         * build-aux/config.rpath: Likewise.
3686
3687 2008-01-08  Jim Meyering  <meyering@redhat.com>
3688             Bruno Haible  <bruno@clisp.org>
3689
3690         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
3691         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
3692         Reported by Peter Fales in
3693         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
3694
3695 2008-01-08  Bruno Haible  <bruno@clisp.org>
3696
3697         * modules/unictype/category-of (Depends-on): Add
3698         unictype/category-none.
3699         * modules/unictype/category-and-tests (Depends-on): Add
3700         unictype/category-{L,N,Lu,Nd}.
3701         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
3702         * modules/unictype/category-or-tests (Depends-on): Add
3703         unictype/category-{L,N}.
3704         * modules/unictype/category-name-tests (Depends-on): Add
3705         unictype/category-{Z,Nl}.
3706         Reported by Simon Josefsson.
3707
3708 2008-01-08  Bruno Haible  <bruno@clisp.org>
3709
3710         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
3711         convention better.
3712         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
3713         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
3714         Reported by Peter Miller <millerp@canb.auug.org.au>.
3715
3716 2008-01-08  Eric Blake  <ebb9@byu.net>
3717
3718         Rewrite memmem to guarantee linear complexity without malloc.
3719         * lib/memmem.c (memmem): Use Two-Way rather than
3720         Knuth-Morris-Pratt, to allow O(1) space usage.
3721         (critical_factorization, two_way_short_needle)
3722         (two_way_long_needle): New functions.
3723         (knuth_morris_pratt): Delete.
3724         * modules/memmem (Depends-on): No longer need malloca or stdbool.
3725         Add stdint.
3726         * tests/test-memmem.c (main): Add tests for periodic needle and
3727         sublinear performance.
3728         * doc/functions/memmem.texi (memmem): Document other deficiencies
3729         in cygwin and older glibc.
3730
3731 2008-01-08  Bruno Haible  <bruno@clisp.org>
3732
3733         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
3734         augmentation.
3735
3736 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
3737
3738         Add a configure time option: --disable-acl.
3739         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
3740         AC_ARG_ENABLE(acl).
3741
3742 2008-01-06  Simon Josefsson  <simon@josefsson.org>
3743
3744         * tests/test-localename.c: Don't include obsolete "setenv.h".
3745
3746         * modules/localename-tests (Depends-on): Need unsetenv.
3747
3748 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3749
3750         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
3751
3752 2008-01-06  Colin Watson  <cjwatson@debian.org>
3753
3754         * users.txt: Add man-db.
3755
3756 2008-01-07  Bruno Haible  <bruno@clisp.org>
3757
3758         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
3759         previous section name.
3760
3761 2008-01-07  Bruno Haible  <bruno@clisp.org>
3762
3763         * lib/progname.c (set_program_name): Don't strip off a leading
3764         "lt-" prefix outside a .libs directory.
3765         Suggested by Paul Eggert.
3766
3767 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
3768             Bruno Haible  <bruno@clisp.org>
3769
3770         Improve memory cleanup in 'relocatable' module.
3771         * lib/relocatable.h (compute_curr_prefix): Change return type to
3772         'char *'.
3773         * lib/relocatable.c (compute_curr_prefix): Change return type to
3774         'char *'. Free curr_installdir after use.
3775         (relocate): Free curr_prefix_better after use.
3776         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
3777
3778 2008-01-01  Bruno Haible  <bruno@clisp.org>
3779
3780         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
3781         failure on older glibc systems.
3782         Reported by Peter Fales <psfales@alcatel-lucent.com>.
3783
3784 2008-01-05  Eric Blake  <ebb9@byu.net>
3785
3786         Avoid quadratic system memmem.
3787         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
3788         Reported by Ralf Wildenhues.
3789
3790         Fix memmem test for mingw.
3791         * modules/memmem-tests (configure.ac): Check for alarm.
3792         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
3793         it.
3794         * doc/functions/memmem.texi: New file.
3795         * doc/gnulib.texi (Function Substitutes): Add memmem.
3796         Reported by Bruno Haible.
3797
3798 2008-01-04  Bruno Haible  <bruno@clisp.org>
3799
3800         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
3801         Require gl_HEADER_STRINGS_H_DEFAULTS, not
3802         gl_HEADER_STRING_H_DEFAULTS.
3803
3804 2008-01-04  Eric Blake  <ebb9@byu.net>
3805
3806         Shorten duration of memmem test.
3807         * tests/test-memmem.c (main): Use alarm to declare failure if test
3808         is taking too long.
3809         Reported by Ralf Wildenhues.
3810
3811 2007-12-21  Simon Josefsson  <simon@josefsson.org>
3812
3813         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
3814         string, needed by strerror.
3815
3816 2008-01-03  Colin Watson  <cjwatson@debian.org>
3817             Bruno Haible  <bruno@clisp.org>
3818
3819         * doc/gnulib-tool.texi (Localization): New section.
3820
3821 2008-01-02  Bruno Haible  <bruno@clisp.org>
3822
3823         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
3824         variables to 'unsigned char *' type.
3825         Reported by Paul Eggert.
3826
3827 2008-01-02  Jim Meyering  <jim@meyering.net>
3828
3829         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
3830
3831 2007-12-31  Jim Meyering  <jim@meyering.net>
3832
3833         Avoid use of private FTS type name.
3834         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
3835
3836 2007-12-30  Karl Berry  <karl@gnu.org>
3837
3838         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
3839         work around defect in Texinfo and/or the standalone Info browser.
3840
3841 2007-12-30  Bruno Haible  <bruno@clisp.org>
3842
3843         Unify 5 copies of the KMP code.
3844         * lib/str-kmp.h: New file.
3845         * lib/c-strcasestr.c: Include str-kmp.h.
3846         (knuth_morris_pratt): Remove function.
3847         (c_strcasestr): Update.
3848         * lib/c-strstr.c: Include str-kmp.h.
3849         (knuth_morris_pratt): Remove function.
3850         (c_strcasestr): Update.
3851         * lib/mbscasestr.c: Include str-kmp.h.
3852         (knuth_morris_pratt_unibyte): Remove function.
3853         * lib/mbsstr.c: Include str-kmp.h.
3854         (knuth_morris_pratt_unibyte): Remove function.
3855         * lib/strcasestr.c: Include str-kmp.h.
3856         (knuth_morris_pratt): Remove function.
3857         (strcasestr): Update.
3858         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
3859         * modules/c-strstr (Files): Likewise.
3860         * modules/mbscasestr (Files): Likewise.
3861         * modules/mbsstr (Files): Likewise.
3862         * modules/strcasestr (Files): Likewise.
3863         Suggested by Paul Eggert.
3864
3865 2007-12-30  Bruno Haible  <bruno@clisp.org>
3866
3867         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
3868         defined.
3869
3870 2007-12-30  Bruno Haible  <bruno@clisp.org>
3871
3872         * lib/xmalloca.h: Include xalloc.h.
3873         (xnmalloca): New macro.
3874
3875 2007-12-30  Bruno Haible  <bruno@clisp.org>
3876
3877         * lib/malloca.h (nmalloca): New macro.
3878         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
3879         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
3880         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
3881         knuth_morris_pratt_multibyte): Likewise.
3882         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
3883         knuth_morris_pratt_multibyte): Likewise.
3884         * lib/memmem.c (knuth_morris_pratt): Likewise.
3885         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
3886
3887 2007-12-25  Bruno Haible  <bruno@clisp.org>
3888
3889         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
3890         * lib/glob.c: Don't include openat.h.
3891         (link_exists2_p): Add back the code that deals with the
3892         !GLOB_ALTDIRFUNC case.
3893         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
3894         let it do the filename concatenation.
3895         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
3896         * modules/glob (Depends-on): Remove openat.
3897
3898 2007-12-31  Bruno Haible  <bruno@clisp.org>
3899
3900         * modules/dirfd (License): Change to LGPLv2+.
3901         Approved by Jim Meyering.
3902
3903 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3904
3905         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
3906         when multiplying M by sizeof (size_t).
3907
3908 2007-12-10  Martin Lambers  <marlam@marlam.de>
3909
3910         Override getpagesize on mingw.
3911         * lib/getpagesize.c: New file.
3912         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
3913         * modules/getpagesize (Files): Add lib/getpagesize.c.
3914         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
3915         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3916         REPLACE_GETPAGESIZE.
3917         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
3918
3919 2007-12-25  Bruno Haible  <bruno@clisp.org>
3920
3921         * modules/localcharset (Notice): New field.
3922         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
3923         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
3924
3925 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3926             Bruno Haible  <bruno@clisp.org>
3927
3928         Avoid using the syntax symbol() in formatted documentation.
3929         * MODULES.html.sh (func_module): When replacing symbol() with a
3930         hyperlink, remove the parentheses. Show an error if some remain.
3931         Recognize and render the '...' syntax.
3932         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
3933         Rework. Add paragraph about GCC's inlining.
3934         * doc/alloca.texi: Likewise.
3935         * doc/error.texi: Remove parentheses from symbol reference.
3936         * doc/gnulib-intro.texi: Likewise.
3937         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
3938         * modules/fnmatch (Description): Reword to say "the ... function".
3939         * modules/full-read (Description): Likewise.
3940         * modules/full-write (Description): Likewise.
3941         * modules/safe-read (Description): Likewise.
3942         * modules/safe-write (Description): Likewise.
3943         * modules/strchrnul (Description): Likewise.
3944         * modules/trim (Description): Likewise.
3945         * modules/error (Description): Remove parentheses from symbol
3946         references.
3947         * modules/verror (Description): Likewise.
3948         Reported by Karl Berry.
3949
3950 2007-12-25  Bruno Haible  <bruno@clisp.org>
3951
3952         Fixup after 2007-10-16 commit.
3953         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
3954
3955 2007-12-24  Bruno Haible  <bruno@clisp.org>
3956
3957         Make --enable-relocatable work with DESTDIR.
3958         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
3959         to compute installdir from destprog.
3960         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
3961         also set the RELOC_DESTDIR variable.
3962         Reported by Левашев Иван <octagram@bluebottle.com>.
3963
3964 2007-12-24  Bruno Haible  <bruno@clisp.org>
3965
3966         Fix link error due to xalloc_die().
3967         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
3968         of xreadlink.
3969         * lib/relocwrapper.c: Update comments.
3970         * build-aux/install-reloc: Remove xreadlink.c from file list.
3971         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
3972         xreadlink.c.
3973         Reported by Левашев Иван <octagram@bluebottle.com>.
3974
3975 2007-12-24  Bruno Haible  <bruno@clisp.org>
3976
3977         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
3978         * lib/setenv.h: Remove file.
3979         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
3980         lib/setenv.h.
3981         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
3982         (Depends-on): Add stdlib.
3983         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
3984         gl_FUNC_UNSETENV.
3985         (Include): Replace setenv.h with <stdlib.h>.
3986         * modules/unsetenv: New file.
3987         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
3988         * lib/unsetenv.c: Include <stdlib.h> first.
3989         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
3990         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
3991         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
3992         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
3993         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
3994         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
3995         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
3996         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
3997         * doc/functions/unsetenv.texi: Update.
3998         * modules/xsetenv (Depends-on): Add unsetenv.
3999         * modules/getdate (Depends-on): Likewise.
4000         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
4001         * lib/xsetenv.c: Don't include setenv.h.
4002         * lib/getdate.y: Likewise.
4003         * lib/relocwrapper.c: Likewise.
4004         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
4005         (Depends-on): Add stdlib.
4006         * NEWS: Mention the changes.
4007         Reported by Левашев Иван <octagram@bluebottle.com>.
4008
4009 2007-12-23  Bruno Haible  <bruno@clisp.org>
4010
4011         * lib/memmem.c (memmem): Use lowercase variable names. Tab
4012         indentation.
4013
4014 2007-12-23  Bruno Haible  <bruno@clisp.org>
4015
4016         * lib/c-strcasestr.c: Add more comments.
4017         * lib/c-strstr.c: Likewise.
4018         * lib/mbscasestr.c: Likewise.
4019         * lib/mbsstr.c: Likewise.
4020         * lib/strcasestr.c: Likewise.
4021         * lib/memmem.c: Likewise.
4022
4023 2007-12-23  Bruno Haible  <bruno@clisp.org>
4024
4025         * tests/test-memmem.c: Include <string.h> first.
4026
4027 2007-12-22  Bruno Haible  <bruno@clisp.org>
4028
4029         * gnulib-tool (func_create_testdir): Change $auxdir while generating
4030         the contents of $testsbase.
4031         Reported by Ralf Wildenhues.
4032
4033 2007-12-22  Bruno Haible  <bruno@clisp.org>
4034
4035         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
4036         two variables local_ldadd_before, local_ldadd_last.
4037
4038 2007-12-20  Eric Blake  <ebb9@byu.net>
4039
4040         Work around circular library issue when cross-compiling.
4041         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
4042         that progname.o does not need to pull in rpl_memcmp.
4043
4044 2007-12-19  Eric Blake  <ebb9@byu.net>
4045
4046         Fix memmem to avoid O(n^2) worst-case complexity.
4047         * lib/memmem.c (knuth_morris_pratt): New function.
4048         (memmem): Use it if first few naive iterations fail.
4049         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
4050         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
4051         * modules/memchr (License): Likewise.
4052         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
4053         malloca.
4054         * tests/test-memmem.c: Rewrite, borrowing ideas from
4055         test-mbsstr1.c; the old version wouldn't even compile!
4056         * modules/memmem-tests: New file.
4057         * lib/string.in.h (rpl_memmem): Add declaration.
4058         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
4059         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
4060         REPLACE_MEMMEM.
4061
4062 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4063
4064         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
4065         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
4066         before any system include files, and undef after them all.  This
4067         should fix a problem on VMS reported by John E. Malmberg in
4068         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
4069
4070 2007-12-17  Eric Blake  <ebb9@byu.net>
4071
4072         Revert addition of verify, for BSD/OS.
4073         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
4074         can't handle large files, for the sake of obsolete platforms.
4075         * modules/fseeko (Depends-on): Remove verify.
4076         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
4077         * doc/functions/ftello.texi (ftello): Likewise.
4078         * doc/functions/fgetpos.texi (fgetpos): Likewise.
4079         Reported by Larry Jones.
4080
4081 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
4082
4083         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
4084         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
4085
4086 2007-12-17  Jim Meyering  <meyering@redhat.com>
4087
4088         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
4089         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
4090         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
4091         * modules/getcwd (Depends-on): Add openat.
4092         Reported by Petr Salinger.
4093
4094 2007-12-17  Bruno Haible  <bruno@clisp.org>
4095
4096         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
4097         avoid a segmentation fault of the configure test on x86_64 systems.
4098
4099 2007-12-15  Jim Meyering  <meyering@redhat.com>
4100
4101         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
4102
4103 2007-12-13  Eric Blake  <ebb9@byu.net>
4104
4105         Another fseek test.
4106         * tests/test-fseek.c (main): Also test ungetc handling.
4107         * tests/test-fseeko.c (main): Likewise.
4108         * modules/fseeko (Depends-on): Add verify.
4109         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
4110         large.
4111         Reported by Larry Jones.
4112
4113         Fix fseeko on mingw.
4114         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
4115         seek.
4116
4117         Beef up fseek tests.
4118         * tests/test-fseek.c (main): Also test eof handling.
4119         * tests/test-fseeko.c (main): Likewise.
4120         Reported by Larry Jones.
4121
4122 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
4123
4124         Fix fseeko on BSD-based platforms.
4125         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
4126         successful seek.
4127
4128 2007-12-12  Eric Blake  <ebb9@byu.net>
4129
4130         Allow circular dependency of separate libtests.a
4131         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
4132         when use_libtests.
4133
4134 2007-12-11  Eric Blake  <ebb9@byu.net>
4135
4136         Fix bug with -0.0L in previous patch.
4137         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
4138         * tests/test-isnan.c (main): Also test on zeroes.
4139         * tests/test-isnanf.c (main): Likewise.
4140         * tests/test-isnanl.h (main): Likewise.
4141
4142         Detect pseudo-denormals on x86 even when cross-compiling.
4143         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
4144         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
4145         invalid bit patterns that happen to satisfy ==.
4146
4147         Avoid link failures with separate libtests.a.
4148         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
4149         last, to satisfy circular dependencies.
4150
4151 2007-12-11  Eric Blake  <ebb9@byu.net>
4152         and Bruno Haible  <bruno@clisp.org>
4153
4154         Fix OpenBSD 4.0 <float.h> handling of long double.
4155         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
4156         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
4157         * doc/headers/float.texi (float.h): Document OpenBSD bug.
4158
4159 2007-12-11  Jim Meyering  <meyering@redhat.com>
4160
4161         * users.txt: Add libvirt.
4162
4163         Support versions of autoconf prior to 2.59c.
4164         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
4165         if it is not already defined.
4166
4167 2007-12-09  Bruno Haible  <bruno@clisp.org>
4168
4169         Let 'gnulib-tool --import' collect sources needed for the tests in
4170         tests/ rather than in lib/.
4171         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
4172         argument. If true, add rules to generate libtests.a, and put libtests.a
4173         into $(LDADD). Consider source files in subdirectories and set
4174         uses_subdirs.
4175         (func_emit_initmacro_start, func_emit_initmacro_end,
4176         func_emit_initmacro_done): Pass all arguments explicitly.
4177         (func_import): Determine two module lists main_modules,
4178         testsrelated_modules. Determine use_libtests. Determine two variables
4179         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
4180         instead of just sed_transform_lib_file. Determine two variables
4181         main_files and testsrelated_files. Compute 'files' as the union of
4182         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
4183         func_add_or_update. In the generated gnulib-comp.m4, collect the
4184         object files for tests/ in different variables than those for lib/.
4185         Substitute LIBTESTS_LIBDEPS.
4186         (func_create_testdir): Combine the uses_subdirs results from
4187         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
4188
4189 2007-12-09  Bruno Haible  <bruno@clisp.org>
4190
4191         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
4192         the build-aux directory.
4193
4194 2007-12-09  Bruno Haible  <bruno@clisp.org>
4195
4196         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
4197         introduced on 2006-09-09.
4198
4199 2007-12-07  Jim Meyering  <meyering@redhat.com>
4200
4201         Let these macros work also with autoconf-2.59.
4202         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
4203         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
4204         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
4205
4206 2007-12-06  Jim Meyering  <meyering@redhat.com>
4207
4208         Avoid a configure-time syntax error in gl_FUNC_ACL.
4209         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
4210         function in each branch, before testing the cache variable.
4211
4212 2007-12-04  Eric Blake  <ebb9@byu.net>
4213
4214         Make scripts executable.
4215         * build-aux/config.guess: Add execute permissions.
4216         * build-aux/config.sub: Likewise.
4217         * build-aux/gendocs.sh: Likewise.
4218
4219         Fix frexp on mingw.
4220         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
4221         cross-compiling.
4222         * doc/functions/frexp.texi (frexp): Document the bug.
4223
4224         Make cygwin fseeko check more reliable.
4225         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
4226         version numbers, rather than unrelated feature check.
4227         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
4228         * doc/functions/ftello.texi (ftello): Likewise.
4229         Reported by Bruno Haible.
4230
4231         * m4/strerror.m4: Bump version number.
4232
4233 2007-12-03  Bruno Haible  <bruno@clisp.org>
4234
4235         * doc/functions/mprotect.texi: Mention the mingw problem.
4236
4237 2007-12-03  Eric Blake  <ebb9@byu.net>
4238
4239         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
4240         REPLACE_STRERROR is initialized before this macro.
4241
4242 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4243
4244         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
4245         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
4246         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
4247         put -lsec in even for programs other than 'ls'.  This fixes a problem
4248         for gettext reported by Bruno Haible in
4249         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
4250         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
4251         Add support for Solaris 10.  This isn't efficient, but should get the
4252         job done for now.
4253
4254 2007-12-03  James Youngman  <jay@gnu.org>
4255
4256         * doc/regexprops-generic.texi: change "an close-group" to "a
4257         close-group" and "illegal" to "not allowed".
4258
4259 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4260
4261         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
4262         pr_byname.h. Needed for the rare case when the maintainer has done
4263         "make maintainer-clean" in the source directory and then attempts a
4264         build outside the source directory.
4265         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
4266         scripts_byname.h.
4267
4268 2007-12-02  Martin Lambers <marlam@marlam.de>
4269             Bruno Haible  <bruno@clisp.org>
4270
4271         * lib/getpagesize.h: Remove file.
4272         * lib/unistd.in.h: Include declaration of getpagesize here.
4273         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
4274         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
4275         HAVE_SYS_PARAM_H.
4276         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
4277         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
4278         * modules/getpagesize (Files): Remove lib/getpagesize.h.
4279         (Depends-on): Add unistd.
4280         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4281         (Include): Use <unistd.h> instead of getpagesize.h.
4282         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
4283         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
4284         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
4285         gl_GETPAGESIZE invocation, already handled by module dependency.
4286         * lib/pagealign_alloc.c: Don't include getpagesize.h.
4287
4288 2007-12-02  Bruno Haible  <bruno@clisp.org>
4289
4290         * modules/strings-tests: New file.
4291         * tests/test-strings.c: New file.
4292
4293         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
4294         * lib/strings.in.h: New file.
4295         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
4296         * m4/strings_h.m4: New file.
4297         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
4298         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
4299         * modules/strings: New file.
4300         * modules/string (Makefile.am): Update.
4301         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
4302         Reported by Karl Berry.
4303
4304 2007-12-01  Eric Blake  <ebb9@byu.net>
4305
4306         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
4307         accomodate fix in cygwin 1.5.25.
4308
4309 2007-12-01  Jim Meyering  <meyering@redhat.com>
4310
4311         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
4312         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
4313         that would inhibit utf8-optimization of a regexp containing line-
4314         or buffer-anchors, e.g., `^', `$'.
4315
4316 2007-11-30  Bruno Haible  <bruno@clisp.org>
4317
4318         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
4319         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
4320         glthread_recursive_lock_init.
4321         * lib/lock.c (glthread_recursive_lock_init)
4322         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
4323         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4324
4325 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
4326
4327         New function qset_acl, like set_acl but with syscall semantics.
4328         * lib/acl.h (qset_acl): New decl.
4329         * lib/acl.c (qset_acl): New function.
4330         (set_acl): Use new function.  Use more-consistent diagnostics.
4331
4332 2007-11-28  Jim Meyering  <meyering@redhat.com>
4333
4334         * modules/physmem (License): Change from GPL to LGPLv2+.
4335
4336 2007-11-26  Bruno Haible  <bruno@clisp.org>
4337
4338         * lib/vasnprintf.c (decode_long_double): Don't abort if the
4339         'long double' type has excess precision.
4340         Reported by Jim Meyering in
4341         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
4342
4343 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4344
4345         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
4346         Sync from <http://gnu.org/licenses>.
4347         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
4348         with license text from same location.
4349         * doc/maintain.texi, doc/standards.texi:  Sync from
4350         <http://savannah.gnu.org/projects/gnustandards>.
4351
4352 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
4353         and Jim Meyering  <meyering@redhat.com>
4354
4355         Adjust getdate' grammar to accept a slightly more regular language.
4356         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
4357         Before, the former was rejected.
4358         * lib/getdate.y (digits_to_date_time): New function, factored
4359         out of ...
4360         (number): ...here.  Just call digits_to_date_time.
4361         (hybrid): New non-terminal to handle an <unsigned number,
4362         signed relative offset> sequence consistently.
4363
4364 2007-11-18  Jim Meyering  <meyering@redhat.com>
4365
4366         Pull my changes from coreutils:
4367         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
4368         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
4369         use of $gnulib_tool_option_extras, so that it's separated from the
4370         preceding argument.
4371
4372         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
4373         * build-aux/bootstrap (cp_mark_as_generated): Create any required
4374         parent destination directories before copying a file into place.
4375
4376 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4377
4378         bootstrap: work also with 4-argument variant of AC_INIT
4379         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
4380
4381 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
4382
4383         Port test-getaddrinfo to Solaris.
4384         Problem reported by Bruno Haible in
4385         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
4386         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
4387         explanation of setting 'hints'.
4388         Don't reject an implementation merely because it returns EAI_SERVICE.
4389         (EAI_SERVICE): Define to 0 if not defined.
4390
4391 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4392
4393         The license of gnu-make and posix-shell is now "GPLed build tool".
4394         * modules/gnu-make (License): Likewise.
4395         * modules/posix-shell (License): Likewise.
4396
4397         New module posix-shell, for determining a POSIX shell
4398         or perhaps something that is close enough to a POSIX shell.
4399         * m4/posix-shell.m4: New file.
4400         * modules/posix-shell: New file.
4401
4402         * MODULES.html.sh: Mention new module.
4403
4404         New module gnu-make, for determining whether we're using GNU Make.
4405         * m4/gnu-make.m4: New file.
4406         * modules/gnu-make: New file.
4407         * MODULES.html.sh: Mention new module.
4408
4409 2007-11-14  Jim Meyering  <meyering@redhat.com>
4410
4411         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
4412         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
4413         use this macro to create a function _definition_.
4414         Remove useless "#undef ARGMATCH_DIE".
4415
4416 2007-11-14  Bruno Haible  <bruno@clisp.org>
4417
4418         * lib/config.charset: Update for OpenBSD 4.1.
4419         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
4420
4421 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
4422
4423         Document 64-bit #if problems in stdint.texi.
4424         * doc/headers/stdint.texi (stdint.h): Mention problems with
4425         64-bit-#if, and how to work around them.
4426
4427         Don't insist on 'long long int' support in the preprocessor.  It
4428         breaks too many things.  For example, PRIdMAX still uses a 'long
4429         long int' format with the latest Sun compiler, even though
4430         HAVE_LONG_LONG_INT isn't defined due to that compiler's
4431         preprocessor problem.  This causes the latest coreutils to dump
4432         core on Solaris 10 sparc with the Sun C compiler.
4433         Instead, fix the 2007-10-16 problem in a different way, by evaluating
4434         the troublesome expressions at configure-time, not at #if-time.
4435         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
4436         preprocessor.
4437         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
4438         compile-time C checks, done at 'configure'-time.
4439         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
4440         * modules/inttypes (Makefile): Substitute the new symbols that
4441         gl_INTTYPES_H now generates.
4442         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
4443
4444 2007-11-12  Bruno Haible  <bruno@clisp.org>
4445
4446         Tests for Unicode character classification functions.
4447
4448         * modules/unictype/bidicategory-byname-tests: New file.
4449         * modules/unictype/bidicategory-name-tests: New file.
4450         * modules/unictype/bidicategory-of-tests: New file.
4451         * modules/unictype/bidicategory-test-tests: New file.
4452         * modules/unictype/block-list-tests: New file.
4453         * modules/unictype/block-of-tests: New file.
4454         * modules/unictype/block-test-tests: New file.
4455         * modules/unictype/category-C-tests: New file.
4456         * modules/unictype/category-Cc-tests: New file.
4457         * modules/unictype/category-Cf-tests: New file.
4458         * modules/unictype/category-Cn-tests: New file.
4459         * modules/unictype/category-Co-tests: New file.
4460         * modules/unictype/category-Cs-tests: New file.
4461         * modules/unictype/category-L-tests: New file.
4462         * modules/unictype/category-Ll-tests: New file.
4463         * modules/unictype/category-Lm-tests: New file.
4464         * modules/unictype/category-Lo-tests: New file.
4465         * modules/unictype/category-Lt-tests: New file.
4466         * modules/unictype/category-Lu-tests: New file.
4467         * modules/unictype/category-M-tests: New file.
4468         * modules/unictype/category-Mc-tests: New file.
4469         * modules/unictype/category-Me-tests: New file.
4470         * modules/unictype/category-Mn-tests: New file.
4471         * modules/unictype/category-N-tests: New file.
4472         * modules/unictype/category-Nd-tests: New file.
4473         * modules/unictype/category-Nl-tests: New file.
4474         * modules/unictype/category-No-tests: New file.
4475         * modules/unictype/category-P-tests: New file.
4476         * modules/unictype/category-Pc-tests: New file.
4477         * modules/unictype/category-Pd-tests: New file.
4478         * modules/unictype/category-Pe-tests: New file.
4479         * modules/unictype/category-Pf-tests: New file.
4480         * modules/unictype/category-Pi-tests: New file.
4481         * modules/unictype/category-Po-tests: New file.
4482         * modules/unictype/category-Ps-tests: New file.
4483         * modules/unictype/category-S-tests: New file.
4484         * modules/unictype/category-Sc-tests: New file.
4485         * modules/unictype/category-Sk-tests: New file.
4486         * modules/unictype/category-Sm-tests: New file.
4487         * modules/unictype/category-So-tests: New file.
4488         * modules/unictype/category-Z-tests: New file.
4489         * modules/unictype/category-Zl-tests: New file.
4490         * modules/unictype/category-Zp-tests: New file.
4491         * modules/unictype/category-Zs-tests: New file.
4492         * modules/unictype/category-and-not-tests: New file.
4493         * modules/unictype/category-and-tests: New file.
4494         * modules/unictype/category-byname-tests: New file.
4495         * modules/unictype/category-name-tests: New file.
4496         * modules/unictype/category-none-tests: New file.
4497         * modules/unictype/category-of-tests: New file.
4498         * modules/unictype/category-or-tests: New file.
4499         * modules/unictype/category-test-withtable-tests: New file.
4500         * modules/unictype/combining-class-tests: New file.
4501         * modules/unictype/ctype-alnum-tests: New file.
4502         * modules/unictype/ctype-alpha-tests: New file.
4503         * modules/unictype/ctype-blank-tests: New file.
4504         * modules/unictype/ctype-cntrl-tests: New file.
4505         * modules/unictype/ctype-digit-tests: New file.
4506         * modules/unictype/ctype-graph-tests: New file.
4507         * modules/unictype/ctype-lower-tests: New file.
4508         * modules/unictype/ctype-print-tests: New file.
4509         * modules/unictype/ctype-punct-tests: New file.
4510         * modules/unictype/ctype-space-tests: New file.
4511         * modules/unictype/ctype-upper-tests: New file.
4512         * modules/unictype/ctype-xdigit-tests: New file.
4513         * modules/unictype/decimal-digit-tests: New file.
4514         * modules/unictype/digit-tests: New file.
4515         * modules/unictype/mirror-tests: New file.
4516         * modules/unictype/numeric-tests: New file.
4517         * modules/unictype/property-alphabetic-tests: New file.
4518         * modules/unictype/property-ascii-hex-digit-tests: New file.
4519         * modules/unictype/property-bidi-arabic-digit-tests: New file.
4520         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
4521         * modules/unictype/property-bidi-block-separator-tests: New file.
4522         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
4523         * modules/unictype/property-bidi-common-separator-tests: New file.
4524         * modules/unictype/property-bidi-control-tests: New file.
4525         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
4526         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
4527         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
4528         * modules/unictype/property-bidi-european-digit-tests: New file.
4529         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
4530         * modules/unictype/property-bidi-left-to-right-tests: New file.
4531         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
4532         * modules/unictype/property-bidi-other-neutral-tests: New file.
4533         * modules/unictype/property-bidi-pdf-tests: New file.
4534         * modules/unictype/property-bidi-segment-separator-tests: New file.
4535         * modules/unictype/property-bidi-whitespace-tests: New file.
4536         * modules/unictype/property-byname-tests: New file.
4537         * modules/unictype/property-combining-tests: New file.
4538         * modules/unictype/property-composite-tests: New file.
4539         * modules/unictype/property-currency-symbol-tests: New file.
4540         * modules/unictype/property-dash-tests: New file.
4541         * modules/unictype/property-decimal-digit-tests: New file.
4542         * modules/unictype/property-default-ignorable-code-point-tests: New file.
4543         * modules/unictype/property-deprecated-tests: New file.
4544         * modules/unictype/property-diacritic-tests: New file.
4545         * modules/unictype/property-extender-tests: New file.
4546         * modules/unictype/property-format-control-tests: New file.
4547         * modules/unictype/property-grapheme-base-tests: New file.
4548         * modules/unictype/property-grapheme-extend-tests: New file.
4549         * modules/unictype/property-grapheme-link-tests: New file.
4550         * modules/unictype/property-hex-digit-tests: New file.
4551         * modules/unictype/property-hyphen-tests: New file.
4552         * modules/unictype/property-id-continue-tests: New file.
4553         * modules/unictype/property-id-start-tests: New file.
4554         * modules/unictype/property-ideographic-tests: New file.
4555         * modules/unictype/property-ids-binary-operator-tests: New file.
4556         * modules/unictype/property-ids-trinary-operator-tests: New file.
4557         * modules/unictype/property-ignorable-control-tests: New file.
4558         * modules/unictype/property-iso-control-tests: New file.
4559         * modules/unictype/property-join-control-tests: New file.
4560         * modules/unictype/property-left-of-pair-tests: New file.
4561         * modules/unictype/property-line-separator-tests: New file.
4562         * modules/unictype/property-logical-order-exception-tests: New file.
4563         * modules/unictype/property-lowercase-tests: New file.
4564         * modules/unictype/property-math-tests: New file.
4565         * modules/unictype/property-non-break-tests: New file.
4566         * modules/unictype/property-not-a-character-tests: New file.
4567         * modules/unictype/property-numeric-tests: New file.
4568         * modules/unictype/property-other-alphabetic-tests: New file.
4569         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
4570         * modules/unictype/property-other-grapheme-extend-tests: New file.
4571         * modules/unictype/property-other-id-continue-tests: New file.
4572         * modules/unictype/property-other-id-start-tests: New file.
4573         * modules/unictype/property-other-lowercase-tests: New file.
4574         * modules/unictype/property-other-math-tests: New file.
4575         * modules/unictype/property-other-uppercase-tests: New file.
4576         * modules/unictype/property-paired-punctuation-tests: New file.
4577         * modules/unictype/property-paragraph-separator-tests: New file.
4578         * modules/unictype/property-pattern-syntax-tests: New file.
4579         * modules/unictype/property-pattern-white-space-tests: New file.
4580         * modules/unictype/property-private-use-tests: New file.
4581         * modules/unictype/property-punctuation-tests: New file.
4582         * modules/unictype/property-quotation-mark-tests: New file.
4583         * modules/unictype/property-radical-tests: New file.
4584         * modules/unictype/property-sentence-terminal-tests: New file.
4585         * modules/unictype/property-soft-dotted-tests: New file.
4586         * modules/unictype/property-space-tests: New file.
4587         * modules/unictype/property-terminal-punctuation-tests: New file.
4588         * modules/unictype/property-test-tests: New file.
4589         * modules/unictype/property-titlecase-tests: New file.
4590         * modules/unictype/property-unassigned-code-value-tests: New file.
4591         * modules/unictype/property-unified-ideograph-tests: New file.
4592         * modules/unictype/property-uppercase-tests: New file.
4593         * modules/unictype/property-variation-selector-tests: New file.
4594         * modules/unictype/property-white-space-tests: New file.
4595         * modules/unictype/property-xid-continue-tests: New file.
4596         * modules/unictype/property-xid-start-tests: New file.
4597         * modules/unictype/property-zero-width-tests: New file.
4598         * modules/unictype/scripts-tests: New file.
4599         * modules/unictype/syntax-c-ident-tests: New file.
4600         * modules/unictype/syntax-c-whitespace-tests: New file.
4601         * modules/unictype/syntax-java-ident-tests: New file.
4602         * modules/unictype/syntax-java-whitespace-tests: New file.
4603         * tests/unictype/test-bidi_byname.c: New file.
4604         * tests/unictype/test-bidi_name.c: New file.
4605         * tests/unictype/test-bidi_of.c: New file.
4606         * tests/unictype/test-bidi_test.c: New file.
4607         * tests/unictype/test-block_list.c: New file.
4608         * tests/unictype/test-block_of.c: New file.
4609         * tests/unictype/test-block_test.c: New file.
4610         * tests/unictype/test-categ_and.c: New file.
4611         * tests/unictype/test-categ_and_not.c: New file.
4612         * tests/unictype/test-categ_byname.c: New file.
4613         * tests/unictype/test-categ_name.c: New file.
4614         * tests/unictype/test-categ_none.c: New file.
4615         * tests/unictype/test-categ_of.c: New file.
4616         * tests/unictype/test-categ_or.c: New file.
4617         * tests/unictype/test-categ_test_withtable.c: New file.
4618         * tests/unictype/test-combining.c: New file.
4619         * tests/unictype/test-decdigit.c: New file.
4620         * tests/unictype/test-digit.c: New file.
4621         * tests/unictype/test-mirror.c: New file.
4622         * tests/unictype/test-numeric.c: New file.
4623         * tests/unictype/test-pr_byname.c: New file.
4624         * tests/unictype/test-pr_test.c: New file.
4625         * tests/unictype/test-predicate-part1.h: New file.
4626         * tests/unictype/test-predicate-part2.h: New file.
4627         * tests/unictype/test-scripts.c: New file.
4628         * tests/unictype/test-sy_c_ident.c: New file.
4629         * tests/unictype/test-sy_java_ident.c: New file.
4630
4631         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
4632         for Unicode 5.0.0.
4633         * tests/unictype/test-categ_Cc.c: Likewise.
4634         * tests/unictype/test-categ_Cf.c: Likewise.
4635         * tests/unictype/test-categ_Cn.c: Likewise.
4636         * tests/unictype/test-categ_Co.c: Likewise.
4637         * tests/unictype/test-categ_Cs.c: Likewise.
4638         * tests/unictype/test-categ_L.c: Likewise.
4639         * tests/unictype/test-categ_Ll.c: Likewise.
4640         * tests/unictype/test-categ_Lm.c: Likewise.
4641         * tests/unictype/test-categ_Lo.c: Likewise.
4642         * tests/unictype/test-categ_Lt.c: Likewise.
4643         * tests/unictype/test-categ_Lu.c: Likewise.
4644         * tests/unictype/test-categ_M.c: Likewise.
4645         * tests/unictype/test-categ_Mc.c: Likewise.
4646         * tests/unictype/test-categ_Me.c: Likewise.
4647         * tests/unictype/test-categ_Mn.c: Likewise.
4648         * tests/unictype/test-categ_N.c: Likewise.
4649         * tests/unictype/test-categ_Nd.c: Likewise.
4650         * tests/unictype/test-categ_Nl.c: Likewise.
4651         * tests/unictype/test-categ_No.c: Likewise.
4652         * tests/unictype/test-categ_P.c: Likewise.
4653         * tests/unictype/test-categ_Pc.c: Likewise.
4654         * tests/unictype/test-categ_Pd.c: Likewise.
4655         * tests/unictype/test-categ_Pe.c: Likewise.
4656         * tests/unictype/test-categ_Pf.c: Likewise.
4657         * tests/unictype/test-categ_Pi.c: Likewise.
4658         * tests/unictype/test-categ_Po.c: Likewise.
4659         * tests/unictype/test-categ_Ps.c: Likewise.
4660         * tests/unictype/test-categ_S.c: Likewise.
4661         * tests/unictype/test-categ_Sc.c: Likewise.
4662         * tests/unictype/test-categ_Sk.c: Likewise.
4663         * tests/unictype/test-categ_Sm.c: Likewise.
4664         * tests/unictype/test-categ_So.c: Likewise.
4665         * tests/unictype/test-categ_Z.c: Likewise.
4666         * tests/unictype/test-categ_Zl.c: Likewise.
4667         * tests/unictype/test-categ_Zp.c: Likewise.
4668         * tests/unictype/test-categ_Zs.c: Likewise.
4669         * tests/unictype/test-ctype_alnum.c: Likewise.
4670         * tests/unictype/test-ctype_alpha.c: Likewise.
4671         * tests/unictype/test-ctype_blank.c: Likewise.
4672         * tests/unictype/test-ctype_cntrl.c: Likewise.
4673         * tests/unictype/test-ctype_digit.c: Likewise.
4674         * tests/unictype/test-ctype_graph.c: Likewise.
4675         * tests/unictype/test-ctype_lower.c: Likewise.
4676         * tests/unictype/test-ctype_print.c: Likewise.
4677         * tests/unictype/test-ctype_punct.c: Likewise.
4678         * tests/unictype/test-ctype_space.c: Likewise.
4679         * tests/unictype/test-ctype_upper.c: Likewise.
4680         * tests/unictype/test-ctype_xdigit.c: Likewise.
4681         * tests/unictype/test-decdigit.h: Likewise.
4682         * tests/unictype/test-digit.h: Likewise.
4683         * tests/unictype/test-numeric.h: Likewise.
4684         * tests/unictype/test-pr_alphabetic.c: Likewise.
4685         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
4686         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
4687         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
4688         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
4689         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
4690         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
4691         * tests/unictype/test-pr_bidi_control.c: Likewise.
4692         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
4693         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
4694         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
4695         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
4696         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
4697         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
4698         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
4699         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
4700         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
4701         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
4702         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
4703         * tests/unictype/test-pr_combining.c: Likewise.
4704         * tests/unictype/test-pr_composite.c: Likewise.
4705         * tests/unictype/test-pr_currency_symbol.c: Likewise.
4706         * tests/unictype/test-pr_dash.c: Likewise.
4707         * tests/unictype/test-pr_decimal_digit.c: Likewise.
4708         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
4709         * tests/unictype/test-pr_deprecated.c: Likewise.
4710         * tests/unictype/test-pr_diacritic.c: Likewise.
4711         * tests/unictype/test-pr_extender.c: Likewise.
4712         * tests/unictype/test-pr_format_control.c: Likewise.
4713         * tests/unictype/test-pr_grapheme_base.c: Likewise.
4714         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
4715         * tests/unictype/test-pr_grapheme_link.c: Likewise.
4716         * tests/unictype/test-pr_hex_digit.c: Likewise.
4717         * tests/unictype/test-pr_hyphen.c: Likewise.
4718         * tests/unictype/test-pr_id_continue.c: Likewise.
4719         * tests/unictype/test-pr_id_start.c: Likewise.
4720         * tests/unictype/test-pr_ideographic.c: Likewise.
4721         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
4722         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
4723         * tests/unictype/test-pr_ignorable_control.c: Likewise.
4724         * tests/unictype/test-pr_iso_control.c: Likewise.
4725         * tests/unictype/test-pr_join_control.c: Likewise.
4726         * tests/unictype/test-pr_left_of_pair.c: Likewise.
4727         * tests/unictype/test-pr_line_separator.c: Likewise.
4728         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
4729         * tests/unictype/test-pr_lowercase.c: Likewise.
4730         * tests/unictype/test-pr_math.c: Likewise.
4731         * tests/unictype/test-pr_non_break.c: Likewise.
4732         * tests/unictype/test-pr_not_a_character.c: Likewise.
4733         * tests/unictype/test-pr_numeric.c: Likewise.
4734         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
4735         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
4736         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
4737         * tests/unictype/test-pr_other_id_continue.c: Likewise.
4738         * tests/unictype/test-pr_other_id_start.c: Likewise.
4739         * tests/unictype/test-pr_other_lowercase.c: Likewise.
4740         * tests/unictype/test-pr_other_math.c: Likewise.
4741         * tests/unictype/test-pr_other_uppercase.c: Likewise.
4742         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
4743         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
4744         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
4745         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
4746         * tests/unictype/test-pr_private_use.c: Likewise.
4747         * tests/unictype/test-pr_punctuation.c: Likewise.
4748         * tests/unictype/test-pr_quotation_mark.c: Likewise.
4749         * tests/unictype/test-pr_radical.c: Likewise.
4750         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
4751         * tests/unictype/test-pr_soft_dotted.c: Likewise.
4752         * tests/unictype/test-pr_space.c: Likewise.
4753         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
4754         * tests/unictype/test-pr_titlecase.c: Likewise.
4755         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
4756         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
4757         * tests/unictype/test-pr_uppercase.c: Likewise.
4758         * tests/unictype/test-pr_variation_selector.c: Likewise.
4759         * tests/unictype/test-pr_white_space.c: Likewise.
4760         * tests/unictype/test-pr_xid_continue.c: Likewise.
4761         * tests/unictype/test-pr_xid_start.c: Likewise.
4762         * tests/unictype/test-pr_zero_width.c: Likewise.
4763         * tests/unictype/test-sy_c_whitespace.c: Likewise.
4764         * tests/unictype/test-sy_java_whitespace.c: Likewise.
4765
4766 2007-11-12  Bruno Haible  <bruno@clisp.org>
4767
4768         Unicode character classification functions.
4769         * lib/unictype.h: New file.
4770         * modules/unictype/base: New file.
4771         * modules/unictype/category-L: New file.
4772         * modules/unictype/category-Lu: New file.
4773         * modules/unictype/category-Ll: New file.
4774         * modules/unictype/category-Lt: New file.
4775         * modules/unictype/category-Lm: New file.
4776         * modules/unictype/category-Lo: New file.
4777         * modules/unictype/category-M: New file.
4778         * modules/unictype/category-Mn: New file.
4779         * modules/unictype/category-Mc: New file.
4780         * modules/unictype/category-Me: New file.
4781         * modules/unictype/category-N: New file.
4782         * modules/unictype/category-Nd: New file.
4783         * modules/unictype/category-Nl: New file.
4784         * modules/unictype/category-No: New file.
4785         * modules/unictype/category-P: New file.
4786         * modules/unictype/category-Pc: New file.
4787         * modules/unictype/category-Pd: New file.
4788         * modules/unictype/category-Ps: New file.
4789         * modules/unictype/category-Pe: New file.
4790         * modules/unictype/category-Pi: New file.
4791         * modules/unictype/category-Pf: New file.
4792         * modules/unictype/category-Po: New file.
4793         * modules/unictype/category-S: New file.
4794         * modules/unictype/category-Sm: New file.
4795         * modules/unictype/category-Sc: New file.
4796         * modules/unictype/category-Sk: New file.
4797         * modules/unictype/category-So: New file.
4798         * modules/unictype/category-Z: New file.
4799         * modules/unictype/category-Zs: New file.
4800         * modules/unictype/category-Zl: New file.
4801         * modules/unictype/category-Zp: New file.
4802         * modules/unictype/category-C: New file.
4803         * modules/unictype/category-Cc: New file.
4804         * modules/unictype/category-Cf: New file.
4805         * modules/unictype/category-Cs: New file.
4806         * modules/unictype/category-Co: New file.
4807         * modules/unictype/category-Cn: New file.
4808         * modules/unictype/category-or: New file.
4809         * modules/unictype/category-of: New file.
4810         * modules/unictype/category-test: New file.
4811         * modules/unictype/category-test-withtable: New file.
4812         * modules/unictype/category-byname: New file.
4813         * modules/unictype/category-none: New file.
4814         * modules/unictype/category-and: New file.
4815         * modules/unictype/category-and-not: New file.
4816         * modules/unictype/category-name: New file.
4817         * modules/unictype/combining-class: New file.
4818         * modules/unictype/category-all: New file.
4819         * modules/unictype/bidicategory-all: New file.
4820         * modules/unictype/bidicategory-byname: New file.
4821         * modules/unictype/bidicategory-name: New file.
4822         * modules/unictype/bidicategory-of: New file.
4823         * modules/unictype/bidicategory-test: New file.
4824         * modules/unictype/decimal-digit: New file.
4825         * modules/unictype/digit: New file.
4826         * modules/unictype/numeric: New file.
4827         * modules/unictype/mirror: New file.
4828         * modules/unictype/property-white-space: New file.
4829         * modules/unictype/property-alphabetic: New file.
4830         * modules/unictype/property-other-alphabetic: New file.
4831         * modules/unictype/property-not-a-character: New file.
4832         * modules/unictype/property-default-ignorable-code-point: New file.
4833         * modules/unictype/property-other-default-ignorable-code-point: New
4834         file.
4835         * modules/unictype/property-deprecated: New file.
4836         * modules/unictype/property-logical-order-exception: New file.
4837         * modules/unictype/property-variation-selector: New file.
4838         * modules/unictype/property-private-use: New file.
4839         * modules/unictype/property-unassigned-code-value: New file.
4840         * modules/unictype/property-uppercase: New file.
4841         * modules/unictype/property-other-uppercase: New file.
4842         * modules/unictype/property-lowercase: New file.
4843         * modules/unictype/property-other-lowercase: New file.
4844         * modules/unictype/property-titlecase: New file.
4845         * modules/unictype/property-soft-dotted: New file.
4846         * modules/unictype/property-id-start: New file.
4847         * modules/unictype/property-other-id-start: New file.
4848         * modules/unictype/property-id-continue: New file.
4849         * modules/unictype/property-other-id-continue: New file.
4850         * modules/unictype/property-xid-start: New file.
4851         * modules/unictype/property-xid-continue: New file.
4852         * modules/unictype/property-pattern-white-space: New file.
4853         * modules/unictype/property-pattern-syntax: New file.
4854         * modules/unictype/property-join-control: New file.
4855         * modules/unictype/property-grapheme-base: New file.
4856         * modules/unictype/property-grapheme-extend: New file.
4857         * modules/unictype/property-other-grapheme-extend: New file.
4858         * modules/unictype/property-grapheme-link: New file.
4859         * modules/unictype/property-bidi-control: New file.
4860         * modules/unictype/property-bidi-left-to-right: New file.
4861         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
4862         * modules/unictype/property-bidi-arabic-right-to-left: New file.
4863         * modules/unictype/property-bidi-european-digit: New file.
4864         * modules/unictype/property-bidi-eur-num-separator: New file.
4865         * modules/unictype/property-bidi-eur-num-terminator: New file.
4866         * modules/unictype/property-bidi-arabic-digit: New file.
4867         * modules/unictype/property-bidi-common-separator: New file.
4868         * modules/unictype/property-bidi-block-separator: New file.
4869         * modules/unictype/property-bidi-segment-separator: New file.
4870         * modules/unictype/property-bidi-whitespace: New file.
4871         * modules/unictype/property-bidi-non-spacing-mark: New file.
4872         * modules/unictype/property-bidi-boundary-neutral: New file.
4873         * modules/unictype/property-bidi-pdf: New file.
4874         * modules/unictype/property-bidi-embedding-or-override: New file.
4875         * modules/unictype/property-bidi-other-neutral: New file.
4876         * modules/unictype/property-hex-digit: New file.
4877         * modules/unictype/property-ascii-hex-digit: New file.
4878         * modules/unictype/property-ideographic: New file.
4879         * modules/unictype/property-unified-ideograph: New file.
4880         * modules/unictype/property-radical: New file.
4881         * modules/unictype/property-ids-binary-operator: New file.
4882         * modules/unictype/property-ids-trinary-operator: New file.
4883         * modules/unictype/property-zero-width: New file.
4884         * modules/unictype/property-space: New file.
4885         * modules/unictype/property-non-break: New file.
4886         * modules/unictype/property-iso-control: New file.
4887         * modules/unictype/property-format-control: New file.
4888         * modules/unictype/property-dash: New file.
4889         * modules/unictype/property-hyphen: New file.
4890         * modules/unictype/property-punctuation: New file.
4891         * modules/unictype/property-line-separator: New file.
4892         * modules/unictype/property-paragraph-separator: New file.
4893         * modules/unictype/property-quotation-mark: New file.
4894         * modules/unictype/property-sentence-terminal: New file.
4895         * modules/unictype/property-terminal-punctuation: New file.
4896         * modules/unictype/property-currency-symbol: New file.
4897         * modules/unictype/property-math: New file.
4898         * modules/unictype/property-other-math: New file.
4899         * modules/unictype/property-paired-punctuation: New file.
4900         * modules/unictype/property-left-of-pair: New file.
4901         * modules/unictype/property-combining: New file.
4902         * modules/unictype/property-composite: New file.
4903         * modules/unictype/property-decimal-digit: New file.
4904         * modules/unictype/property-numeric: New file.
4905         * modules/unictype/property-diacritic: New file.
4906         * modules/unictype/property-extender: New file.
4907         * modules/unictype/property-ignorable-control: New file.
4908         * modules/unictype/property-test: New file.
4909         * modules/unictype/property-byname: New file.
4910         * modules/unictype/property-all: New file.
4911         * modules/unictype/scripts: New file.
4912         * modules/unictype/scripts-all: New file.
4913         * modules/unictype/block-of: New file.
4914         * modules/unictype/block-test: New file.
4915         * modules/unictype/block-list: New file.
4916         * modules/unictype/block-all: New file.
4917         * modules/unictype/syntax-c-whitespace: New file.
4918         * modules/unictype/syntax-java-whitespace: New file.
4919         * modules/unictype/syntax-c-ident: New file.
4920         * modules/unictype/syntax-java-ident: New file.
4921         * modules/unictype/ctype-alnum: New file.
4922         * modules/unictype/ctype-alpha: New file.
4923         * modules/unictype/ctype-cntrl: New file.
4924         * modules/unictype/ctype-digit: New file.
4925         * modules/unictype/ctype-graph: New file.
4926         * modules/unictype/ctype-lower: New file.
4927         * modules/unictype/ctype-print: New file.
4928         * modules/unictype/ctype-punct: New file.
4929         * modules/unictype/ctype-space: New file.
4930         * modules/unictype/ctype-upper: New file.
4931         * modules/unictype/ctype-xdigit: New file.
4932         * modules/unictype/ctype-blank: New file.
4933         * lib/unictype/bidi_byname.c: New file.
4934         * lib/unictype/bidi_name.c: New file.
4935         * lib/unictype/bidi_of.c: New file.
4936         * lib/unictype/bidi_test.c: New file.
4937         * lib/unictype/bitmap.h: New file.
4938         * lib/unictype/block_test.c: New file.
4939         * lib/unictype/blocks.c: New file.
4940         * lib/unictype/categ_C.c: New file.
4941         * lib/unictype/categ_Cc.c: New file.
4942         * lib/unictype/categ_Cf.c: New file.
4943         * lib/unictype/categ_Cn.c: New file.
4944         * lib/unictype/categ_Co.c: New file.
4945         * lib/unictype/categ_Cs.c: New file.
4946         * lib/unictype/categ_L.c: New file.
4947         * lib/unictype/categ_Ll.c: New file.
4948         * lib/unictype/categ_Lm.c: New file.
4949         * lib/unictype/categ_Lo.c: New file.
4950         * lib/unictype/categ_Lt.c: New file.
4951         * lib/unictype/categ_Lu.c: New file.
4952         * lib/unictype/categ_M.c: New file.
4953         * lib/unictype/categ_Mc.c: New file.
4954         * lib/unictype/categ_Me.c: New file.
4955         * lib/unictype/categ_Mn.c: New file.
4956         * lib/unictype/categ_N.c: New file.
4957         * lib/unictype/categ_Nd.c: New file.
4958         * lib/unictype/categ_Nl.c: New file.
4959         * lib/unictype/categ_No.c: New file.
4960         * lib/unictype/categ_P.c: New file.
4961         * lib/unictype/categ_Pc.c: New file.
4962         * lib/unictype/categ_Pd.c: New file.
4963         * lib/unictype/categ_Pe.c: New file.
4964         * lib/unictype/categ_Pf.c: New file.
4965         * lib/unictype/categ_Pi.c: New file.
4966         * lib/unictype/categ_Po.c: New file.
4967         * lib/unictype/categ_Ps.c: New file.
4968         * lib/unictype/categ_S.c: New file.
4969         * lib/unictype/categ_Sc.c: New file.
4970         * lib/unictype/categ_Sk.c: New file.
4971         * lib/unictype/categ_Sm.c: New file.
4972         * lib/unictype/categ_So.c: New file.
4973         * lib/unictype/categ_Z.c: New file.
4974         * lib/unictype/categ_Zl.c: New file.
4975         * lib/unictype/categ_Zp.c: New file.
4976         * lib/unictype/categ_Zs.c: New file.
4977         * lib/unictype/categ_and.c: New file.
4978         * lib/unictype/categ_and_not.c: New file.
4979         * lib/unictype/categ_byname.c: New file.
4980         * lib/unictype/categ_name.c: New file.
4981         * lib/unictype/categ_none.c: New file.
4982         * lib/unictype/categ_of.c: New file.
4983         * lib/unictype/categ_or.c: New file.
4984         * lib/unictype/categ_test.c: New file.
4985         * lib/unictype/combining.c: New file.
4986         * lib/unictype/ctype_alnum.c: New file.
4987         * lib/unictype/ctype_alpha.c: New file.
4988         * lib/unictype/ctype_blank.c: New file.
4989         * lib/unictype/ctype_cntrl.c: New file.
4990         * lib/unictype/ctype_digit.c: New file.
4991         * lib/unictype/ctype_graph.c: New file.
4992         * lib/unictype/ctype_lower.c: New file.
4993         * lib/unictype/ctype_print.c: New file.
4994         * lib/unictype/ctype_punct.c: New file.
4995         * lib/unictype/ctype_space.c: New file.
4996         * lib/unictype/ctype_upper.c: New file.
4997         * lib/unictype/ctype_xdigit.c: New file.
4998         * lib/unictype/decdigit.c: New file.
4999         * lib/unictype/digit.c: New file.
5000         * lib/unictype/identsyntaxmap.h: New file.
5001         * lib/unictype/mirror.c: New file.
5002         * lib/unictype/numeric.c: New file.
5003         * lib/unictype/pr_alphabetic.c: New file.
5004         * lib/unictype/pr_ascii_hex_digit.c: New file.
5005         * lib/unictype/pr_bidi_arabic_digit.c: New file.
5006         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
5007         * lib/unictype/pr_bidi_block_separator.c: New file.
5008         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
5009         * lib/unictype/pr_bidi_common_separator.c: New file.
5010         * lib/unictype/pr_bidi_control.c: New file.
5011         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
5012         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
5013         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
5014         * lib/unictype/pr_bidi_european_digit.c: New file.
5015         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
5016         * lib/unictype/pr_bidi_left_to_right.c: New file.
5017         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
5018         * lib/unictype/pr_bidi_other_neutral.c: New file.
5019         * lib/unictype/pr_bidi_pdf.c: New file.
5020         * lib/unictype/pr_bidi_segment_separator.c: New file.
5021         * lib/unictype/pr_bidi_whitespace.c: New file.
5022         * lib/unictype/pr_byname.c: New file.
5023         * lib/unictype/pr_byname.gperf: New file.
5024         * lib/unictype/pr_combining.c: New file.
5025         * lib/unictype/pr_composite.c: New file.
5026         * lib/unictype/pr_currency_symbol.c: New file.
5027         * lib/unictype/pr_dash.c: New file.
5028         * lib/unictype/pr_decimal_digit.c: New file.
5029         * lib/unictype/pr_default_ignorable_code_point.c: New file.
5030         * lib/unictype/pr_deprecated.c: New file.
5031         * lib/unictype/pr_diacritic.c: New file.
5032         * lib/unictype/pr_extender.c: New file.
5033         * lib/unictype/pr_format_control.c: New file.
5034         * lib/unictype/pr_grapheme_base.c: New file.
5035         * lib/unictype/pr_grapheme_extend.c: New file.
5036         * lib/unictype/pr_grapheme_link.c: New file.
5037         * lib/unictype/pr_hex_digit.c: New file.
5038         * lib/unictype/pr_hyphen.c: New file.
5039         * lib/unictype/pr_id_continue.c: New file.
5040         * lib/unictype/pr_id_start.c: New file.
5041         * lib/unictype/pr_ideographic.c: New file.
5042         * lib/unictype/pr_ids_binary_operator.c: New file.
5043         * lib/unictype/pr_ids_trinary_operator.c: New file.
5044         * lib/unictype/pr_ignorable_control.c: New file.
5045         * lib/unictype/pr_iso_control.c: New file.
5046         * lib/unictype/pr_join_control.c: New file.
5047         * lib/unictype/pr_left_of_pair.c: New file.
5048         * lib/unictype/pr_line_separator.c: New file.
5049         * lib/unictype/pr_logical_order_exception.c: New file.
5050         * lib/unictype/pr_lowercase.c: New file.
5051         * lib/unictype/pr_math.c: New file.
5052         * lib/unictype/pr_non_break.c: New file.
5053         * lib/unictype/pr_not_a_character.c: New file.
5054         * lib/unictype/pr_numeric.c: New file.
5055         * lib/unictype/pr_other_alphabetic.c: New file.
5056         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
5057         * lib/unictype/pr_other_grapheme_extend.c: New file.
5058         * lib/unictype/pr_other_id_continue.c: New file.
5059         * lib/unictype/pr_other_id_start.c: New file.
5060         * lib/unictype/pr_other_lowercase.c: New file.
5061         * lib/unictype/pr_other_math.c: New file.
5062         * lib/unictype/pr_other_uppercase.c: New file.
5063         * lib/unictype/pr_paired_punctuation.c: New file.
5064         * lib/unictype/pr_paragraph_separator.c: New file.
5065         * lib/unictype/pr_pattern_syntax.c: New file.
5066         * lib/unictype/pr_pattern_white_space.c: New file.
5067         * lib/unictype/pr_private_use.c: New file.
5068         * lib/unictype/pr_punctuation.c: New file.
5069         * lib/unictype/pr_quotation_mark.c: New file.
5070         * lib/unictype/pr_radical.c: New file.
5071         * lib/unictype/pr_sentence_terminal.c: New file.
5072         * lib/unictype/pr_soft_dotted.c: New file.
5073         * lib/unictype/pr_space.c: New file.
5074         * lib/unictype/pr_terminal_punctuation.c: New file.
5075         * lib/unictype/pr_test.c: New file.
5076         * lib/unictype/pr_titlecase.c: New file.
5077         * lib/unictype/pr_unassigned_code_value.c: New file.
5078         * lib/unictype/pr_unified_ideograph.c: New file.
5079         * lib/unictype/pr_uppercase.c: New file.
5080         * lib/unictype/pr_variation_selector.c: New file.
5081         * lib/unictype/pr_white_space.c: New file.
5082         * lib/unictype/pr_xid_continue.c: New file.
5083         * lib/unictype/pr_xid_start.c: New file.
5084         * lib/unictype/pr_zero_width.c: New file.
5085         * lib/unictype/scripts.c: New file.
5086         * lib/unictype/sy_c_ident.c: New file.
5087         * lib/unictype/sy_c_whitespace.c: New file.
5088         * lib/unictype/sy_java_ident.c: New file.
5089         * lib/unictype/sy_java_whitespace.c: New file.
5090
5091         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
5092         Unicode 5.0.0.
5093         * lib/unictype/blocks.h: Likewise.
5094         * lib/unictype/categ_C.h: Likewise.
5095         * lib/unictype/categ_Cc.h: Likewise.
5096         * lib/unictype/categ_Cf.h: Likewise.
5097         * lib/unictype/categ_Cn.h: Likewise.
5098         * lib/unictype/categ_Co.h: Likewise.
5099         * lib/unictype/categ_Cs.h: Likewise.
5100         * lib/unictype/categ_L.h: Likewise.
5101         * lib/unictype/categ_Ll.h: Likewise.
5102         * lib/unictype/categ_Lm.h: Likewise.
5103         * lib/unictype/categ_Lo.h: Likewise.
5104         * lib/unictype/categ_Lt.h: Likewise.
5105         * lib/unictype/categ_Lu.h: Likewise.
5106         * lib/unictype/categ_M.h: Likewise.
5107         * lib/unictype/categ_Mc.h: Likewise.
5108         * lib/unictype/categ_Me.h: Likewise.
5109         * lib/unictype/categ_Mn.h: Likewise.
5110         * lib/unictype/categ_N.h: Likewise.
5111         * lib/unictype/categ_Nd.h: Likewise.
5112         * lib/unictype/categ_Nl.h: Likewise.
5113         * lib/unictype/categ_No.h: Likewise.
5114         * lib/unictype/categ_P.h: Likewise.
5115         * lib/unictype/categ_Pc.h: Likewise.
5116         * lib/unictype/categ_Pd.h: Likewise.
5117         * lib/unictype/categ_Pe.h: Likewise.
5118         * lib/unictype/categ_Pf.h: Likewise.
5119         * lib/unictype/categ_Pi.h: Likewise.
5120         * lib/unictype/categ_Po.h: Likewise.
5121         * lib/unictype/categ_Ps.h: Likewise.
5122         * lib/unictype/categ_S.h: Likewise.
5123         * lib/unictype/categ_Sc.h: Likewise.
5124         * lib/unictype/categ_Sk.h: Likewise.
5125         * lib/unictype/categ_Sm.h: Likewise.
5126         * lib/unictype/categ_So.h: Likewise.
5127         * lib/unictype/categ_Z.h: Likewise.
5128         * lib/unictype/categ_Zl.h: Likewise.
5129         * lib/unictype/categ_Zp.h: Likewise.
5130         * lib/unictype/categ_Zs.h: Likewise.
5131         * lib/unictype/categ_of.h: Likewise.
5132         * lib/unictype/combining.h: Likewise.
5133         * lib/unictype/ctype_alnum.h: Likewise.
5134         * lib/unictype/ctype_alpha.h: Likewise.
5135         * lib/unictype/ctype_blank.h: Likewise.
5136         * lib/unictype/ctype_cntrl.h: Likewise.
5137         * lib/unictype/ctype_digit.h: Likewise.
5138         * lib/unictype/ctype_graph.h: Likewise.
5139         * lib/unictype/ctype_lower.h: Likewise.
5140         * lib/unictype/ctype_print.h: Likewise.
5141         * lib/unictype/ctype_punct.h: Likewise.
5142         * lib/unictype/ctype_space.h: Likewise.
5143         * lib/unictype/ctype_upper.h: Likewise.
5144         * lib/unictype/ctype_xdigit.h: Likewise.
5145         * lib/unictype/decdigit.h: Likewise.
5146         * lib/unictype/digit.h: Likewise.
5147         * lib/unictype/mirror.h: Likewise.
5148         * lib/unictype/numeric.h: Likewise.
5149         * lib/unictype/pr_alphabetic.h: Likewise.
5150         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
5151         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
5152         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
5153         * lib/unictype/pr_bidi_block_separator.h: Likewise.
5154         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
5155         * lib/unictype/pr_bidi_common_separator.h: Likewise.
5156         * lib/unictype/pr_bidi_control.h: Likewise.
5157         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
5158         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
5159         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
5160         * lib/unictype/pr_bidi_european_digit.h: Likewise.
5161         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
5162         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
5163         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
5164         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
5165         * lib/unictype/pr_bidi_pdf.h: Likewise.
5166         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
5167         * lib/unictype/pr_bidi_whitespace.h: Likewise.
5168         * lib/unictype/pr_combining.h: Likewise.
5169         * lib/unictype/pr_composite.h: Likewise.
5170         * lib/unictype/pr_currency_symbol.h: Likewise.
5171         * lib/unictype/pr_dash.h: Likewise.
5172         * lib/unictype/pr_decimal_digit.h: Likewise.
5173         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
5174         * lib/unictype/pr_deprecated.h: Likewise.
5175         * lib/unictype/pr_diacritic.h: Likewise.
5176         * lib/unictype/pr_extender.h: Likewise.
5177         * lib/unictype/pr_format_control.h: Likewise.
5178         * lib/unictype/pr_grapheme_base.h: Likewise.
5179         * lib/unictype/pr_grapheme_extend.h: Likewise.
5180         * lib/unictype/pr_grapheme_link.h: Likewise.
5181         * lib/unictype/pr_hex_digit.h: Likewise.
5182         * lib/unictype/pr_hyphen.h: Likewise.
5183         * lib/unictype/pr_id_continue.h: Likewise.
5184         * lib/unictype/pr_id_start.h: Likewise.
5185         * lib/unictype/pr_ideographic.h: Likewise.
5186         * lib/unictype/pr_ids_binary_operator.h: Likewise.
5187         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
5188         * lib/unictype/pr_ignorable_control.h: Likewise.
5189         * lib/unictype/pr_iso_control.h: Likewise.
5190         * lib/unictype/pr_join_control.h: Likewise.
5191         * lib/unictype/pr_left_of_pair.h: Likewise.
5192         * lib/unictype/pr_line_separator.h: Likewise.
5193         * lib/unictype/pr_logical_order_exception.h: Likewise.
5194         * lib/unictype/pr_lowercase.h: Likewise.
5195         * lib/unictype/pr_math.h: Likewise.
5196         * lib/unictype/pr_non_break.h: Likewise.
5197         * lib/unictype/pr_not_a_character.h: Likewise.
5198         * lib/unictype/pr_numeric.h: Likewise.
5199         * lib/unictype/pr_other_alphabetic.h: Likewise.
5200         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
5201         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
5202         * lib/unictype/pr_other_id_continue.h: Likewise.
5203         * lib/unictype/pr_other_id_start.h: Likewise.
5204         * lib/unictype/pr_other_lowercase.h: Likewise.
5205         * lib/unictype/pr_other_math.h: Likewise.
5206         * lib/unictype/pr_other_uppercase.h: Likewise.
5207         * lib/unictype/pr_paired_punctuation.h: Likewise.
5208         * lib/unictype/pr_paragraph_separator.h: Likewise.
5209         * lib/unictype/pr_pattern_syntax.h: Likewise.
5210         * lib/unictype/pr_pattern_white_space.h: Likewise.
5211         * lib/unictype/pr_private_use.h: Likewise.
5212         * lib/unictype/pr_punctuation.h: Likewise.
5213         * lib/unictype/pr_quotation_mark.h: Likewise.
5214         * lib/unictype/pr_radical.h: Likewise.
5215         * lib/unictype/pr_sentence_terminal.h: Likewise.
5216         * lib/unictype/pr_soft_dotted.h: Likewise.
5217         * lib/unictype/pr_space.h: Likewise.
5218         * lib/unictype/pr_terminal_punctuation.h: Likewise.
5219         * lib/unictype/pr_titlecase.h: Likewise.
5220         * lib/unictype/pr_unassigned_code_value.h: Likewise.
5221         * lib/unictype/pr_unified_ideograph.h: Likewise.
5222         * lib/unictype/pr_uppercase.h: Likewise.
5223         * lib/unictype/pr_variation_selector.h: Likewise.
5224         * lib/unictype/pr_white_space.h: Likewise.
5225         * lib/unictype/pr_xid_continue.h: Likewise.
5226         * lib/unictype/pr_xid_start.h: Likewise.
5227         * lib/unictype/pr_zero_width.h: Likewise.
5228         * lib/unictype/scripts.h: Likewise.
5229         * lib/unictype/scripts_byname.gperf: Likewise.
5230         * lib/unictype/sy_c_ident.h: Likewise.
5231         * lib/unictype/sy_c_whitespace.h: Likewise.
5232         * lib/unictype/sy_java_ident.h: Likewise.
5233         * lib/unictype/sy_java_whitespace.h: Likewise.
5234
5235         * lib/unictype/Makefile: New file.
5236         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
5237         glibc.
5238         * lib/unictype/3level.h: New file, copied from glibc.
5239         * lib/unictype/3levelbit.h: New file.
5240
5241 2007-11-11  Bruno Haible  <bruno@clisp.org>
5242
5243         * modules/gperf: New file.
5244         * modules/iconv_open (Depends-on): Add it.
5245         (Makefile.am): Remove the GPERF definition.
5246
5247 2007-11-11  Bruno Haible  <bruno@clisp.org>
5248
5249         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
5250         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
5251
5252 2007-11-11  Bruno Haible  <bruno@clisp.org>
5253
5254         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
5255         (usage): Remove function.
5256
5257 2007-11-11  Bruno Haible  <bruno@clisp.org>
5258
5259         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
5260         gl_FUNC_CEILF_LIBS.
5261         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
5262         gl_FUNC_CEIL_LIBS.
5263         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
5264         gl_FUNC_CEILL_LIBS.
5265         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
5266         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
5267         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
5268
5269 2007-11-11  Bruno Haible  <bruno@clisp.org>
5270
5271         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
5272         roundf were declared but do not exist on functions.
5273         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
5274         roundl were declared but do not exist on functions.
5275         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
5276         HAVE_FLOORL_AND_CEILL, respectively.
5277         Needed for Sun C on Solaris 10.
5278
5279 2007-11-11  Bruno Haible  <bruno@clisp.org>
5280
5281         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
5282         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
5283         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
5284         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
5285         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
5286         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
5287         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
5288         HAVE_DECL_ROUNDF.
5289         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
5290         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
5291         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
5292         of HAVE_DECL_ROUND*.
5293         * modules/math (Makefile.am): Update.
5294
5295 2007-11-10  Bruno Haible  <bruno@clisp.org>
5296
5297         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
5298         ptrdiff_t as m4/intl.m4.
5299
5300 2007-11-10  Jim Meyering  <meyering@redhat.com>
5301
5302         Avoid link failure for the argmatch test.
5303         * tests/test-argmatch.c (usage): Define function to avoid a link
5304         failure: argmatch_die requires a usage function.
5305
5306 2007-11-09  Bruno Haible  <bruno@clisp.org>
5307
5308         * doc/functions/snprintf.texi: Mention BeOS deficiency.
5309         * doc/functions/vsnprintf.texi: Likewise.
5310         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
5311         with a size argument < 2.
5312
5313 2007-11-09  Bruno Haible  <bruno@clisp.org>
5314
5315         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
5316         buffer. Fixes an inefficiency introduced on 2007-11-03.
5317
5318 2007-11-09  Bruno Haible  <bruno@clisp.org>
5319
5320         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
5321         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
5322
5323 2007-11-08  Jim Meyering  <meyering@redhat.com>
5324
5325         Change cache variable name prefix "jm_" to "gl_" everywhere.
5326         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
5327         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
5328         * m4/uptime.m4: s/gl_/jm_/
5329
5330 2007-11-07  Bruno Haible  <bruno@clisp.org>
5331
5332         Update to GNU gettext 0.17.
5333         * m4/intl.m4: Update to GNU gettext 0.17.
5334         * m4/po.m4: Likewise.
5335         * modules/gettext (Files): Remove m4/ulonglong.m4.
5336         (configure.ac): Require gettext infrastructure from version 0.17.
5337
5338 2007-11-06  Bruno Haible  <bruno@clisp.org>
5339
5340         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
5341         symbolic values are not defined in a public header.
5342         * lib/freadable.c (freadable) [QNX]: Likewise.
5343         * lib/freadahead.c (freadahead) [QNX]: Likewise.
5344         * lib/freading.c (freading) [QNX]: Likewise.
5345         * lib/fseterr.c (fseterr) [QNX]: Likewise.
5346         * lib/fwritable.c (fwritable) [QNX]: Likewise.
5347         * lib/fwriting.c (fwriting) [QNX]: Likewise.
5348         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
5349         Reported by Alain Magloire.
5350
5351         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
5352
5353 2007-11-05  Bruno Haible  <bruno@clisp.org>
5354
5355         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
5356         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
5357         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
5358         Reported by Eric Blake.
5359
5360 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5361             Bruno Haible  <bruno@clisp.org>
5362
5363         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
5364         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
5365         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
5366         (malloc): Undefine also before including <stdlib.h>.
5367         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
5368         Needed on OSF/1 4.0.
5369
5370 2007-11-05  Jim Meyering  <meyering@redhat.com>
5371
5372         git-version-gen: sync from coreutils.
5373         * build-aux/git-version-gen: Add comments.
5374         Change the first '-' to '.' in the snapshot version string,
5375         e.g., 6.9-377-08144 -> 6.9.377-08144
5376         Remove first parameter.
5377         Don't declare a version "-dirty" merely because a time
5378         stamp has changed.
5379
5380 2007-11-04  Bruno Haible  <bruno@clisp.org>
5381
5382         * lib/lock.h: Protect all macro definitions containing an 'if'
5383         statement through a "do { ... } while (0)".
5384         * lib/tls.h: Likewise.
5385
5386 2007-11-04  Bruno Haible  <bruno@clisp.org>
5387
5388         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
5389
5390 2007-11-04  Bruno Haible  <bruno@clisp.org>
5391
5392         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
5393         * modules/fprintf-posix (Depends-on): Add nocrash.
5394         * modules/snprintf-posix (Depends-on): Likewise.
5395         * modules/sprintf-posix (Depends-on): Likewise.
5396         * modules/vasnprintf-posix (Depends-on): Likewise.
5397         * modules/vasprintf-posix (Depends-on): Likewise.
5398         * modules/vfprintf-posix (Depends-on): Likewise.
5399         * modules/vsnprintf-posix (Depends-on): Likewise.
5400         * modules/vsprintf-posix (Depends-on): Likewise.
5401         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
5402         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
5403         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
5404         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
5405         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
5406         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
5407         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
5408
5409 2007-11-04  Bruno Haible  <bruno@clisp.org>
5410
5411         * modules/nocrash: New file.
5412         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
5413         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
5414
5415 2007-11-04  Bruno Haible  <bruno@clisp.org>
5416
5417         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
5418         precision handling.
5419         * tests/test-vasprintf-posix.c (test_function): Likewise.
5420         * tests/test-snprintf-posix.h (test_function): Likewise.
5421         * tests/test-sprintf-posix.h (test_function): Likewise.
5422
5423         Fix *printf behaviour for large precisions on mingw and BeOS.
5424         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
5425         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
5426         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
5427         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5428         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5429         gl_PRINTF_PRECISION and test its result. Invoke
5430         gl_PREREQ_VASNPRINTF_PRECISION.
5431         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5432         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5433         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5434         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5435         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5436         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5437         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5438         * doc/functions/fprintf.texi: Update.
5439         * doc/functions/printf.texi: Update.
5440         * doc/functions/snprintf.texi: Update.
5441         * doc/functions/sprintf.texi: Update.
5442         * doc/functions/vfprintf.texi: Update.
5443         * doc/functions/vprintf.texi: Update.
5444         * doc/functions/vsnprintf.texi: Update.
5445         * doc/functions/vsprintf.texi: Update.
5446
5447 2007-11-04  Bruno Haible  <bruno@clisp.org>
5448
5449         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
5450
5451 2007-11-04  Bruno Haible  <bruno@clisp.org>
5452
5453         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
5454         Reported by Sylvain Beucler <beuc@gnu.org>.
5455
5456 2007-11-03  Bruno Haible  <bruno@clisp.org>
5457
5458         * tests/test-fprintf-posix2.sh: New file.
5459         * tests/test-fprintf-posix2.c: New file.
5460         * modules/fprintf-posix-tests (Files): Add them.
5461         (TESTS): Add test-fprintf-posix2.sh.
5462         (configure.ac): Check for getrlimit and setrlimit.
5463         (check_PROGRAMS): Add test-fprintf-posix2.
5464
5465         * tests/test-printf-posix2.sh: New file.
5466         * tests/test-printf-posix2.c: New file.
5467         * modules/printf-posix-tests (Files): Add them.
5468         (TESTS): Add test-printf-posix2.sh.
5469         (configure.ac): Check for getrlimit and setrlimit.
5470         (check_PROGRAMS): Add test-printf-posix2.
5471
5472         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
5473         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
5474         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
5475         (decode_double): New function, copied from decode_long_double.
5476         (scale10_round_decimal_decoded): New function, extracted from
5477         scale10_round_decimal_long_double.
5478         (scale10_round_decimal_long_double): Use it.
5479         (scale10_round_decimal_double): New function.
5480         (floorlog10): New function.
5481         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
5482         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
5483         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5484         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5485         gl_PRINTF_ENOMEM and test its result. Invoke
5486         gl_PREREQ_VASNPRINTF_ENOMEM.
5487         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5488         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5489         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5490         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5491         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5492         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5493         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5494         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
5495         * modules/snprintf-posix (Depends-on): Likewise.
5496         * modules/sprintf-posix (Depends-on): Likewise.
5497         * modules/vasnprintf-posix (Depends-on): Likewise.
5498         * modules/vasprintf-posix (Depends-on): Likewise.
5499         * modules/vfprintf-posix (Depends-on): Likewise.
5500         * modules/vsnprintf-posix (Depends-on): Likewise.
5501         * modules/vsprintf-posix (Depends-on): Likewise.
5502         * doc/functions/fprintf.texi: Update.
5503         * doc/functions/printf.texi: Update.
5504         * doc/functions/snprintf.texi: Update.
5505         * doc/functions/sprintf.texi: Update.
5506         * doc/functions/vfprintf.texi: Update.
5507         * doc/functions/vprintf.texi: Update.
5508         * doc/functions/vsnprintf.texi: Update.
5509         * doc/functions/vsprintf.texi: Update.
5510
5511 2007-11-03  Bruno Haible  <bruno@clisp.org>
5512
5513         * modules/frexp-nolibm-tests: New file.
5514
5515         * modules/frexp-nolibm: New file.
5516         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
5517
5518 2007-11-03  Bruno Haible  <bruno@clisp.org>
5519
5520         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
5521         value is C99 compliant.
5522         Needed for OSF/1 5.1.
5523
5524 2007-11-03  Bruno Haible  <bruno@clisp.org>
5525
5526         Fix out-of-memory handling of vasnprintf.
5527         * lib/printf-parse.c: Include <errno.h>.
5528         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
5529         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
5530         is already set.
5531
5532 2007-11-02  Eric Blake  <ebb9@byu.net>
5533
5534         Fix tests on cygwin.
5535         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
5536
5537 2007-11-01  Bruno Haible  <bruno@clisp.org>
5538
5539         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
5540         warning.
5541         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
5542         needed for POSIX compatibility.
5543
5544 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
5545
5546         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
5547         for compatibility with GNU.
5548
5549 2007-11-01  Bruno Haible  <bruno@clisp.org>
5550
5551         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
5552         (putenv): Renamed from rpl_putenv. Change argument type from
5553         'const char *' to 'char *'.
5554         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
5555         of defining putenv in config.h, just set REPLACE_PUTENV.
5556         * modules/putenv (Depends-on): Add stdlib.
5557         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5558         (Include): Use <stdlib.h>.
5559         * lib/stdlib.in.h (putenv): New declaration.
5560         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
5561         REPLACE_PUTENV.
5562         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
5563         REPLACE_PUTENV.
5564         Needed for MacOS X 10.5.0.
5565         Reported by Peter O'Gorman <peter@pogma.com>.
5566
5567 2007-11-01  Jim Meyering  <meyering@redhat.com>
5568
5569         Treat an empty date string exactly like "0".
5570         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
5571         if the remaining date string (to be parsed) is empty, use "0".
5572         Reported by Mischa Molhoek and discussed in this thread:
5573         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
5574
5575 2007-10-31  Bruno Haible  <bruno@clisp.org>
5576
5577         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
5578         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
5579         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
5580         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
5581         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
5582         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
5583
5584 2007-10-31  Bruno Haible  <bruno@clisp.org>
5585
5586         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
5587         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
5588         (AC_TYPE_LONG_LONG_INT): Use it.
5589         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
5590         it as well.
5591         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
5592         to m4/longlong.m4.
5593         * modules/stdint (Files): Remove m4/ulonglong.m4.
5594         * modules/strtoull (Files): Use m4/longlong.m4 instead of
5595         m4/ulonglong.m4.
5596         * modules/strtoumax (Files): Likewise.
5597
5598 2007-10-30  Bruno Haible  <bruno@clisp.org>
5599
5600         * modules/xvasprintf-posix: New file.
5601         Suggested by Eric Blake.
5602
5603 2007-10-30  Bruno Haible  <bruno@clisp.org>
5604
5605         * modules/xprintf-posix-tests: New file.
5606         * tests/test-xprintf-posix.sh: New file.
5607         * tests/test-xprintf-posix.c: New file.
5608         * tests/test-xfprintf-posix.c: New file.
5609
5610         * modules/xprintf-posix: New file.
5611
5612 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5613
5614         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
5615         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
5616         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
5617
5618 2007-10-29  Bruno Haible  <bruno@clisp.org>
5619
5620         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
5621         contain the special marker '_cv_'.
5622         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
5623         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
5624         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
5625         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
5626         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
5627         Reported by Ralf Wildenhues.
5628
5629 2007-10-29  Bruno Haible  <bruno@clisp.org>
5630
5631         * gnulib-tool (func_import): When --lgpl is not specified, set
5632         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
5633         GPLv3.
5634         Reported by Simon Josefsson.
5635
5636 2007-10-28  Bruno Haible  <bruno@clisp.org>
5637
5638         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
5639         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
5640         HAVE_DECL_ISFINITE.
5641         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
5642         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
5643         HAVE_DECL_ISFINITE.
5644
5645 2007-10-28  Bruno Haible  <bruno@clisp.org>
5646
5647         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
5648         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
5649
5650 2007-10-28  Bruno Haible  <bruno@clisp.org>
5651
5652         Fix link errors with Sun C 5.0 on Solaris 10.
5653         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
5654         function is declared but not present in the compiler's libm.
5655         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
5656         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
5657         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
5658         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
5659         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
5660         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
5661         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
5662         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
5663         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
5664         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
5665         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
5666         HAVE_DECL_FLOORL.
5667
5668 2007-10-28  Bruno Haible  <bruno@clisp.org>
5669
5670         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
5671         gl_FUNC_FLOORL. Cache the result.
5672         (gl_FUNC_FLOORL): Use it.
5673         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
5674         gl_FUNC_CEILL. Cache the result.
5675         (gl_FUNC_CEILL): Use it.
5676
5677         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
5678         gl_FUNC_FLOOR. Cache the result.
5679         (gl_FUNC_FLOOR): Use it.
5680         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
5681         gl_FUNC_CEIL. Cache the result.
5682         (gl_FUNC_CEIL): Use it.
5683
5684         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
5685         gl_FUNC_FLOORF. Cache the result.
5686         (gl_FUNC_FLOORF): Use it.
5687         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
5688         gl_FUNC_CEILF. Cache the result.
5689         (gl_FUNC_CEILF): Use it.
5690
5691 2007-10-28  Bruno Haible  <bruno@clisp.org>
5692
5693         * gnulib-tool: Allow specifying the LGPL version number through
5694         --lgpl=2 or --lgpl=3.
5695         (func_usage): Document --lgpl with argument.
5696         Handle --lgpl=... arguments.
5697         (func_import): Recognize also gl_LGPL calls with an argument. When
5698         --lgpl=2 is used and the module's license is just LGPL, report an
5699         error. Set sed_transform_lib_file according to the lgpl variable. In
5700         the generated files, use --lgpl or gl_LGPL invocations with argument,
5701         if necessary.
5702         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
5703         an LGPv2+ license.
5704         * doc/gnulib-tool.texi (Modified imports): Update explanation of
5705         gl_LGPL macro.
5706
5707 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5708             Bruno Haible  <bruno@clisp.org>
5709
5710         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
5711         (u16_uctomb_aux): Likewise.
5712         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
5713         !HAVE_INLINE.
5714         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
5715
5716 2007-10-28  Bruno Haible  <bruno@clisp.org>
5717
5718         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
5719         Invoke AM_GETTEXT_OPTION if it exists.
5720         * modules/vasprintf: Likewise.
5721         * modules/verror: Likewise.
5722         * modules/xprintf: Likewise.
5723         * modules/xvasprintf: Likewise.
5724
5725 2007-10-27  Ben Pfaff  <blp@gnu.org>
5726
5727         * lib/math.in.h: Define isfinite macro and prototypes for
5728         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
5729         implementations.
5730         * m4/math_h.m4: New substitutions for isfinite module.
5731         * lib/isfinite.c: New file.
5732         * m4/isfinite.m4: New file.
5733         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
5734         * modules/isfinite: New file.
5735         * modules/isfinite-tests: New file.
5736         * tests/tests-isfinite.c: New file.
5737         * doc/functions/isfinite.texi: Mention isfinite module.
5738         * MODULES.html.sh: Mention new module.
5739
5740 2007-10-27  Ben Pfaff  <blp@gnu.org>
5741
5742         Ralf Wildenhues reported that Tru64 4.0D declares the round
5743         functions but does not have definitions.
5744         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
5745         cannot be found in any library, set the output variable to
5746         "missing" instead of "".
5747         * m4/round.m4: Also use our substitute if we cannot find round in
5748         any library, even if it is declared.
5749         * m4/roundf.m4: Likewise for roundf.
5750         * m4/roundl.m4: Likewise for roundl.
5751         * lib/math.in.h: Undefine roundf, round, roundl before defining
5752         their replacements, to allow for hypothetical systems where these
5753         may be defined as macros but not available in libraries.
5754
5755 2007-10-27  Bruno Haible  <bruno@clisp.org>
5756
5757         * doc/gnulib.texi: Invoke @firstparagraphindent.
5758         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
5759         changes in gnulib.
5760         (Source changes): New section.
5761
5762 2007-10-26  Bruno Haible  <bruno@clisp.org>
5763
5764         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
5765         borrowed from autoconf.
5766
5767 2007-10-26  Bruno Haible  <bruno@clisp.org>
5768
5769         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
5770         strerror returned the empty string. Needed on HP-UX 11.00.
5771
5772 2007-10-24  Micah Cowan  <micah@cowan.name>
5773
5774         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
5775         * build-aux/bootstrap: Remove support for now-unnecessary option,
5776         --cvs-user, and envvars CVS_USER, CVS_RSH.
5777
5778 2007-10-24  Jim Meyering  <meyering@redhat.com>
5779
5780         Avoid diagnostics from sha1sum when there is no cached checksum.
5781         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
5782         if the po.s1 file hasn't been created yet.
5783
5784         * build-aux/bootstrap: Sync from coreutils:
5785         2007-10-24  Jim Meyering  <meyering@redhat.com>
5786         Get gnulib from the git repository, not from an obsolete cvs one.
5787         * build-aux/bootstrap: Suggestion from Micah Cowan.
5788         2007-10-04  Jim Meyering  <jim@meyering.net>
5789         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
5790         (update_po_files): Work also when there are no .po files in po/.
5791
5792 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5793
5794         * README: Append ".git" to git and cg examples.
5795         Problem reported by Benoit Sigoure.
5796
5797 2007-10-23  Micah Cowan  <micah@cowan.name>
5798
5799         * users.txt: Add wget.
5800
5801 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5802
5803         Fix linking of some unistdio tests on FreeBSD.
5804         * modules/unistdio/u16-vsnprintf-tests
5805         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
5806         * modules/unistdio/u16-vsprintf-tests
5807         (test_u16_vsnprintf1_LDADD): Likewise.
5808         * modules/unistdio/u32-vsnprintf-tests
5809         (test_u32_vsnprintf1_LDADD): Likewise.
5810         * modules/unistdio/u32-vsprintf-tests
5811         (test_u32_vsprintf1_LDADD): Likewise.
5812         * modules/unistdio/u8-vsnprintf-tests
5813         (test_u8_vsnprintf1_LDADD): Likewise.
5814         * modules/unistdio/u8-vsprintf-tests
5815         (test_u8_vsprintf1_LDADD): Likewise.
5816         * modules/unistdio/ulc-vsnprintf-tests
5817         (test_ulc_vsnprintf1_LDADD): Likewise.
5818         * modules/unistdio/ulc-vsprintf-tests
5819         (test_ulc_vsprintf1_LDADD): Likewise.
5820
5821         Fix linking of some uniconv tests on FreeBSD.
5822         * modules/uniconv/u16-conv-from-enc-tests
5823         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
5824         * modules/uniconv/u16-conv-to-enc-tests
5825         (test_u16_conv_to_enc_LDADD): Likewise.
5826         * modules/uniconv/u16-strconv-from-enc-tests
5827         (test_u16_strconv_from_enc_LDADD): Likewise.
5828         * modules/uniconv/u16-strconv-to-enc-tests
5829         (test_u16_strconv_to_enc_LDADD): Likewise.
5830         * modules/uniconv/u32-conv-from-enc-tests
5831         (test_u32_conv_from_enc_LDADD): Likewise.
5832         * modules/uniconv/u32-conv-to-enc-tests
5833         (test_u32_conv_to_enc_LDADD): Likewise.
5834         * modules/uniconv/u32-strconv-from-enc-tests
5835         (test_u32_strconv_from_enc_LDADD): Likewise.
5836         * modules/uniconv/u32-strconv-to-enc-tests
5837         (test_u32_strconv_to_enc_LDADD): Likewise.
5838         * modules/uniconv/u8-conv-from-enc-tests
5839         (test_u8_conv_from_enc_LDADD): Likewise.
5840         * modules/uniconv/u8-conv-to-enc-tests
5841         (test_u8_conv_to_enc_LDADD): Likewise.
5842         * modules/uniconv/u8-strconv-from-enc-tests
5843         (test_u8_strconv_from_enc_LDADD): Likewise.
5844         * modules/uniconv/u8-strconv-to-enc-tests
5845         (test_u8_strconv_to_enc_LDADD): Likewise.
5846
5847 2007-10-22  Bruno Haible  <bruno@clisp.org>
5848
5849         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
5850         size.
5851
5852 2007-10-22  Eric Blake  <ebb9@byu.net>
5853
5854         Tweak x*printf documentation.
5855         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
5856         variable name and comments.
5857         Suggested by Bruno Haible.
5858
5859 2007-10-22  Bruno Haible  <bruno@clisp.org>
5860
5861         * lib/acl.c (copy_acl): Fix file name in comment.
5862
5863 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
5864
5865         Fix Tru64 problem with stdbool.h.
5866         * lib/stdbool.in.h (false, true):
5867         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
5868         Don't declare as an enum in this situation; it runs afoul of Tru64.
5869         Problem reported by Steven M. Schweda in
5870         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
5871
5872 2007-10-22  Eric Blake  <ebb9@byu.net>
5873
5874         Also wrap vf?printf.
5875         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
5876         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
5877         (xvprintf, xvfprintf): New functions.
5878
5879 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5880
5881         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
5882         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
5883
5884         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
5885         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
5886
5887 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
5888
5889         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
5890         by Bruno Haible.
5891
5892 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5893
5894         * lib/getloadavg.c
5895         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
5896         Undef `sys' after including sys/table.h, for Tru64 4.0D.
5897
5898         * tests/test-i-ring.c: Work for C89.
5899
5900 2007-10-22  Bruno Haible  <bruno@clisp.org>
5901
5902         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
5903         -1u, in preprocessor expression, so that we don't test for the bug
5904         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
5905         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
5906
5907 2007-10-22  Eric Blake  <ebb9@byu.net>
5908
5909         * tests/test-yesno.sh: Silence stderr during test.
5910
5911 2007-10-22  Simon Josefsson  <simon@josefsson.org>
5912
5913         * modules/crypto/gc-camellia: New file.
5914
5915         * m4/gc-camellia.m4: New file.
5916
5917         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
5918
5919         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
5920
5921 2007-10-22  Simon Josefsson  <simon@josefsson.org>
5922
5923         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
5924         --help to stdout.  Reported by sms@antinode.org (Steven
5925         M. Schweda).
5926
5927 2007-10-22  Simon Josefsson  <simon@josefsson.org>
5928
5929         * users.txt: Fix link to libksba.
5930
5931 2007-10-21  Ben Pfaff  <blp@gnu.org>
5932
5933         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
5934         round.c roundf implementation that depends on floorf and ceilf to
5935         be tested unconditionally.
5936
5937 2007-10-21  Ben Pfaff  <blp@gnu.org>
5938
5939         * m4/check-libm-func.m4: Removed.
5940         * m4/check-math-lib.m4: New file.
5941         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
5942         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
5943         definition and lack of AC_LIBOBJ([roundf]).
5944         * m4/roundl.m4: Ditto, and similarly for roundl.
5945         * modules/round: Reference new m4 file.
5946         * modules/roundf: Ditto.
5947         * modules/roundl: Ditto.
5948         * tests/test-round2.c (main): Use ROUND instead of round.
5949         Bug report from Bruno Haible.
5950
5951 2007-10-21  Bruno Haible  <bruno@clisp.org>
5952
5953         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
5954         context.
5955
5956 2007-10-21  Bruno Haible  <bruno@clisp.org>
5957
5958         * tests/test-wcwidth.c (main): Allow negative result for some control
5959         characters.
5960
5961         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
5962         Needed on OSF/1 5.1.
5963
5964 2007-10-21  Bruno Haible  <bruno@clisp.org>
5965
5966         * tests/test-floorf1.c: Include isnanf.h.
5967         (main): Use isnanf() instead of isnan().
5968         * tests/test-ceilf1.c: Include isnanf.h.
5969         (main): Use isnanf() instead of isnan().
5970         * tests/test-truncf1.c: Include isnanf.h.
5971         (main): Use isnanf() instead of isnan().
5972         * tests/test-roundf1.c: Include isnanf.h.
5973         (main): Use isnanf() instead of isnan().
5974
5975 2007-10-21  Eric Blake  <ebb9@byu.net>
5976
5977         * users.txt: Update URL for m4.
5978
5979 2007-10-21  Bruno Haible  <bruno@clisp.org>
5980
5981         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
5982
5983 2007-10-21  Bruno Haible  <bruno@clisp.org>
5984
5985         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
5986         Git's management files if the CVS files are not present.
5987
5988 2007-10-20  Bruno Haible  <bruno@clisp.org>
5989
5990         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
5991         gcc-3.4.x.
5992
5993 2007-10-20  Ben Pfaff  <blp@gnu.org>
5994
5995         * lib/math.in.h: Declare round, roundf, roundl if we are providing
5996         implementations.
5997         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
5998         * lib/round.c: New file.
5999         * lib/roundf.c: New file.
6000         * lib/roundl.c: New file.
6001         * m4/round.m4: New file.
6002         * m4/roundf.m4: New file.
6003         * m4/roundl.m4: New file.
6004         * m4/check-libm-func-m4: New file.
6005         * modules/math: Replace round, roundf, roundl related @VARS@ in
6006         math.in.h.
6007         * modules/round: New file.
6008         * modules/round-tests: New file.
6009         * modules/roundf: New file.
6010         * modules/roundf-tests: New file.
6011         * modules/roundl: New file.
6012         * modules/roundl-tests: New file.
6013         * tests/test-round1.c: New file.
6014         * tests/test-round2.c: New file.
6015         * tests/test-roundf1.c: New file.
6016         * tests/test-roundf2.c: New file.
6017         * tests/test-roundl.c: New file.
6018         * doc/functions/round.texi: Mention round module.
6019         * doc/functions/roundf.texi: Mention roundf module.
6020         * doc/functions/roundl.texi: Mention roundl module.
6021         * MODULES.html.sh: Mention new modules.
6022         Thanks to Bruno Haible for suggestions.
6023
6024 2007-10-20  Jim Meyering  <meyering@redhat.com>
6025
6026         * lib/xprintf.c: Include <config.h> unconditionally.
6027
6028         Change xprintf's license to GPL.
6029         * modules/xprintf (License): s/LGPL/GPL/, since this module
6030         depends on modules (exit and exitfail) which are GPL.
6031         Suggestion from Bruno Haible.
6032
6033         xprintf fixes.
6034         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
6035         Use a clearer diagnostic.
6036         Patch from Bruno Haible.
6037
6038 2007-10-20  Bruno Haible  <bruno@clisp.org>
6039
6040         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
6041         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
6042         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6043
6044 2007-10-20  Bruno Haible  <bruno@clisp.org>
6045
6046         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
6047         precision in the comparison result > x - 1 or similar.
6048         * tests/test-ceilf2.c (correct_result_p): Likewise.
6049         * tests/test-truncf2.c (correct_result_p): Likewise.
6050         * tests/test-trunc2.c (correct_result_p): Likewise.
6051         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6052
6053 2007-10-20  Bruno Haible  <bruno@clisp.org>
6054
6055         * modules/ceil: New file.
6056         * m4/ceil.m4: New file.
6057         * doc/functions/ceil.texi: Mention the 'ceil' module.
6058
6059 2007-10-20  Bruno Haible  <bruno@clisp.org>
6060
6061         * modules/floor: New file.
6062         * m4/floor.m4: New file.
6063         * doc/functions/floor.texi: Mention the 'floor' module.
6064
6065 2007-10-20  Bruno Haible  <bruno@clisp.org>
6066
6067         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
6068         of %a.
6069         * modules/floorf-tests (Depends-on): Likewise.
6070         * modules/truncf-tests (Depends-on): Likewise.
6071         * modules/trunc-tests (Depends-on): Likewise.
6072         Reported by Ben Pfaff.
6073
6074 2007-10-19  Jim Meyering  <meyering@redhat.com>
6075
6076         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
6077         Don't bother testing specific errno values.  Just test ferror.
6078
6079         New module: xprintf
6080         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
6081
6082 2007-10-19  Bruno Haible  <bruno@clisp.org>
6083
6084         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
6085         syntax.
6086         * modules/javaexec (Makefile.am): Likewise.
6087         * modules/relocatable-prog (Makefile.am): Likewise.
6088         Suggested by Jim Meyering.
6089
6090 2007-10-18  Bruno Haible  <bruno@clisp.org>
6091
6092         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
6093         Reported by Jim Meyering.
6094
6095 2007-10-18  Eric Blake  <ebb9@byu.net>
6096
6097         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
6098
6099 2007-10-18  Bruno Haible  <bruno@clisp.org>
6100
6101         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
6102         the format string into writable memory. Needed in Fortify conditions.
6103
6104 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
6105             Bruno Haible  <bruno@clisp.org>
6106
6107         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
6108         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
6109         * modules/trim (Depends-on): Add mbchar.
6110         (configure.ac): Add gl_FUNC_MBRTOWC.
6111         (Makefile.am): Augment lib_SOURCES.
6112
6113 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6114
6115         Modify glob.c to use fstatat and dirfd, to simplify it.
6116         Suggested by Eric Blake.
6117         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
6118         Don't include <stdbool.h>; not used.
6119         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
6120         (link_exists_p): Simplify implementation, since we can now assume
6121         dirfd and fstatat.
6122         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
6123
6124 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6125
6126         * gnulib-tool (func_get_dependencies): Fix sed script to
6127         match only tests.
6128
6129 2007-10-17  Bruno Haible  <bruno@clisp.org>
6130
6131         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
6132         allow locale names without encoding suffix.
6133         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
6134         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6135
6136 2007-10-16  Bruno Haible  <bruno@clisp.org>
6137
6138         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
6139         * lib/getgroups.c (getgroups): Likewise.
6140         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
6141
6142 2007-10-16  Bruno Haible  <bruno@clisp.org>
6143
6144         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
6145         * modules/malloc-posix (License): Likewise.
6146         * modules/realloc-posix (License): Likewise.
6147         * modules/calloc-posix (License): Likewise.
6148         * modules/intprops (License): Change from GPL to LGPL, with
6149         Paul Eggert's approval.
6150
6151 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6152
6153         Merge glibc changes into lib/glob.c.
6154
6155         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
6156         2007-10-15 04:59:03 UTC.  Here are the changes:
6157
6158         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
6159
6160         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
6161
6162         * lib/glob.c: Add some branch prediction throughout.
6163
6164         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
6165
6166         [BZ #5103]
6167         * lib/glob.c (glob): Recognize patterns starting \/.
6168
6169         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
6170
6171         [BZ #3996]
6172         * lib/glob.c (attribute_hidden): Define if not defined.
6173         (glob): Unescape dirname, filename or username when needed and not
6174         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
6175         is NULL.  Handle unescaped [ in pattern without closing ].
6176         Don't pass GLOB_CHECK down to recursive glob for directories.
6177         (__glob_pattern_type): New function.
6178         (__glob_pattern_p): Implement using __glob_pattern_type.
6179         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
6180         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
6181         Remove unreachable code.
6182
6183         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
6184
6185         * lib/glob.c (glob_in_dir): Add some comments and asserts to
6186         explain why there are no leaks.
6187
6188         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
6189
6190         [BZ #3253]
6191         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
6192         time, rather allocate increasingly bigger arrays of pointers, if
6193         possible with alloca, if too large with malloc.
6194
6195 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6196
6197         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
6198         Problem reported by H.Merijn Brand in
6199         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
6200         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
6201         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6202
6203 2007-10-15  Bruno Haible  <bruno@clisp.org>
6204
6205         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
6206         with explicit rpl_ prefix.
6207         * lib/fopen.c (fopen): Likewise.
6208         * lib/freopen.c (freopen): Likewise.
6209         * lib/iconv.c (iconv): Likewise.
6210         * lib/iconv_close.c (iconv_close): Likewise.
6211
6212 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6213
6214         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
6215
6216 2007-10-15  Bruno Haible  <bruno@clisp.org>
6217
6218         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
6219         <stddef.h> instead of <stdlib.h> since we only need NULL.
6220         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6221
6222 2007-10-15  Bruno Haible  <bruno@clisp.org>
6223
6224         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
6225         Replace paragraph talking about LIBOBJS.
6226         Reported by Colin Watson <cjwatson@debian.org>.
6227
6228 2007-10-15  Bruno Haible  <bruno@clisp.org>
6229
6230         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
6231         <stdlib.h> before using NULL.
6232
6233 2007-10-15  Simon Josefsson  <simon@josefsson.org>
6234
6235         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
6236         Reported by Albert Chin <china@thewrittenword.com>.
6237
6238 2007-10-14  Bruno Haible  <bruno@clisp.org>
6239
6240         * modules/iconv_open-utf-tests: New file.
6241         * tests/test-iconv-utf.c: New file.
6242
6243         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
6244         * modules/iconv_open-utf: New file.
6245         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
6246         (iconv, iconv_close): New declarations.
6247         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
6248         be defined.
6249         (iconv_open): Add special handling of conversion between UTF-8 and
6250         UTF-{16,32}{BE,LE}.
6251         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
6252         * lib/iconv_close.c: New file.
6253         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
6254         gl_FUNC_ICONV_OPEN.
6255         (gl_FUNC_ICONV_OPEN): Use it.
6256         (gl_FUNC_ICONV_OPEN_UTF): New macro.
6257         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
6258         and REPLACE_ICONV_UTF.
6259         * modules/iconv_open (Depends-on): Add c-strcase.
6260         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
6261         ICONV_CONST.
6262         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
6263
6264 2007-10-13  Albert Chin  <china@thewrittenword.com>
6265             Bruno Haible  <bruno@clisp.org>
6266
6267         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
6268         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
6269
6270 2007-10-13  Bruno Haible  <bruno@clisp.org>
6271
6272         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
6273         defined, use the ISO C99 inline semantics.
6274         * lib/argp.h (ARGP_EI): Likewise.
6275
6276 2007-10-13  Bruno Haible  <bruno@clisp.org>
6277
6278         Handle 'inline' change in gcc 4.3.0.
6279         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
6280         argp_fmtstream_write, argp_fmtstream_set_lmargin,
6281         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
6282         argp_fmtstream_point): Disable 'extern' declaration if the function
6283         definition is going to be provided inline.
6284         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
6285         semantics, not the ISO C99 inline semantics.
6286         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
6287         'extern' declaration if the function definition is going to be provided
6288         inline.
6289         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
6290         the GNU C inline semantics, not the ISO C99 inline semantics. With
6291         GCC 4.2, avoid a warning.
6292
6293 2007-10-13  Bruno Haible  <bruno@clisp.org>
6294
6295         * lib/freading.h (freading): Enable the use of __freading for
6296         glibc >= 2.7.
6297         * lib/freading.c (freading): Likewise.
6298
6299 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6300
6301         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
6302         "warning: C99 inline functions are not supported; using GNU89".
6303
6304 2007-10-12  Bruno Haible  <bruno@clisp.org>
6305
6306         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
6307         of 2.
6308         * tests/test-ceilf2.c: New file.
6309         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
6310
6311         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
6312         * modules/ceilf-tests: Update.
6313
6314 2007-10-12  Bruno Haible  <bruno@clisp.org>
6315
6316         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
6317         of 2.
6318         * tests/test-floorf2.c: New file.
6319         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
6320
6321         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
6322         * modules/floorf-tests: Update.
6323
6324 2007-10-12  Bruno Haible  <bruno@clisp.org>
6325
6326         * tests/test-trunc2.c: New file.
6327         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
6328
6329         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
6330         * modules/trunc-tests: Update.
6331
6332 2007-10-12  Bruno Haible  <bruno@clisp.org>
6333
6334         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
6335         of 2.
6336         * tests/test-truncf2.c: New file.
6337         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
6338
6339         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
6340         * modules/truncf-tests: Update.
6341
6342 2007-10-11  Eric Blake  <ebb9@byu.net>
6343
6344         Don't claim strerror is broken on Interix.
6345         * doc/functions/strerror.texi (strerror): Known broken systems are
6346         now Solaris 8, and not Interix.
6347         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
6348         Interix on cross-compile.
6349         Reported by Martin Koeppe in
6350         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
6351
6352 2007-10-11  Bruno Haible  <bruno@clisp.org>
6353
6354         * modules/i-ring-tests: New file.
6355         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
6356         instead of assert.
6357
6358 2007-10-11  Bruno Haible  <bruno@clisp.org>
6359
6360         * modules/filenamecat-tests: New file.
6361         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
6362         * lib/filenamecat.c: Remove test code.
6363
6364 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6365
6366         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
6367
6368         * lib/strerror.c: Include <string.h> always, to test interface,
6369         and to remove the need for the dummy.
6370         Include intprops.h to compute width instead of doing it ourselves
6371         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
6372         (strerror): Define it to return NULL if there's no system strerror.
6373         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
6374         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
6375         ancient pre-strerror Unix systems well any more.  Saying "unknown
6376         system error" is enough.
6377         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
6378         simpler strerror.c implementation.
6379         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
6380         Simplify the tests to reflect the simpler strerror implementation.
6381         * modules/strerror (Depends-on): Add intprops.
6382
6383 2007-10-09  Eric Blake  <ebb9@byu.net>
6384
6385         Silence test-fpending.
6386         * modules/fpending-tests (Files): Add wrapper script.
6387         * tests/test-fpending.sh: New file.
6388
6389 2007-10-09  Bruno Haible  <bruno@clisp.org>
6390
6391         * MODULES.html.sh (func_module): Don't create a hyperlink for
6392         function names like 'printf_frexp'.
6393         (Misc): Add crc, memxor.
6394         (Characteristics of floating types): New section.
6395         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
6396         isnanf-nolibm, signbit, trunc, truncf, truncl.
6397         (Enhancements for ISO C 99 functions): New subsection Input/output.
6398         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
6399         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
6400         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
6401         (Compatibility checks for POSIX:2001 functions): Add clock-time.
6402         (Enhancements for POSIX:2001 functions): Add chdir-long.
6403         (File system functions): Add areadlink, chdir-safer, read-file.
6404         Remove cycle-check.
6405         (File system as inode set): New section.
6406         (Date and time): Add gethrxtime.
6407         (Multithreading): Add openmp.
6408         (Internationalization functions): Add localename.
6409         (Unicode string functions): Add unistr/u*-mbsnlen.
6410         (Support for maintaining and releasing projects): Add git-version-gen.
6411         (Lone files): Remove directories.
6412
6413 2007-10-08  Ben Pfaff  <blp@gnu.org>
6414
6415         * lib/xmalloca.h: Fix typo in comment.
6416
6417 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6418
6419         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
6420         when avoiding problems with integer overflow.  Use a portable test
6421         instead.
6422
6423 2007-10-08  Simon Josefsson  <simon@josefsson.org>
6424
6425         * modules/dummy (License): Change to LGPLv2+.
6426         * modules/float (License): Likewise
6427         * modules/realloc (License): Likewise
6428         * modules/stdlib (License): Likewise
6429
6430 2007-10-07  Bruno Haible  <bruno@clisp.org>
6431
6432         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
6433         * floor.c (TWO_MANT_DIG): Likewise.
6434         * ceil.c (TWO_MANT_DIG): Likewise.
6435         Reported by Ben Pfaff.
6436
6437 2007-10-07  Bruno Haible  <bruno@clisp.org>
6438
6439         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
6440         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
6441         * lib/frexp.c (FUNC): Likewise.
6442         * lib/printf-frexp.h (printf_frexp): Likewise.
6443         * lib/printf-frexpl.h (printf_frexpl): Likewise.
6444         * lib/printf-frexp.c (FUNC): Likewise.
6445         Suggested by Jim Meyering.
6446
6447 2007-10-07  Jim Meyering  <meyering@redhat.com>
6448
6449         Make xnanosleep's integer overflow test more robust.
6450         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
6451         so that gcc-4.3.0 doesn't optimize away this test for overflow.
6452
6453 2007-10-07  Bruno Haible  <bruno@clisp.org>
6454
6455         * NEWS: Mention the license change.
6456
6457         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
6458         abbreviations in the modules files.
6459
6460         Change copyright notice from GPLv2+ to GPLv3+.
6461         * README: Change copyright notice.
6462         * MODULES.html.sh: Likewise.
6463         * build-aux/bootstrap.conf: Likewise.
6464         * build-aux/config.libpath: Likewise.
6465         * build-aux/csharpcomp.sh.in: Likewise.
6466         * build-aux/csharpexec.sh.in: Likewise.
6467         * build-aux/install-reloc: Likewise.
6468         * build-aux/javacomp.sh.in: Likewise.
6469         * build-aux/javaexec.sh.in: Likewise.
6470         * build-aux/ldd.sh.in: Likewise.
6471         * build-aux/reloc-ldflags: Likewise.
6472         * build-aux/relocatable.sh.in: Likewise.
6473         * build-aux/x-to-1.in: Likewise.
6474         * check-module: Likewise.
6475         * config/srclistvars.sh: Likewise.
6476         * gnulib-tool: Likewise.
6477         * lib/acl-internal.h: Likewise.
6478         * lib/acl.c: Likewise.
6479         * lib/acl.h: Likewise.
6480         * lib/acl_entries.c: Likewise.
6481         * lib/areadlink-with-size.c: Likewise.
6482         * lib/areadlink.c: Likewise.
6483         * lib/areadlink.h: Likewise.
6484         * lib/argmatch.c: Likewise.
6485         * lib/argmatch.h: Likewise.
6486         * lib/argp-ba.c: Likewise.
6487         * lib/argp-eexst.c: Likewise.
6488         * lib/argp-fmtstream.c: Likewise.
6489         * lib/argp-fmtstream.h: Likewise.
6490         * lib/argp-fs-xinl.c: Likewise.
6491         * lib/argp-help.c: Likewise.
6492         * lib/argp-namefrob.h: Likewise.
6493         * lib/argp-parse.c: Likewise.
6494         * lib/argp-pin.c: Likewise.
6495         * lib/argp-pv.c: Likewise.
6496         * lib/argp-pvh.c: Likewise.
6497         * lib/argp-xinl.c: Likewise.
6498         * lib/argp.h: Likewise.
6499         * lib/at-func.c: Likewise.
6500         * lib/atanl.c: Likewise.
6501         * lib/backupfile.c: Likewise.
6502         * lib/backupfile.h: Likewise.
6503         * lib/basename.c: Likewise.
6504         * lib/binary-io.h: Likewise.
6505         * lib/byteswap.in.h: Likewise.
6506         * lib/c-stack.c: Likewise.
6507         * lib/c-stack.h: Likewise.
6508         * lib/c-strcasestr.c: Likewise.
6509         * lib/c-strcasestr.h: Likewise.
6510         * lib/c-strstr.c: Likewise.
6511         * lib/c-strstr.h: Likewise.
6512         * lib/c-strtod.c: Likewise.
6513         * lib/calloc.c: Likewise.
6514         * lib/canon-host.c: Likewise.
6515         * lib/canon-host.h: Likewise.
6516         * lib/canonicalize-lgpl.c: Likewise.
6517         * lib/canonicalize.c: Likewise.
6518         * lib/canonicalize.h: Likewise.
6519         * lib/ceil.c: Likewise.
6520         * lib/ceilf.c: Likewise.
6521         * lib/ceill.c: Likewise.
6522         * lib/chdir-long.c: Likewise.
6523         * lib/chdir-long.h: Likewise.
6524         * lib/chdir-safer.c: Likewise.
6525         * lib/chdir-safer.h: Likewise.
6526         * lib/chown.c: Likewise.
6527         * lib/classpath.c: Likewise.
6528         * lib/classpath.h: Likewise.
6529         * lib/clean-temp.c: Likewise.
6530         * lib/clean-temp.h: Likewise.
6531         * lib/cloexec.c: Likewise.
6532         * lib/close-stream.c: Likewise.
6533         * lib/closein.c: Likewise.
6534         * lib/closein.h: Likewise.
6535         * lib/closeout.c: Likewise.
6536         * lib/closeout.h: Likewise.
6537         * lib/concat-filename.c: Likewise.
6538         * lib/copy-file.c: Likewise.
6539         * lib/copy-file.h: Likewise.
6540         * lib/count-one-bits.h: Likewise.
6541         * lib/crc.c: Likewise.
6542         * lib/crc.h: Likewise.
6543         * lib/creat-safer.c: Likewise.
6544         * lib/csharpcomp.c: Likewise.
6545         * lib/csharpcomp.h: Likewise.
6546         * lib/csharpexec.c: Likewise.
6547         * lib/csharpexec.h: Likewise.
6548         * lib/cycle-check.c: Likewise.
6549         * lib/cycle-check.h: Likewise.
6550         * lib/diacrit.c: Likewise.
6551         * lib/diacrit.h: Likewise.
6552         * lib/diffseq.h: Likewise.
6553         * lib/dirchownmod.c: Likewise.
6554         * lib/dirent.in.h: Likewise.
6555         * lib/dirfd.c: Likewise.
6556         * lib/dirfd.h: Likewise.
6557         * lib/dirname.c: Likewise.
6558         * lib/dirname.h: Likewise.
6559         * lib/dummy.c: Likewise.
6560         * lib/dup-safer.c: Likewise.
6561         * lib/dup2.c: Likewise.
6562         * lib/eealloc.h: Likewise.
6563         * lib/error.c: Likewise.
6564         * lib/error.h: Likewise.
6565         * lib/euidaccess.c: Likewise.
6566         * lib/exclude.c: Likewise.
6567         * lib/exclude.h: Likewise.
6568         * lib/execute.c: Likewise.
6569         * lib/execute.h: Likewise.
6570         * lib/exitfail.c: Likewise.
6571         * lib/exitfail.h: Likewise.
6572         * lib/expl.c: Likewise.
6573         * lib/fatal-signal.c: Likewise.
6574         * lib/fatal-signal.h: Likewise.
6575         * lib/fbufmode.c: Likewise.
6576         * lib/fbufmode.h: Likewise.
6577         * lib/fchdir.c: Likewise.
6578         * lib/fchmodat.c: Likewise.
6579         * lib/fchownat.c: Likewise.
6580         * lib/fcntl--.h: Likewise.
6581         * lib/fcntl-safer.h: Likewise.
6582         * lib/fcntl.in.h: Likewise.
6583         * lib/fd-safer.c: Likewise.
6584         * lib/fflush.c: Likewise.
6585         * lib/file-has-acl.c: Likewise.
6586         * lib/file-set.c: Likewise.
6587         * lib/file-type.c: Likewise.
6588         * lib/file-type.h: Likewise.
6589         * lib/fileblocks.c: Likewise.
6590         * lib/filemode.c: Likewise.
6591         * lib/filemode.h: Likewise.
6592         * lib/filename.h: Likewise.
6593         * lib/filenamecat.c: Likewise.
6594         * lib/filenamecat.h: Likewise.
6595         * lib/findprog.c: Likewise.
6596         * lib/findprog.h: Likewise.
6597         * lib/float.in.h: Likewise.
6598         * lib/floor.c: Likewise.
6599         * lib/floorf.c: Likewise.
6600         * lib/floorl.c: Likewise.
6601         * lib/fopen-safer.c: Likewise.
6602         * lib/fopen.c: Likewise.
6603         * lib/fpending.c: Likewise.
6604         * lib/fpending.h: Likewise.
6605         * lib/fprintf.c: Likewise.
6606         * lib/fprintftime.h: Likewise.
6607         * lib/fpucw.h: Likewise.
6608         * lib/fpurge.c: Likewise.
6609         * lib/fpurge.h: Likewise.
6610         * lib/freadable.c: Likewise.
6611         * lib/freadable.h: Likewise.
6612         * lib/freadahead.c: Likewise.
6613         * lib/freadahead.h: Likewise.
6614         * lib/freading.c: Likewise.
6615         * lib/freading.h: Likewise.
6616         * lib/free.c: Likewise.
6617         * lib/freopen.c: Likewise.
6618         * lib/frexp.c: Likewise.
6619         * lib/frexpl.c: Likewise.
6620         * lib/fseek.c: Likewise.
6621         * lib/fseterr.c: Likewise.
6622         * lib/fseterr.h: Likewise.
6623         * lib/fstatat.c: Likewise.
6624         * lib/fstrcmp.c: Likewise.
6625         * lib/fstrcmp.h: Likewise.
6626         * lib/fsusage.c: Likewise.
6627         * lib/fsusage.h: Likewise.
6628         * lib/ftell.c: Likewise.
6629         * lib/ftello.c: Likewise.
6630         * lib/fts-cycle.c: Likewise.
6631         * lib/fts.c: Likewise.
6632         * lib/fts_.h: Likewise.
6633         * lib/full-read.c: Likewise.
6634         * lib/full-read.h: Likewise.
6635         * lib/full-write.c: Likewise.
6636         * lib/full-write.h: Likewise.
6637         * lib/fwritable.c: Likewise.
6638         * lib/fwritable.h: Likewise.
6639         * lib/fwriteerror.c: Likewise.
6640         * lib/fwriteerror.h: Likewise.
6641         * lib/fwriting.c: Likewise.
6642         * lib/fwriting.h: Likewise.
6643         * lib/gcd.c: Likewise.
6644         * lib/gcd.h: Likewise.
6645         * lib/getcwd.c: Likewise.
6646         * lib/getdate.h: Likewise.
6647         * lib/getdate.y: Likewise.
6648         * lib/getdomainname.c: Likewise.
6649         * lib/getdomainname.h: Likewise.
6650         * lib/getgroups.c: Likewise.
6651         * lib/gethostname.c: Likewise.
6652         * lib/gethrxtime.c: Likewise.
6653         * lib/gethrxtime.h: Likewise.
6654         * lib/getloadavg.c: Likewise.
6655         * lib/getndelim2.c: Likewise.
6656         * lib/getndelim2.h: Likewise.
6657         * lib/getnline.c: Likewise.
6658         * lib/getnline.h: Likewise.
6659         * lib/getopt.c: Likewise.
6660         * lib/getopt.in.h: Likewise.
6661         * lib/getopt1.c: Likewise.
6662         * lib/getopt_int.h: Likewise.
6663         * lib/getpagesize.h: Likewise.
6664         * lib/getsubopt.c: Likewise.
6665         * lib/gettime.c: Likewise.
6666         * lib/getugroups.c: Likewise.
6667         * lib/getugroups.h: Likewise.
6668         * lib/getusershell.c: Likewise.
6669         * lib/gl_anyavltree_list1.h: Likewise.
6670         * lib/gl_anyavltree_list2.h: Likewise.
6671         * lib/gl_anyhash_list1.h: Likewise.
6672         * lib/gl_anyhash_list2.h: Likewise.
6673         * lib/gl_anylinked_list1.h: Likewise.
6674         * lib/gl_anylinked_list2.h: Likewise.
6675         * lib/gl_anyrbtree_list1.h: Likewise.
6676         * lib/gl_anyrbtree_list2.h: Likewise.
6677         * lib/gl_anytree_list1.h: Likewise.
6678         * lib/gl_anytree_list2.h: Likewise.
6679         * lib/gl_anytree_oset.h: Likewise.
6680         * lib/gl_anytreehash_list1.h: Likewise.
6681         * lib/gl_anytreehash_list2.h: Likewise.
6682         * lib/gl_array_list.c: Likewise.
6683         * lib/gl_array_list.h: Likewise.
6684         * lib/gl_array_oset.c: Likewise.
6685         * lib/gl_array_oset.h: Likewise.
6686         * lib/gl_avltree_list.c: Likewise.
6687         * lib/gl_avltree_list.h: Likewise.
6688         * lib/gl_avltree_oset.c: Likewise.
6689         * lib/gl_avltree_oset.h: Likewise.
6690         * lib/gl_avltreehash_list.c: Likewise.
6691         * lib/gl_avltreehash_list.h: Likewise.
6692         * lib/gl_carray_list.c: Likewise.
6693         * lib/gl_carray_list.h: Likewise.
6694         * lib/gl_linked_list.c: Likewise.
6695         * lib/gl_linked_list.h: Likewise.
6696         * lib/gl_linkedhash_list.c: Likewise.
6697         * lib/gl_linkedhash_list.h: Likewise.
6698         * lib/gl_list.c: Likewise.
6699         * lib/gl_list.h: Likewise.
6700         * lib/gl_oset.c: Likewise.
6701         * lib/gl_oset.h: Likewise.
6702         * lib/gl_rbtree_list.c: Likewise.
6703         * lib/gl_rbtree_list.h: Likewise.
6704         * lib/gl_rbtree_oset.c: Likewise.
6705         * lib/gl_rbtree_oset.h: Likewise.
6706         * lib/gl_rbtreehash_list.c: Likewise.
6707         * lib/gl_rbtreehash_list.h: Likewise.
6708         * lib/gl_sublist.c: Likewise.
6709         * lib/gl_sublist.h: Likewise.
6710         * lib/group-member.c: Likewise.
6711         * lib/group-member.h: Likewise.
6712         * lib/hard-locale.c: Likewise.
6713         * lib/hard-locale.h: Likewise.
6714         * lib/hash-pjw.c: Likewise.
6715         * lib/hash-pjw.h: Likewise.
6716         * lib/hash-triple.c: Likewise.
6717         * lib/hash.c: Likewise.
6718         * lib/hash.h: Likewise.
6719         * lib/human.c: Likewise.
6720         * lib/human.h: Likewise.
6721         * lib/i-ring.c: Likewise.
6722         * lib/i-ring.h: Likewise.
6723         * lib/idcache.c: Likewise.
6724         * lib/imaxabs.c: Likewise.
6725         * lib/imaxdiv.c: Likewise.
6726         * lib/inet_pton.c: Likewise.
6727         * lib/inet_pton.h: Likewise.
6728         * lib/intprops.h: Likewise.
6729         * lib/inttostr.c: Likewise.
6730         * lib/inttostr.h: Likewise.
6731         * lib/inttypes.in.h: Likewise.
6732         * lib/isapipe.c: Likewise.
6733         * lib/isdir.c: Likewise.
6734         * lib/isnan.c: Likewise.
6735         * lib/isnan.h: Likewise.
6736         * lib/isnanf.c: Likewise.
6737         * lib/isnanf.h: Likewise.
6738         * lib/isnanl-nolibm.h: Likewise.
6739         * lib/isnanl.c: Likewise.
6740         * lib/isnanl.h: Likewise.
6741         * lib/javacomp.c: Likewise.
6742         * lib/javacomp.h: Likewise.
6743         * lib/javaexec.c: Likewise.
6744         * lib/javaexec.h: Likewise.
6745         * lib/javaversion.c: Likewise.
6746         * lib/javaversion.h: Likewise.
6747         * lib/javaversion.java: Likewise.
6748         * lib/lbrkprop.h: Likewise.
6749         * lib/lchmod.h: Likewise.
6750         * lib/lchown.c: Likewise.
6751         * lib/ldexpl.c: Likewise.
6752         * lib/linebreak.c: Likewise.
6753         * lib/linebreak.h: Likewise.
6754         * lib/linebuffer.c: Likewise.
6755         * lib/linebuffer.h: Likewise.
6756         * lib/locale.in.h: Likewise.
6757         * lib/logl.c: Likewise.
6758         * lib/long-options.c: Likewise.
6759         * lib/long-options.h: Likewise.
6760         * lib/lstat.c: Likewise.
6761         * lib/lstat.h: Likewise.
6762         * lib/math.in.h: Likewise.
6763         * lib/mbchar.c: Likewise.
6764         * lib/mbchar.h: Likewise.
6765         * lib/mbfile.h: Likewise.
6766         * lib/mbiter.h: Likewise.
6767         * lib/mbscasecmp.c: Likewise.
6768         * lib/mbscasestr.c: Likewise.
6769         * lib/mbschr.c: Likewise.
6770         * lib/mbscspn.c: Likewise.
6771         * lib/mbslen.c: Likewise.
6772         * lib/mbsncasecmp.c: Likewise.
6773         * lib/mbsnlen.c: Likewise.
6774         * lib/mbspbrk.c: Likewise.
6775         * lib/mbspcasecmp.c: Likewise.
6776         * lib/mbsrchr.c: Likewise.
6777         * lib/mbssep.c: Likewise.
6778         * lib/mbsspn.c: Likewise.
6779         * lib/mbsstr.c: Likewise.
6780         * lib/mbstok_r.c: Likewise.
6781         * lib/mbswidth.c: Likewise.
6782         * lib/mbswidth.h: Likewise.
6783         * lib/mbuiter.h: Likewise.
6784         * lib/memcasecmp.c: Likewise.
6785         * lib/memcasecmp.h: Likewise.
6786         * lib/memchr.c: Likewise.
6787         * lib/memcmp.c: Likewise.
6788         * lib/memcoll.c: Likewise.
6789         * lib/memcoll.h: Likewise.
6790         * lib/memcpy.c: Likewise.
6791         * lib/memrchr.c: Likewise.
6792         * lib/mkancesdirs.c: Likewise.
6793         * lib/mkdir-p.c: Likewise.
6794         * lib/mkdir-p.h: Likewise.
6795         * lib/mkdir.c: Likewise.
6796         * lib/mkdirat.c: Likewise.
6797         * lib/mkdtemp.c: Likewise.
6798         * lib/mkstemp-safer.c: Likewise.
6799         * lib/mkstemp.c: Likewise.
6800         * lib/modechange.c: Likewise.
6801         * lib/modechange.h: Likewise.
6802         * lib/mountlist.c: Likewise.
6803         * lib/mountlist.h: Likewise.
6804         * lib/mpsort.c: Likewise.
6805         * lib/nanosleep.c: Likewise.
6806         * lib/obstack.c: Likewise.
6807         * lib/obstack.h: Likewise.
6808         * lib/open-safer.c: Likewise.
6809         * lib/open.c: Likewise.
6810         * lib/openat-die.c: Likewise.
6811         * lib/openat-priv.h: Likewise.
6812         * lib/openat-proc.c: Likewise.
6813         * lib/openat.c: Likewise.
6814         * lib/openat.h: Likewise.
6815         * lib/pagealign_alloc.c: Likewise.
6816         * lib/pagealign_alloc.h: Likewise.
6817         * lib/physmem.c: Likewise.
6818         * lib/physmem.h: Likewise.
6819         * lib/pipe-safer.c: Likewise.
6820         * lib/pipe.c: Likewise.
6821         * lib/pipe.h: Likewise.
6822         * lib/posixtm.c: Likewise.
6823         * lib/posixtm.h: Likewise.
6824         * lib/posixver.c: Likewise.
6825         * lib/printf-frexp.c: Likewise.
6826         * lib/printf-frexp.h: Likewise.
6827         * lib/printf-frexpl.c: Likewise.
6828         * lib/printf-frexpl.h: Likewise.
6829         * lib/printf.c: Likewise.
6830         * lib/progname.c: Likewise.
6831         * lib/progname.h: Likewise.
6832         * lib/progreloc.c: Likewise.
6833         * lib/putenv.c: Likewise.
6834         * lib/quote.c: Likewise.
6835         * lib/quote.h: Likewise.
6836         * lib/quotearg.c: Likewise.
6837         * lib/quotearg.h: Likewise.
6838         * lib/raise.c: Likewise.
6839         * lib/readline.c: Likewise.
6840         * lib/readline.h: Likewise.
6841         * lib/readlink.c: Likewise.
6842         * lib/readtokens.c: Likewise.
6843         * lib/readtokens.h: Likewise.
6844         * lib/readtokens0.c: Likewise.
6845         * lib/readtokens0.h: Likewise.
6846         * lib/readutmp.c: Likewise.
6847         * lib/readutmp.h: Likewise.
6848         * lib/realloc.c: Likewise.
6849         * lib/relocwrapper.c: Likewise.
6850         * lib/rename-dest-slash.c: Likewise.
6851         * lib/rename.c: Likewise.
6852         * lib/rmdir.c: Likewise.
6853         * lib/rpmatch.c: Likewise.
6854         * lib/safe-read.c: Likewise.
6855         * lib/safe-read.h: Likewise.
6856         * lib/safe-write.c: Likewise.
6857         * lib/safe-write.h: Likewise.
6858         * lib/same-inode.h: Likewise.
6859         * lib/same.c: Likewise.
6860         * lib/same.h: Likewise.
6861         * lib/save-cwd.c: Likewise.
6862         * lib/save-cwd.h: Likewise.
6863         * lib/savedir.c: Likewise.
6864         * lib/savedir.h: Likewise.
6865         * lib/savewd.c: Likewise.
6866         * lib/savewd.h: Likewise.
6867         * lib/search.in.h: Likewise.
6868         * lib/setenv.c: Likewise.
6869         * lib/setenv.h: Likewise.
6870         * lib/settime.c: Likewise.
6871         * lib/sh-quote.c: Likewise.
6872         * lib/sh-quote.h: Likewise.
6873         * lib/sig2str.c: Likewise.
6874         * lib/sig2str.h: Likewise.
6875         * lib/signal.in.h: Likewise.
6876         * lib/signbitd.c: Likewise.
6877         * lib/signbitf.c: Likewise.
6878         * lib/signbitl.c: Likewise.
6879         * lib/sigprocmask.c: Likewise.
6880         * lib/sincosl.c: Likewise.
6881         * lib/sleep.c: Likewise.
6882         * lib/sprintf.c: Likewise.
6883         * lib/sqrtl.c: Likewise.
6884         * lib/stat-time.h: Likewise.
6885         * lib/stdio--.h: Likewise.
6886         * lib/stdio-safer.h: Likewise.
6887         * lib/stdlib--.h: Likewise.
6888         * lib/stdlib-safer.h: Likewise.
6889         * lib/stdlib.in.h: Likewise.
6890         * lib/stpcpy.c: Likewise.
6891         * lib/stpncpy.c: Likewise.
6892         * lib/strchrnul.c: Likewise.
6893         * lib/strcspn.c: Likewise.
6894         * lib/strerror.c: Likewise.
6895         * lib/strftime.c: Likewise.
6896         * lib/strftime.h: Likewise.
6897         * lib/striconveh.c: Likewise.
6898         * lib/striconveh.h: Likewise.
6899         * lib/striconveha.c: Likewise.
6900         * lib/striconveha.h: Likewise.
6901         * lib/stripslash.c: Likewise.
6902         * lib/strnlen1.c: Likewise.
6903         * lib/strnlen1.h: Likewise.
6904         * lib/strtod.c: Likewise.
6905         * lib/strtoimax.c: Likewise.
6906         * lib/strtok_r.c: Likewise.
6907         * lib/strtol.c: Likewise.
6908         * lib/strtoll.c: Likewise.
6909         * lib/strtoul.c: Likewise.
6910         * lib/strtoull.c: Likewise.
6911         * lib/sysexits.in.h: Likewise.
6912         * lib/tempname.c: Likewise.
6913         * lib/tempname.h: Likewise.
6914         * lib/timespec.h: Likewise.
6915         * lib/tls.c: Likewise.
6916         * lib/tls.h: Likewise.
6917         * lib/tmpdir.c: Likewise.
6918         * lib/tmpdir.h: Likewise.
6919         * lib/tmpfile-safer.c: Likewise.
6920         * lib/tmpfile.c: Likewise.
6921         * lib/trigl.c: Likewise.
6922         * lib/trigl.h: Likewise.
6923         * lib/trim.c: Likewise.
6924         * lib/trim.h: Likewise.
6925         * lib/trunc.c: Likewise.
6926         * lib/truncf.c: Likewise.
6927         * lib/truncl.c: Likewise.
6928         * lib/tsearch.c: Likewise.
6929         * lib/unicodeio.c: Likewise.
6930         * lib/unicodeio.h: Likewise.
6931         * lib/unistd--.h: Likewise.
6932         * lib/unistd-safer.h: Likewise.
6933         * lib/unistdio/ulc-fprintf.c: Likewise.
6934         * lib/unistdio/ulc-vfprintf.c: Likewise.
6935         * lib/unlinkdir.c: Likewise.
6936         * lib/unlinkdir.h: Likewise.
6937         * lib/unlocked-io.h: Likewise.
6938         * lib/unsetenv.c: Likewise.
6939         * lib/userspec.c: Likewise.
6940         * lib/utime.c: Likewise.
6941         * lib/utimecmp.c: Likewise.
6942         * lib/utimecmp.h: Likewise.
6943         * lib/utimens.c: Likewise.
6944         * lib/verify.h: Likewise.
6945         * lib/verror.c: Likewise.
6946         * lib/verror.h: Likewise.
6947         * lib/version-etc-fsf.c: Likewise.
6948         * lib/version-etc.c: Likewise.
6949         * lib/version-etc.h: Likewise.
6950         * lib/vfprintf.c: Likewise.
6951         * lib/vprintf.c: Likewise.
6952         * lib/vsprintf.c: Likewise.
6953         * lib/w32spawn.h: Likewise.
6954         * lib/wait-process.c: Likewise.
6955         * lib/wait-process.h: Likewise.
6956         * lib/wcwidth.c: Likewise.
6957         * lib/write-any-file.c: Likewise.
6958         * lib/xalloc-die.c: Likewise.
6959         * lib/xalloc.h: Likewise.
6960         * lib/xasprintf.c: Likewise.
6961         * lib/xgetcwd.c: Likewise.
6962         * lib/xgetcwd.h: Likewise.
6963         * lib/xgetdomainname.c: Likewise.
6964         * lib/xgetdomainname.h: Likewise.
6965         * lib/xgethostname.c: Likewise.
6966         * lib/xmalloc.c: Likewise.
6967         * lib/xmalloca.c: Likewise.
6968         * lib/xmalloca.h: Likewise.
6969         * lib/xmemcoll.c: Likewise.
6970         * lib/xnanosleep.c: Likewise.
6971         * lib/xreadlink.c: Likewise.
6972         * lib/xreadlink.h: Likewise.
6973         * lib/xsetenv.c: Likewise.
6974         * lib/xsetenv.h: Likewise.
6975         * lib/xstriconv.c: Likewise.
6976         * lib/xstriconv.h: Likewise.
6977         * lib/xstrndup.c: Likewise.
6978         * lib/xstrndup.h: Likewise.
6979         * lib/xstrtod.c: Likewise.
6980         * lib/xstrtod.h: Likewise.
6981         * lib/xstrtol-error.c: Likewise.
6982         * lib/xstrtol.c: Likewise.
6983         * lib/xstrtol.h: Likewise.
6984         * lib/xtime.h: Likewise.
6985         * lib/xvasprintf.c: Likewise.
6986         * lib/xvasprintf.h: Likewise.
6987         * lib/yesno.c: Likewise.
6988         * lib/yesno.h: Likewise.
6989         * posix-modules: Likewise.
6990         * tests/test-alloca-opt.c: Likewise.
6991         * tests/test-arcfour.c: Likewise.
6992         * tests/test-arctwo.c: Likewise.
6993         * tests/test-argmatch.c: Likewise.
6994         * tests/test-argp-2.sh: Likewise.
6995         * tests/test-argp.c: Likewise.
6996         * tests/test-arpa_inet.c: Likewise.
6997         * tests/test-array_list.c: Likewise.
6998         * tests/test-array_oset.c: Likewise.
6999         * tests/test-atexit.c: Likewise.
7000         * tests/test-avltree_list.c: Likewise.
7001         * tests/test-avltree_oset.c: Likewise.
7002         * tests/test-avltreehash_list.c: Likewise.
7003         * tests/test-base64.c: Likewise.
7004         * tests/test-binary-io.c: Likewise.
7005         * tests/test-byteswap.c: Likewise.
7006         * tests/test-c-ctype.c: Likewise.
7007         * tests/test-c-strcasecmp.c: Likewise.
7008         * tests/test-c-strcasestr.c: Likewise.
7009         * tests/test-c-strncasecmp.c: Likewise.
7010         * tests/test-c-strstr.c: Likewise.
7011         * tests/test-canonicalize-lgpl.c: Likewise.
7012         * tests/test-canonicalize.c: Likewise.
7013         * tests/test-carray_list.c: Likewise.
7014         * tests/test-ceilf.c: Likewise.
7015         * tests/test-ceill.c: Likewise.
7016         * tests/test-count-one-bits.c: Likewise.
7017         * tests/test-crc.c: Likewise.
7018         * tests/test-dirname.c: Likewise.
7019         * tests/test-fbufmode.c: Likewise.
7020         * tests/test-fcntl.c: Likewise.
7021         * tests/test-fflush.c: Likewise.
7022         * tests/test-floorf.c: Likewise.
7023         * tests/test-floorl.c: Likewise.
7024         * tests/test-fopen.c: Likewise.
7025         * tests/test-fprintf-posix.c: Likewise.
7026         * tests/test-fprintf-posix.h: Likewise.
7027         * tests/test-fpurge.c: Likewise.
7028         * tests/test-freadable.c: Likewise.
7029         * tests/test-freadahead.c: Likewise.
7030         * tests/test-freading.c: Likewise.
7031         * tests/test-freopen.c: Likewise.
7032         * tests/test-frexp.c: Likewise.
7033         * tests/test-frexpl.c: Likewise.
7034         * tests/test-fseek.c: Likewise.
7035         * tests/test-fseeko.c: Likewise.
7036         * tests/test-fseterr.c: Likewise.
7037         * tests/test-fstrcmp.c: Likewise.
7038         * tests/test-ftell.c: Likewise.
7039         * tests/test-ftello.c: Likewise.
7040         * tests/test-fwritable.c: Likewise.
7041         * tests/test-fwriting.c: Likewise.
7042         * tests/test-getaddrinfo.c: Likewise.
7043         * tests/test-getpass.c: Likewise.
7044         * tests/test-gettimeofday.c: Likewise.
7045         * tests/test-hmac-md5.c: Likewise.
7046         * tests/test-hmac-sha1.c: Likewise.
7047         * tests/test-iconv.c: Likewise.
7048         * tests/test-iconvme.c: Likewise.
7049         * tests/test-inttypes.c: Likewise.
7050         * tests/test-isnan.c: Likewise.
7051         * tests/test-isnanf.c: Likewise.
7052         * tests/test-isnanl-nolibm.c: Likewise.
7053         * tests/test-isnanl.c: Likewise.
7054         * tests/test-isnanl.h: Likewise.
7055         * tests/test-ldexpl.c: Likewise.
7056         * tests/test-linked_list.c: Likewise.
7057         * tests/test-linkedhash_list.c: Likewise.
7058         * tests/test-locale.c: Likewise.
7059         * tests/test-localename.c: Likewise.
7060         * tests/test-lock.c: Likewise.
7061         * tests/test-lseek.c: Likewise.
7062         * tests/test-malloca.c: Likewise.
7063         * tests/test-math.c: Likewise.
7064         * tests/test-mbscasecmp.c: Likewise.
7065         * tests/test-mbscasestr1.c: Likewise.
7066         * tests/test-mbscasestr2.c: Likewise.
7067         * tests/test-mbscasestr3.c: Likewise.
7068         * tests/test-mbscasestr4.c: Likewise.
7069         * tests/test-mbschr.c: Likewise.
7070         * tests/test-mbscspn.c: Likewise.
7071         * tests/test-mbsncasecmp.c: Likewise.
7072         * tests/test-mbspbrk.c: Likewise.
7073         * tests/test-mbspcasecmp.c: Likewise.
7074         * tests/test-mbsrchr.c: Likewise.
7075         * tests/test-mbsspn.c: Likewise.
7076         * tests/test-mbsstr1.c: Likewise.
7077         * tests/test-mbsstr2.c: Likewise.
7078         * tests/test-mbsstr3.c: Likewise.
7079         * tests/test-md5.c: Likewise.
7080         * tests/test-memmem.c: Likewise.
7081         * tests/test-netinet_in.c: Likewise.
7082         * tests/test-open.c: Likewise.
7083         * tests/test-printf-frexp.c: Likewise.
7084         * tests/test-printf-frexpl.c: Likewise.
7085         * tests/test-printf-posix.c: Likewise.
7086         * tests/test-printf-posix.h: Likewise.
7087         * tests/test-rbtree_list.c: Likewise.
7088         * tests/test-rbtree_oset.c: Likewise.
7089         * tests/test-rbtreehash_list.c: Likewise.
7090         * tests/test-read-file.c: Likewise.
7091         * tests/test-rijndael.c: Likewise.
7092         * tests/test-search.c: Likewise.
7093         * tests/test-signbit.c: Likewise.
7094         * tests/test-sleep.c: Likewise.
7095         * tests/test-snprintf-posix.c: Likewise.
7096         * tests/test-snprintf-posix.h: Likewise.
7097         * tests/test-snprintf.c: Likewise.
7098         * tests/test-sprintf-posix.c: Likewise.
7099         * tests/test-sprintf-posix.h: Likewise.
7100         * tests/test-stat-time.c: Likewise.
7101         * tests/test-stdbool.c: Likewise.
7102         * tests/test-stdint.c: Likewise.
7103         * tests/test-stdio.c: Likewise.
7104         * tests/test-stdlib.c: Likewise.
7105         * tests/test-stpncpy.c: Likewise.
7106         * tests/test-strcasestr.c: Likewise.
7107         * tests/test-striconv.c: Likewise.
7108         * tests/test-striconveh.c: Likewise.
7109         * tests/test-striconveha.c: Likewise.
7110         * tests/test-string.c: Likewise.
7111         * tests/test-sys_select.c: Likewise.
7112         * tests/test-sys_socket.c: Likewise.
7113         * tests/test-sys_stat.c: Likewise.
7114         * tests/test-sys_time.c: Likewise.
7115         * tests/test-sysexits.c: Likewise.
7116         * tests/test-time.c: Likewise.
7117         * tests/test-tls.c: Likewise.
7118         * tests/test-trunc.c: Likewise.
7119         * tests/test-truncf.c: Likewise.
7120         * tests/test-truncl.c: Likewise.
7121         * tests/test-unistd.c: Likewise.
7122         * tests/test-vasnprintf-posix.c: Likewise.
7123         * tests/test-vasnprintf-posix2.c: Likewise.
7124         * tests/test-vasnprintf.c: Likewise.
7125         * tests/test-vasprintf-posix.c: Likewise.
7126         * tests/test-vasprintf.c: Likewise.
7127         * tests/test-verify.c: Likewise.
7128         * tests/test-vfprintf-posix.c: Likewise.
7129         * tests/test-vprintf-posix.c: Likewise.
7130         * tests/test-vsnprintf-posix.c: Likewise.
7131         * tests/test-vsnprintf.c: Likewise.
7132         * tests/test-vsprintf-posix.c: Likewise.
7133         * tests/test-wchar.c: Likewise.
7134         * tests/test-wctype.c: Likewise.
7135         * tests/test-wcwidth.c: Likewise.
7136         * tests/test-xstrtol.c: Likewise.
7137         * tests/test-xvasprintf.c: Likewise.
7138         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
7139         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
7140         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
7141         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
7142         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
7143         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
7144         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
7145         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
7146         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
7147         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
7148         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
7149         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
7150         * tests/uniname/test-uninames.c: Likewise.
7151         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
7152         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
7153         * tests/unistdio/test-u16-printf1.h: Likewise.
7154         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
7155         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
7156         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
7157         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
7158         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
7159         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
7160         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
7161         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
7162         * tests/unistdio/test-u32-printf1.h: Likewise.
7163         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
7164         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
7165         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
7166         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
7167         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
7168         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
7169         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
7170         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
7171         * tests/unistdio/test-u8-printf1.h: Likewise.
7172         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
7173         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
7174         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
7175         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
7176         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
7177         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
7178         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
7179         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
7180         * tests/unistdio/test-ulc-printf1.h: Likewise.
7181         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
7182         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
7183         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
7184         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
7185         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
7186         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
7187         * tests/uniwidth/test-u16-strwidth.c: Likewise.
7188         * tests/uniwidth/test-u16-width.c: Likewise.
7189         * tests/uniwidth/test-u32-strwidth.c: Likewise.
7190         * tests/uniwidth/test-u32-width.c: Likewise.
7191         * tests/uniwidth/test-u8-strwidth.c: Likewise.
7192         * tests/uniwidth/test-u8-width.c: Likewise.
7193         * tests/uniwidth/test-uc_width.c: Likewise.
7194         * config/srclist-update: Likewise.
7195         (fixlicense): Update to GPLv3+.
7196
7197         Change copyright notice from LGPLv2.1+ to LGPLv3+.
7198         * tests/test-tsearch.c: Change copyright notice.
7199
7200         Change copyright notice from LGPLv2.0+ to LGPLv3+.
7201         * lib/c-strcaseeq.h: Change copyright notice.
7202         * lib/streq.h: Likewise.
7203         * lib/uniconv.h: Likewise.
7204         * lib/uniconv/u-conv-from-enc.h: Likewise.
7205         * lib/uniconv/u-conv-to-enc.h: Likewise.
7206         * lib/uniconv/u-strconv-from-enc.h: Likewise.
7207         * lib/uniconv/u-strconv-to-enc.h: Likewise.
7208         * lib/uniconv/u16-conv-from-enc.c: Likewise.
7209         * lib/uniconv/u16-conv-to-enc.c: Likewise.
7210         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
7211         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
7212         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
7213         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
7214         * lib/uniconv/u32-conv-from-enc.c: Likewise.
7215         * lib/uniconv/u32-conv-to-enc.c: Likewise.
7216         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
7217         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
7218         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
7219         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
7220         * lib/uniconv/u8-conv-from-enc.c: Likewise.
7221         * lib/uniconv/u8-conv-to-enc.c: Likewise.
7222         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
7223         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
7224         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
7225         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
7226         * lib/uniname.h: Likewise.
7227         * lib/uniname/uniname.c: Likewise.
7228         * lib/unistdio.h: Likewise.
7229         * lib/unistdio/u-asnprintf.h: Likewise.
7230         * lib/unistdio/u-asprintf.h: Likewise.
7231         * lib/unistdio/u-printf-args.c: Likewise.
7232         * lib/unistdio/u-printf-args.h: Likewise.
7233         * lib/unistdio/u-printf-parse.h: Likewise.
7234         * lib/unistdio/u-snprintf.h: Likewise.
7235         * lib/unistdio/u-sprintf.h: Likewise.
7236         * lib/unistdio/u-vasprintf.h: Likewise.
7237         * lib/unistdio/u-vsnprintf.h: Likewise.
7238         * lib/unistdio/u-vsprintf.h: Likewise.
7239         * lib/unistdio/u16-asnprintf.c: Likewise.
7240         * lib/unistdio/u16-asprintf.c: Likewise.
7241         * lib/unistdio/u16-printf-parse.c: Likewise.
7242         * lib/unistdio/u16-snprintf.c: Likewise.
7243         * lib/unistdio/u16-sprintf.c: Likewise.
7244         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
7245         * lib/unistdio/u16-u16-asprintf.c: Likewise.
7246         * lib/unistdio/u16-u16-snprintf.c: Likewise.
7247         * lib/unistdio/u16-u16-sprintf.c: Likewise.
7248         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
7249         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
7250         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
7251         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
7252         * lib/unistdio/u16-vasnprintf.c: Likewise.
7253         * lib/unistdio/u16-vasprintf.c: Likewise.
7254         * lib/unistdio/u16-vsnprintf.c: Likewise.
7255         * lib/unistdio/u16-vsprintf.c: Likewise.
7256         * lib/unistdio/u32-asnprintf.c: Likewise.
7257         * lib/unistdio/u32-asprintf.c: Likewise.
7258         * lib/unistdio/u32-printf-parse.c: Likewise.
7259         * lib/unistdio/u32-snprintf.c: Likewise.
7260         * lib/unistdio/u32-sprintf.c: Likewise.
7261         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
7262         * lib/unistdio/u32-u32-asprintf.c: Likewise.
7263         * lib/unistdio/u32-u32-snprintf.c: Likewise.
7264         * lib/unistdio/u32-u32-sprintf.c: Likewise.
7265         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
7266         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
7267         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
7268         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
7269         * lib/unistdio/u32-vasnprintf.c: Likewise.
7270         * lib/unistdio/u32-vasprintf.c: Likewise.
7271         * lib/unistdio/u32-vsnprintf.c: Likewise.
7272         * lib/unistdio/u32-vsprintf.c: Likewise.
7273         * lib/unistdio/u8-asnprintf.c: Likewise.
7274         * lib/unistdio/u8-asprintf.c: Likewise.
7275         * lib/unistdio/u8-printf-parse.c: Likewise.
7276         * lib/unistdio/u8-snprintf.c: Likewise.
7277         * lib/unistdio/u8-sprintf.c: Likewise.
7278         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
7279         * lib/unistdio/u8-u8-asprintf.c: Likewise.
7280         * lib/unistdio/u8-u8-snprintf.c: Likewise.
7281         * lib/unistdio/u8-u8-sprintf.c: Likewise.
7282         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
7283         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
7284         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
7285         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
7286         * lib/unistdio/u8-vasnprintf.c: Likewise.
7287         * lib/unistdio/u8-vasprintf.c: Likewise.
7288         * lib/unistdio/u8-vsnprintf.c: Likewise.
7289         * lib/unistdio/u8-vsprintf.c: Likewise.
7290         * lib/unistdio/ulc-asnprintf.c: Likewise.
7291         * lib/unistdio/ulc-asprintf.c: Likewise.
7292         * lib/unistdio/ulc-printf-parse.c: Likewise.
7293         * lib/unistdio/ulc-snprintf.c: Likewise.
7294         * lib/unistdio/ulc-sprintf.c: Likewise.
7295         * lib/unistdio/ulc-vasnprintf.c: Likewise.
7296         * lib/unistdio/ulc-vasprintf.c: Likewise.
7297         * lib/unistdio/ulc-vsnprintf.c: Likewise.
7298         * lib/unistdio/ulc-vsprintf.c: Likewise.
7299         * lib/unistr.h: Likewise.
7300         * lib/unistr/u-cpy-alloc.h: Likewise.
7301         * lib/unistr/u-cpy.h: Likewise.
7302         * lib/unistr/u-endswith.h: Likewise.
7303         * lib/unistr/u-move.h: Likewise.
7304         * lib/unistr/u-set.h: Likewise.
7305         * lib/unistr/u-startswith.h: Likewise.
7306         * lib/unistr/u-stpcpy.h: Likewise.
7307         * lib/unistr/u-stpncpy.h: Likewise.
7308         * lib/unistr/u-strcat.h: Likewise.
7309         * lib/unistr/u-strcpy.h: Likewise.
7310         * lib/unistr/u-strcspn.h: Likewise.
7311         * lib/unistr/u-strdup.h: Likewise.
7312         * lib/unistr/u-strlen.h: Likewise.
7313         * lib/unistr/u-strncat.h: Likewise.
7314         * lib/unistr/u-strncpy.h: Likewise.
7315         * lib/unistr/u-strnlen.h: Likewise.
7316         * lib/unistr/u-strpbrk.h: Likewise.
7317         * lib/unistr/u-strspn.h: Likewise.
7318         * lib/unistr/u-strstr.h: Likewise.
7319         * lib/unistr/u-strtok.h: Likewise.
7320         * lib/unistr/u16-check.c: Likewise.
7321         * lib/unistr/u16-chr.c: Likewise.
7322         * lib/unistr/u16-cmp.c: Likewise.
7323         * lib/unistr/u16-cpy-alloc.c: Likewise.
7324         * lib/unistr/u16-cpy.c: Likewise.
7325         * lib/unistr/u16-endswith.c: Likewise.
7326         * lib/unistr/u16-mblen.c: Likewise.
7327         * lib/unistr/u16-mbsnlen.c: Likewise.
7328         * lib/unistr/u16-mbtouc-aux.c: Likewise.
7329         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
7330         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
7331         * lib/unistr/u16-mbtouc.c: Likewise.
7332         * lib/unistr/u16-mbtoucr.c: Likewise.
7333         * lib/unistr/u16-move.c: Likewise.
7334         * lib/unistr/u16-next.c: Likewise.
7335         * lib/unistr/u16-prev.c: Likewise.
7336         * lib/unistr/u16-set.c: Likewise.
7337         * lib/unistr/u16-startswith.c: Likewise.
7338         * lib/unistr/u16-stpcpy.c: Likewise.
7339         * lib/unistr/u16-stpncpy.c: Likewise.
7340         * lib/unistr/u16-strcat.c: Likewise.
7341         * lib/unistr/u16-strchr.c: Likewise.
7342         * lib/unistr/u16-strcmp.c: Likewise.
7343         * lib/unistr/u16-strcpy.c: Likewise.
7344         * lib/unistr/u16-strcspn.c: Likewise.
7345         * lib/unistr/u16-strdup.c: Likewise.
7346         * lib/unistr/u16-strlen.c: Likewise.
7347         * lib/unistr/u16-strmblen.c: Likewise.
7348         * lib/unistr/u16-strmbtouc.c: Likewise.
7349         * lib/unistr/u16-strncat.c: Likewise.
7350         * lib/unistr/u16-strncmp.c: Likewise.
7351         * lib/unistr/u16-strncpy.c: Likewise.
7352         * lib/unistr/u16-strnlen.c: Likewise.
7353         * lib/unistr/u16-strpbrk.c: Likewise.
7354         * lib/unistr/u16-strrchr.c: Likewise.
7355         * lib/unistr/u16-strspn.c: Likewise.
7356         * lib/unistr/u16-strstr.c: Likewise.
7357         * lib/unistr/u16-strtok.c: Likewise.
7358         * lib/unistr/u16-to-u32.c: Likewise.
7359         * lib/unistr/u16-to-u8.c: Likewise.
7360         * lib/unistr/u16-uctomb-aux.c: Likewise.
7361         * lib/unistr/u16-uctomb.c: Likewise.
7362         * lib/unistr/u32-check.c: Likewise.
7363         * lib/unistr/u32-chr.c: Likewise.
7364         * lib/unistr/u32-cmp.c: Likewise.
7365         * lib/unistr/u32-cpy-alloc.c: Likewise.
7366         * lib/unistr/u32-cpy.c: Likewise.
7367         * lib/unistr/u32-endswith.c: Likewise.
7368         * lib/unistr/u32-mblen.c: Likewise.
7369         * lib/unistr/u32-mbsnlen.c: Likewise.
7370         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
7371         * lib/unistr/u32-mbtouc.c: Likewise.
7372         * lib/unistr/u32-mbtoucr.c: Likewise.
7373         * lib/unistr/u32-move.c: Likewise.
7374         * lib/unistr/u32-next.c: Likewise.
7375         * lib/unistr/u32-prev.c: Likewise.
7376         * lib/unistr/u32-set.c: Likewise.
7377         * lib/unistr/u32-startswith.c: Likewise.
7378         * lib/unistr/u32-stpcpy.c: Likewise.
7379         * lib/unistr/u32-stpncpy.c: Likewise.
7380         * lib/unistr/u32-strcat.c: Likewise.
7381         * lib/unistr/u32-strchr.c: Likewise.
7382         * lib/unistr/u32-strcmp.c: Likewise.
7383         * lib/unistr/u32-strcpy.c: Likewise.
7384         * lib/unistr/u32-strcspn.c: Likewise.
7385         * lib/unistr/u32-strdup.c: Likewise.
7386         * lib/unistr/u32-strlen.c: Likewise.
7387         * lib/unistr/u32-strmblen.c: Likewise.
7388         * lib/unistr/u32-strmbtouc.c: Likewise.
7389         * lib/unistr/u32-strncat.c: Likewise.
7390         * lib/unistr/u32-strncmp.c: Likewise.
7391         * lib/unistr/u32-strncpy.c: Likewise.
7392         * lib/unistr/u32-strnlen.c: Likewise.
7393         * lib/unistr/u32-strpbrk.c: Likewise.
7394         * lib/unistr/u32-strrchr.c: Likewise.
7395         * lib/unistr/u32-strspn.c: Likewise.
7396         * lib/unistr/u32-strstr.c: Likewise.
7397         * lib/unistr/u32-strtok.c: Likewise.
7398         * lib/unistr/u32-to-u16.c: Likewise.
7399         * lib/unistr/u32-to-u8.c: Likewise.
7400         * lib/unistr/u32-uctomb.c: Likewise.
7401         * lib/unistr/u8-check.c: Likewise.
7402         * lib/unistr/u8-chr.c: Likewise.
7403         * lib/unistr/u8-cmp.c: Likewise.
7404         * lib/unistr/u8-cpy-alloc.c: Likewise.
7405         * lib/unistr/u8-cpy.c: Likewise.
7406         * lib/unistr/u8-endswith.c: Likewise.
7407         * lib/unistr/u8-mblen.c: Likewise.
7408         * lib/unistr/u8-mbsnlen.c: Likewise.
7409         * lib/unistr/u8-mbtouc-aux.c: Likewise.
7410         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
7411         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
7412         * lib/unistr/u8-mbtouc.c: Likewise.
7413         * lib/unistr/u8-mbtoucr.c: Likewise.
7414         * lib/unistr/u8-move.c: Likewise.
7415         * lib/unistr/u8-next.c: Likewise.
7416         * lib/unistr/u8-prev.c: Likewise.
7417         * lib/unistr/u8-set.c: Likewise.
7418         * lib/unistr/u8-startswith.c: Likewise.
7419         * lib/unistr/u8-stpcpy.c: Likewise.
7420         * lib/unistr/u8-stpncpy.c: Likewise.
7421         * lib/unistr/u8-strcat.c: Likewise.
7422         * lib/unistr/u8-strchr.c: Likewise.
7423         * lib/unistr/u8-strcmp.c: Likewise.
7424         * lib/unistr/u8-strcpy.c: Likewise.
7425         * lib/unistr/u8-strcspn.c: Likewise.
7426         * lib/unistr/u8-strdup.c: Likewise.
7427         * lib/unistr/u8-strlen.c: Likewise.
7428         * lib/unistr/u8-strmblen.c: Likewise.
7429         * lib/unistr/u8-strmbtouc.c: Likewise.
7430         * lib/unistr/u8-strncat.c: Likewise.
7431         * lib/unistr/u8-strncmp.c: Likewise.
7432         * lib/unistr/u8-strncpy.c: Likewise.
7433         * lib/unistr/u8-strnlen.c: Likewise.
7434         * lib/unistr/u8-strpbrk.c: Likewise.
7435         * lib/unistr/u8-strrchr.c: Likewise.
7436         * lib/unistr/u8-strspn.c: Likewise.
7437         * lib/unistr/u8-strstr.c: Likewise.
7438         * lib/unistr/u8-strtok.c: Likewise.
7439         * lib/unistr/u8-to-u16.c: Likewise.
7440         * lib/unistr/u8-to-u32.c: Likewise.
7441         * lib/unistr/u8-uctomb-aux.c: Likewise.
7442         * lib/unistr/u8-uctomb.c: Likewise.
7443         * lib/unitypes.h: Likewise.
7444         * lib/uniwidth.h: Likewise.
7445         * lib/uniwidth/cjk.h: Likewise.
7446         * lib/uniwidth/u16-strwidth.c: Likewise.
7447         * lib/uniwidth/u16-width.c: Likewise.
7448         * lib/uniwidth/u32-strwidth.c: Likewise.
7449         * lib/uniwidth/u32-width.c: Likewise.
7450         * lib/uniwidth/u8-strwidth.c: Likewise.
7451         * lib/uniwidth/u8-width.c: Likewise.
7452         * lib/uniwidth/width.c: Likewise.
7453
7454 2007-10-07  Bruno Haible  <bruno@clisp.org>
7455
7456         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
7457         The file is still under LGPL (see modules/inttypes).
7458
7459 2007-10-06  Bruno Haible  <bruno@clisp.org>
7460
7461         * modules/trunc (Dependencies): Add 'extensions'.
7462         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
7463         Reported by Ben Pfaff <blp@gnu.org>.
7464
7465 2007-10-06  Bruno Haible  <bruno@clisp.org>
7466
7467         * modules/freopen-tests: New file.
7468         * tests/test-freopen.c: New file.
7469
7470         * modules/fopen-tests: New file.
7471         * tests/test-fopen.c: New file.
7472
7473         * modules/fopen: New file.
7474         * lib/fopen.c: New file.
7475         * m4/fopen.m4: New file.
7476         * modules/freopen: New file.
7477         * lib/freopen.c: New file.
7478         * m4/freopen.m4: New file.
7479         * lib/stdio.in.h (fopen, freopen): New declarations.
7480         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
7481         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
7482         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
7483         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
7484         * doc/functions/fopen.texi: Mention the 'fopen' module.
7485         * doc/functions/freopen.texi: Mention the 'freopen' module.
7486
7487 2007-10-06  Bruno Haible  <bruno@clisp.org>
7488
7489         * modules/open-tests: New file.
7490         * tests/test-open.c: New file.
7491
7492         * modules/open: New file.
7493         * lib/open.c: New file.
7494         * m4/open.m4: New file.
7495         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
7496         lib/open.c does.
7497         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
7498         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
7499         macros.
7500         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
7501         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
7502         REPLACE_OPEN.
7503         * doc/functions/open.texi: Mention the 'open' module.
7504
7505 2007-10-04  Bruno Haible  <bruno@clisp.org>
7506
7507         * modules/ceill-tests: New file.
7508         * tests/test-ceill.c: New file.
7509
7510         * modules/ceill: New file.
7511         * lib/ceill.c: Replace entire file.
7512         * m4/ceill.m4: New file.
7513         * lib/math.in.h (ceill): Replace declaration.
7514         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
7515         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
7516         * doc/functions/ceill.texi: Mention the 'ceill' module.
7517         * modules/mathl (Files): Remove lib/ceill.c.
7518         (Depends-on): Add ceill.
7519
7520 2007-10-04  Bruno Haible  <bruno@clisp.org>
7521
7522         * modules/ceilf-tests: New file.
7523         * tests/test-ceilf.c: New file.
7524
7525         * modules/ceilf: New file.
7526         * lib/ceil.c: New file.
7527         * lib/ceilf.c: New file.
7528         * m4/ceilf.m4: New file.
7529         * lib/math.in.h (ceilf): New declaration.
7530         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
7531         HAVE_DECL_CEILF.
7532         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
7533         HAVE_DECL_CEILF.
7534         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
7535
7536 2007-10-04  Bruno Haible  <bruno@clisp.org>
7537
7538         * modules/floorl-tests: New file.
7539         * tests/test-floorl.c: New file.
7540
7541         * modules/floorl: New file.
7542         * lib/floorl.c: Replace entire file.
7543         * m4/floorl.m4: New file.
7544         * lib/math.in.h (floorl): Replace declaration.
7545         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
7546         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
7547         * doc/functions/floorl.texi: Mention the 'floorl' module.
7548         * modules/mathl (Files): Remove lib/floorl.c.
7549         (Depends-on): Add floorl.
7550
7551 2007-10-04  Bruno Haible  <bruno@clisp.org>
7552
7553         * modules/floorf-tests: New file.
7554         * tests/test-floorf.c: New file.
7555
7556         * modules/floorf: New file.
7557         * lib/floor.c: New file.
7558         * lib/floorf.c: New file.
7559         * m4/floorf.m4: New file.
7560         * lib/math.in.h (floorf): New declaration.
7561         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
7562         HAVE_DECL_FLOORF.
7563         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
7564         HAVE_DECL_FLOORF.
7565         * doc/functions/floorf.texi: Mention the 'floorf' module.
7566
7567 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
7568             Bruno Haible  <bruno@clisp.org>
7569
7570         Advertise for the Git server instead of the CVS server.
7571         * doc/gnulib-intro.texi (Steady Development): Mention the Git
7572         repository instead of the CVS one.
7573         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
7574         about all VCS systems generically.
7575         * doc/gnulib.texi (Introduction): Capitalize `Git'.
7576
7577 2007-10-04  Bruno Haible  <bruno@clisp.org>
7578
7579         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
7580         means.
7581         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
7582
7583 2007-10-04  Bruno Haible  <bruno@clisp.org>
7584
7585         * modules/truncl-tests: New file.
7586         * tests/test-truncl.c: New file.
7587
7588         * modules/truncl: New file.
7589         * lib/truncl.c: New file.
7590         * m4/truncl.m4: New file.
7591         * lib/math.in.h (truncl): New declaration.
7592         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
7593         HAVE_DECL_TRUNCL.
7594         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
7595         HAVE_DECL_TRUNCL.
7596         * doc/functions/truncl.texi: Mention the 'truncl' module.
7597
7598 2007-10-04  Bruno Haible  <bruno@clisp.org>
7599
7600         * modules/truncf-tests: New file.
7601         * tests/test-truncf.c: New file.
7602
7603         * modules/truncf: New file.
7604         * lib/trunc.c: Make paramerizable through USE_* macros.
7605         * lib/truncf.c: New file.
7606         * m4/truncf.m4: New file.
7607         * lib/math.in.h (truncf): New declaration.
7608         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
7609         HAVE_DECL_TRUNCF.
7610         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
7611         HAVE_DECL_TRUNCF.
7612         * doc/functions/truncf.texi: Mention the 'truncf' module.
7613
7614 2007-10-03  Bruno Haible  <bruno@clisp.org>
7615
7616         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
7617         augmentation also for tests modules.
7618         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
7619         * modules/atexit-tests (Makefile.am): Likewise.
7620         * modules/binary-io-tests (Makefile.am): Likewise.
7621         * modules/c-strcase-tests (Makefile.am): Likewise.
7622         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
7623         * modules/canonicalize-tests (Makefile.am): Likewise.
7624         * modules/closein-tests (Makefile.am): Likewise.
7625         * modules/fprintf-posix-tests (Makefile.am): Likewise.
7626         * modules/freadahead-tests (Makefile.am): Likewise.
7627         * modules/fseek-tests (Makefile.am): Likewise.
7628         * modules/fseeko-tests (Makefile.am): Likewise.
7629         * modules/ftell-tests (Makefile.am): Likewise.
7630         * modules/ftello-tests (Makefile.am): Likewise.
7631         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
7632         * modules/isnanl-tests (Makefile.am): Likewise.
7633         * modules/lseek-tests (Makefile.am): Likewise.
7634         * modules/mbscasecmp-tests (Makefile.am): Likewise.
7635         * modules/mbscasestr-tests (Makefile.am): Likewise.
7636         * modules/mbschr-tests (Makefile.am): Likewise.
7637         * modules/mbscspn-tests (Makefile.am): Likewise.
7638         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
7639         * modules/mbspbrk-tests (Makefile.am): Likewise.
7640         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
7641         * modules/mbsrchr-tests (Makefile.am): Likewise.
7642         * modules/mbsspn-tests (Makefile.am): Likewise.
7643         * modules/mbsstr-tests (Makefile.am): Likewise.
7644         * modules/printf-posix-tests (Makefile.am): Likewise.
7645         * modules/snprintf-posix-tests (Makefile.am): Likewise.
7646         * modules/sprintf-posix-tests (Makefile.am): Likewise.
7647         * modules/tsearch-tests (Makefile.am): Likewise.
7648         * modules/uniname/uniname-tests (Makefile.am): Likewise.
7649         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
7650         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
7651         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
7652         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
7653         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
7654         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
7655         * modules/vprintf-posix-tests (Makefile.am): Likewise.
7656         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
7657         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
7658         * modules/xstrtoimax-tests (Makefile.am): Likewise.
7659         * modules/xstrtol-tests (Makefile.am): Likewise.
7660         * modules/xstrtoumax-tests (Makefile.am): Likewise.
7661         * modules/yesno-tests (Makefile.am): Likewise.
7662
7663 2007-10-03  Bruno Haible  <bruno@clisp.org>
7664
7665         * modules/trunc-tests: New file.
7666         * tests/test-trunc.c: New file.
7667
7668         * modules/trunc: New file.
7669         * lib/trunc.c: New file.
7670         * m4/trunc.m4: New file.
7671         * lib/math.in.h (trunc): New declaration.
7672         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
7673         HAVE_DECL_TRUNC.
7674         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
7675         HAVE_DECL_TRUNC.
7676         * doc/functions/trunc.texi: Mention the 'trunc' module.
7677
7678 2007-10-03  Bruno Haible  <bruno@clisp.org>
7679
7680         * tests/test-fpending.c: New file, mostly copied
7681         from coreutils/lib/t-fpending.c.
7682         * modules/fpending-tests: New file.
7683
7684 2007-10-03  Bruno Haible  <bruno@clisp.org>
7685
7686         Port the stdio extensions to QNX (untested).
7687         * lib/fseterr.c (fseterr): Add support for QNX.
7688         * lib/fbufmode.c (fbufmode): Likewise.
7689         * lib/freadable.c (freadable): Likewise.
7690         * lib/fwritable.c (fwritable): Likewise.
7691         * lib/freading.c (freading): Likewise.
7692         * lib/fwriting.c (fwriting): Likewise.
7693         * lib/freadahead.c (freadahed): Likewise.
7694         * lib/fpurge.c (fpurge): Likewise.
7695         * lib/fseeko.c (rpl_fseeko): Likewise.
7696
7697 2007-10-03  Bruno Haible  <bruno@clisp.org>
7698             Jim Meyering  <jim@meyering.net>
7699             Eric Blake  <ebb9@byu.net>
7700
7701         * doc/relocatable.texi: Use @command instead of @program.
7702
7703 2007-10-02  Jim Meyering  <jim@meyering.net>
7704
7705         Perform one more "_.h" -> ".in.h" substitution.
7706         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
7707         instead of unistd_.h here, too.
7708
7709 2007-10-01  Bruno Haible  <bruno@clisp.org>
7710
7711         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
7712         Needed for the alloca-opt module.
7713
7714 2007-09-30  Bruno Haible  <bruno@clisp.org>
7715
7716         * lib/alloca.in.h: Renamed from lib/alloca_.h.
7717         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
7718         alloca_.h.
7719         * lib/argz.in.h: Renamed from lib/argz_.h.
7720         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
7721         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
7722         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
7723         byteswap_.h.
7724         * lib/dirent.in.h: Renamed from lib/dirent_.h.
7725         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
7726         dirent_.h.
7727         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
7728         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
7729         fcntl_.h.
7730         * lib/float.in.h: Renamed from lib/float_.h.
7731         * modules/float (Files, Makefile.am): Use float.in.h instead of
7732         float_.h.
7733         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
7734         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
7735         fnmatch_.h.
7736         * lib/getopt.in.h: Renamed from lib/getopt_.h.
7737         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
7738         getopt_.h.
7739         * lib/glob.in.h: Renamed from lib/glob_.h.
7740         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
7741         * lib/iconv.in.h: Renamed from lib/iconv_.h.
7742         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
7743         iconv_.h.
7744         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
7745         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
7746         inttypes_.h.
7747         * lib/locale.in.h: Renamed from lib/locale_.h.
7748         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
7749         locale_.h.
7750         * lib/math.in.h: Renamed from lib/math_.h.
7751         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
7752         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
7753         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
7754         of netinet_in_.h. Add dependency.
7755         * lib/poll.in.h: Renamed from lib/poll_.h.
7756         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
7757         * lib/search.in.h: Renamed from lib/search_.h.
7758         * modules/search (Files, Makefile.am): Use search.in.h instead of
7759         search_.h.
7760         * lib/signal.in.h: Renamed from lib/signal_.h.
7761         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
7762         _signal.h.
7763         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
7764         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
7765         stdbool_.h.
7766         * lib/stdint.in.h: Renamed from lib/stdint_.h.
7767         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
7768         stdint_.h.
7769         * lib/stdio.in.h: Renamed from lib/stdio_.h.
7770         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
7771         stdio_.h.
7772         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
7773         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
7774         stdlib_.h.
7775         * lib/string.in.h: Renamed from lib/string_.h.
7776         * modules/string (Files, Makefile.am): Use string.in.h instead of
7777         string_.h.
7778         * doc/gnulib-tool.texi (Initial import): Update.
7779         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
7780         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
7781         of sys_select_.h. Add dependency.
7782         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
7783         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
7784         of sys_socket_.h.
7785         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
7786         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
7787         sys_stat_.h.
7788         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
7789         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
7790         sys_time_.h.
7791         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
7792         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
7793         sysexits_.h.
7794         * lib/time.in.h: Renamed from lib/time_.h.
7795         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
7796         * lib/unistd.in.h: Renamed from lib/unistd_.h.
7797         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
7798         unistd_.h.
7799         * lib/wchar.in.h: Renamed from lib/wchar_.h.
7800         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
7801         wchar_.h.
7802         * lib/wctype.in.h: Renamed from lib/wctype_.h.
7803         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
7804         wctype_.h.
7805         * build-aux/bootstrap (slurp): Update.
7806         * lib/.cppi-disable: Update.
7807
7808 2007-09-30  Bruno Haible  <bruno@clisp.org>
7809
7810         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
7811         Needed on BeOS.
7812
7813 2007-09-30  Bruno Haible  <bruno@clisp.org>
7814
7815         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
7816
7817 2007-09-29  Bruno Haible  <bruno@clisp.org>
7818
7819         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
7820
7821 2007-09-29  Bruno Haible  <bruno@clisp.org>
7822
7823         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
7824         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
7825         * build-aux/install-reloc: Compile also areadlink.c.
7826         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
7827
7828 2007-09-29  Bruno Haible  <bruno@clisp.org>
7829
7830         * gnulib-tool (func_emit_initmacro_done): Indentation.
7831
7832 2007-09-29  Bruno Haible  <bruno@clisp.org>
7833
7834         * README: Add CVS checkout update instructions.
7835         Info from Bob Proulx <bob@proulx.com>.
7836
7837 2007-09-28  Eric Blake  <ebb9@byu.net>
7838
7839         Provide move-if-change.
7840         * build-aux/move-if-change: New file, based on best practice
7841         rather than any canonical upstream location.
7842
7843 2007-09-28  Jim Meyering  <jim@meyering.net>
7844
7845         Fix canonicalize loop-detection corner case.
7846         Do not attempt to stat the symlink values stored via seen_triple.
7847         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
7848         on linux-2.6.18, (but not 2.6.22).
7849         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
7850         triple_compare.  The former compares dev,ino,filename, while the latter
7851         would actually stat dirname(filename) when dev and ino were equal.
7852         * lib/hash-triple.c: Install <string.h>.
7853         (STREQ): Define.
7854         (triple_compare_ino_str): New function.
7855         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
7856
7857 2007-09-28  Eric Blake  <ebb9@byu.net>
7858
7859         Enforce that AC_REPLACE_FUNCS files exist.
7860         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
7861         override check for typos.
7862
7863         Fix test-closein on Solaris 10.
7864         * tests/test-closein.c (main): Don't assume stdin can be inherited
7865         closed on all systems.
7866         * tests/test-closein.sh: Likewise.
7867         Reported by Piotr Tarnowski.
7868
7869 2007-09-28  Jim Meyering  <jim@meyering.net>
7870
7871         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
7872
7873 2007-09-27  Jim Meyering  <jim@meyering.net>
7874
7875         canonicalize: Avoid a false-positive cycle failure.
7876         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
7877         Sort.  Remove cycle-check.
7878         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
7879         not cycle-check.h.
7880         (seen_triple): New function.
7881         (canonicalize_filename_mode): Use it instead of cycle-check.
7882         * tests/test-canonicalize.c: Add a test for this bug.
7883         * tests/test-canonicalize.sh: Set up and run the test.
7884
7885         New module, file-set, from coreutils.
7886         * modules/file-set: Define it.
7887         * lib/file-set.c, lib/file-set.h: Implement.
7888
7889         New module, hash-triple, from coreutils.
7890         * modules/hash-triple: Define it.
7891         * lib/hash-triple.c, lib/hash-triple.h: Implement.
7892
7893 2007-09-25  Eric Blake  <ebb9@byu.net>
7894
7895         Fix strerror on Interix.
7896         * lib/string_.h (strerror): Declare replacement.
7897         * doc/functions/strerror.texi (strerror): Document the Interix
7898         shortcoming.
7899         * modules/string (Makefile.am): Support new hooks.
7900         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
7901         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
7902         gl_FUNC_STRERROR_SEPARATE.
7903         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
7904         * lib/strerror.c (rpl_strerror): Provide replacement.
7905         * modules/strerror (Depends-on): Add string.
7906         (configure.ac): Detect use of module.
7907         * tests/test-strerror.c: New file.
7908         * modules/strerror-tests: New test module.
7909         * modules/argp (Depends-on): Add strerror.
7910         * modules/error (Depends-on): Likewise.
7911         Reported by Martin Koeppe.
7912
7913 2007-09-24  Bruno Haible  <bruno@clisp.org>
7914
7915         * README: Update git instructions.
7916
7917 2007-09-24  Eric Blake  <ebb9@byu.net>
7918
7919         Revert fpending breakage from 2007-09-08.
7920         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
7921         __fpending.c.
7922
7923 2007-09-24  Jim Meyering  <jim@meyering.net>
7924
7925         filenamecat.c: Add a test.
7926         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
7927         showing how the function works when DIR is the empty string.
7928
7929 2007-09-21  Simon Josefsson  <simon@josefsson.org>
7930
7931         * tests/test-canonicalize.sh: Turn on executable bit.
7932
7933 2007-09-19  Eric Blake  <ebb9@byu.net>
7934
7935         * README: Update CVS instructions.
7936
7937 2007-09-18  Bruno Haible  <bruno@clisp.org>
7938
7939         * modules/areadlink: New file.
7940         * lib/areadlink.h (areadlink): New declaration.
7941         * lib/areadlink.c: New file, based on lib/xreadlink.c.
7942
7943 2007-09-17  Jim Meyering  <jim@meyering.net>
7944
7945         * lib/savewd.c (ESTALE) [!defined]: Define.
7946         Reported to be required on Interix by Martin Koeppe.
7947
7948 2007-09-17  Bruno Haible  <bruno@clisp.org>
7949
7950         * gnulib-tool (func_version): Use $version.
7951
7952 2007-09-16  Bruno Haible  <bruno@clisp.org>
7953
7954         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
7955         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
7956         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
7957         Reported by Greg Schafer <gschafer@zip.com.au>.
7958
7959 2007-09-15  Bruno Haible  <bruno@clisp.org>
7960
7961         * gnulib-tool (sed): Try a little harder to make bash understand the
7962         alias.
7963         Reported by Bruce Korb <bruce.korb@gmail.com>.
7964
7965 2007-09-13  Eric Blake  <ebb9@byu.net>
7966
7967         * ChangeLog: Remove conflict markers.
7968
7969 2007-09-13  Simon Josefsson  <simon@josefsson.org>
7970
7971         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
7972         Reported by Bruno Haible <bruno@clisp.org>.
7973
7974 2007-09-12  Bruno Haible  <bruno@clisp.org>
7975
7976         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
7977         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
7978         is not defined.
7979
7980 2007-09-12  Eric Blake  <ebb9@byu.net>
7981
7982         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
7983         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
7984         Autoconf definition.
7985         * modules/euidaccess (Depends-on): Add extensions, for
7986         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
7987         * modules/fnmatch (Depends-on): Likewise.
7988         * modules/getaddrinfo (Depends-on): Likewise.
7989         * modules/getdelim (Depends-on): Likewise.
7990         * modules/getline (Depends-on): Likewise.
7991         * modules/getsubopt (Depends-on): Likewise.
7992         * modules/gettext (Depends-on): Likewise.
7993         * modules/group-member (Depends-on): Likewise.
7994         * modules/mbchar (Depends-on): Likewise.
7995         * modules/memmem (Depends-on): Likewise.
7996         * modules/mempcpy (Depends-on): Likewise.
7997         * modules/memrchr (Depends-on): Likewise.
7998         * modules/pagealign_alloc (Depends-on): Likewise.
7999         * modules/readutmp (Depends-on): Likewise.
8000         * modules/stpcpy (Depends-on): Likewise.
8001         * modules/stpncpy (Depends-on): Likewise.
8002         * modules/strchrnul (Depends-on): Likewise.
8003         * modules/strndup (Depends-on): Likewise.
8004         * modules/strsep (Depends-on): Likewise.
8005         * modules/strverscmp (Depends-on): Likewise.
8006         * modules/vasprintf (Depends-on): Likewise.
8007         * modules/wcwidth (Depends-on): Likewise.
8008         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
8009         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
8010         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
8011         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
8012         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
8013         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
8014         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
8015         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8016         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
8017         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
8018         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
8019         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
8020         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
8021         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
8022         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
8023         * m4/readutmp.m4 (gl_READUTMP): Likewise.
8024         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8025         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
8026         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
8027         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
8028         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
8029         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
8030         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
8031         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
8032         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
8033         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8034         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
8035         so that lock.m4 can be used in gettext without extensions module.
8036
8037 2007-09-11  Bruno Haible  <bruno@clisp.org>
8038
8039         * m4/isc-posix.m4: Remove file.
8040         Suggested by Eric Blake.
8041
8042 2007-09-11  Eric Blake  <ebb9@byu.net>
8043
8044         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
8045
8046 2007-09-10  Bruno Haible  <bruno@clisp.org>
8047
8048         * posix-modules: Fix typo in error message.
8049         Reported by Matt <mkraai@beckman.com>.
8050
8051 2007-09-09  Bruno Haible  <bruno@clisp.org>
8052
8053         * doc/functions/getdelim.texi: Update list of platforms lacking the
8054         function.
8055         * doc/functions/getline.texi: Likewise.
8056
8057 2007-09-09  Jim Meyering  <jim@meyering.net>
8058
8059         * lib/hash.c (hash_initialize): Detect calloc failure.
8060         Reported by Bruno Haible.
8061
8062 2007-09-09  Bruno Haible  <bruno@clisp.org>
8063
8064         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
8065         malloc or realloc fails.
8066
8067 2007-09-09  Bruno Haible  <bruno@clisp.org>
8068
8069         * modules/getcwd (Depends-on): Add malloc-posix.
8070         * modules/glob (Depends-on): Likewise.
8071         * modules/putenv (Depends-on): Likewise.
8072         * modules/strdup (Depends-on): Likewise.
8073         * modules/getdelim (Depends-on): Add realloc-posix.
8074         * modules/read-file (Depends-on): Likewise.
8075
8076 2007-09-09  Bruno Haible  <bruno@clisp.org>
8077
8078         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
8079         (gl_FUNC_MALLOC_POSIX): Require it.
8080         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
8081         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
8082         * modules/realloc (Files): Add m4/malloc.m4.
8083         * modules/calloc (Files): Likewise.
8084
8085 2007-09-09  Bruno Haible  <bruno@clisp.org>
8086
8087         * modules/malloc-posix: New file.
8088         * modules/malloc (Depends-on): Add malloc-posix.
8089         * lib/malloc.c: Include errno.h.
8090         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
8091         and a POSIX-compatible malloc into a single function. Set ENOMEM
8092         when returning NULL.
8093         * m4/malloc.m4: New file.
8094         * doc/functions/malloc.texi: Mention the malloc-posix module.
8095         * lib/stdlib_.h (malloc): New declaration.
8096         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8097         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
8098         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
8099         and HAVE_MALLOC_POSIX.
8100
8101 2007-09-09  Bruno Haible  <bruno@clisp.org>
8102
8103         * modules/realloc-posix: New file.
8104         * modules/realloc (Depends-on): Add realloc-posix.
8105         * lib/realloc.c: Include errno.h.
8106         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
8107         and a POSIX-compatible realloc into a single function. Set ENOMEM
8108         when returning NULL.
8109         * m4/realloc.m4: New file.
8110         * doc/functions/realloc.texi: Mention the realloc-posix module.
8111         * lib/stdlib_.h (realloc): New declaration.
8112         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8113         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
8114         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
8115         and HAVE_REALLOC_POSIX.
8116
8117 2007-09-09  Bruno Haible  <bruno@clisp.org>
8118
8119         * modules/calloc-posix: New file.
8120         * modules/calloc (Depends-on): Add calloc-posix.
8121         * lib/calloc.c: Include errno.h.
8122         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
8123         and a POSIX-compatible calloc into a single function. Set ENOMEM
8124         when returning NULL.
8125         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
8126         * doc/functions/calloc.texi: Mention the calloc-posix module.
8127         * lib/stdlib_.h (calloc): New declaration.
8128         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8129         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
8130         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
8131         and HAVE_CALLOC_POSIX.
8132
8133 2007-09-09  Bruno Haible  <bruno@clisp.org>
8134
8135         Allow for modules to show an arbitrary notice.
8136         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
8137         * gnulib-tool: New option --extract-notice.
8138         (func_usage): Document it.
8139         (sed_extract_prog): Update.
8140         (func_get_notice): New function.
8141         (func_modules_notice): New function.
8142         (func_import, func_create_testdir): Invoke it.
8143         Suggested by Jim Meyering.
8144
8145 2007-09-09  Bruno Haible  <bruno@clisp.org>
8146
8147         * gnulib-tool: New options --verbose, --quiet.
8148         (func_usage): Document them.
8149         (verbose): New variable.
8150         (func_execute_command): New function.
8151         (func_import): Don't show the module list and the file list if
8152         $verbose < 0.
8153         (func_create_testdir): Likewise. Use func_execute_command.
8154         (func_create_megatestdir): Use func_execute_command.
8155
8156 2007-09-08  Bruno Haible  <bruno@clisp.org>
8157
8158         * gnulib-tool (func_import): Prefer rsync over wget when available,
8159         for fetching the PO files.
8160
8161 2007-09-08  Bruno Haible  <bruno@clisp.org>
8162
8163         * posix-modules: New file. Portions copied from gnulib-tool.
8164         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
8165
8166 2007-09-08  Jim Meyering  <jim@meyering.net>
8167
8168         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
8169         * lib/fpending.h: Rename from __fpending.h.
8170         * lib/fpending.c: Rename from __fpending.c.
8171         Include "fpending.h", not "__fpending.h".
8172         * lib/__fpending.h, lib/__fpending.c: Remove files.
8173         * modules/fpending (Files): Reflect new file names.
8174         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
8175
8176 2007-09-08  Bruno Haible  <bruno@clisp.org>
8177
8178         * m4/inttypes-h.m4: Remove stub file.
8179
8180 2007-09-07  Simon Josefsson  <simon@josefsson.org>
8181
8182         * doc/headers/stdint.texi: Discuss #include_next issue.
8183
8184 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8185
8186         * build-aux/bootstrap: Remove obsolete comment about wget --help.
8187
8188 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8189
8190         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
8191         in variable name.
8192
8193 2007-09-03  Jim Meyering  <jim@meyering.net>
8194
8195         New module: git-version-gen.
8196         * modules/git-version-gen: New file.
8197
8198         Import changes from coreutils for bootstrap script.
8199
8200         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
8201
8202         bootstrap: uses rsync to download the .po files
8203         * build-aux/bootstrap (po_download_command_format): New global.
8204         (download_po_files): Use rsync.
8205         (update_po_files): Don't remove .po files after download,
8206         so future rsync runs can take advantage of the copies.
8207
8208         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
8209
8210         Solve the unnecessary-.po-file-regeneration problem once and for all.
8211         * build-aux/bootstrap (download_po_files): New function, renamed from
8212         get_translations.  Now, downloads, but doesn't update LINGUAS.
8213         (update_po_files): New function.
8214
8215         bootstrap: Ignore more.
8216         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
8217         uniwidth to e.g., lib/.gitignore.
8218         (slurp): Handle the sys_stat_.h -> sys mapping, too.
8219
8220         * build-aux/bootstrap: New setting: vc_ignore.
8221         (insert_sorted_if_absent): Create $file if absent.
8222         Adapt to new, possibly empty, list: $vc_ignore.
8223
8224         bootstrap: generate more ignorable names
8225         * build-aux/bootstrap (slurp): When generating ignorable names,
8226         also map .sin to .sed, .gperf to .c, and .y to .c.
8227
8228 2007-09-03  Jim Meyering  <jim@meyering.net>
8229
8230         * build-aux/git-version-gen: New file, from coreutils.  For details, see
8231         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
8232
8233 2007-09-02  Bruno Haible  <bruno@clisp.org>
8234
8235         Fix mis-recognition of 'mcs' on QNX 6.
8236         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
8237         output contains the string "Mono".
8238         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
8239         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
8240
8241 2007-09-01  Bruno Haible  <bruno@clisp.org>
8242
8243         Fix collision between uniwidth/* and linebreak modules.
8244         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
8245         u32_width): Remove declarations.
8246         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
8247         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
8248         streq3, streq2, streq1, streq0): Remove functions.
8249         (STREQ): Remove macro.
8250         (is_cjk_encoding): Remove function.
8251         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
8252         (uc_width, u8_width, u16_width, u32_width): Remove functions.
8253         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
8254         * NEWS: Document the change.
8255
8256 2007-09-01  Bruno Haible  <bruno@clisp.org>
8257
8258         * lib/streq.h: Add double-inclusion guard.
8259
8260 2007-09-01  Karl Berry  <karl@gnu.org>
8261
8262         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
8263
8264 2007-08-28  Jim Meyering  <jim@meyering.net>
8265
8266         Rename mreadlink_with_size to areadlink_with_size.
8267         * NEWS: Document the change.
8268         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
8269         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
8270         * lib/mreadlink.h: Rename this to...
8271         * lib/areadlink.h: ...this.
8272         * modules/mreadlink-with-size: Rename this to...
8273         * modules/areadlink-with-size: ...this.
8274         * lib/canonicalize.c: Reflect the renaming.
8275         * modules/canonicalize: Likewise.
8276
8277 2007-08-26  Bruno Haible  <bruno@clisp.org>
8278
8279         * gnulib-tool (func_import): When deciding which files to remove,
8280         consider also dangling symbolic links.
8281         Reported by Eric Blake.
8282
8283 2007-08-26  Bruno Haible  <bruno@clisp.org>
8284
8285         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
8286
8287 2007-08-23  Simon Josefsson  <simon@josefsson.org>
8288
8289         * lib/readline.c: Don't include getline.h, the prototype is now
8290         found in stdio.h.
8291
8292 2007-08-23  Jim Meyering  <jim@meyering.net>
8293
8294         Getdelim touchup.
8295         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
8296         around the funlockfile call, since funlockfile never sets errno.
8297         Don't set errno upon failed realloc.
8298
8299 2007-08-22  Eric Blake  <ebb9@byu.net>
8300
8301         Getline touchups.
8302         * lib/getdelim.c (getdelim): Revert regression that required *n to
8303         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
8304         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
8305         getdelim, rather than whether implementation is missing.
8306         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
8307         * lib/stdio_.h (getline): Also declare if replacement is
8308         required.
8309         * doc/functions/getdelim.texi: New file.
8310         * doc/functions/getline.texi: Likewise.
8311         * doc/gnulib.texi (Function Substitutes): Add new files.
8312         Reported by Bruno Haible.
8313
8314 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
8315
8316         * users.txt: Add Guile.
8317
8318 2007-08-22  Eric Blake  <ebb9@byu.net>
8319
8320         * tests/test-getdelim.c (main): Use remove, not unlink.
8321         * tests/test-getline.c (main): Likewise.
8322
8323         Move getline and getdelim into stdio.h, per POSIX 200x.
8324         * modules/getline (Files): Remove getline.h.
8325         (Depends-on): Add stdio.
8326         (configure.ac): Add module indicator.
8327         * modules/getdelim (Files): Remove getdelim.h.
8328         (Depends-on): Add stdio.
8329         (configure.ac): Add module indicator.
8330         * modules/stdio (Makefile.am): Work with new indicators.
8331         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
8332         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
8333         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
8334         * lib/getdelim.h: Delete.
8335         * lib/getline.h: Delete.
8336         * lib/stdio_.h (getdelim, getline): Declare.
8337         * modules/getdelim-tests: New module.
8338         * modules/getline-tests: Likewise.
8339         * tests/test-getdelim.c: New file.
8340         * tests/test-getline.c: Likewise.
8341         * NEWS: Document the change.
8342         * lib/getline.c: Update choice of header.
8343         * lib/csharpcomp.c: Likewise.
8344         * lib/getpass.c: Likewise.
8345         * lib/javacomp.c: Likewise.
8346         * lib/javaversion.c: Likewise.
8347         * lib/yesno.c: Likewise.
8348         * lib/getdelim.c: Likewise.
8349         (getdelim): Set errno on failure, and avoid memory leak.
8350
8351 2007-08-19  Bruno Haible  <bruno@clisp.org>
8352
8353         * modules/closein (Depends-on): Add freadahead.
8354         * lib/closein.c: Include freadahead.h.
8355         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
8356         is zero.
8357
8358 2007-08-19  Bruno Haible  <bruno@clisp.org>
8359
8360         * modules/freadahead-tests: New file.
8361         * tests/test-freadahead.sh: New file.
8362         * tests/test-freadahead.c: New file.
8363
8364         * modules/freadahead: New file.
8365         * lib/freadahead.h: New file.
8366         * lib/freadahead.c: New file.
8367         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
8368         fbufmode, fpurge, freadable, fwritable.
8369
8370 2007-08-19  Eric Blake  <ebb9@byu.net>
8371
8372         Test yesno in combination with closein.
8373         * lib/yesno.c (yesno): Document use of stdin.
8374         * modules/yesno-tests (Files): New module.
8375         * tests/test-yesno.c (main): New file.
8376         * tests/test-yesno.sh: Likewise.
8377
8378 2007-08-19  Bruno Haible  <bruno@clisp.org>
8379
8380         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
8381         * lib/fseeko.c (rpl_fseeko): Likewise.
8382         * lib/fseterr.c (fseterr): Likewise.
8383
8384 2007-08-19  Bruno Haible  <bruno@clisp.org>
8385
8386         * tests/test-lseek.c (main): Disable a test for BeOS.
8387         * doc/functions/lseek.texi: Document the BeOS bug.
8388
8389 2007-08-19  Bruno Haible  <bruno@clisp.org>
8390             Eric Blake  <ebb9@byu.net>
8391
8392         * lib/lseek.c: Include <sys/stat.h>.
8393         (rpl_lseek): Add workaround code also for Unix platforms.
8394         Needed for BeOS.
8395         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
8396         * doc/functions/lseek.texi: Document BeOS definiency.
8397
8398 2007-08-18  Bruno Haible  <bruno@clisp.org>
8399
8400         * modules/fstrcmp-tests: New file.
8401         * tests/test-fstrcmp.c: New file.
8402
8403 2007-08-18  Bruno Haible  <bruno@clisp.org>
8404
8405         * modules/fstrcmp: New file, from GNU gettext with modifications.
8406         * lib/fstrcmp.h: New file, from GNU gettext.
8407         * lib/fstrcmp.c: New file, from GNU gettext.
8408         * MODULES.html.sh (String handling): Add fstrcmp.
8409
8410 2007-08-18  Bruno Haible  <bruno@clisp.org>
8411
8412         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
8413         'bool'.
8414         (diag, compareseq): Remove const from the ctxt argument.
8415         (USE_HEURISTIC): Undefine at the end.
8416
8417 2007-08-18  Jim Meyering  <jim@meyering.net>
8418
8419         New file: lib/idcache.h
8420         * NEWS: Mention the addition.
8421         * modules/idcache (Files): Add lib/idcache.h
8422         * lib/idcache.c: Include "idcache.h".
8423         Don't include <sys/types.h>.
8424         Add a FIXME comment.
8425         Move file-scoped "static" declarations to the top.
8426         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
8427
8428 2007-08-17  Bruno Haible  <bruno@clisp.org>
8429         and Paul Eggert  <eggert@cs.ucla.edu>
8430
8431         * MODULES.html.sh: Add diffseq.
8432         * modules/diffseq: New file.
8433         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
8434         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
8435
8436 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8437
8438         Import changes from coreutils for bootstrap script.
8439
8440         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
8441
8442         * build-aux/bootstrap (slurp): Work even in environments where
8443         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
8444         current code does not slurp files whose names start with ".", and
8445         this looks like it might be a troublesome area.
8446
8447         2007-07-11  Jim Meyering  <jim@meyering.net>
8448
8449         If there's a GPL vN copyright comment, require that N == 3.
8450
8451         2007-07-08  Jim Meyering  <jim@meyering.net>
8452
8453         Run the coreutils-specific code only if tests/Makefile.am.in exists.
8454         * build-aux/bootstrap (mam_template): Move definition out of loop.
8455
8456         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
8457
8458         * build-aux/bootstrap (symlink_to_dir): Rename function from
8459         symlink_to_gnulib.  Add a directory parameter.  Update all
8460         callers.
8461         (cp_mark_as_generated): Also check for -- and link to -- files in
8462         gl/.
8463
8464         2007-07-08  Jim Meyering  <jim@meyering.net>
8465
8466         Adapt to deeper hierarchy in gnulib.
8467         * build-aux/bootstrap (symlink_to_dir): If the destination
8468         directory doesn't exist, create it. This is required at least for
8469         "lib/uniwidth/cjk.h".
8470
8471         2007-05-15  Jim Meyering  <jim@meyering.net>
8472
8473         * build-aux/bootstrap: Now that generated Makefile.am files
8474         are no longer under version control, they must be created at
8475         bootstrap time.
8476
8477 2007-08-14  Ben Pfaff  <blp@gnu.org>
8478
8479         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
8480
8481 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8482
8483         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
8484         given the changes below.
8485         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
8486         even on hosts that have padding bits beyond the supported 64.
8487
8488 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8489
8490         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
8491         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
8492         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
8493         depends on it.
8494         (xstrtol_error): Remove.
8495         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
8496         but with a different signature.
8497         (ATTRIBUTE_NORETURN, __attribute__): New macros.
8498         * lib/xstrtol-error.c: Include exitfail.h.
8499         (xstrtol_fatal): New function, with a different signature from the
8500         old xstrtol_error, so that the caller need not worry about passing
8501         in an exit status, or about storage management of the option argument.
8502         (xstrtol_error): Now a static function.  Redo signature to
8503         implement xstrtol_fatal.  Output the correct number of hyphens in
8504         front of the option so that the caller need not worry about
8505         storage management.
8506         (N_): New macro.
8507         (_): Remove; not used now.
8508         * modules/xstrtol: Depend on getopt.
8509         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
8510         of old STRTOL_FATAL_ERROR macro.
8511         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
8512         of test program.
8513         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
8514         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
8515
8516 2007-08-08  Eric Blake  <ebb9@byu.net>
8517
8518         * lib/xstrtol-error.c: Add missing include.
8519
8520         Move xstrtol messages into gnulib domain, when --pobase is used.
8521         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
8522         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
8523         * modules/xstrtol (Files): Distribute new file.
8524         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
8525         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
8526         * tests/test-xstrtol.c: ...into new file.
8527         * tests/test-xstrtoul.c: Also test xstrtoul.
8528         * tests/test-xstrtoimax.c: Also test xstrtoimax.
8529         * tests/test-xstrtoumax.c: Also test xstrtoumax.
8530         * tests/test-xstrtol.sh: Drive the tests.
8531         * tests/test-xstrtoimax.sh: Likewise.
8532         * tests/test-xstrtoumax.sh: Likewise.
8533         * modules/xstrtol-tests: New module.
8534         * modules/xstrtoimax-tests: Likewise.
8535         * modules/xstrtoumax-tests: Likewise.
8536
8537 2007-08-08  Jim Meyering  <jim@meyering.net>
8538
8539         New function: mfile_name_concat.
8540         * lib/filenamecat.c (mfile_name_concat): New function, just like
8541         file_name_concat, but return NULL upon failure rather than exiting
8542         with a diagnostic.
8543         * lib/filenamecat.h: Declare it.
8544
8545 2007-08-07  Bruno Haible  <bruno@clisp.org>
8546
8547         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
8548         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
8549         warning from gcc.
8550         Reported by Eric Blake.
8551
8552 2007-08-07  Simon Josefsson  <simon@josefsson.org>
8553
8554         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
8555         * modules/crypto/arcfour (License): Likewise.
8556         * modules/crypto/des-tests (License): Likewise.
8557         * modules/crypto/gc-arctwo-tests (License): Likewise.
8558         * modules/crypto/gc-des-tests (License): Likewise.
8559         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
8560         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
8561         * modules/crypto/gc-md2-tests (License): Likewise.
8562         * modules/crypto/gc-md4-tests (License): Likewise.
8563         * modules/crypto/gc-md5-tests (License): Likewise.
8564         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
8565         * modules/crypto/gc-rijndael-tests (License): Likewise.
8566         * modules/crypto/gc-sha1-tests (License): Likewise.
8567         * modules/crypto/gc-tests (License): Likewise.
8568         * modules/crypto/hmac-md5 (License): Likewise.
8569         * modules/crypto/hmac-sha1 (License): Likewise.
8570         * modules/crypto/md2-tests (License): Likewise.
8571         * modules/crypto/md4-tests (License): Likewise.
8572         * modules/crypto/md5 (License): Likewise.
8573         * modules/crypto/rijndael (License): Likewise.
8574         * modules/crypto/sha1 (License): Likewise.
8575         * modules/memxor (License): Likewise.
8576
8577 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
8578         and Bruno Haible  <bruno@clisp.org>
8579
8580         * NEWS: Describe interface changes to human, xstrtol.
8581         * lib/human.h: Include <xstrtol.h>.
8582         (human_options): Return enum strtol_error, not int.  Remove
8583         bool arg; take int * instead.
8584         * lib/human.c: Don't include "gettext.h".
8585         (_): Remove; no longer used.
8586         Don't include <xstrtol.h>, since human.h does it.
8587         (human_options): Adjust to abovementioned interface changes.
8588         Do not report error to stderr; that's now the caller's
8589         responsibility.
8590         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
8591         interface change.
8592         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
8593         Str, Argument_type_string.  All uses changed.  Put " argument"
8594         in diagnostics to make them clearer.  Change wording of suffix
8595         message for clarity.
8596         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
8597         Argument_type_string.
8598         (STRTOL_FATAL_WARN): Remove; no longer used.
8599         * modules/human (Depends-on): Remove gettext-h.
8600
8601 2007-08-06  Simon Josefsson  <simon@josefsson.org>
8602
8603         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
8604
8605 2007-07-31  Bruno Haible  <bruno@clisp.org>
8606
8607         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
8608         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
8609         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
8610
8611 2007-07-31  Bruno Haible  <bruno@clisp.org>
8612
8613         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
8614         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
8615
8616 2007-07-30  Bruno Haible  <bruno@clisp.org>
8617
8618         * modules/base64 (License): Use the synonymous term "LGPLv2+".
8619         * modules/c-ctype (License): Likewise.
8620         * modules/c-strcase (License): Likewise.
8621         * modules/check-version (License): Likewise.
8622         * modules/iconv (License): Likewise.
8623         * modules/iconv_open (License): Likewise.
8624         * modules/read-file (License): Likewise.
8625         * modules/striconv (License): Likewise.
8626         * modules/strverscmp (License): Likewise.
8627         * modules/vasprintf (License): Likewise.
8628         * modules/crypto/des (License): Likewise.
8629         * modules/crypto/gc (License): Likewise.
8630         * modules/crypto/gc-arcfour (License): Likewise.
8631         * modules/crypto/gc-arctwo (License): Likewise.
8632         * modules/crypto/gc-des (License): Likewise.
8633         * modules/crypto/gc-hmac-md5 (License): Likewise.
8634         * modules/crypto/gc-hmac-sha1 (License): Likewise.
8635         * modules/crypto/gc-md2 (License): Likewise.
8636         * modules/crypto/gc-md4 (License): Likewise.
8637         * modules/crypto/gc-md5 (License): Likewise.
8638         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
8639         * modules/crypto/gc-random (License): Likewise.
8640         * modules/crypto/gc-rijndael (License): Likewise.
8641         * modules/crypto/gc-sha1 (License): Likewise.
8642         * modules/crypto/md2 (License): Likewise.
8643         * modules/crypto/md4 (License): Likewise.
8644
8645 2007-07-30  Jim Meyering  <jim@meyering.net>
8646
8647         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
8648         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
8649         it has valid stat data.  This bug would cause du not to count the
8650         sizes of inaccessible directories.
8651         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
8652         in <http://bugzilla.redhat.com/250077>.
8653
8654 2007-07-25  Peter O'Gorman  <peter@pogma.com>
8655             Bruno Haible  <bruno@clisp.org>
8656
8657         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
8658         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
8659         #include_next, gives a diagnostic about it, but reports no error in
8660         the exit code.
8661         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
8662
8663 2007-07-24  Ben Pfaff  <blp@gnu.org>
8664
8665         Improve name: "count-one-bits" is better than "popcount".
8666         * MODULES.html.sh: Update name.
8667         * lib/popcount.h: Renamed lib/count-one-bits.h.
8668         (popcount): Renamed count_one_bits.
8669         (popcountl): Renamed count_one_bits_l.
8670         (popcountll): Renamed count_one_bits_ll.
8671         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
8672         * modules/popcount: Renamed module/count-one-bits.
8673         * modules/popcount-tests: Renamed module/count-one-bits-tests.
8674         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
8675
8676 2007-07-23  Ben Pfaff  <blp@gnu.org>
8677
8678         * lib/popcount.h (popcount32): Reduce size of constants, to allow
8679         better code generation, and add U to large constants to avoid
8680         warnings, in non-GCC case.
8681         Suggested by Bruno Haible.
8682
8683 2007-07-23  Ben Pfaff  <blp@gnu.org>
8684
8685         * lib/popcount.h: Use verify_true instead of if...abort.
8686         * modules/popcount: Depend on verify module.
8687         Suggested by Jim Meyering.
8688
8689 2007-07-23  Bruno Haible  <bruno@clisp.org>
8690
8691         * gnulib-tool (func_import): Create a .cvsignore file also when the
8692         directory is not yet in CVS but the toplevel directory is. When
8693         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
8694         Reported by Karl Berry.
8695
8696 2007-07-22  Ben Pfaff  <blp@gnu.org>
8697
8698         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
8699         case.
8700         Suggested by Eric Blake.
8701
8702 2007-07-22  Ben Pfaff  <blp@gnu.org>
8703
8704         New module: popcount.
8705         * MODULES.html.sh: Add popcount.
8706         * modules/popcount: New file.
8707         * modules/popcount-tests: New file.
8708         * tests/test-popcount.c: New file.
8709         * lib/popcount.h: New file.
8710         * m4/popcount.m4: New file.
8711
8712 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8713
8714         * build-aux/announce-gen: Update to GPLv3.
8715
8716         * build-aux/config.guess: Update from config.
8717
8718 2007-07-21  Bruno Haible  <bruno@clisp.org>
8719
8720         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
8721         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
8722
8723 2007-07-20  Jim Meyering  <jim@meyering.net>
8724
8725         * check-module: Diagnose a self-dependency.
8726
8727 2007-07-19  Bruno Haible  <bruno@clisp.org>
8728
8729         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
8730         empty.
8731         Reported by Eric Blake.
8732
8733 2007-07-18  Bruno Haible  <bruno@clisp.org>
8734
8735         * gnulib-tool: New options --po-base, --po-domain.
8736         (func_usage): Document them.
8737         (pobase, po_domain): New variables.
8738         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
8739         DEFAULT_TEXT_DOMAIN.
8740         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
8741         (func_import): Consider pobase and po_domain. Create a po/ directory.
8742         (func_create_testdir): Set pobase and po_domain to empty.
8743         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
8744         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
8745
8746 2007-07-18  Bruno Haible  <bruno@clisp.org>
8747
8748         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8749         EXTRA_DIST augmentation for files in build-aux/.
8750
8751 2007-07-16  Bruno Haible  <bruno@clisp.org>
8752
8753         * modules/lseek (License): Use the synonymous term "LGPLv2+".
8754         * modules/getdelim (License): Likewise.
8755
8756 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8757
8758         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
8759         * modules/d-type (License): Likewise.
8760         * modules/extensions (License): Likewise.
8761         * modules/fnmatch (License): Likewise.
8762         * modules/fseeko (License): Likewise.
8763         * modules/getaddrinfo (License): Likewise.
8764         * modules/getline (License): Likewise.
8765         * modules/getlogin_r (License): Likewise.
8766         * modules/getpass (License): Likewise.
8767         * modules/gettimeofday (License): Likewise.
8768         * modules/glob (License): Likewise.
8769         * modules/inet_ntop (License): Likewise.
8770         * modules/malloc (License): Likewise.
8771         * modules/malloca (License): Likewise.
8772         * modules/memmem (License): Likewise.
8773         * modules/mempcpy (License): Likewise.
8774         * modules/memset (License): Likewise.
8775         * modules/minmax (License): Likewise.
8776         * modules/mktime (License): Likewise.
8777         * modules/netinet_in (License): Likewise.
8778         * modules/pathmax (License): Likewise.
8779         * modules/poll (License): Likewise.
8780         * modules/regex (License): Likewise.
8781         * modules/snprintf (License): Likewise.
8782         * modules/stdbool (License): Likewise.
8783         * modules/stdint (License): Likewise.
8784         * modules/stdio (License): Likewise.
8785         * modules/strcase (License): Likewise.
8786         * modules/strcasestr (License): Likewise.
8787         * modules/strdup (License): Likewise.
8788         * modules/string (License): Likewise.
8789         * modules/strndup (License): Likewise.
8790         * modules/strnlen (License): Likewise.
8791         * modules/strpbrk (License): Likewise.
8792         * modules/strptime (License): Likewise.
8793         * modules/strsep (License): Likewise.
8794         * modules/sys_select (License): Likewise.
8795         * modules/sys_socket (License): Likewise.
8796         * modules/sys_stat (License): Likewise.
8797         * modules/sys_time (License): Likewise.
8798         * modules/time (License): Likewise.
8799         * modules/time_r (License): Likewise.
8800         * modules/timegm (License): Likewise.
8801         * modules/unistd (License): Likewise.
8802         * modules/vsnprintf (License): Likewise.
8803         * modules/wctype (License): Likewise.
8804
8805 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8806
8807         * modules/argz (License): LGPLv2+.
8808
8809 2007-07-15  Karl Berry  <karl@gnu.org>
8810
8811         * doc/gnulib.texi: revise node structure per new fdl.texi.
8812
8813 2007-07-14  Bruno Haible  <bruno@clisp.org>
8814
8815         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
8816         the output file.
8817         * lib/uniname/uninames.h: Regenerated.
8818
8819 2007-07-14  Karl Berry  <karl@gnu.org>
8820
8821         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
8822         omitting sectioning and index commands.
8823
8824 2007-07-13  Bruno Haible  <bruno@clisp.org>
8825
8826         New gnulib-tool option --more-symlinks.
8827         * gnulib-tool (func_usage): Document --more-symlinks.
8828         (do_copyrights): New variable.
8829         Recognize option --more-symlinks.
8830         (func_import): Don't add a copyright notice transform to
8831         sed_transform_lib_file if do_copyrights is empty.
8832
8833 2007-07-13  Bruno Haible  <bruno@clisp.org>
8834
8835         * lib/vasnprintf.c (decimal_point_char): Define also if
8836         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
8837         && !NEED_PRINTF_DIRECTIVE_A.
8838         Reported by Clemens Koller <clemens.koller@anagramm.de> via
8839         Gary V. Vaughan <gary@gnu.org>.
8840
8841 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
8842
8843         * lib/inttypes_.h: Undo previous change, since it was fixed
8844         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
8845
8846 2007-07-13  Bruno Haible  <bruno@clisp.org>
8847
8848         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
8849         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
8850
8851 2007-07-13  Jim Meyering  <jim@meyering.net>
8852
8853         df: Don't fail for Tru64's "file-on-file mount".
8854         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
8855         so we fall through and use statfs instead.  Details here:
8856         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
8857         Reported by Albert Chin.
8858
8859 2007-07-13  Bruno Haible  <bruno@clisp.org>
8860
8861         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
8862         * modules/configmake (License): Likewise.
8863         * modules/gettext (License): Likewise.
8864         * modules/gettext-h (License): Likewise.
8865         * modules/include_next (License): Likewise.
8866         * modules/link-warning (License): Likewise.
8867         * modules/localcharset (License): Likewise.
8868         * modules/localename (License): Likewise.
8869         * modules/lock (License): Likewise.
8870         * modules/relocatable-lib-lgpl (License): Likewise.
8871         * modules/size_max (License): Likewise.
8872         * modules/vasnprintf (License): Likewise.
8873         * modules/wchar (License): Likewise.
8874         * modules/xsize (License): Likewise.
8875
8876 2007-07-13  Bruno Haible  <bruno@clisp.org>
8877
8878         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
8879         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
8880
8881 2007-07-12  Bruno Haible  <bruno@clisp.org>
8882
8883         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
8884         in the modules files.
8885
8886 2007-07-11  Karl Berry  <karl@gnu.org>
8887
8888         * MODULES.html.sh (func_module): use
8889          sed -e '\|^'"${includefile}"'$|d'
8890          instead of /.../d, to avoid errors on $includefile's containing /.
8891
8892 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8893
8894         * gnulib-tool (func_import): Avoid duplication of --avoid
8895         statements
8896         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
8897         names to `_' in variable names.
8898
8899 2007-07-10  Eric Blake  <ebb9@byu.net>
8900
8901         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
8902         * NEWS: Document this change.
8903
8904 2007-07-08  Bruno Haible  <bruno@clisp.org>
8905
8906         Update to Unicode 5.0.
8907         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
8908         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
8909         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
8910         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
8911         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
8912         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
8913         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
8914         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
8915         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
8916         U+10A3F, U+1D242..U+1D244.
8917         (nonspacing_table_ind): Update.
8918         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
8919         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
8920
8921 2007-07-08  Bruno Haible  <bruno@clisp.org>
8922
8923         Update to Unicode 5.0.
8924         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
8925         code transform. Extend the name index field of unicode_name_to_code and
8926         unicode_code_to_name from 16 to 24 bits.
8927         * lib/uniname/uniname.c (unicode_character_name,
8928         unicode_name_character): Add the range 0x12xxx to the code transform.
8929         * lib/uniname/uninames.h: Regenerated.
8930         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
8931
8932 2007-07-07  Bruno Haible  <bruno@clisp.org>
8933
8934         * modules/wcwidth-tests: New file.
8935         * tests/test-wcwidth.c: New file.
8936
8937         Work around MacOS X wcwidth() bug.
8938         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
8939         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
8940         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
8941         original wcwidth in non-UTF-8 locales.
8942         * modules/wcwidth (Depends-on): Add localcharset, streq,
8943         uniwidth/width.
8944         * doc/functions/wcwidth.texi: Update.
8945
8946 2007-07-07  Bruno Haible  <bruno@clisp.org>
8947
8948         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
8949         (wcwidth): New declaration.
8950         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
8951         macros.
8952         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
8953         here. Prepare for creating <wchar.h> unconditionally.
8954         * modules/wchar (Depends-on): Add link-warning.
8955         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
8956         REPLACE_WCWIDTH, and GL_LINK_WARNING.
8957         * lib/wcwidth.h: Remove file.
8958         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
8959         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
8960         * modules/wcwidth (Files): Remove lib/wcwidth.h.
8961         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
8962         (Include): Replace wcwidth.h with <wchar.h>.
8963         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
8964         * lib/mbchar.h: Don't include wcwidth.h.
8965         * lib/mbswidth.c: Likewise.
8966         * NEWS: Mention the change.
8967
8968 2007-07-07  Bruno Haible  <bruno@clisp.org>
8969
8970         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
8971         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
8972         definition with an external declaration.
8973         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
8974         defined as a function. Remove AC_C_INLINE requirement.
8975         * modules/wcwidth (Files): Add lib/wcwidth.c.
8976         (Makefile.am): Remove redundant statement.
8977
8978 2007-07-07  Bruno Haible  <bruno@clisp.org>
8979
8980         * MODULES.html.sh (Unicode string functions): Add the new modules.
8981
8982         * tests/uniwidth/test-u32-strwidth.c: New file.
8983         * modules/uniwidth/u32-strwidth-tests: New file.
8984
8985         * lib/uniwidth/u32-strwidth.c: New file.
8986         * modules/uniwidth/u32-strwidth: New file.
8987
8988         * tests/uniwidth/test-u16-strwidth.c: New file.
8989         * modules/uniwidth/u16-strwidth-tests: New file.
8990
8991         * lib/uniwidth/u16-strwidth.c: New file.
8992         * modules/uniwidth/u16-strwidth: New file.
8993
8994         * tests/uniwidth/test-u8-strwidth.c: New file.
8995         * modules/uniwidth/u8-strwidth-tests: New file.
8996
8997         * lib/uniwidth/u8-strwidth.c: New file.
8998         * modules/uniwidth/u8-strwidth: New file.
8999
9000         * tests/uniwidth/test-u32-width.c: New file.
9001         * modules/uniwidth/u32-width-tests: New file.
9002
9003         * lib/uniwidth/u32-width.c: New file.
9004         * modules/uniwidth/u32-width: New file.
9005
9006         * tests/uniwidth/test-u16-width.c: New file.
9007         * modules/uniwidth/u16-width-tests: New file.
9008
9009         * lib/uniwidth/u16-width.c: New file.
9010         * modules/uniwidth/u16-width: New file.
9011
9012         * tests/uniwidth/test-u8-width.c: New file.
9013         * modules/uniwidth/u8-width-tests: New file.
9014
9015         * lib/uniwidth/u8-width.c: New file.
9016         * modules/uniwidth/u8-width: New file.
9017
9018         * tests/uniwidth/test-uc_width.c: New file.
9019         * modules/uniwidth/width-tests: New file.
9020
9021         * lib/uniwidth/width.c: New file, from GNU libiconv.
9022         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
9023         * modules/uniwidth/width: New file.
9024
9025         * lib/uniwidth.h: New file, from GNU libiconv.
9026         * modules/uniwidth/base: New file.
9027
9028 2007-07-07  Bruno Haible  <bruno@clisp.org>
9029
9030         * lib/uniname.h: New file, from GNU gettext.
9031         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
9032         * lib/uniname/uninames.h: New file, from GNU gettext.
9033         * lib/uniname/uniname.c: New file, from GNU gettext.
9034         * tests/uniname/test-uninames.sh: New file.
9035         * tests/uniname/test-uninames.c: New file, from GNU gettext.
9036         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
9037         * modules/uniname/base: New file.
9038         * modules/uniname/uniname: New file.
9039         * modules/uniname/uniname-tests: New file.
9040         * MODULES.html.sh (Unicode string functions): Add the new modules.
9041
9042 2007-07-06  Bruno Haible  <bruno@clisp.org>
9043
9044         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
9045
9046 2007-07-06  Bruno Haible  <bruno@clisp.org>
9047
9048         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
9049         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
9050         includes <cygwin/sys_time.h> which includes <sys/select.h> which
9051         include <sys/time.h>.
9052         Reported by Eric Blake.
9053
9054 2007-07-06  Eric Blake  <ebb9@byu.net>
9055
9056         Fix testing canonicalize on cygwin.
9057         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
9058         Revert patch from 2007-06-19.
9059         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
9060         canonicalize module is also in use.
9061         * tests/test-canonicalize.c: New file.
9062         * tests/test-canonicalize.sh: Likewise.
9063         * modules/canonicalize-tests: Likewise.
9064
9065 2007-07-06  Jim Meyering  <jim@meyering.net>
9066
9067         * lib/getugroups.c (getugroups): Detect getgrent failure.
9068         Adjust comment to reflect reality: this function may return -1.
9069
9070 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
9071
9072         * build-aux/bootstrap (TP_URL,get_translations): Update to use
9073         the new TP address.
9074         (usage): Fix typo
9075         (gnulib_mk): New variable.
9076
9077 2007-07-05  Jim Meyering  <jim@meyering.net>
9078
9079         Don't let endgrent clobber errno, no matter how improbable.
9080         * lib/getugroups.c (getugroups): Save and restore errno around
9081         endgrent call.
9082
9083         Close the group DB even when failing with 2^31 or more members.
9084         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
9085
9086 2007-07-04  Jim Meyering  <jim@meyering.net>
9087
9088         * lib/getugroups.h: New file.
9089         * lib/getugroups.c: Include "getugroups.h".
9090         Remove uses of "register" keyword.
9091         Move local variable, "cp", down into scope where used.
9092         Give "username" parameter the "const" attribute.
9093         * modules/getugroups (Files): Add lib/getugroups.h
9094
9095 2007-07-04  Karl Berry  <karl@gnu.org>
9096
9097         * MODULES.html.sh (func_all_modules): Complete rename of
9098         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
9099
9100 2007-07-02  Bruno Haible  <bruno@clisp.org>
9101
9102         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
9103         mode, when inttypes.h comes from gnulib.
9104         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
9105
9106 2007-07-02  Simon Josefsson  <simon@josefsson.org>
9107
9108         * NEWS: Mention lgpl module name change.
9109
9110         * modules/lgpl-2.1: Renamed from lgpl.
9111
9112         * NEWS: Mention gpl module name change.
9113
9114         * modules/gpl-3.0: New file, based on gpl-2.0.
9115
9116         * modules/gpl-2.0: Renamed from gpl.
9117
9118         * modules/gpl: Fix filename, doc/gpl.texi is now found at
9119         doc/gpl-2.0.texi.
9120
9121 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9122
9123         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
9124         #define __STDC_LIMIT_MACROS temporarily while including
9125         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
9126         Problem reported by Joel E. Denny in
9127         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
9128
9129 2007-07-01  Bruno Haible  <bruno@clisp.org>
9130
9131         * lib/unistdio.h: New file.
9132         * lib/unistdio/u-asnprintf.h: New file.
9133         * lib/unistdio/u-asprintf.h: New file.
9134         * lib/unistdio/u-printf-args.c: New file.
9135         * lib/unistdio/u-printf-args.h: New file.
9136         * lib/unistdio/u-printf-parse.h: New file.
9137         * lib/unistdio/u-snprintf.h: New file.
9138         * lib/unistdio/u-sprintf.h: New file.
9139         * lib/unistdio/u-vasprintf.h: New file.
9140         * lib/unistdio/u-vsnprintf.h: New file.
9141         * lib/unistdio/u-vsprintf.h: New file.
9142         * lib/unistdio/ulc-asnprintf.c: New file.
9143         * lib/unistdio/ulc-asprintf.c: New file.
9144         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
9145         * lib/unistdio/ulc-printf-parse.c: New file.
9146         * lib/unistdio/ulc-snprintf.c: New file.
9147         * lib/unistdio/ulc-sprintf.c: New file.
9148         * lib/unistdio/ulc-vasnprintf.c: New file.
9149         * lib/unistdio/ulc-vasprintf.c: New file.
9150         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
9151         * lib/unistdio/ulc-vsnprintf.c: New file.
9152         * lib/unistdio/ulc-vsprintf.c: New file.
9153         * lib/unistdio/u8-asnprintf.c: New file.
9154         * lib/unistdio/u8-asprintf.c: New file.
9155         * lib/unistdio/u8-printf-parse.c: New file.
9156         * lib/unistdio/u8-snprintf.c: New file.
9157         * lib/unistdio/u8-sprintf.c: New file.
9158         * lib/unistdio/u8-vasnprintf.c: New file.
9159         * lib/unistdio/u8-vasprintf.c: New file.
9160         * lib/unistdio/u8-vsnprintf.c: New file.
9161         * lib/unistdio/u8-vsprintf.c: New file.
9162         * lib/unistdio/u8-u8-asnprintf.c: New file.
9163         * lib/unistdio/u8-u8-asprintf.c: New file.
9164         * lib/unistdio/u8-u8-snprintf.c: New file.
9165         * lib/unistdio/u8-u8-sprintf.c: New file.
9166         * lib/unistdio/u8-u8-vasnprintf.c: New file.
9167         * lib/unistdio/u8-u8-vasprintf.c: New file.
9168         * lib/unistdio/u8-u8-vsnprintf.c: New file.
9169         * lib/unistdio/u8-u8-vsprintf.c: New file.
9170         * lib/unistdio/u16-asnprintf.c: New file.
9171         * lib/unistdio/u16-asprintf.c: New file.
9172         * lib/unistdio/u16-printf-parse.c: New file.
9173         * lib/unistdio/u16-snprintf.c: New file.
9174         * lib/unistdio/u16-sprintf.c: New file.
9175         * lib/unistdio/u16-vasnprintf.c: New file.
9176         * lib/unistdio/u16-vasprintf.c: New file.
9177         * lib/unistdio/u16-vsnprintf.c: New file.
9178         * lib/unistdio/u16-vsprintf.c: New file.
9179         * lib/unistdio/u16-u16-asnprintf.c: New file.
9180         * lib/unistdio/u16-u16-asprintf.c: New file.
9181         * lib/unistdio/u16-u16-snprintf.c: New file.
9182         * lib/unistdio/u16-u16-sprintf.c: New file.
9183         * lib/unistdio/u16-u16-vasnprintf.c: New file.
9184         * lib/unistdio/u16-u16-vasprintf.c: New file.
9185         * lib/unistdio/u16-u16-vsnprintf.c: New file.
9186         * lib/unistdio/u16-u16-vsprintf.c: New file.
9187         * lib/unistdio/u32-asnprintf.c: New file.
9188         * lib/unistdio/u32-asprintf.c: New file.
9189         * lib/unistdio/u32-printf-parse.c: New file.
9190         * lib/unistdio/u32-snprintf.c: New file.
9191         * lib/unistdio/u32-sprintf.c: New file.
9192         * lib/unistdio/u32-vasnprintf.c: New file.
9193         * lib/unistdio/u32-vasprintf.c: New file.
9194         * lib/unistdio/u32-vsnprintf.c: New file.
9195         * lib/unistdio/u32-vsprintf.c: New file.
9196         * lib/unistdio/u32-u32-asnprintf.c: New file.
9197         * lib/unistdio/u32-u32-asprintf.c: New file.
9198         * lib/unistdio/u32-u32-snprintf.c: New file.
9199         * lib/unistdio/u32-u32-sprintf.c: New file.
9200         * lib/unistdio/u32-u32-vasnprintf.c: New file.
9201         * lib/unistdio/u32-u32-vasprintf.c: New file.
9202         * lib/unistdio/u32-u32-vsnprintf.c: New file.
9203         * lib/unistdio/u32-u32-vsprintf.c: New file.
9204         * tests/unistdio/test-ulc-asnprintf1.c: New file.
9205         * tests/unistdio/test-ulc-asnprintf1.h: New file.
9206         * tests/unistdio/test-ulc-printf1.h: New file.
9207         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
9208         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
9209         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
9210         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
9211         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
9212         * tests/unistdio/test-ulc-vasprintf1.c: New file.
9213         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
9214         * tests/unistdio/test-ulc-vsprintf1.c: New file.
9215         * tests/unistdio/test-u8-asnprintf1.c: New file.
9216         * tests/unistdio/test-u8-asnprintf1.h: New file.
9217         * tests/unistdio/test-u8-printf1.h: New file.
9218         * tests/unistdio/test-u8-vasnprintf1.c: New file.
9219         * tests/unistdio/test-u8-vasnprintf2.c: New file.
9220         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
9221         * tests/unistdio/test-u8-vasnprintf3.c: New file.
9222         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
9223         * tests/unistdio/test-u8-vasprintf1.c: New file.
9224         * tests/unistdio/test-u8-vsnprintf1.c: New file.
9225         * tests/unistdio/test-u8-vsprintf1.c: New file.
9226         * tests/unistdio/test-u16-asnprintf1.c: New file.
9227         * tests/unistdio/test-u16-asnprintf1.h: New file.
9228         * tests/unistdio/test-u16-printf1.h: New file.
9229         * tests/unistdio/test-u16-vasnprintf1.c: New file.
9230         * tests/unistdio/test-u16-vasnprintf2.c: New file.
9231         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
9232         * tests/unistdio/test-u16-vasnprintf3.c: New file.
9233         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
9234         * tests/unistdio/test-u16-vasprintf1.c: New file.
9235         * tests/unistdio/test-u16-vsnprintf1.c: New file.
9236         * tests/unistdio/test-u16-vsprintf1.c: New file.
9237         * tests/unistdio/test-u32-asnprintf1.c: New file.
9238         * tests/unistdio/test-u32-asnprintf1.h: New file.
9239         * tests/unistdio/test-u32-printf1.h: New file.
9240         * tests/unistdio/test-u32-vasnprintf1.c: New file.
9241         * tests/unistdio/test-u32-vasnprintf2.c: New file.
9242         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
9243         * tests/unistdio/test-u32-vasnprintf3.c: New file.
9244         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
9245         * tests/unistdio/test-u32-vasprintf1.c: New file.
9246         * tests/unistdio/test-u32-vsnprintf1.c: New file.
9247         * tests/unistdio/test-u32-vsprintf1.c: New file.
9248         * modules/unistdio/base: New file.
9249         * modules/unistdio/u-printf-args: New file.
9250         * modules/unistdio/ulc-asnprintf: New file.
9251         * modules/unistdio/ulc-asprintf: New file.
9252         * modules/unistdio/ulc-fprintf: New file.
9253         * modules/unistdio/ulc-printf-parse: New file.
9254         * modules/unistdio/ulc-snprintf: New file.
9255         * modules/unistdio/ulc-sprintf: New file.
9256         * modules/unistdio/ulc-vasnprintf: New file.
9257         * modules/unistdio/ulc-vasprintf: New file.
9258         * modules/unistdio/ulc-vfprintf: New file.
9259         * modules/unistdio/ulc-vsnprintf: New file.
9260         * modules/unistdio/ulc-vsprintf: New file.
9261         * modules/unistdio/u8-asnprintf: New file.
9262         * modules/unistdio/u8-asprintf: New file.
9263         * modules/unistdio/u8-printf-parse: New file.
9264         * modules/unistdio/u8-snprintf: New file.
9265         * modules/unistdio/u8-sprintf: New file.
9266         * modules/unistdio/u8-vasnprintf: New file.
9267         * modules/unistdio/u8-vasprintf: New file.
9268         * modules/unistdio/u8-vsnprintf: New file.
9269         * modules/unistdio/u8-vsprintf: New file.
9270         * modules/unistdio/u8-u8-asnprintf: New file.
9271         * modules/unistdio/u8-u8-asprintf: New file.
9272         * modules/unistdio/u8-u8-snprintf: New file.
9273         * modules/unistdio/u8-u8-sprintf: New file.
9274         * modules/unistdio/u8-u8-vasnprintf: New file.
9275         * modules/unistdio/u8-u8-vasprintf: New file.
9276         * modules/unistdio/u8-u8-vsnprintf: New file.
9277         * modules/unistdio/u8-u8-vsprintf: New file.
9278         * modules/unistdio/u16-asnprintf: New file.
9279         * modules/unistdio/u16-asprintf: New file.
9280         * modules/unistdio/u16-printf-parse: New file.
9281         * modules/unistdio/u16-snprintf: New file.
9282         * modules/unistdio/u16-sprintf: New file.
9283         * modules/unistdio/u16-vasnprintf: New file.
9284         * modules/unistdio/u16-vasprintf: New file.
9285         * modules/unistdio/u16-vsnprintf: New file.
9286         * modules/unistdio/u16-vsprintf: New file.
9287         * modules/unistdio/u16-u16-asnprintf: New file.
9288         * modules/unistdio/u16-u16-asprintf: New file.
9289         * modules/unistdio/u16-u16-snprintf: New file.
9290         * modules/unistdio/u16-u16-sprintf: New file.
9291         * modules/unistdio/u16-u16-vasnprintf: New file.
9292         * modules/unistdio/u16-u16-vasprintf: New file.
9293         * modules/unistdio/u16-u16-vsnprintf: New file.
9294         * modules/unistdio/u16-u16-vsprintf: New file.
9295         * modules/unistdio/u32-asnprintf: New file.
9296         * modules/unistdio/u32-asprintf: New file.
9297         * modules/unistdio/u32-printf-parse: New file.
9298         * modules/unistdio/u32-snprintf: New file.
9299         * modules/unistdio/u32-sprintf: New file.
9300         * modules/unistdio/u32-vasnprintf: New file.
9301         * modules/unistdio/u32-vasprintf: New file.
9302         * modules/unistdio/u32-vsnprintf: New file.
9303         * modules/unistdio/u32-vsprintf: New file.
9304         * modules/unistdio/u32-u32-asnprintf: New file.
9305         * modules/unistdio/u32-u32-asprintf: New file.
9306         * modules/unistdio/u32-u32-snprintf: New file.
9307         * modules/unistdio/u32-u32-sprintf: New file.
9308         * modules/unistdio/u32-u32-vasnprintf: New file.
9309         * modules/unistdio/u32-u32-vasprintf: New file.
9310         * modules/unistdio/u32-u32-vsnprintf: New file.
9311         * modules/unistdio/u32-u32-vsprintf: New file.
9312         * modules/unistdio/ulc-asnprintf-tests: New file.
9313         * modules/unistdio/ulc-vasnprintf-tests: New file.
9314         * modules/unistdio/ulc-vasprintf-tests: New file.
9315         * modules/unistdio/ulc-vsnprintf-tests: New file.
9316         * modules/unistdio/ulc-vsprintf-tests: New file.
9317         * modules/unistdio/u8-asnprintf-tests: New file.
9318         * modules/unistdio/u8-vasnprintf-tests: New file.
9319         * modules/unistdio/u8-vasprintf-tests: New file.
9320         * modules/unistdio/u8-vsnprintf-tests: New file.
9321         * modules/unistdio/u8-vsprintf-tests: New file.
9322         * modules/unistdio/u16-asnprintf-tests: New file.
9323         * modules/unistdio/u16-vasnprintf-tests: New file.
9324         * modules/unistdio/u16-vasprintf-tests: New file.
9325         * modules/unistdio/u16-vsnprintf-tests: New file.
9326         * modules/unistdio/u16-vsprintf-tests: New file.
9327         * modules/unistdio/u32-asnprintf-tests: New file.
9328         * modules/unistdio/u32-vasnprintf-tests: New file.
9329         * modules/unistdio/u32-vasprintf-tests: New file.
9330         * modules/unistdio/u32-vsnprintf-tests: New file.
9331         * modules/unistdio/u32-vsprintf-tests: New file.
9332         * MODULES.html.sh (Unicode string functions): Add the new modules.
9333
9334 2007-07-01  Bruno Haible  <bruno@clisp.org>
9335
9336         * lib/sprintf.c (sprintf): Limit the available length estimation,
9337         to avoid address wraparound.
9338         * lib/vsprintf.c (vsprintf): Likewise.
9339         * modules/sprintf-posix (Dependencies): Add stdint.
9340         * modules/vsprintf-posix (Dependencies): Likewise.
9341
9342 2007-07-01  Bruno Haible  <bruno@clisp.org>
9343
9344         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
9345         Windows PATH as well. Conservative double-quoting. Comments.
9346
9347 2007-07-01  Bruno Haible  <bruno@clisp.org>
9348             Eric Blake  <ebb9@byu.net>
9349             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9350
9351         * gnulib-tool (self_abspathname): Fix algorithm to cope with
9352         empty components in $PATH, denoting '.'.
9353
9354 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9355
9356         * gnulib-tool: Fix indentation.
9357         (func_create_megatestdir): Likewise.
9358         Report by Bruno Haible.
9359
9360 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9361
9362         Sync from Automake.
9363         * build-aux/gnupload: Fix shell portability issues with for loops.
9364         Report by Karl Berry.
9365
9366 2007-06-29  Simon Josefsson  <simon@josefsson.org>
9367
9368         * build-aux/maint.mk (POURL): Use translationproject.org.
9369
9370 2007-06-27  Simon Josefsson  <simon@josefsson.org>
9371             Bruno Haible  <bruno@clisp.org>
9372
9373         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
9374         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
9375         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
9376         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
9377         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
9378
9379 2007-06-27  Bruno Haible  <bruno@clisp.org>
9380
9381         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
9382         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
9383
9384 2007-06-26  Karl Berry  <karl@gnu.org>
9385
9386         * MODULES.html.sh: remove xreadlink-with-size.
9387
9388 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9389
9390         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
9391         method that I hope also handles the double-include problem noted
9392         by Bruno Haible in
9393         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
9394
9395 2007-06-23  Bruno Haible  <bruno@clisp.org>
9396
9397         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9398         Don't let the 'mostlyclean' target fail if the last subdirectory could
9399         not be removed.
9400         Reported by Karl Berry.
9401
9402 2007-06-23  Bruno Haible  <bruno@clisp.org>
9403
9404         * gnulib-tool (echo): Add a speedier workaround for ksh.
9405         * tests/test-echo.sh: Likewise.
9406
9407 2007-06-23  Bruno Haible  <bruno@clisp.org>
9408
9409         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
9410         * tests/test-echo.sh: Likewise.
9411
9412 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9413
9414         * gnulib-tool (IFS): Initialize early, so we don't set it to
9415         empty later.
9416         (self_abspathname): Rewrite algorithm to set it, reindent.
9417         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
9418         (func_create_megatestdir): Merge some sed scripts.
9419
9420 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9421
9422         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
9423         exposed by Sun Studio 11 cc on Solaris 8.
9424
9425 2007-06-22  Bruno Haible  <bruno@clisp.org>
9426
9427         * gnulib-tool (echo): Ensure the echo primitive does not interpret
9428         backslashes.
9429         * tests/test-echo.sh: New file.
9430
9431 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9432
9433         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
9434         simplify `sed_replace_build_aux' scripts, they are portable but
9435         echoing them with `echo' is not.
9436         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
9437
9438 2007-06-21  Karl Berry  <karl@gnu.org>
9439
9440         * config/srclist.txt: guess we can't handle the licenses via
9441         srclist at the moment.
9442
9443 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9444
9445         * MODULES.html.sh: Add include_next.
9446         * modules/include_next: New file.
9447
9448 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9449
9450         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
9451         INCLUDE_NEXT.
9452         (gl_CHECK_NEXT_HEADERS): New macro.
9453         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
9454         the obsolescent gl_ABSOLUTE_HEADER.
9455         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
9456         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
9457         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
9458         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
9459         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
9460         * m4/math_h.m4 (gl_MATH_H): Likewise.
9461         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
9462         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
9463         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
9464         * m4/stdint.m4 (gl_STDINT_H): Likewise.
9465         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
9466         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
9467         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
9468         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
9469         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
9470         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
9471         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
9472         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
9473         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
9474         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
9475         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
9476         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
9477         * m4/inttypes.m4 (gl_INTTYPES_H): Define
9478         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
9479         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
9480         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
9481         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
9482         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
9483         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
9484         * lib/float_.h: Likewise.
9485         * lib/inttypes_.h: Likewise.
9486         * lib/math_.h: Likewise.
9487         * lib/search_.h: Likewise.
9488         * lib/signal_.h: Likewise.
9489         * lib/stdint_.h: Likewise.
9490         * lib/stdio_.h: Likewise.
9491         * lib/stdlib_.h: Likewise.
9492         * lib/string_.h: Likewise.
9493         * lib/sys_stat_.h: Likewise.
9494         * lib/sys_time_.h: Likewise.
9495         * lib/time_.h: Likewise.
9496         * lib/unistd_.h: Likewise.
9497         * lib/wchar_.h: Likewise.
9498         * lib/wctype_.h: Likewise.
9499         * lib/dirent_.h: Likewise.
9500         * lib/iconv_.h: Likewise.
9501         * lib/locale_.h: Likewise.
9502         * lib/netinet_in_.h: Likewise.
9503         * lib/sys_select_.h: Likewise.
9504         * lib/sys_socket_.h: Likewise.
9505         * lib/sysexits_.h: Likewise.
9506         * modules/fcntl (Depends-on): Depend on include_next, not
9507         absolute_header.
9508         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
9509         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
9510         * modules/fchdir: Likewise.
9511         * modules/float: Likewise.
9512         * modules/iconv_open: Likewise.
9513         * modules/inttypes: Likewise.
9514         * modules/locale: Likewise.
9515         * modules/math: Likewise.
9516         * modules/netinet_in: Likewise.
9517         * modules/search: Likewise.
9518         * modules/signal: Likewise.
9519         * modules/stdint: Likewise.
9520         * modules/stdio: Likewise.
9521         * modules/stdlib: Likewise.
9522         * modules/string: Likewise.
9523         * modules/sys_select: Likewise.
9524         * modules/sys_socket: Likewise.
9525         * modules/sys_stat: Likewise.
9526         * modules/sys_time: Likewise.
9527         * modules/sysexits: Likewise.
9528         * modules/time: Likewise.
9529         * modules/unistd: Likewise.
9530         * modules/wchar: Likewise.
9531         * modules/wctype: Likewise.
9532         * modules/sys_stat: Change maintainer to "all".
9533         * modules/unistd: Likewise.
9534
9535 2007-06-20  Karl Berry  <karl@gnu.org>
9536
9537         * config/srclist.txt: track www changes in license files.
9538
9539 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
9540
9541         * build-aux/bootstrap: Remove stray dot.
9542         Make sure build_aux settings are honored when linking
9543         gnulib_extra_files.
9544
9545 2007-06-19  Eric Blake  <ebb9@byu.net>
9546
9547         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
9548         Allow compilation on cygwin.
9549
9550 2007-06-19  Jim Meyering  <jim@meyering.net>
9551
9552         xreadlink-with-size: Remove module.  No longer used.
9553         Ex-callers now use xreadlink or mreadlink-with-size.
9554         * modules/xreadlink-with-size: Remove module.
9555         * lib/xreadlink-with-size.c: Remove file.
9556         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
9557         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
9558         just before the function definition *is* accurate.
9559
9560         Eliminate one way canonicalize_filename_mode could exit.
9561         * lib/canonicalize.c (canonicalize_filename_mode):
9562         Use mreadlink_with_size, not xreadlink_with_size.
9563
9564 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
9565
9566         Detect porting problems to FreeBSD/arm, which has time_t wider than
9567         long int.  Original problem reported for GNU diff by Xin Li in
9568         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
9569         * modules/getdate (Depends-on): Add intprops, verify.
9570         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
9571         is an integer type no wider than long int.
9572
9573 2007-06-18  Jim Meyering  <jim@meyering.net>
9574
9575         New module: mreadlink-with-size.
9576         * MODULES.html.sh: Add mreadlink-with-size.
9577         * modules/mreadlink-with-size: New module
9578         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
9579         not xreadlink-with-size.
9580         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
9581
9582 2007-06-16  Bruno Haible  <bruno@clisp.org>
9583
9584         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
9585         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
9586         Reported by Gary V. Vaughan <gary@gnu.org>.
9587
9588 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
9589
9590         Revamp lchown so that it lives in unistd.h where it belongs.
9591         * lib/lchown.h: Remove.
9592         * lib/dirchownmod.c: Don't include lib/lchown.h.
9593         * lib/fchownat.c: Likewise.
9594         * lib/openat.c: Likewise.
9595         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
9596         does not follow symlinks.
9597         (EOPNOTSUPP): Define if not defined.
9598         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
9599         is defined to 0.
9600         (lchown): New decl.
9601         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
9602         Do not check for lchown decl.
9603         Set REPLACE_LCHOWN.
9604         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
9605         REPLACE_LCHOWN.
9606         * modules/chown: Make it clear it follows symlinks.
9607         * modules/lchown: Make it clear it doesn't follow symlinks.
9608         (Files): Remove lib/lchown.h
9609         (Depends-on): Add unistd.
9610         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
9611         (Include): Include <unistd.h>, not "lchown.h".
9612         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
9613         REPLACE_LCHOWN.
9614
9615 2007-06-15  Jim Meyering  <jim@meyering.net>
9616
9617         Change license (GPL to LGPL) of fsusage and dependents.
9618         * modules/fsusage (License): Change to LGPL.
9619         * modules/full-read (License): Likewise.
9620         * modules/full-write (License): Likewise.
9621         * modules/safe-read (License): Likewise.
9622         * modules/safe-write (License): Likewise.
9623
9624 2007-06-14  Ben Pfaff  <blp@gnu.org>
9625
9626         Missing part of allocsa -> malloca transition.
9627         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
9628         gl_MALLOCA.
9629
9630 2007-06-12  Bruno Haible  <bruno@clisp.org>
9631
9632         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
9633         to ia64, x86_64, i386.
9634         Reported by Eric Blake.
9635
9636 2007-06-12  Bruno Haible  <bruno@clisp.org>
9637
9638         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
9639         cross-compiling to x86_64.
9640
9641 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
9642
9643         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
9644         glitch reported by Ralf Wildenhues in
9645         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
9646
9647         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
9648         Vin Shelton.
9649
9650 2007-06-11  Bruno Haible  <bruno@clisp.org>
9651
9652         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
9653         replacement string.
9654         Reported by Eric Blake.
9655
9656 2007-06-10  Bruno Haible  <bruno@clisp.org>
9657
9658         Prepare vasnprintf code for use with Unicode strings.
9659         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
9660         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
9661         TYPE_U32_STRING.
9662         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
9663         a_u32_string variants.
9664         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
9665         * lib/printf-args.c: Don't include config.h and the specification
9666         header if PRINTF_FETCHARGS is already defined.
9667         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
9668         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
9669         TYPE_U16_STRING, TYPE_U32_STRING.
9670         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
9671         u16_directive, u16_directives, u32_directive, u32_directives): New
9672         types.
9673         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
9674         New declarations.
9675         * lib/printf-parse.c: Don't include config.h and the specification
9676         header if PRINTF_PARSE is already defined. Eliminate the set of
9677         parameters for WIDE_CHAR_VERSION; the user of this file must provide
9678         them now. Include c-ctype.h.
9679         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
9680         directive and CHAR_T_ONLY_ASCII.
9681         * lib/vasnprintf.c: Don't include config.h and the specification header
9682         if VASNPRINTF is already defined.
9683         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
9684         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
9685         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
9686         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
9687         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
9688         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
9689         code accordingly.
9690         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
9691         pad_ourselves also in this case, with the 'c' and 's' directives, and
9692         with a different notion of "width".
9693         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
9694
9695 2007-06-10  Bruno Haible  <bruno@clisp.org>
9696
9697         * modules/unistr/u32-mbsnlen: New file.
9698         * lib/unistr/u32-mbsnlen.c: New file.
9699
9700         * modules/unistr/u16-mbsnlen: New file.
9701         * lib/unistr/u16-mbsnlen.c: New file.
9702
9703         * modules/unistr/u8-mbsnlen: New file.
9704         * lib/unistr/u8-mbsnlen.c: New file.
9705
9706         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
9707         declarations.
9708
9709 2007-06-10  Bruno Haible  <bruno@clisp.org>
9710
9711         * lib/string_.h (mbsnlen): New declaration.
9712         * lib/mbsnlen.c: New file.
9713         * m4/mbsnlen.m4: New file.
9714         * modules/mbsnlen: New file.
9715         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
9716         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
9717         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
9718
9719 2007-06-10  Bruno Haible  <bruno@clisp.org>
9720
9721         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
9722
9723 2007-06-10  Bruno Haible  <bruno@clisp.org>
9724
9725         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
9726         * lib/mbuiter.h: Likewise.
9727
9728 2007-06-10  Bruno Haible  <bruno@clisp.org>
9729
9730         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
9731         declaration.
9732
9733 2007-06-10  Karl Berry  <karl@gnu.org>
9734
9735         * config/srclist.txt: remove gettext entries, Bruno prefers
9736         to update individually.
9737
9738 2007-06-10  Bruno Haible  <bruno@clisp.org>
9739
9740         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
9741         'maxlen'. Ensure only length + width bytes are allocated, not
9742         length + 1 + width.
9743
9744 2007-06-09  Bruno Haible  <bruno@clisp.org>
9745
9746         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
9747         (CHAR_T): Remove macro.
9748         (VASNPRINTF): Update.
9749
9750 2007-06-09  Bruno Haible  <bruno@clisp.org>
9751
9752         * MODULES.html.sh (Unicode string functions): Add the new modules.
9753
9754         * modules/uniconv/u32-conv-to-enc: New file.
9755         * lib/uniconv/u32-conv-to-enc.c: New file.
9756         * modules/uniconv/u32-conv-to-enc-tests: New file.
9757         * tests/uniconv/test-u32-conv-to-enc.c: New file.
9758
9759         * modules/uniconv/u16-conv-to-enc: New file.
9760         * lib/uniconv/u16-conv-to-enc.c: New file.
9761         * lib/uniconv/u-conv-to-enc.h: New file.
9762         * modules/uniconv/u16-conv-to-enc-tests: New file.
9763         * tests/uniconv/test-u16-conv-to-enc.c: New file.
9764
9765         * modules/uniconv/u8-conv-to-enc: New file.
9766         * lib/uniconv/u8-conv-to-enc.c: New file.
9767         * modules/uniconv/u8-conv-to-enc-tests: New file.
9768         * tests/uniconv/test-u8-conv-to-enc.c: New file.
9769
9770         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
9771         u32_conv_to_encoding): New declarations.
9772
9773 2007-06-09  Bruno Haible  <bruno@clisp.org>
9774
9775         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
9776
9777 2007-06-09  Bruno Haible  <bruno@clisp.org>
9778
9779         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
9780         * modules/malloca: Renamed from modules/allocsa, updated.
9781         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
9782         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
9783         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
9784         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
9785         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
9786         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
9787         * modules/xmalloca: Renamed from modules/xallocsa, updated.
9788         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
9789         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
9790         * modules/c-strcasestr (Depends-on): Update.
9791         * lib/c-strcasestr.c: Update.
9792         * modules/c-strstr (Depends-on): Update.
9793         * lib/c-strstr.c: Update.
9794         * modules/canonicalize-lgpl (Depends-on): Update.
9795         * lib/canonicalize-lgpl.c: Update.
9796         * modules/clean-temp (Depends-on): Update.
9797         * lib/clean-temp.c: Update.
9798         * modules/csharpcomp (Depends-on): Update.
9799         * lib/csharpcomp.c: Update.
9800         * modules/csharpexec (Depends-on): Update.
9801         * lib/csharpexec.c: Update.
9802         * modules/javacomp (Depends-on): Update.
9803         * lib/javacomp.c: Update.
9804         * modules/javaexec (Depends-on): Update.
9805         * lib/javaexec.c: Update.
9806         * modules/mbscasestr (Depends-on): Update.
9807         * lib/mbscasestr.c: Update.
9808         * modules/mbsstr (Depends-on): Update.
9809         * lib/mbsstr.c: Update.
9810         * modules/setenv (Depends-on): Update.
9811         * lib/setenv.c: Update.
9812         * modules/strcasestr (Depends-on): Update.
9813         * lib/strcasestr.c: Update.
9814         * modules/striconveha (Depends-on): Update.
9815         * lib/striconveha.c: Update.
9816         * modules/relocatable-prog-wrapper (Files): Update.
9817         * lib/relocwrapper.c: Update.
9818         * build-aux/install-reloc: Update.
9819         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
9820
9821 2007-06-08  Bruno Haible  <bruno@clisp.org>
9822
9823         Port to uClibc.
9824         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
9825         * lib/fpurge.c (fpurge): Likewise.
9826         * lib/freading.c (freading): Likewise.
9827         * lib/fseeko.c (rpl_fseeko): Likewise.
9828         * lib/fseterr.c (fseterr): Likewise.
9829         * lib/fwriting.c (fwriting): Likewise.
9830         * tests/test-fflush.c (main): Avoid a failure on uClibc.
9831
9832 2007-06-08  Bruno Haible  <bruno@clisp.org>
9833
9834         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
9835         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
9836         * modules/gettext (Files): Add m4/intlmacosx.m4.
9837
9838 2007-06-07  Bruno Haible  <bruno@clisp.org>
9839
9840         * modules/localename-tests: New file.
9841         * tests/test-localename.c: New file.
9842
9843         New module 'localename'.
9844         * lib/localename.h: New file.
9845         * lib/localename.c: New file, from GNU gettext.
9846         * m4/localename.m4: New file.
9847         * modules/localename: New file.
9848
9849 2007-06-07  Bruno Haible  <bruno@clisp.org>
9850
9851         Work around the lack of <wchar.h> on some builds of uClibc.
9852         * doc/headers/wchar.texi: Update.
9853         * lib/wchar_.h: Include <wchar.h> only if it exists.
9854         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
9855         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
9856         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
9857         doesn't exist.
9858         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
9859         * modules/mbfile (Depends-on): Add wchar.
9860         * modules/mbiter (Depends-on): Likewise.
9861         * modules/mbuiter (Depends-on): Likewise.
9862         Reported by Simon Josefsson.
9863
9864 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
9865
9866         Work around problem reported by Steven M. Schweda in
9867         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
9868         Tru64 5.1B with the Compaq compiler environment installed declares
9869         an 'isblank' function but does not define it in the C library.
9870         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
9871         * lib/regex_internal.h (isblank): Likewise.
9872         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
9873         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
9874
9875 2007-06-05  Bruno Haible  <bruno@clisp.org>
9876
9877         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
9878         ia64.
9879         * modules/printf-safe: New file.
9880         * modules/fprintf-posix (Depends-on): Add printf-safe.
9881         * modules/printf-posix (Depends-on): Likewise.
9882         * modules/snprintf-posix (Depends-on): Likewise.
9883         * modules/sprintf-posix (Depends-on): Likewise.
9884         * modules/vasnprintf-posix (Depends-on): Likewise.
9885         * modules/vasprintf-posix (Depends-on): Likewise.
9886         * modules/vfprintf-posix (Depends-on): Likewise.
9887         * modules/vprintf-posix (Depends-on): Likewise.
9888         * modules/vsnprintf-posix (Depends-on): Likewise.
9889         * modules/vsprintf-posix (Depends-on): Likewise.
9890         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
9891         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
9892         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
9893         "no" on i386, x86_64, ia64.
9894         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
9895         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
9896         on i386, x86_64, ia64.
9897         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
9898         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
9899         on i386, x86_64, ia64.
9900         * tests/test-vasnprintf-posix.c: Include float.h.
9901         (LDBL80_WORDS): New macro.
9902         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
9903         on i386, x86_64, ia64.
9904         * tests/test-vasprintf-posix.c: Include float.h.
9905         (LDBL80_WORDS): New macro.
9906         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
9907         on i386, x86_64, ia64.
9908         * tests/test-snprintf-posix.c: Include float.h.
9909         * tests/test-sprintf-posix.c: Likewise.
9910         * tests/test-vsnprintf-posix.c: Likewise.
9911         * tests/test-vsprintf-posix.c: Likewise.
9912
9913 2007-06-05  Bruno Haible  <bruno@clisp.org>
9914
9915         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
9916         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
9917         non-IEEE numbers on i386, x86_64, ia64.
9918         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
9919         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
9920         * tests/test-isnanl.h: Include float.h.
9921         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
9922
9923 2007-06-05  Bruno Haible  <bruno@clisp.org>
9924
9925         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
9926         also the %a / %A. Handle the %a / %A code before this extra handling.
9927
9928 2007-06-05  Bruno Haible  <bruno@clisp.org>
9929
9930         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
9931         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
9932
9933 2007-06-05  Bruno Haible  <bruno@clisp.org>
9934
9935         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
9936         typo in variable name.
9937
9938 2007-06-05  Eric Blake  <ebb9@byu.net>
9939
9940         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
9941         Reported by Simon Josefsson.
9942
9943 2007-06-04  Bruno Haible  <bruno@clisp.org>
9944
9945         Avoid test failures on some PowerPC platforms.
9946         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
9947         Define differently for PowerPC.
9948         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
9949         Reported by Gary V. Vaughan <gary@gnu.org>.
9950
9951 2007-06-02  Bruno Haible  <bruno@clisp.org>
9952
9953         Fix test-stdint failure on FreeBSD/ia64.
9954         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
9955         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
9956         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
9957         * doc/headers/stdint.texi: Update.
9958
9959 2007-06-01  Bruno Haible  <bruno@clisp.org>
9960
9961         * tests/test-binary-io.c (main): Pass a third argument to open().
9962         Reported by Gary V. Vaughan <gary@gnu.org>.
9963
9964 2007-06-01  Bruno Haible  <bruno@clisp.org>
9965
9966         * doc/functions/frexpl.texi: Update for mingw.
9967
9968 2007-06-01  Bruno Haible  <bruno@clisp.org>
9969
9970         * tests/test-lseek.c (main): Disable test of errno for invalid third
9971         argument.
9972         * doc/functions/lseek.texi: Update.
9973         Reported by Gary V. Vaughan <gary@gnu.org>.
9974
9975 2007-05-28  Bruno Haible  <bruno@clisp.org>
9976
9977         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
9978
9979 2007-05-31  Eric Blake  <ebb9@byu.net>
9980
9981         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
9982         cross compiling.
9983
9984 2007-05-30  Eric Blake  <ebb9@byu.net>
9985         and Bruno Haible  <bruno@clisp.org>
9986
9987         Work around mingw test failures exposed by m4-1.4.9b.
9988         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
9989         * tests/test-unistd.c: Disable uid_t and git_t tests for the
9990         moment.
9991
9992 2007-05-30  Bruno Haible  <bruno@clisp.org>
9993
9994         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
9995         assuming that they are closed. Needed on HP-UX 11.
9996
9997 2007-05-29  Bruno Haible  <bruno@clisp.org>
9998
9999         Fix a problem with #include_next.
10000         * lib/dirent_.h: Split the double-inclusion guard.
10001         * lib/fcntl_.h: Likewise.
10002         * lib/float_.h: Likewise.
10003         * lib/iconv_.h: Likewise.
10004         * lib/inttypes_.h: Likewise.
10005         * lib/locale_.h: Likewise.
10006         * lib/math_.h: Likewise.
10007         * lib/netinet_in_.h: Likewise.
10008         * lib/search_.h: Likewise.
10009         * lib/signal_.h: Likewise.
10010         * lib/stdint_.h: Likewise.
10011         * lib/stdio_.h: Likewise.
10012         * lib/stdlib_.h: Likewise.
10013         * lib/string_.h: Likewise.
10014         * lib/sys_select_.h: Likewise.
10015         * lib/sys_socket_.h: Likewise.
10016         * lib/sys_stat_.h: Likewise.
10017         * lib/sys_time_.h: Likewise.
10018         * lib/sysexits_.h: Likewise.
10019         * lib/time_.h: Likewise.
10020         * lib/unistd_.h: Likewise.
10021         * lib/wchar_.h: Likewise.
10022         * lib/wctype_.h: Likewise.
10023
10024 2007-05-29  Bruno Haible  <bruno@clisp.org>
10025
10026         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
10027         for the moment.
10028
10029 2007-05-29  Bruno Haible  <bruno@clisp.org>
10030
10031         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
10032         invocation.
10033         Reported by Eric Blake.
10034
10035 2007-05-29  Bruno Haible  <bruno@clisp.org>
10036
10037         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
10038         compiling case.
10039
10040 2007-05-29  Eric Blake  <ebb9@byu.net>
10041             Bruno Haible  <bruno@clisp.org>
10042
10043         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
10044         cross compiles.
10045
10046 2007-05-28  Eric Blake  <ebb9@byu.net>
10047
10048         * modules/closein-tests (test_closein_LDADD): Support test on
10049         cygwin with libtool.
10050
10051 2007-05-28  Bruno Haible  <bruno@clisp.org>
10052
10053         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
10054         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
10055         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
10056         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
10057         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
10058         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
10059         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
10060         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
10061         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
10062
10063 2007-05-28  Eric Blake  <ebb9@byu.net>
10064
10065         Unconditionally include <config.h> in unit tests.
10066         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
10067         * tests/test-allocsa.c, tests/test-arcfour.c,
10068         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
10069         tests/test-array_list.c, tests/test-array_oset.c,
10070         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
10071         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
10072         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
10073         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
10074         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
10075         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
10076         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
10077         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
10078         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
10079         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
10080         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
10081         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
10082         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
10083         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
10084         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
10085         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
10086         test-md5.c, test-memmem.c, test-printf-posix.c,
10087         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
10088         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
10089         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
10090         test-strcasestr.c, test-striconv.c, test-striconveh.c,
10091         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
10092         test-vasnprintf-posix2.c, test-vasnprintf.c,
10093         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
10094         test-vfprintf-posix.c, test-vprintf-posix.c,
10095         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
10096         test-xvasprintf.c: Likewise.
10097
10098 2007-05-28  Bruno Haible  <bruno@clisp.org>
10099
10100         * gnulib-tool (func_import): Remember the --with-tests command-line
10101         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
10102         Reported by Eric Blake.
10103
10104 2007-05-28  Bruno Haible  <bruno@clisp.org>
10105
10106         * modules/ftell-tests: New file.
10107         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
10108         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
10109
10110         * lib/ftell.c: New file.
10111         * modules/ftell: New file.
10112         * m4/ftell.m4: New file.
10113         * doc/functions/ftell.texi: Update.
10114         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
10115         REPLACE_FTELL.
10116         * lib/stdio_.h (rpl_ftell): New declaration.
10117         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
10118         REPLACE_FTELL.
10119
10120 2007-05-28  Eric Blake  <ebb9@byu.net>
10121
10122         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
10123
10124 2007-05-28  Bruno Haible  <bruno@clisp.org>
10125
10126         * modules/fseek-tests: New file.
10127         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
10128         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
10129
10130         * lib/fseek.c: New file.
10131         * modules/fseek: New file.
10132         * m4/fseek.m4: New file.
10133         * doc/functions/fseek.texi: Update.
10134         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
10135         REPLACE_FSEEK.
10136         * lib/stdio_.h (rpl_fseek): New declaration.
10137         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
10138         REPLACE_FSEEK.
10139
10140 2007-05-28  Bruno Haible  <bruno@clisp.org>
10141
10142         * lib/stdio_.h (fflush): More comments.
10143
10144 2007-05-28  Bruno Haible  <bruno@clisp.org>
10145
10146         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
10147         runtime test.
10148
10149 2007-05-28  Eric Blake  <ebb9@byu.net>
10150
10151         Improve lseek module.
10152         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
10153         * lib/unistd_.h (lseek): Scale back link warning message.
10154         * tests/test-lseek.c: Beef up test.
10155         * tests/test-lseek.sh: Exercise more facets of lseek.
10156         Reported by Bruno Haible.
10157
10158 2007-05-28  Bruno Haible  <bruno@clisp.org>
10159
10160         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
10161         to define.
10162
10163 2007-05-27  Bruno Haible  <bruno@clisp.org>
10164
10165         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
10166
10167 2007-05-27  Bruno Haible  <bruno@clisp.org>
10168
10169         * modules/openmp: New file.
10170         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
10171         Noah Misch.
10172
10173 2007-05-26  Bruno Haible  <bruno@clisp.org>
10174
10175         * modules/chdir-long (Depends-on): Add fchdir.
10176         * modules/chdir-safer (Depends-on): Likewise.
10177         * modules/fts (Depends-on): Likewise.
10178         * modules/fts-lgpl (Depends-on): Likewise.
10179         * modules/openat (Depends-on): Likewise.
10180         * modules/savewd (Depends-on): Likewise.
10181
10182 2007-05-24  Eric Blake  <ebb9@byu.net>
10183
10184         Fix lseek on mingw.
10185         * modules/lseek: New module.
10186         * m4/lseek.m4: New file.
10187         * lib/lseek.c: New file.
10188         * modules/lseek-tests: New file.
10189         * tests/test-lseek.c: New file.
10190         * tests/test-lseek.sh: New file.
10191         * MODULES.html.sh: Document lseek module.
10192         * modules/fflush (Depends-on): Add lseek, fseeko.
10193         * modules/fseeko (Depends-on): Likewise.
10194         * modules/ftello (Depends-on): Likewise.
10195         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
10196         broken.
10197         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
10198         broken.
10199         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
10200         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
10201         * lib/ftello.c (rpl_ftello): Likewise.
10202         * tests/test-fseeko.c (main): Test this.
10203         * tests/test-fseeko.sh: Likewise.
10204         * tests/test-ftello.c (main): Likewise.
10205         * tests/test-ftello.sh: Likewise.
10206         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
10207         implies replacing fseek.
10208         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
10209         HAVE_FTELLO.
10210         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
10211         * modules/unistd (Makefile.am): Likewise.
10212         * lib/unistd_.h (lseek): Declare a replacement.
10213         * doc/functions/lseek.texi (lseek): Document this fix.
10214         * doc/functions/fseek.texi (fseek): Likewise.
10215         * doc/functions/ftell.texi (ftell): Likewise.
10216
10217 2007-05-24  Bruno Haible  <bruno@clisp.org>
10218
10219         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
10220         in the printed representation of a NaN.
10221         * tests/test-vasprintf-posix.c (test_function): Likewise.
10222         * tests/test-snprintf-posix.h (test_function): Likewise.
10223         * tests/test-sprintf-posix.h (test_function): Likewise.
10224         Reported by Eric Blake.
10225
10226 2007-05-23  Eric Blake  <ebb9@byu.net>
10227
10228         Fix fseeko/ftello on cygwin 1.5.24.
10229         * doc/functions/fseeko.texi (fseeko): Document the fix.
10230         * doc/functions/ftello.texi (ftello): Document the fix.
10231         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
10232         * doc/functions/stdout.text (stdout): New file.
10233         * doc/functions/stderr.text (stderr): New file.
10234         * doc/gnulib.texi (Function Substitutes): Use new files.
10235         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
10236         prior to 1.7.0.
10237         * tests/test-ftello.c (main): Likewise for ftello.
10238         * tests/test-fseeko.sh: New file.
10239         * tests/test-ftello.sh: New file.
10240         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
10241         with seekable stdin.
10242         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
10243         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
10244         (gl_REPLACE_FSEEKO): New macro.
10245         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
10246         * modules/fseeko (Files): Distribute fseeko.c.
10247         * modules/ftello (Files): Distribute ftello.c.
10248         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
10249         mode.
10250         * lib/ftello.c (rpl_ftello): New file.
10251         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
10252         fseeko, ftello.
10253         (gl_STDIN_LARGE_OFFSET): New macro.
10254         * modules/stdio (Makefile.am): Perform the replacement.
10255         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
10256
10257 2007-05-23  Bruno Haible  <bruno@clisp.org>
10258
10259         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
10260         GNULIB_POSIXCHECK is defined.
10261
10262 2007-05-21  Bruno Haible  <bruno@clisp.org>
10263
10264         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
10265         Check also the output for NaN arguments. When cross-compiling, guess
10266         no on IRIX.
10267         * lib/vasnprintf.c: Update comments.
10268         * tests/test-vasnprintf-posix.c (strisnan): New function.
10269         (test_function): Use it.
10270         * tests/test-vasprintf-posix.c (strisnan): New function.
10271         (test_function): Use it.
10272         * tests/test-snprintf-posix.h (strisnan): New function.
10273         (test_function): Use it.
10274         * tests/test-sprintf-posix.h (strisnan): New function.
10275         (test_function): Use it.
10276         Reported by Eric Blake.
10277
10278 2007-05-20  Bruno Haible  <bruno@clisp.org>
10279
10280         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
10281         numbers that fails on BeOS.
10282         * doc/functions/frexpl.texi: Update.
10283
10284 2007-05-20  Jim Meyering  <jim@meyering.net>
10285
10286         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
10287         forced upon us by glibc-2.6.
10288
10289 2007-05-20  Bruno Haible  <bruno@clisp.org>
10290
10291         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
10292         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
10293         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
10294         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
10295         NEED_PRINTF_INFINITE.
10296         (is_infinitel): New function.
10297         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
10298         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
10299         gl_PREREQ_VASNPRINTF_INFINITE.
10300         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
10301         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10302         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
10303         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
10304         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
10305         gl_PREREQ_VASNPRINTF_INFINITE.
10306         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10307         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10308         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10309         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10310         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10311         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10312         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10313         * doc/functions/fprintf.texi: Update.
10314         * doc/functions/printf.texi: Update.
10315         * doc/functions/snprintf.texi: Update.
10316         * doc/functions/sprintf.texi: Update.
10317         * doc/functions/vfprintf.texi: Update.
10318         * doc/functions/vprintf.texi: Update.
10319         * doc/functions/vsnprintf.texi: Update.
10320         * doc/functions/vsprintf.texi: Update.
10321
10322 2007-05-20  Bruno Haible  <bruno@clisp.org>
10323
10324         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
10325         was not found in libc.
10326         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
10327
10328 2007-05-20  Bruno Haible  <bruno@clisp.org>
10329
10330         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
10331         printed as "-nan" instead of "nan".
10332         * tests/test-vasprintf-posix.c (test_function): Likewise.
10333         * tests/test-snprintf-posix.h (test_function): Likewise.
10334         * tests/test-sprintf-posix.h (test_function): Likewise.
10335         Needed for HP-UX 11.
10336
10337 2007-05-20  Jim Meyering  <jim@meyering.net>
10338
10339         Fix buggy test for the fchownat-deref bug.
10340         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
10341         symlink required for the run-test.  Without it, this test would
10342         always declare that fchownat doesn't work, and client code would
10343         unnecessarily use the replacement function with fixed libc.
10344         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
10345         Reported by Greg Schafer.
10346
10347 2007-05-19  Bruno Haible  <bruno@clisp.org>
10348
10349         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
10350         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
10351         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
10352         Needed for IRIX 6.5 and Solaris 2.5.1.
10353
10354 2007-05-19  Bruno Haible  <bruno@clisp.org>
10355
10356         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
10357         (test_function): Skip tests involving -0.0 on platforms where
10358         -0.0 = 0.0.
10359         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
10360         (test_function): Skip tests involving -0.0 on platforms where
10361         -0.0 = 0.0.
10362         * tests/test-snprintf-posix.h (have_minus_zero): New function.
10363         (test_function): Skip tests involving -0.0 on platforms where
10364         -0.0 = 0.0.
10365         * tests/test-sprintf-posix.h (have_minus_zero): New function.
10366         (test_function): Skip tests involving -0.0 on platforms where
10367         -0.0 = 0.0.
10368         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
10369         tests.
10370         * tests/test-printf-posix.h (test_function): Likewise.
10371         * tests/test-printf-posix.output: Remove all -0.0 related results.
10372         Needed for IRIX 6.5.
10373
10374 2007-05-19  Bruno Haible  <bruno@clisp.org>
10375
10376         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
10377         printed as "nan0x7fffffff" instead of "nan".
10378         * tests/test-vasprintf-posix.c (test_function): Likewise.
10379         * tests/test-snprintf-posix.h (test_function): Likewise.
10380         * tests/test-sprintf-posix.h (test_function): Likewise.
10381         * tests/test-fprintf-posix.h (NaN): Remove macro.
10382         (test_function): Remove all NaN related tests.
10383         * tests/test-printf-posix.h (NaN): Remove macro.
10384         (test_function): Remove all NaN related tests.
10385         * tests/test-printf-posix.output: Remove all NaN related results.
10386         Needed for IRIX 6.5.
10387
10388 2007-05-19  Bruno Haible  <bruno@clisp.org>
10389
10390         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
10391         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
10392
10393 2007-05-19  Bruno Haible  <bruno@clisp.org>
10394
10395         * lib/float_.h: New file.
10396         * m4/float_h.m4: New file.
10397         * modules/float: New file.
10398         * modules/isnanl (Dependencies): Add float.
10399         * modules/isnanl-nolibm (Dependencies): Likewise.
10400         * modules/mathl (Dependencies): Likewise.
10401         * modules/printf-frexpl (Dependencies): Likewise.
10402         * modules/signbit (Dependencies): Likewise.
10403         * modules/vasnprintf (Dependencies): Likewise.
10404         * doc/headers/float.texi: Update.
10405
10406 2007-05-19  Jim Meyering  <jim@meyering.net>
10407
10408         * lib/utimens.c (gl_futimens): Rename from futimens,
10409         now that glibc-2.6 declares futimens.
10410         * lib/utimens.h: Likewise.
10411
10412 2007-05-19  Bruno Haible  <bruno@clisp.org>
10413
10414         Avoid test failures on mingw.
10415         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
10416         * tests/test-printf-posix.sh: Likewise.
10417         * tests/test-vfprintf-posix.sh: Likewise.
10418         * tests/test-vprintf-posix.sh: Likewise.
10419
10420 2007-05-19  Bruno Haible  <bruno@clisp.org>
10421
10422         Fix *printf result for NaN, Inf, -0.0 on mingw.
10423         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
10424         * lib/vasnprintf.c: Include math.h and isnan.h.
10425         (is_infinite_or_zero): New function.
10426         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
10427         values in the %f, %F, %e, %E, %g, %G directives.
10428         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
10429         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10430         gl_PRINTF_INFINITE and test its result. Invoke
10431         gl_PREREQ_VASNPRINTF_INFINITE.
10432         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10433         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10434         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10435         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10436         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10437         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10438         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10439         * doc/functions/fprintf.texi: Update.
10440         * doc/functions/printf.texi: Update.
10441         * doc/functions/snprintf.texi: Update.
10442         * doc/functions/sprintf.texi: Update.
10443         * doc/functions/vfprintf.texi: Update.
10444         * doc/functions/vprintf.texi: Update.
10445         * doc/functions/vsnprintf.texi: Update.
10446         * doc/functions/vsprintf.texi: Update.
10447
10448 2007-05-19  Bruno Haible  <bruno@clisp.org>
10449
10450         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
10451         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
10452         Instead of multiplying with 10^k, set extra_zeroes to k.
10453         (scale10_round_long_double): Remove function.
10454
10455 2007-05-18  Bruno Haible  <bruno@clisp.org>
10456
10457         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
10458         introduced on 2007-05-06.
10459
10460 2007-05-18  Bruno Haible  <bruno@clisp.org>
10461
10462         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
10463         %g directives.
10464         * tests/test-vasprintf-posix.c (test_function): Likewise.
10465         * tests/test-snprintf-posix.h (test_function): Likewise.
10466         * tests/test-sprintf-posix.h (test_function): Likewise.
10467
10468 2007-05-18  Bruno Haible  <bruno@clisp.org>
10469
10470         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
10471         (strmatch): New function.
10472         (test_function): Test the %f directive on numbers of various exponents.
10473         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
10474         (strmatch): New function.
10475         (test_function): Test the %f directive on numbers of various exponents.
10476         * tests/test-snprintf-posix.h (strmatch): New function.
10477         (test_function): Test the %f directive on numbers of various exponents.
10478         * tests/test-sprintf-posix.h (strmatch): New function.
10479         (test_function): Test the %f directive on numbers of various exponents.
10480         * tests/test-snprintf-posix.c (SIZEOF): New macro.
10481         * tests/test-sprintf-posix.c (SIZEOF): New macro.
10482         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
10483         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
10484
10485 2007-05-18  Bruno Haible  <bruno@clisp.org>
10486
10487         Add support for 'long double' number output.
10488         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
10489         * lib/vasnprintf.c: Include math.h and float+.h.
10490         (mp_limb_t): New type.
10491         (GMP_LIMB_BITS): New macro.
10492         (mp_twolimb_t): New type.
10493         (GMP_TWOLIMB_BITS): New macro.
10494         (mpn_t): New type.
10495         (multiply, divide, convert_to_decimal, decode_long_double,
10496         scale10_round_long_double, scale10_round_decimal_long_double,
10497         floorlog10l): New functions.
10498         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
10499         for the %f, %F, %e, %E, %g, %G directives.
10500         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
10501         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10502         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
10503         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
10504         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10505         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10506         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10507         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10508         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10509         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10510         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10511         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
10512         * modules/snprintf-posix (Depends-on): Likewise.
10513         * modules/sprintf-posix (Depends-on): Likewise.
10514         * modules/vasnprintf-posix (Depends-on): Likewise.
10515         * modules/vasprintf-posix (Depends-on): Likewise.
10516         * modules/vfprintf-posix (Depends-on): Likewise.
10517         * modules/vsnprintf-posix (Depends-on): Likewise.
10518         * modules/vsprintf-posix (Depends-on): Likewise.
10519         * modules/vasnprintf (Files): Add lib/float+.h.
10520         * doc/functions/fprintf.texi: Update.
10521         * doc/functions/printf.texi: Update.
10522         * doc/functions/snprintf.texi: Update.
10523         * doc/functions/sprintf.texi: Update.
10524         * doc/functions/vfprintf.texi: Update.
10525         * doc/functions/vprintf.texi: Update.
10526         * doc/functions/vsnprintf.texi: Update.
10527         * doc/functions/vsprintf.texi: Update.
10528
10529 2007-05-18  Bruno Haible  <bruno@clisp.org>
10530
10531         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
10532
10533 2007-05-18  Bruno Haible  <bruno@clisp.org>
10534
10535         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
10536         for printing 64-bit integers. Needed for mingw.
10537
10538 2007-05-18  Bruno Haible  <bruno@clisp.org>
10539
10540         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
10541         gl_FUNC_FREXPL_WORKS.
10542         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
10543
10544 2007-05-18  Bruno Haible  <bruno@clisp.org>
10545
10546         * modules/frexpl-nolibm-tests: New file.
10547
10548         * modules/frexpl-nolibm: New file.
10549         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
10550
10551 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
10552
10553         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
10554         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
10555         GCC 4.2, which otherwise issues a lot of warnings.
10556         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
10557         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
10558         Likewise.
10559         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
10560         * modules/iconv_open (iconv.h): Likewise.
10561         * modules/locale (locale.h): Likewise.
10562         * modules/netinet_in (netinet/in.h): Likewise.
10563         * modules/sys_select (sys_select.h): Likewise.
10564         * modules/sys_socket (sys/socket.h): Likewise.
10565         * modules/sys_stat (sys/stat.h): Likewise.
10566         * modules/sysexits (sysexits.h): Likewise.
10567         * modules/unistd (unistd.h): Likewise.
10568
10569 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10570
10571         * modules/closein-tests (Makefile.am): Distribute
10572         `test-closein.sh'.
10573
10574 2007-05-17  Bruno Haible  <bruno@clisp.org>
10575
10576         * tests/test-printf-posix.output: Renamed from
10577         tests/test-fprintf-posix.out.
10578         * modules/fprintf-posix-tests: Update.
10579         * modules/printf-posix-tests: Update.
10580         * modules/vfprintf-posix-tests: Update.
10581         * modules/vprintf-posix-tests: Update.
10582         * tests/test-fprintf-posix.sh: Update.
10583         * tests/test-printf-posix.sh: Update.
10584         * tests/test-vfprintf-posix.sh: Update.
10585         * tests/test-vprintf-posix.sh: Update.
10586         Reported by Ralf Wildenhues.
10587
10588 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
10589
10590         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
10591         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
10592         GCC 4.2, which otherwise issues a lot of warnings.
10593         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
10594         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
10595         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
10596         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
10597         it should no longer be needed.
10598         * lib/string_.h: Likewise.
10599         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
10600         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
10601         * modules/inttypes (inttypes.h): Likewise.
10602         * modules/math (math.h): Likewise.
10603         * modules/search (search.h): Likewise.
10604         * modules/signal (signal.h): Likewise.
10605         * modules/stdint (stdint.h): Likewise.
10606         * modules/stdio (stdio.h): Likewise.
10607         * modules/stdlib (stdlib.h): Likewise.
10608         * modules/string (string.h): Likewise.
10609         * modules/sys_time (sys/time.h): Likewise.
10610         * modules/time (time.h): Likewise.
10611         * modules/wchar (wchar.h): Likewise.
10612         * modules/wctype (wtype.h): Likewise.
10613
10614 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
10615
10616         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
10617
10618 2007-05-13  Bruno Haible  <bruno@clisp.org>
10619
10620         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
10621         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
10622         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
10623         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
10624         (gl_PREREQ_STRTOK_R): Don't require it here.
10625
10626 2007-05-13  Bruno Haible  <bruno@clisp.org>
10627
10628         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
10629         when used in C++ mode.
10630
10631 2007-05-12  Bruno Haible  <bruno@clisp.org>
10632
10633         * lib/linebuffer.h: Tweak doc.
10634         * lib/linebuffer.c: Likewise.
10635
10636 2007-05-12  James Youngman  <jay@gnu.org>
10637
10638         * lib/linebuffer.c (readlinebuffer_delim): New function,
10639         like readlinebuffer, but use a caller-specified delimiter.
10640         (readlinebuffer): Just call readlinebuffer_delim with '\n'
10641         as the delimiter.
10642         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
10643
10644 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10645
10646         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
10647         * modules/openat (Files): Remove openat-die.c.
10648         (Depends-on): Add openat-die.
10649         * modules/openat-die: New module.
10650
10651 2007-05-06  Bruno Haible  <bruno@clisp.org>
10652
10653         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
10654         Update with info about Cygwin.
10655         * doc/functions/fprintf.texi: Update.
10656         * doc/functions/printf.texi: Update.
10657         * doc/functions/snprintf.texi: Update.
10658         * doc/functions/sprintf.texi: Update.
10659         * doc/functions/vfprintf.texi: Update.
10660         * doc/functions/vprintf.texi: Update.
10661         * doc/functions/vsnprintf.texi: Update.
10662         * doc/functions/vsprintf.texi: Update.
10663         Reported by Eric Blake.
10664
10665 2007-05-06  Bruno Haible  <bruno@clisp.org>
10666
10667         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
10668         padding ourselves for the floating-point directives.
10669         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
10670         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
10671         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10672         gl_PRINTF_FLAG_ZERO and test its result. Invoke
10673         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
10674         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10675         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
10676         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10677         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10678         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10679         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10680         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10681         * tests/test-snprintf-posix.h (test_function): Also check the width
10682         and some flags in the %f directive.
10683         * tests/test-sprintf-posix.h (test_function): Likewise.
10684         * tests/test-vasnprintf-posix.c (test_function): Likewise.
10685         * tests/test-vasprintf-posix.c (test_function): Likewise.
10686         * doc/functions/fprintf.texi: Update.
10687         * doc/functions/printf.texi: Update.
10688         * doc/functions/snprintf.texi: Update.
10689         * doc/functions/sprintf.texi: Update.
10690         * doc/functions/vfprintf.texi: Update.
10691         * doc/functions/vprintf.texi: Update.
10692         * doc/functions/vsnprintf.texi: Update.
10693         * doc/functions/vsprintf.texi: Update.
10694
10695 2007-05-06  Bruno Haible  <bruno@clisp.org>
10696
10697         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
10698         pass the ' flag character to sprintf or snprintf.
10699         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
10700         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
10701         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10702         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
10703         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
10704         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10705         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
10706         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10707         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10708         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10709         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10710         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10711         * tests/test-snprintf-posix.h (test_function): Also check the grouping
10712         flag.
10713         * tests/test-sprintf-posix.h (test_function): Likewise.
10714         * tests/test-vasnprintf-posix.c (test_function): Likewise.
10715         * tests/test-vasprintf-posix.c (test_function): Likewise.
10716         * doc/functions/fprintf.texi: Update.
10717         * doc/functions/printf.texi: Update.
10718         * doc/functions/snprintf.texi: Update.
10719         * doc/functions/sprintf.texi: Update.
10720         * doc/functions/vfprintf.texi: Update.
10721         * doc/functions/vprintf.texi: Update.
10722         * doc/functions/vsnprintf.texi: Update.
10723         * doc/functions/vsprintf.texi: Update.
10724
10725 2007-05-01  Bruno Haible  <bruno@clisp.org>
10726
10727         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
10728
10729 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
10730
10731         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
10732         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
10733
10734 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10735
10736         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
10737         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
10738         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
10739
10740 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
10741
10742         * lib/argp-help.c (struct hol_entry): New member `ord'.
10743         (HOL_ENTRY_PTRCMP): Use ord for comparison
10744         (hol_sort): Initialize ord.
10745
10746 2007-05-01  Bruno Haible  <bruno@clisp.org>
10747
10748         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
10749         Reported by Eric Blake.
10750         * doc/gnulib.texi (Function Substitutes): Update.
10751
10752 2007-05-01  Bruno Haible  <bruno@clisp.org>
10753
10754         * doc/functions.texi: Remove file, now redundant through
10755         doc/functions/*.texi.
10756
10757 2007-05-01  Bruno Haible  <bruno@clisp.org>
10758
10759         * modules/argp (Depends-on): Add sleep.
10760
10761 2007-05-01  Bruno Haible  <bruno@clisp.org>
10762
10763         * modules/sleep-tests: New file.
10764         * tests/test-sleep.c: New file.
10765
10766         * modules/sleep: New file.
10767         * lib/sleep.c: New file.
10768         * m4/sleep.m4: New file.
10769         * lib/unistd_.h (sleep): New declaration.
10770         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
10771         HAVE_SLEEP.
10772         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
10773         * doc/functions/sleep.texi: Document the sleep module.
10774
10775 2007-05-01  Bruno Haible  <bruno@clisp.org>
10776
10777         * lib/sigprocmask.h: Remove file.
10778         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
10779         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
10780         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
10781         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
10782         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
10783         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
10784         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
10785         HAVE_SIGSET_T as a shell variable.
10786         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
10787         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
10788         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
10789         (Depends-on): Add signal. Remove verify.
10790         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
10791         (Include): Mention <signal.h> instead of sigprocmask.h.
10792         * NEWS: Mention the change.
10793         * lib/fatal-signal.c: Don't include sigprocmask.h.
10794
10795 2007-05-01  Bruno Haible  <bruno@clisp.org>
10796
10797         * modules/signal: New file.
10798         * lib/signal_.h: New file.
10799         * m4/signal_h.m4: New file.
10800
10801 2007-05-01  Bruno Haible  <bruno@clisp.org>
10802
10803         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
10804         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
10805         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
10806         HAVE_WCTYPE_CTMP_BUG into wctype.h.
10807
10808 2007-05-01  Bruno Haible  <bruno@clisp.org>
10809
10810         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
10811         configure time.
10812         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
10813         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
10814         * modules/sys_stat (Makefile.am): Substitute their values into
10815         sys/stat.h.
10816
10817 2007-05-01  Bruno Haible  <bruno@clisp.org>
10818
10819         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
10820         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
10821         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
10822
10823 2007-05-01  Bruno Haible  <bruno@clisp.org>
10824
10825         * doc/header/assert.texi: Undo last change: don't mention the gnulib
10826         'assert' module here.
10827
10828 2007-05-01  Bruno Haible  <bruno@clisp.org>
10829
10830         * doc/functions/*.texi: New files.
10831         * doc/functions/google-ranking.txt: New file.
10832         * doc/gnulib.texi (Function Substitutes): New chapter.
10833         (ctime, inet_ntoa): Remove sections.
10834         * doc/ctime.texi: Remove file.
10835         * doc/inet_ntoa.texi: Remove file.
10836         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
10837         dependencies.
10838         (%.info): New rule, specifying a --reference-limit.
10839
10840 2007-05-01  Bruno Haible  <bruno@clisp.org>
10841
10842         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
10843
10844 2007-05-01  Bruno Haible  <bruno@clisp.org>
10845
10846         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
10847         the portability of 'mkdir' to mingw systems.
10848
10849 2007-05-01  Bruno Haible  <bruno@clisp.org>
10850
10851         * doc/headers/google-ranking.txt: New file.
10852
10853 2007-04-30  Eric Blake  <ebb9@byu.net>
10854
10855         Prefer fseeko to fseek.
10856         * modules/getpass (Depends-on): Add fseeko.
10857         * lib/getpass.c (getpass): Use fseeko, not fseek.
10858
10859 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
10860
10861         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
10862         assumes the sorting is stable, while most qsort implementations
10863         are not.  Use argument addresses to ensure they never compare as
10864         equal.
10865
10866         * tests/test-argp-2.sh (usage-indent test): Fix output
10867         (func_compare): Restore diff options
10868         * tests/test-argp.c: Restore #include "progname.h"
10869
10870 2007-04-29  Bruno Haible  <bruno@clisp.org>
10871
10872         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
10873         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10874         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
10875         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10876         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
10877         (configure.ac): Define CHECK_SNPRINTF_POSIX.
10878         (TESTS, check_PROGRAMS): Add test-snprintf.
10879         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
10880         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
10881         (TESTS, check_PROGRAMS): Add test-vsnprintf.
10882         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
10883         assertions that fail on HP-UX, OSF/1, or IRIX.
10884         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
10885
10886 2007-04-29  Bruno Haible  <bruno@clisp.org>
10887
10888         * MODULES.html.sh (posix_functions): Remove 'contents'.
10889
10890 2007-04-29  Karl Berry  <karl@gnu.org>
10891
10892         * config/srclist.txt (gendocs_template_min): new entry.
10893
10894 2007-04-29  Bruno Haible  <bruno@clisp.org>
10895
10896         Work around fpurge bug on BSD systems.
10897         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
10898         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
10899         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
10900         fpurge to rpl_fpurge if the system already has this function.
10901         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
10902         the case where the system already has this function. Correct invariants
10903         on BSD systems.
10904         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
10905         BSD systems.
10906
10907 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
10908
10909         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
10910         proposed by Sven Verdoolaege.
10911
10912         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
10913         options.
10914         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
10915         (usage and help tests): Update
10916
10917 2007-04-29  Bruno Haible  <bruno@clisp.org>
10918
10919         * tests/test-fflush.c (main): Use a file of size 17, not 10.
10920         Print more information in case of failure. Disable a test on BeOS.
10921
10922 2007-04-29  Bruno Haible  <bruno@clisp.org>
10923
10924         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
10925         This helps debugging on systems on which no gdb is available.
10926
10927 2007-04-29  Bruno Haible  <bruno@clisp.org>
10928
10929         * lib/freading.h: Improve comments.
10930         * lib/fwriting.h: Likewise.
10931         * tests/test-freading.c (main): Don't check freading immediately after
10932         repositioning. Needed for glibc.
10933
10934 2007-04-29  Bruno Haible  <bruno@clisp.org>
10935
10936         * lib/freading.c (freading): Trivial simplification.
10937
10938 2007-04-28  Bruno Haible  <bruno@clisp.org>
10939
10940         * tests/test-fwriting.c (main): Also test the interaction between
10941         fflush and fwriting.
10942         * modules/fwriting-tests (Depends-on): Add fflush.
10943
10944         * tests/test-freading.c (main): Also test the interaction between
10945         fflush and freading.
10946         * modules/freading-tests (Depends-on): Add fflush.
10947
10948 2007-04-28  Bruno Haible  <bruno@clisp.org>
10949
10950         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
10951         fseeko and ftello.
10952         Suggested by Eric Blake.
10953
10954 2007-04-28  Jim Meyering  <jim@meyering.net>
10955
10956         Avoid false-negative in gl_STDINT_H's C99 conformance test.
10957         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
10958         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
10959
10960 2007-04-27  Eric Blake  <ebb9@byu.net>
10961
10962         * doc/headers/assert.texi (assert.h): Document assert module use.
10963
10964 2007-04-27  Bruno Haible  <bruno@clisp.org>
10965
10966         * doc/headers/*.texi: New files.
10967         * doc/gnulib.texi (Header File Substitutes): New chapter.
10968         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
10969         dependencies.
10970         (standards.info ,standards.html, standards.dvi): Update dependencies.
10971         (mostlyclean, clean): New targets.
10972
10973 2007-04-27  Bruno Haible  <bruno@clisp.org>
10974
10975         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
10976         * modules/sysexits (Files, Makefile.am): Update.
10977
10978         * lib/sys_socket_.h: Renamed from lib/socket_.h.
10979         * modules/sys_socket (Files, Makefile.am): Update.
10980
10981         * lib/sys_stat_.h: Renamed from lib/stat_.h.
10982         * modules/sys_stat (Files, Makefile.am): Update.
10983
10984 2007-04-27  Eric Blake  <ebb9@byu.net>
10985
10986         * lib/freading.h: Improve comments.
10987         * lib/fwriting.h: Likewise.
10988         * lib/fflush.c: Likewise.
10989
10990         Fix closein for mingw.
10991         * modules/closein-tests: Add tests for closein.
10992         * tests/test-closein.c: New file.
10993         * tests/test-closein.sh: Likewise.
10994         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
10995         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
10996
10997 2007-04-27  Bruno Haible  <bruno@clisp.org>
10998
10999         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
11000         version is < 6.
11001         * lib/math_.h [__DECC]: Likewise.
11002         * lib/stdio_.h [__DECC]: Likewise.
11003         * lib/stdlib_.h [__DECC]: Likewise.
11004         * lib/string_.h [__DECC]: Likewise.
11005         * lib/time_.h [__DECC]: Likewise.
11006         * lib/wchar_.h [__DECC]: Likewise.
11007         * lib/wctype_.h [__DECC]: Likewise.
11008
11009 2007-04-27  Bruno Haible  <bruno@clisp.org>
11010
11011         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
11012
11013 2007-04-27  Bruno Haible  <bruno@clisp.org>
11014
11015         * lib/fflush.c: Add comments.
11016         * modules/fpurge-tests (Depends-on): Add fflush.
11017         * modules/freadable-tests (Depends-on): Likewise.
11018         * modules/fwritable-tests (Depends-on): Likewise.
11019
11020 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
11021
11022         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
11023         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
11024         Report by Bruno Haible <bruno@clisp.org>.
11025
11026 2007-04-26  Eric Blake  <ebb9@byu.net>
11027
11028         Fix fflush on mingw.
11029         * modules/fflush (Depends-on): Add freading.
11030         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
11031         but unread data.
11032
11033 2007-04-26  Eric Blake  <ebb9@byu.net>
11034         and Bruno Haible  <bruno@clisp.org>
11035
11036         Implement freading and fwriting.
11037         * lib/freading.c: New file.
11038         * lib/freading.h: Likewise.
11039         * m4/freading.m4: Likewise.
11040         * modules/freading: Likewise.
11041         * modules/freading-tests: Likewise.
11042         * tests/test-freading.c: Likewise.
11043         * lib/fwriting.c: New file.
11044         * lib/fwriting.h: Likewise.
11045         * m4/fwriting.m4: Likewise.
11046         * modules/fwriting: Likewise.
11047         * modules/fwriting-tests: Likewise.
11048         * tests/test-fwriting.c: Likewise.
11049         * MODULES.html.sh (File stream based Input/Output): Mention them.
11050
11051 2007-04-26  Bruno Haible  <bruno@clisp.org>
11052
11053         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
11054         'long' when we assume it.
11055         Suggested by Eric Blake.
11056
11057 2007-04-26  Bruno Haible  <bruno@clisp.org>
11058
11059         Ensure fseeko, ftello are declared on glibc systems.
11060         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
11061         * modules/fseeko (configure.ac-early): Likewise.
11062         * modules/ftello (configure.ac-early): Likewise.
11063         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
11064         AC_FUNC_FSEEKO for this.
11065         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
11066         (gl_CHECK_FSEEKO): Remove macro.
11067
11068 2007-04-26  Bruno Haible  <bruno@clisp.org>
11069
11070         * tests/test-fflush.c (main): Also check the ftell result after
11071         fflush and fseek/fseeko.
11072         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
11073         file descriptor position cache in the stream.
11074         * lib/fseeko.c (rpl_fseeko): Likewise.
11075
11076 2007-04-26  Bruno Haible  <bruno@clisp.org>
11077
11078         * modules/fflush-tests (Depends-on): Add fseeko.
11079
11080 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
11081             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11082
11083         * lib/argz_.h: ensure error_t definition is obtained in same
11084         mechanism system argz.h would have.
11085         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
11086         argz facilities are known bad.  Err on the side of caution if
11087         cross-compiling.
11088
11089 2007-04-25  Eric Blake  <ebb9@byu.net>
11090
11091         * lib/fpurge.c (includes): Use stdlib.h for free.
11092         * tests/test-fflush.c (main): Also test fflush-fseeko.
11093
11094 2007-04-25  Bruno Haible  <bruno@clisp.org>
11095
11096         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
11097         * lib/fseeko.c: New file.
11098         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
11099         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
11100         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
11101         gl_FUNC_FSEEKO.
11102         (gl_FUNC_FSEEKO): Invoke it.
11103         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
11104         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
11105         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
11106
11107 2007-04-25  Bruno Haible  <bruno@clisp.org>
11108
11109         * modules/fflush (Depends-on): Add ftello.
11110
11111 2007-04-25  Bruno Haible  <bruno@clisp.org>
11112
11113         * modules/ftello-tests: New file.
11114         * tests/test-ftello.c: New file.
11115
11116         * modules/ftello: New file.
11117         * m4/ftello.m4: New file.
11118         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
11119         HAVE_FTELLO.
11120         * lib/stdio_.h (ftello): New declaration.
11121         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
11122         HAVE_FTELLO.
11123
11124 2007-04-25  Bruno Haible  <bruno@clisp.org>
11125
11126         * modules/fseeko-tests: New file.
11127         * tests/test-fseeko.c: New file.
11128
11129         * modules/fseeko: New file.
11130         * m4/fseeko.m4: New file.
11131         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
11132         HAVE_FSEEKO.
11133         * lib/stdio_.h (fseeko): New declaration.
11134         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
11135         HAVE_FSEEKO.
11136
11137 2007-04-25  Bruno Haible  <bruno@clisp.org>
11138
11139         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
11140
11141 2007-04-25  Bruno Haible  <bruno@clisp.org>
11142
11143         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
11144         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
11145         * tests/test-unistd.c: Likewise.
11146         * tests/test-fcntl.c: Likewise.
11147
11148 2007-04-23  Eric Blake  <ebb9@byu.net>
11149
11150         * lib/fflush.c: Fix missing include.
11151         Reported by Bruno Haible.
11152
11153 2007-04-23  Bruno Haible  <bruno@clisp.org>
11154
11155         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
11156         Reported by Eric Blake.
11157
11158 2007-04-23  Bruno Haible  <bruno@clisp.org>
11159
11160         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
11161
11162 2007-04-23  Bruno Haible  <bruno@clisp.org>
11163
11164         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
11165
11166 2007-04-23  Bruno Haible  <bruno@clisp.org>
11167
11168         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
11169         Needed on HP-UX 11.
11170
11171 2007-04-16  Eric Blake  <ebb9@byu.net>
11172
11173         Make fflush rely on fpurge.
11174         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
11175         open coding all variants.
11176         * modules/fflush (Depends-on): Add fpurge and unistd.
11177         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
11178         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
11179
11180         Fix --with-tests compilation on cygwin.
11181         * modules/argmatch-tests (Makefile.am): List gnulib library first
11182         in LDADD.
11183         * modules/argp-tests (Makefile.am): Likewise.
11184         * modules/array-list-tests (Makefile.am): Likewise.
11185         * modules/array-oset-tests (Makefile.am): Likewise.
11186         * modules/avltree-list-tests (Makefile.am): Likewise.
11187         * modules/avltree-oset-tests (Makefile.am): Likewise.
11188         * modules/avltreehash-list-tests (Makefile.am): Likewise.
11189         * modules/carray-list-tests (Makefile.am): Likewise.
11190         * modules/dirname-tests (Makefile.am): Likewise.
11191         * modules/frexp-tests (Makefile.am): Likewise.
11192         * modules/isnanl-tests (Makefile.am): Likewise.
11193         * modules/linked-list-tests (Makefile.am): Likewise.
11194         * modules/linkedhash-list-tests (Makefile.am): Likewise.
11195         * modules/lock-tests (Makefile.am): Likewise.
11196         * modules/rbtree-list-tests (Makefile.am): Likewise.
11197         * modules/rbtree-oset-tests (Makefile.am): Likewise.
11198         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
11199         * modules/tls-tests (Makefile.am): Likewise.
11200         * modules/tsearch-tests (Makefile.am): Likewise.
11201         * modules/xvasprintf-tests (Makefile.am): Likewise.
11202
11203         Fix fpurge for cygwin.
11204         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
11205         value.
11206         * modules/fpurge-tests (Depends-on): Clean up trash.
11207
11208 2007-04-16  Simon Josefsson  <simon@josefsson.org>
11209
11210         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
11211
11212         * m4/autobuild.m4: Re-indent.
11213
11214 2007-04-13  Bruno Haible  <bruno@clisp.org>
11215
11216         * modules/fpurge-tests: New file.
11217         * tests/test-fpurge.c: New file.
11218
11219         * modules/fpurge: New file.
11220         * lib/fpurge.h: New file.
11221         * lib/fpurge.c: New file.
11222         * m4/fpurge.m4: New file.
11223
11224 2007-04-13  Bruno Haible  <bruno@clisp.org>
11225
11226         * modules/fbufmode-tests: New file.
11227         * tests/test-fbufmode.c: New file.
11228
11229         * modules/fbufmode: New file.
11230         * lib/fbufmode.h: New file.
11231         * lib/fbufmode.c: New file.
11232         * m4/fbufmode.m4: New file.
11233
11234 2007-04-13  Bruno Haible  <bruno@clisp.org>
11235
11236         * modules/fwritable-tests: New file.
11237         * tests/test-fwritable.c: New file.
11238
11239         * modules/fwritable: New file.
11240         * lib/fwritable.h: New file.
11241         * lib/fwritable.c: New file.
11242         * m4/fwritable.m4: New file.
11243
11244 2007-04-13  Bruno Haible  <bruno@clisp.org>
11245
11246         * modules/freadable-tests: New file.
11247         * tests/test-freadable.c: New file.
11248
11249         * modules/freadable: New file.
11250         * lib/freadable.h: New file.
11251         * lib/freadable.c: New file.
11252         * m4/freadable.m4: New file.
11253
11254 2007-04-13  Bruno Haible  <bruno@clisp.org>
11255
11256         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
11257         MOSTLYCLEANFILES.
11258
11259 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11260
11261         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
11262         gzip bootstrap.conf to avoid dragging in i18n machinery.
11263         (gnulib_tool_option): Use it.
11264
11265 2007-04-13  Bruno Haible  <bruno@clisp.org>
11266
11267         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
11268         %F directives.
11269         * tests/test-vasprintf-posix.c (test_function): Likewise.
11270         * tests/test-snprintf-posix.h (test_function): Likewise.
11271         * tests/test-sprintf-posix.h (test_function): Likewise.
11272         * tests/test-fprintf-posix.h (test_function): Likewise.
11273         * tests/test-printf-posix.h (test_function): Likewise.
11274         * tests/test-fprintf-posix.out: Likewise.
11275
11276 2007-04-13  Bruno Haible  <bruno@clisp.org>
11277
11278         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
11279         * modules/tls-tests (configure.ac): Likewise.
11280         Reported by Arto C. Nirkko <anirkko@insel.ch>.
11281
11282 2007-04-13  Bruno Haible  <bruno@clisp.org>
11283
11284         * lib/tls.c (glthread_tls_get): Fix return type.
11285         Patch by Arto C. Nirkko <anirkko@insel.ch>.
11286
11287 2007-04-12  Eric Blake  <ebb9@byu.net>
11288
11289         * modules/gettime (Depends-on): Remove gettime.
11290         Reported by Dmitry V. Levin.
11291
11292 2007-04-12  Bruno Haible  <bruno@clisp.org>
11293
11294         * modules/fflush (Include): Mention <stdio.h>.
11295         * modules/strtoimax (Include): Mention <inttypes.h>.
11296         * modules/strtoumax (Include): Likewise.
11297
11298 2007-04-12  Eric Blake  <ebb9@byu.net>
11299
11300         * .cvsignore: New file.
11301         * .gitignore: Likewise.
11302
11303 2007-04-12  Bruno Haible  <bruno@clisp.org>
11304
11305         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
11306         not before, since $(LDADD) often contains libgnu.a.
11307         * modules/striconv-tests (test_striconv_LDADD): Likewise.
11308         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
11309         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
11310         Needed on Cygwin.
11311
11312 2007-04-12  Eric Blake  <ebb9@byu.net>
11313
11314         Work around glibc's failure to flush stdin on fclose.
11315         * lib/closein.c (close_stdin): Flush stdin before closing.
11316
11317         Work around glibc's failure to reset seekable stdin on exit.
11318         * modules/closein: New module.
11319         * lib/closein.c: New file.
11320         * lib/closein.h: Likewise.
11321         * m4/closein.m4: Likewise.
11322         * MODULES.html.sh (File stream based Input/Output): Document it.
11323
11324 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11325
11326         * gnulib-tool: Rename generated 'autobuild' script to
11327         'do-autobuild' in --create-megatestdir output.
11328
11329         * doc/gnulib.texi (Build robot for gnulib): Fix.
11330
11331 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11332
11333         * modules/sysexits (Depends-on): Add absolute-header.
11334
11335 2007-04-12  Eric Blake  <ebb9@byu.net>
11336
11337         No need to preserve errno on success.
11338         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
11339         Reported by Bruno Haible.
11340
11341 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11342
11343         * MODULES.html.sh (Support for maintaining and releasing
11344         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
11345
11346 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11347
11348         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
11349
11350 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11351
11352         * modules/autobuild: New module.
11353
11354         * m4/autobuild.m4: New file.
11355
11356 2007-04-11  Bruno Haible  <bruno@clisp.org>
11357
11358         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
11359         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
11360         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
11361         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
11362         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11363         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11364         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11365         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11366         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11367         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11368         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
11369         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11370         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11371         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
11372         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11373         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11374         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
11375         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11376         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11377         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
11378         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11379         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11380         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
11381         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11382         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11383         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
11384         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11385         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11386         Reported by Eric Blake.
11387
11388 2007-04-11  Bruno Haible  <bruno@clisp.org>
11389
11390         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
11391
11392 2007-04-10  Bruno Haible  <bruno@clisp.org>
11393
11394         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
11395         for NaN and Infinity. Needed on FreeBSD 6.1.
11396         * tests/test-vasnprintf-posix.c (test_function): Undo last change
11397         regarding results for "%010a" of Infinity and NaN.
11398         * tests/test-vasprintf-posix.c (test_function): Likewise.
11399         * tests/test-snprintf-posix.h (test_function): Likewise.
11400         * tests/test-sprintf-posix.h (test_function): Likewise.
11401         * tests/test-fprintf-posix.h (test_function): Likewise.
11402         * tests/test-printf-posix.h (test_function): Likewise.
11403         * tests/test-fprintf-posix.out: Likewise.
11404
11405 2007-04-10  Bruno Haible  <bruno@clisp.org>
11406
11407         * modules/locale-tests: New file.
11408         * tests/test-locale.c: New file.
11409
11410         * modules/locale: New file.
11411         * lib/locale_.h: New file.
11412         * m4/locale_h.m4: New file.
11413
11414 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
11415             Bruno Haible  <bruno@clisp.org>
11416
11417         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
11418         be determined, test for availability of the copysignf, copysign,
11419         copysignl functions.
11420         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
11421         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
11422         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
11423
11424 2007-04-09  Eric Blake  <ebb9@byu.net>
11425
11426         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
11427         * modules/stdio (Makefile.am): Support fflush.
11428         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11429         * modules/fflush: New file.
11430         * lib/fflush.c: Likewise.
11431         * m4/fflush.m4: Likewise.
11432         * modules/fflush-tests: New test.
11433         * tests/test-fflush.c: Likewise.
11434         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
11435
11436 2007-04-06  Bruno Haible  <bruno@clisp.org>
11437
11438         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
11439         (VASNPRINTF): Use signbit for faster determination whether to print a
11440         minus sign.
11441         * modules/vasnprintf (Files): Remove lib/float+.h.
11442         * modules/fprintf-posix (Depends-on): Add signbit.
11443         * modules/snprintf-posix (Depends-on): Likewise.
11444         * modules/sprintf-posix (Depends-on): Likewise.
11445         * modules/vasnprintf-posix (Depends-on): Likewise.
11446         * modules/vasprintf-posix (Depends-on): Likewise.
11447         * modules/vfprintf-posix (Depends-on): Likewise.
11448         * modules/vsnprintf-posix (Depends-on): Likewise.
11449         * modules/vsprintf-posix (Depends-on): Likewise.
11450
11451 2007-04-06  Bruno Haible  <bruno@clisp.org>
11452
11453         * tests/test-frexp.c (main): Test also the sign bit of zero results.
11454         * tests/test-frexpl.c (main): Likewise.
11455         * tests/test-ldexpl.c (main): Likewise.
11456         * modules/frexp-tests (Depends-on): Add signbit.
11457         * modules/frexpl-tests (Depdends-on): Likewise.
11458         * modules/ldexpl-tests (Depdends-on): Likewise.
11459
11460 2007-04-06  Bruno Haible  <bruno@clisp.org>
11461
11462         * modules/signbit-tests: New file.
11463         * tests/test-signbit.c: New file.
11464
11465         * modules/signbit: New file.
11466         * lib/signbitf.c: New file.
11467         * lib/signbitd.c: New file.
11468         * lib/signbitl.c: New file.
11469         * m4/signbit.m4: New file.
11470         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
11471         (signbit): New macro.
11472         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
11473         REPLACE_SIGNBIT.
11474         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
11475         REPLACE_FREXPL into math.h.
11476
11477 2007-04-06  Bruno Haible  <bruno@clisp.org>
11478
11479         * modules/isnanf-nolibm-tests: New file.
11480         * tests/test-isnanf.c: New file.
11481
11482         * modules/isnanf-nolibm: New file.
11483         * lib/isnanf.h: New file.
11484         * lib/isnanf.c: New file.
11485         * lib/isnan.c: Consider the USE_FLOAT macro.
11486         * m4/isnanf.m4: New file.
11487
11488 2007-04-06  Bruno Haible  <bruno@clisp.org>
11489
11490         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
11491         (Link): New section.
11492
11493         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
11494
11495 2007-04-06  Bruno Haible  <bruno@clisp.org>
11496
11497         Assume the 'long double' type.
11498         * m4/longdouble.m4: Remove file.
11499         * config/srclist.txt: Don't mention longdouble.m4.
11500         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
11501         * lib/float+.h: Likewise.
11502         * lib/frexp.c: Likewise.
11503         * lib/printf-args.h: Likewise.
11504         * lib/printf-args.c: Likewise.
11505         * lib/printf-frexp.c: Likewise.
11506         * lib/printf-parse.c: Likewise.
11507         * lib/vasnprintf.c: Likewise.
11508         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
11509         * m4/intl.m4: Likewise.
11510         * m4/isnanl.m4: Likewise.
11511         * m4/printf.m4: Likewise.
11512         * m4/printf-frexpl.m4: Likewise.
11513         * m4/vasnprintf.m4: Likewise.
11514         * modules/allocsa (Files): Remove m4/longdouble.m4.
11515         * modules/gettext (Files): Likewise.
11516         * modules/relocatable-prog-wrapper (Files): Likewise.
11517         * modules/vasnprintf (Files): Likewise.
11518         * modules/isnanl (Files): Likewise.
11519         (Include): Simplify.
11520         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
11521         (Include): Simplify.
11522         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
11523         (Include): Simplify.
11524         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
11525         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11526         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
11527         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11528         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
11529         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11530         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
11531         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11532         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
11533         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11534         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
11535         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11536         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
11537         * tests/test-isnanl.c: Likewise.
11538         * tests/test-snprintf-posix.h: Likewise.
11539         * tests/test-sprintf-posix.h: Likewise.
11540         * tests/test-vasnprintf-posix.c: Likewise.
11541         * tests/test-vasnprintf-posix2.c: Likewise.
11542         * tests/test-vasprintf-posix.c: Likewise.
11543
11544 2007-04-06  Bruno Haible  <bruno@clisp.org>
11545
11546         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
11547         * lib/math_.h [__DECC]: Include the overridden include file through
11548         #include_next, outside the double-inclusion guard.
11549         * lib/stdio_.h [__DECC]: Likewise.
11550         * lib/stdlib_.h [__DECC]: Likewise.
11551         * lib/string_.h [__DECC]: Likewise.
11552         * lib/time_.h [__DECC]: Likewise.
11553         * lib/wchar_.h [__DECC]: Likewise.
11554         * lib/wctype_.h [__DECC]: Likewise.
11555         * lib/inttypes_.h [__DECC]: Likewise.
11556         Reported by Albert Chin <china@thewrittenword.com> in
11557         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
11558
11559 2007-04-04  Eric Blake  <ebb9@byu.net>
11560
11561         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
11562         1.5.x.
11563
11564 2007-04-04  Bruno Haible  <bruno@clisp.org>
11565
11566         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
11567         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
11568
11569 2007-04-04  Bruno Haible  <bruno@clisp.org>
11570
11571         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
11572         results for "%010a" of Infinity and NaN.
11573         * tests/test-vasprintf-posix.c (test_function): Likewise.
11574         * tests/test-snprintf-posix.h (test_function): Likewise.
11575         * tests/test-sprintf-posix.h (test_function): Likewise.
11576         * tests/test-fprintf-posix.h (test_function): Remove these tests.
11577         * tests/test-printf-posix.h (test_function): Likewise.
11578         * tests/test-fprintf-posix.out: Update.
11579         Needed for FreeBSD 6.1.
11580
11581 2007-04-04  Bruno Haible  <bruno@clisp.org>
11582
11583         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
11584         directly used by the gnulib modules nor by gnulib-tool.
11585
11586 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
11587
11588         * DEPENDENCIES: Give overall description of version dependency
11589         desirability.  Use more-typical names for apps.
11590         Add shell, coreutils, diffutils, grep, tar, gzip.
11591
11592 2007-04-04  Simon Josefsson  <simon@josefsson.org>
11593
11594         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
11595
11596 2007-04-04  Karl Berry  <karl@gnu.org>
11597
11598         * MODULES.html.sh (func_module): missing '.
11599
11600 2007-04-03  Bruno Haible  <bruno@clisp.org>
11601
11602         * modules/argmatch-tests (Makefile.am): New variable
11603         test_argmatch_LDADD.
11604         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
11605         * modules/array-list-tests (Makefile.am): New variable
11606         test_array_list_LDADD.
11607         * modules/array-oset-tests (Makefile.am): New variable
11608         test_array_oset_LDADD.
11609         * modules/avltree-list-tests (Makefile.am): New variable
11610         test_avltree_list_LDADD.
11611         * modules/avltree-oset-tests (Makefile.am): New variable
11612         test_avltree_oset_LDADD.
11613         * modules/avltreehash-list-tests (Makefile.am): New variable
11614         test_avltreehash_list_LDADD.
11615         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
11616         test_canonicalize_lgpl_LDADD.
11617         * modules/carray-list-tests (Makefile.am): New variable
11618         test_carray_list_LDADD.
11619         * modules/dirname-tests (Makefile.am): New variable
11620         test_dirname_LDADD.
11621         * modules/linked-list-tests (Makefile.am): New variable
11622         test_linked_list_LDADD.
11623         * modules/linkedhash-list-tests (Makefile.am): New variable
11624         test_linkedhash_list_LDADD.
11625         * modules/rbtree-list-tests (Makefile.am): New variable
11626         test_rbtree_list_LDADD.
11627         * modules/rbtree-oset-tests (Makefile.am): New variable
11628         test_rbtree_oset_LDADD.
11629         * modules/rbtreehash-list-tests (Makefile.am): New variable
11630         test_rbtreehash_list_LDADD.
11631         * modules/xvasprintf-tests (Makefile.am): New variable
11632         test_xvasprintf_LDADD.
11633         Reported by Eric Blake.
11634
11635 2007-04-03  Eric Blake  <ebb9@byu.net>
11636
11637         * DEPENDENCIES: Weaken m4 requirements.
11638
11639 2007-04-03  Bruno Haible  <bruno@clisp.org>
11640
11641         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
11642         * modules/isnanl-tests (configure.ac): Likewise.
11643
11644 2007-04-03  Ben Pfaff  <blp@gnu.org>
11645
11646         * modules/iconv_open: Add $(srcdir)/ to source directory
11647         references in Makefile fragments that call gperf, to fix VPATH
11648         builds.
11649
11650 2007-04-03  Bruno Haible  <bruno@clisp.org>
11651
11652         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
11653         * lib/ldexpl.c: Undo last change.
11654
11655 2007-04-03  Bruno Haible  <bruno@clisp.org>
11656
11657         * modules/printf-frexpl (Depends-on): Undo last change.
11658         (Files): Add m4/ldexpl.m4.
11659
11660 2007-04-03  Bruno Haible  <bruno@clisp.org>
11661
11662         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
11663         * modules/isnanl (Link): New section.
11664
11665         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
11666         * modules/frexp (Link): New section.
11667
11668         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
11669         * modules/frexpl (Link): New section.
11670
11671         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
11672         * modules/ldexpl (Link): New section.
11673
11674 2007-04-03  Bruno Haible  <bruno@clisp.org>
11675
11676         * modules/TEMPLATE-EXTENDED: New file.
11677         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
11678
11679 2007-04-03  Bruno Haible  <bruno@clisp.org>
11680
11681         * DEPENDENCIES: New file.
11682         Suggested by Simon Josefsson.
11683
11684 2007-04-03  Bruno Haible  <bruno@clisp.org>
11685
11686         * doc/gnulib.texi: Escape @.
11687
11688 2007-04-03  James Youngman  <jay@gnu.org>
11689         and Paul Eggert  <eggert@cs.ucla.edu>
11690
11691         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
11692         birthtime on all systems that have birthtime, not just those which
11693         use st_birthtimensec rather than st_birthtim.  Putting zero in
11694         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
11695         that the birth time is not available for files on an NFS mount.
11696
11697 2007-04-03  Simon Josefsson  <simon@josefsson.org>
11698
11699         * modules/memxor: Move back from crypto/, suggested by Bruno.
11700         * modules/crypto/hmac-sha1: Fix memxor dependency.
11701
11702         * modules/crypto/gc: Moved from ../.
11703
11704 2007-04-02  Eric Blake  <ebb9@byu.net>
11705
11706         * lib/ldexpl.c (includes): Avoid libm.
11707
11708         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
11709
11710 2007-04-02  Bruno Haible  <bruno@clisp.org>
11711
11712         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
11713         on IRIX.
11714
11715 2007-04-02  Bruno Haible  <bruno@clisp.org>
11716
11717         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
11718         x86 or x86_64 platforms running MacOS X.
11719         Reported by Ryan Schmidt <@ryandesign.com>.
11720
11721 2007-04-02  Bruno Haible  <bruno@clisp.org>
11722
11723         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
11724         i386.
11725
11726 2007-04-01  Simon Josefsson  <simon@josefsson.org>
11727
11728         * modules/crypto/arcfour: Moved from ../.
11729         * modules/crypto/arcfour-tests: Moved from ../.
11730         * modules/crypto/arctwo: Moved from ../.
11731         * modules/crypto/arctwo-tests: Moved from ../.
11732         * modules/crypto/des: Moved from ../.
11733         * modules/crypto/des-tests: Moved from ../.
11734         * modules/crypto/gc-arcfour: Moved from ../.
11735         * modules/crypto/gc-arcfour-tests: Moved from ../.
11736         * modules/crypto/gc-arctwo: Moved from ../.
11737         * modules/crypto/gc-arctwo-tests: Moved from ../.
11738         * modules/crypto/gc-des: Moved from ../.
11739         * modules/crypto/gc-des-tests: Moved from ../.
11740         * modules/crypto/gc-hmac-md5: Moved from ../.
11741         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
11742         * modules/crypto/gc-hmac-sha1: Moved from ../.
11743         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
11744         * modules/crypto/gc-md2: Moved from ../.
11745         * modules/crypto/gc-md2-tests: Moved from ../.
11746         * modules/crypto/gc-md4: Moved from ../.
11747         * modules/crypto/gc-md4-tests: Moved from ../.
11748         * modules/crypto/gc-md5: Moved from ../.
11749         * modules/crypto/gc-md5-tests: Moved from ../.
11750         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
11751         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
11752         * modules/crypto/gc-random: Moved from ../.
11753         * modules/crypto/gc-rijndael: Moved from ../.
11754         * modules/crypto/gc-rijndael-tests: Moved from ../.
11755         * modules/crypto/gc-sha1: Moved from ../.
11756         * modules/crypto/gc-sha1-tests: Moved from ../.
11757         * modules/crypto/gc-tests: Moved from ../.
11758         * modules/crypto/hmac-md5: Moved from ../.
11759         * modules/crypto/hmac-md5-tests: Moved from ../.
11760         * modules/crypto/hmac-sha1: Moved from ../.
11761         * modules/crypto/hmac-sha1-tests: Moved from ../.
11762         * modules/crypto/md2: Moved from ../.
11763         * modules/crypto/md2-tests: Moved from ../.
11764         * modules/crypto/md4: Moved from ../.
11765         * modules/crypto/md4-tests: Moved from ../.
11766         * modules/crypto/md5: Moved from ../.
11767         * modules/crypto/md5-tests: Moved from ../.
11768         * modules/crypto/memxor: Moved from ../.
11769         * modules/crypto/rijndael: Moved from ../.
11770         * modules/crypto/rijndael-tests: Moved from ../.
11771         * modules/crypto/sha1: Moved from ../.
11772
11773 2007-03-30  James Youngman  <jay@gnu.org>
11774
11775         * tests/test-stat-time.c (prepare_test): use chmod() rather than
11776         rename() to change the ctime of a file (because ctime is unaffected
11777         by rename on jfs2 on AIX 5.1).
11778         (main): Start by doing cleanup, in case a previous run failed leaving
11779         test files behind.
11780
11781 2007-03-31  Bruno Haible  <bruno@clisp.org>
11782
11783         Support old proprietary implementations of iconv.
11784         * modules/iconv_open: New file.
11785         * lib/iconv_.h: New file.
11786         * m4/iconv_h.m4: New file.
11787         * lib/iconv_open.c: New file.
11788         * lib/iconv_open-aix.gperf: New file.
11789         * lib/iconv_open-hpux.gperf: New file.
11790         * lib/iconv_open-irix.gperf: New file.
11791         * lib/iconv_open-osf.gperf: New file.
11792         * m4/iconv_open.m4: New file.
11793         * modules/linebreak (Depends-on): Add iconv_open.
11794         * modules/striconv (Depends-on): Likewise.
11795         * modules/striconveh (Depends-on): Likewise.
11796         * modules/unicodeio (Depends-on): Likewise.
11797         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
11798         (iconv_t)(-1).
11799         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
11800         conversion if cd is (iconv_t)(-1).
11801         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
11802         is not possible.
11803
11804 2007-03-31  Bruno Haible  <bruno@clisp.org>
11805
11806         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
11807         work on Solaris either. Protect also second use of "autodetect_jp".
11808
11809 2007-03-31  Bruno Haible  <bruno@clisp.org>
11810
11811         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
11812         the function is not present.
11813
11814 2007-03-31  Bruno Haible  <bruno@clisp.org>
11815
11816         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
11817         the function is not present.
11818
11819 2007-03-31  Bruno Haible  <bruno@clisp.org>
11820
11821         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
11822         a bug in HP-UX iconv_open().
11823
11824 2007-03-31  Bruno Haible  <bruno@clisp.org>
11825
11826         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
11827         (Mathematics <math.h>): New section, add fpieee.
11828         (Input/output <stdio.h>): Add fseterr.
11829         (Mathematics <math.h>): New section, add printf-frexp.
11830         (Container data structures): Add sublist.
11831         (Core language properties): Add fpucw, inline.
11832         (Functions for greatest-width integer types <inttypes.h>): Add
11833         imaxabs, imaxdiv, inttypes.
11834         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
11835         isnanl-nolibm, ldexp.
11836         (Mathematics <math.h>): New section, add printf-frexpl.
11837         (Support for systems lacking POSIX:2001): Add fprintf-posix,
11838         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
11839         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
11840         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
11841         (Unicode string functions): Add unistr/u*-mbtoucr.
11842         (Java): Add javacomp-script, javaexec-script.
11843         (C#): Add csharpcomp-script, csharpexec-script.
11844         (Support for building libraries and executables): Add havelib,
11845         relocatable-*.
11846         (Support for maintaining and releasing projects): Renamed from
11847         'Support for maintaining and release projects'. Add announce-gen.
11848
11849 2007-03-31  Bruno Haible  <bruno@clisp.org>
11850
11851         * README: Talk primarily about git.
11852         (git and CVS): Renamed from CVS.
11853         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
11854         gnulib is available through git.
11855         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
11856
11857 2007-03-30  Bruno Haible  <bruno@clisp.org>
11858
11859         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
11860         * lib/poll_.h: Likewise.
11861         * lib/stat_.h: Likewise.
11862         * lib/sys_time_.h: Likewise.
11863         * lib/sysexit_.h: Likewise.
11864         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
11865         * lib/stdbool_.h: Likewise.
11866         * lib/byteswap_.h: Add double-inclusion guard.
11867
11868 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
11869
11870         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
11871
11872 2007-03-30  Karl Berry  <karl@gnu.org>
11873
11874         * config/srclist-update: double space after USA in the license
11875         substitution, since that's how it's usually (?) written.
11876
11877 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
11878
11879         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
11880         reported by Bruno Haible.
11881
11882 2007-03-29  Bruno Haible  <bruno@clisp.org>
11883
11884         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
11885         a bug in AIX iconv().
11886
11887 2007-03-29  Bruno Haible  <bruno@clisp.org>
11888
11889         * modules/ldexpl-tests: New file.
11890         * tests/test-ldexpl.c: New file.
11891
11892 2007-03-29  Bruno Haible  <bruno@clisp.org>
11893
11894         * lib/ldexpl.c: Include fpucw.h.
11895         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
11896         multiplication.
11897         * modules/ldexpl (Depends-on): Add fpucw.
11898
11899 2007-03-29  Bruno Haible  <bruno@clisp.org>
11900
11901         * modules/ldexpl: New file.
11902         * m4/ldexpl.m4: New file.
11903         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
11904         set.
11905         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
11906         REPLACE_LDEXPL.
11907         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
11908         REPLACE_LDEXPL.
11909         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
11910         gl_FUNC_LDEXPL_WORKS.
11911         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
11912         * modules/mathl (Files): Remove lib/ldexpl.c.
11913         (Depends-on): Add ldexpl.
11914
11915 2007-03-29  Bruno Haible  <bruno@clisp.org>
11916
11917         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
11918
11919 2007-03-29  Bruno Haible  <bruno@clisp.org>
11920
11921         * tests/test-striconveh.c (main): Don't assume that a direct conversion
11922         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
11923         and possibly also HP-UX.
11924         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
11925         work on AIX, IRIX, HP-UX, OSF/1.
11926         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
11927         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
11928         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
11929         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
11930         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
11931         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
11932
11933 2007-03-29  Bruno Haible  <bruno@clisp.org>
11934
11935         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
11936
11937 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
11938
11939         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
11940         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
11941
11942 2007-03-29  Eric Blake  <ebb9@byu.net>
11943
11944         * lib/acl-internal.h: Remove redundant include.
11945         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
11946         Cygwin when a file is locked.
11947
11948 2007-03-29  Bruno Haible  <bruno@clisp.org>
11949
11950         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
11951         file.
11952         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
11953
11954 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
11955
11956         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
11957         try to remove a parent directory if the child couldn't be removed
11958         (except for the first rmdir, which could fail because the child
11959         doesn't exist).  Problem reported by Jeff Blaine in
11960         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
11961
11962 2007-03-28  Bruno Haible  <bruno@clisp.org>
11963
11964         * lib/striconveh.c (utf8conv_carefully): New function.
11965         (mem_cd_iconveh_internal): Invoke it.
11966
11967 2007-03-28  Bruno Haible  <bruno@clisp.org>
11968
11969         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
11970         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
11971         input.
11972         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
11973         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
11974         unistr/u8-uctomb.
11975
11976 2007-03-28  Bruno Haible  <bruno@clisp.org>
11977
11978         * modules/unistr/u8-mbtoucr: New file.
11979         * lib/unistr/u8-mbtoucr.c: New file.
11980         * modules/unistr/u16-mbtoucr: New file.
11981         * lib/unistr/u16-mbtoucr.c: New file.
11982         * modules/unistr/u16-mbtoucr: New file.
11983         * lib/unistr/u16-mbtoucr.c: New file.
11984         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
11985
11986 2007-03-27  Simon Josefsson  <simon@josefsson.org>
11987             Bruno Haible  <bruno@clisp.org>
11988
11989         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
11990         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
11991         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
11992
11993         * m4/stdio_h.m4: Add stubs for vasprintf too.
11994
11995         * modules/stdio: Support vasprintf in sed command.
11996
11997         * modules/vasprintf: Depend on stdio for prototypes.  Remove
11998         vasprintf.h.  Add stdio module indicator.
11999
12000         * lib/stdio_.h: Declare asprintf and vasprintf, based on
12001         vasprintf.h.
12002
12003         * lib/vasprintf.h: File removed.
12004
12005         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
12006         * lib/vasprintf.c: Ditto.
12007         * lib/xvasprintf.c: Ditto.
12008         * tests/test-vasprintf-posix.c: Ditto.
12009         * tests/test-vasprintf.c: Ditto.
12010
12011 2007-03-27  Bruno Haible  <bruno@clisp.org>
12012
12013         Make vasnprintf multithread-safe.
12014         * lib/vasnprintf.c (decimal_point_char): New function.
12015         (VASNPRINTF): Use it.
12016         Suggested by Simon Josefsson.
12017
12018 2007-03-27  Eric Blake  <ebb9@byu.net>
12019
12020         Support sub-second birthtime on cygwin.
12021         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
12022         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
12023         (get_stat_birthtime): Also work with st_birthtim.
12024
12025 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
12026
12027         * lib/stat-time.h (USE_BIRTHTIME): Remove.
12028         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
12029         (get_stat_birthtime_ns): Do not try to use "spare" fields.
12030         (get_stat_birthtime_ns): Simplify compile-time tests.
12031         (get_stat_birthtime): Change the API to look like
12032         get_stat_mtime etc., except return a negative tv_nsec on error.
12033         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
12034         Don't check for "spare" fields.
12035         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
12036         or for struct stat.st_birthtime, as these tests aren't used.
12037         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
12038
12039 2007-03-27  Bruno Haible  <bruno@clisp.org>
12040
12041         * lib/stat-time.h: Include <sys/stat.h>.
12042
12043 2007-03-27  James Youngman  <jay@gnu.org>
12044
12045         * lib/stat-time.h (get_stat_birthtime): New function for
12046           retrieving st_birthtime as provided by UFS2 (hence *BSD).
12047         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
12048           and its variants.
12049         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
12050         * modules/stat-time-test: New file.
12051         * tests/test-stat-time.c: New test, devised by Bruno Haible.
12052
12053 2007-03-26  Bruno Haible  <bruno@clisp.org>
12054
12055         Better support of signalling NaNs.
12056         * lib/atanl.c: Include isnanl.h.
12057         (atanl): Perform test for NaN at the beginning of the function and
12058         through a call to isnanl.
12059         * lib/cosl.c: Include isnanl.h.
12060         (cosl): Perform test for NaN at the beginning of the function and
12061         through a call to isnanl.
12062         * lib/ldexpl.c: Include isnanl.h.
12063         (ldexpl): Perform test for NaN through a call to isnanl.
12064         * lib/logl.c: Include isnanl.h.
12065         (logl): Perform test for NaN at the beginning of the function and
12066         through a call to isnanl.
12067         * lib/sinl.c: Include isnanl.h.
12068         (sinl): Perform test for NaN at the beginning of the function and
12069         through a call to isnanl.
12070         * lib/sqrtl.c: Include isnanl.h.
12071         (sqrtl): Perform test for NaN at the beginning of the function and
12072         through a call to isnanl.
12073         * lib/tanl.c: Include isnanl.h.
12074         (tanl): Perform test for NaN at the beginning of the function and
12075         through a call to isnanl.
12076         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
12077         * modules/mathl (Depends-on): Add isnanl.
12078
12079 2007-03-26  Eric Blake  <ebb9@byu.net>
12080
12081         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
12082         regression in logic sense of previous patch.
12083
12084 2007-03-26  Bruno Haible  <bruno@clisp.org>
12085
12086         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
12087         unportable shell command "if ! ...".
12088         Reported by Ralf Wildenhues.
12089
12090 2007-03-25  Bruno Haible  <bruno@clisp.org>
12091
12092         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
12093         <sysexits.h> file, and only add EX_CONFIG.
12094         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
12095         absolute file name and whether it is sufficient. Substitute also
12096         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
12097         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
12098         ABSOLUTE_SYSEXITS_H into sysexits.h.
12099
12100 2007-03-25  Bruno Haible  <bruno@clisp.org>
12101
12102         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
12103         hints is NULL.
12104
12105 2007-03-25  Bruno Haible  <bruno@clisp.org>
12106
12107         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
12108         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
12109
12110 2007-03-25  Bruno Haible  <bruno@clisp.org>
12111
12112         * lib/vasnprintf.c: Include langinfo.h.
12113         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
12114         multithread-safe.
12115         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
12116         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
12117         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12118         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12119         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12120         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12121         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12122         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
12123         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12124         Reported by Simon Josefsson.
12125
12126 2007-03-25  Bruno Haible  <bruno@clisp.org>
12127
12128         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
12129         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
12130         * modules/vasnprintf (Depends-on): Add stdint.
12131
12132 2007-03-25  Bruno Haible  <bruno@clisp.org>
12133
12134         * modules/fpieee: New file.
12135         * m4/fpieee.m4: New file.
12136         * modules/isnan-nolibm (Depends-on): Add fpieee.
12137         * modules/isnanl-nolibm (Depends-on): Add fpieee.
12138         * modules/isnanl (Depends-on): Add fpieee.
12139
12140 2007-03-25  Bruno Haible  <bruno@clisp.org>
12141
12142         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
12143
12144 2007-03-25  Bruno Haible  <bruno@clisp.org>
12145
12146         Avoid test failures on IRIX 6.5.
12147         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
12148         (main): Use it.
12149         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
12150         macros.
12151         (main): Use them.
12152
12153 2007-03-25  Bruno Haible  <bruno@clisp.org>
12154
12155         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
12156         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
12157         exists but doesn't work.
12158         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
12159         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
12160         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
12161         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
12162
12163 2007-03-25  Bruno Haible  <bruno@clisp.org>
12164
12165         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
12166         returns inf. Needed on IRIX 6.5.
12167
12168 2007-03-25  Bruno Haible  <bruno@clisp.org>
12169
12170         * tests/test-frexpl.c: Include isnanl-nolibm.h.
12171         (main): Use isnanl instead of x != x idiom.
12172         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
12173
12174         * tests/test-frexp.c: Include isnan.h.
12175         (main): Use isnan instead of x != x idiom.
12176         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
12177
12178 2007-03-25  Bruno Haible  <bruno@clisp.org>
12179
12180         * tests/test-frexp.c (NaN): New function/macro.
12181         (main): Use it instead of 0.0 / 0.0.
12182         * tests/test-isnan.c (NaN): New function/macro.
12183         (main): Use it instead of 0.0 / 0.0.
12184         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
12185         (test_function): Use it instead of 0.0 / 0.0.
12186         * tests/test-vasprintf-posix.c (NaN): New function/macro.
12187         (test_function): Use it instead of 0.0 / 0.0.
12188         * tests/test-snprintf-posix.h (NaN): New function/macro.
12189         (test_function): Use it instead of 0.0 / 0.0.
12190         * tests/test-sprintf-posix.h (NaN): New function/macro.
12191         (test_function): Use it instead of 0.0 / 0.0.
12192         * tests/test-fprintf-posix.h (NaN): New function/macro.
12193         (test_function): Use it instead of 0.0 / 0.0.
12194         * tests/test-printf-posix.h (NaN): New function/macro.
12195         (test_function): Use it instead of 0.0 / 0.0.
12196
12197         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
12198
12199 2007-03-25  Bruno Haible  <bruno@clisp.org>
12200
12201         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
12202
12203 2007-03-25  Bruno Haible  <bruno@clisp.org>
12204
12205         * lib/regexec.c (merge_state_with_log): Make static.
12206
12207 2007-03-25  Bruno Haible  <bruno@clisp.org>
12208
12209         * lib/trigl.c (kernel_rem_pio2): Make static.
12210
12211 2007-03-25  Bruno Haible  <bruno@clisp.org>
12212
12213         * lib/sincosl.c (sincosl_table): Make static.
12214
12215 2007-03-25  Bruno Haible  <bruno@clisp.org>
12216
12217         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
12218         if the compiler does not support C99.
12219
12220 2007-03-25  Bruno Haible  <bruno@clisp.org>
12221
12222         * modules/time (Makefile.am): Ensure all rule action lines start with a
12223         tab.
12224
12225 2007-03-24  Bruno Haible  <bruno@clisp.org>
12226
12227         * modules/tsearch-tests: New file.
12228         * tests/test-tsearch.sh: New file.
12229         * tests/test-tsearch.c: New file, mostly copied from glibc.
12230
12231         * modules/search-tests: New file.
12232         * tests/test-search.c: New file.
12233
12234         * modules/search: New file.
12235         * lib/search_.h: New file, incorporating lib/tsearch.h.
12236         * m4/search_h.m4: New file.
12237         * lib/tsearch.h: Remove file.
12238         * lib/tsearch.c: Include search.h instead of tsearch.h.
12239         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
12240         HAVE_TSEARCH.
12241         * modules/tsearch (Files): Remove lib/tsearch.h.
12242         (Depends-on): Add search.
12243         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
12244         (Include): Change tsearch.h into search.h.
12245
12246 2007-03-24  Bruno Haible  <bruno@clisp.org>
12247
12248         * modules/fpucw: New file.
12249         * lib/fpucw.h: New file.
12250         * lib/frexp.c: Include fpucw.h.
12251         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
12252         (FUNC): Use them.
12253         * lib/printf-frexp.c: Include fpucw.h.
12254         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
12255         (FUNC): Use them.
12256         * lib/vasnprintf.c: Include fpucw.h.
12257         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
12258         'long double' calculations.
12259         * tests/test-frexpl.c: Include fpucw.h.
12260         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
12261         * tests/test-printf-frexpl.c: Include fpucw.h.
12262         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
12263         * modules/frexpl (Depends-on): Add fpucw.
12264         * modules/printf-frexpl (Depends-on): Likewise.
12265         * modules/fprintf-posix (Depends-on): Likewise.
12266         * modules/snprintf-posix (Depends-on): Likewise.
12267         * modules/sprintf-posix (Depends-on): Likewise.
12268         * modules/vasnprintf-posix (Depends-on): Likewise.
12269         * modules/vasprintf-posix (Depends-on): Likewise.
12270         * modules/vfprintf-posix (Depends-on): Likewise.
12271         * modules/vsnprintf-posix (Depends-on): Likewise.
12272         * modules/vsprintf-posix (Depends-on): Likewise.
12273         * modules/frexpl-tests (Depends-on): Likewise.
12274         * modules/printf-frexpl-tests (Depends-on): Likewise.
12275
12276 2007-03-24  Bruno Haible  <bruno@clisp.org>
12277
12278         * lib/float+.h: New file.
12279         * lib/isnan.c: Include float+.h.
12280         (SIZE): New macro.
12281         (FUNC): Compare only SIZE bytes of the value.
12282         * lib/vasnprintf.c: Include float+.h.
12283         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
12284         SIZEOF_LDBL or SIZEOF_DBL bytes.
12285         * modules/isnan-nolibm (Files): Add lib/float+.h.
12286         * modules/isnanl-nolibm (Files): Add lib/float+.h.
12287         * modules/isnanl (Files): Add lib/float+.h.
12288         * modules/vasnprintf (Files): Add lib/float+.h.
12289
12290 2007-03-24  Bruno Haible  <bruno@clisp.org>
12291
12292         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
12293         include isnanl-nolibm.h.
12294
12295 2007-03-24  Bruno Haible  <bruno@clisp.org>
12296
12297         * tests/test-read-file.c (main): Don't produce spurious output for
12298         expected situations. Make the test fail if it encountered unexpected
12299         results.
12300
12301 2007-03-24  Bruno Haible  <bruno@clisp.org>
12302
12303         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
12304         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
12305
12306 2007-03-24  Bruno Haible  <bruno@clisp.org>
12307
12308         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
12309
12310 2007-03-24  Bruno Haible  <bruno@clisp.org>
12311
12312         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
12313         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
12314
12315         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
12316         * modules/utf8-ucs4: Turn into a symbolic link to module
12317         unistr/u8-mbtouc.
12318
12319         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
12320         utf8-ucs4-unsafe.
12321         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
12322         unistr/u8-mbtouc-unsafe.
12323
12324         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
12325         * modules/utf16-ucs4: Turn into a symbolic link to module
12326         unistr/u16-mbtouc.
12327
12328         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
12329         utf16-ucs4-unsafe.
12330         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
12331         unistr/u16-mbtouc-unsafe.
12332
12333         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
12334         * modules/ucs4-utf8: Turn into a symbolic link to module
12335         unistr/u8-ubtomb.
12336
12337         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
12338         * modules/ucs4-utf16: Turn into a symbolic link to module
12339         unistr/u16-ubtomb.
12340
12341 2007-03-24  Bruno Haible  <bruno@clisp.org>
12342
12343         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
12344         Enable the function only if HAVE_INLINE.
12345         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
12346         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
12347         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
12348         Enable the function only if HAVE_INLINE.
12349         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
12350         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
12351         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
12352         Enable the function only if HAVE_INLINE.
12353         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
12354         Enable the function only if HAVE_INLINE.
12355         * modules/utf8-ucs4: Update.
12356         * modules/utf8-ucs4-unsafe: Update.
12357         * modules/utf16-ucs4: Update.
12358         * modules/utf16-ucs4-unsafe: Update.
12359         * modules/ucs4-utf8: Update.
12360         * modules/ucs4-utf16: Update.
12361
12362 2007-03-24  Bruno Haible  <bruno@clisp.org>
12363
12364         * lib/utf8-ucs4.h: Remove file.
12365         * lib/utf8-ucs4-unsafe.h: Remove file.
12366         * lib/utf16-ucs4.h: Remove file.
12367         * lib/utf16-ucs4-unsafe.h: Remove file.
12368         * lib/ucs4-utf8.h: Remove file.
12369         * lib/ucs4-utf16.h: Remove file.
12370         * lib/unistr.h: Include their previous contents.
12371         * m4/utf-ucs4.m4: Remove file.
12372         * m4/ucs4-utf.m4: Remove file.
12373         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
12374         (Depends-on): Add unistr/base.
12375         (configure.ac): Remove gl_UTF_UCS4.
12376         (Makefile.am): Update.
12377         (Include): Change to unistr.h.
12378         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
12379         (Depends-on): Add unistr/base.
12380         (configure.ac): Remove gl_UTF_UCS4.
12381         (Makefile.am): Update.
12382         (Include): Change to unistr.h.
12383         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
12384         (Depends-on): Add unistr/base.
12385         (configure.ac): Remove gl_UTF_UCS4.
12386         (Makefile.am): Update.
12387         (Include): Change to unistr.h.
12388         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
12389         (Depends-on): Add unistr/base.
12390         (configure.ac): Remove gl_UTF_UCS4.
12391         (Makefile.am): Update.
12392         (Include): Change to unistr.h.
12393         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
12394         (Depends-on): Add unistr/base.
12395         (configure.ac): Remove gl_UCS4_UTF.
12396         (Makefile.am): Update.
12397         (Include): Change to unistr.h.
12398         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
12399         (Depends-on): Add unistr/base.
12400         (configure.ac): Remove gl_UCS4_UTF.
12401         (Makefile.am): Update.
12402         (Include): Change to unistr.h.
12403         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
12404         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
12405         utf8-ucs4-unsafe.h.
12406         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
12407         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
12408         utf16-ucs4-unsafe.h.
12409         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
12410         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
12411         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
12412         * lib/unistr/u8-strchr.c: Likewise.
12413         * lib/unistr/u8-strrchr.c: Likewise.
12414         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
12415         * lib/unistr/u16-strchr.c: Likewise.
12416         * lib/unistr/u16-strrchr.c: Likewise.
12417         * lib/striconveh.c: Update.
12418         * lib/linebreak.c: Update.
12419
12420 2007-03-24  Bruno Haible  <bruno@clisp.org>
12421
12422         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
12423         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
12424
12425 2007-03-22  Bruno Haible  <bruno@clisp.org>
12426
12427         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
12428
12429 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
12430
12431         * MODULES.html.sh (File system functions): New module write-any-file.
12432         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
12433         * m4/write-any-file.m4: New files.
12434
12435 2007-03-23  Eric Blake  <ebb9@byu.net>
12436
12437         * gnulib-tool: Rearrange space-tab sequences, since some editors
12438         like to eat them.
12439
12440 2007-03-23  Eric Blake  <ebb9@byu.net>
12441
12442         * lib/version-etc.c (version_etc_va): Update license wording to
12443         be more concise.  Recommended by Richard Stallman.
12444
12445 2007-03-22  Bruno Haible  <bruno@clisp.org>
12446
12447         * lib/poll.c (MSG_PEEK): New fallback definition.
12448
12449 2007-03-22  Bruno Haible  <bruno@clisp.org>
12450
12451         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
12452         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
12453         (main): Update.
12454         Fixes a compilation error on BeOS.
12455
12456 2007-03-22  Bruno Haible  <bruno@clisp.org>
12457
12458         * modules/frexpl-tests: New file.
12459         * tests/test-frexpl.c: New file.
12460
12461         * modules/frexpl: New file.
12462         * m4/frexpl.m4: New file.
12463         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
12464         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
12465         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
12466         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
12467         (Depends-on): Add frexpl. Remove isnanl-nolibm.
12468         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
12469
12470 2007-03-22  Bruno Haible  <bruno@clisp.org>
12471
12472         * lib/frexpl.c: Share code with lib/frexp.c.
12473         * modules/mathl (Files): Add lib/frexp.c.
12474         (Depends-on): Add isnanl-nolibm.
12475
12476 2007-03-22  Bruno Haible  <bruno@clisp.org>
12477
12478         * modules/printf-frexp (Files): Add m4/frexp.m4.
12479         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
12480         only if the found frexp function actually works.
12481
12482 2007-03-22  Bruno Haible  <bruno@clisp.org>
12483
12484         * lib/frexp.c: Remove older implementation that uses divisions.
12485
12486 2007-03-21  Bruno Haible  <bruno@clisp.org>
12487
12488         * modules/frexp-tests: New file.
12489         * tests/test-frexp.c: New file.
12490
12491         * modules/frexp: New file.
12492         * lib/frexp.c: New file.
12493         * m4/frexp.m4: New file.
12494         * lib/math_.h (frexp): New declaration.
12495         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
12496         REPLACE_FREXP.
12497         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
12498
12499 2007-03-21  Bruno Haible  <bruno@clisp.org>
12500
12501         * modules/isnanl-tests: New file.
12502         * tests/test-isnanl.c: New file.
12503
12504         * modules/isnanl: New file.
12505         * lib/isnanl.h: New file.
12506         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
12507         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
12508         gl_FUNC_ISNANL_WORKS.
12509         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
12510         New macros.
12511
12512 2007-03-21  Bruno Haible  <bruno@clisp.org>
12513
12514         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
12515         lib/isnanl.h.
12516         (Include): Update.
12517         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
12518         * lib/vasnprintf.c: Update.
12519         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
12520         tests/test-isnanl.h, remove tests/test-isnanl.c.
12521         (Makefile.am): Update.
12522         * tests/test-isnanl-nolibm.c: New file.
12523         * tests/test-isnanl.h: New file.
12524         * tests/test-isnanl.c: Remove file.
12525
12526 2007-03-21  Jim Meyering  <jim@meyering.net>
12527
12528         When trying to open ".", treat ESTALE like EACCES.
12529         * lib/savewd.c (savewd_save): Resort to forking not just upon
12530         failure with EACCES, but also when errno is ESTALE.
12531
12532 2007-03-20  Bruno Haible  <bruno@clisp.org>
12533
12534         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
12535         Needed on AIX 5.1. Reported by Matthew Woehlke.
12536
12537 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12538
12539         Suggestions by Bruno Haible:
12540         * lib/acl-internal.h: Include "gettext.h" rather than rolling
12541         our own.
12542         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
12543         * modules/acl (Depends-on): Add gettext.
12544
12545 2007-03-19  Bruno Haible  <bruno@clisp.org>
12546
12547         * modules/iconvme: Remove file.
12548         * lib/iconvme.h: Remove file.
12549         * lib/iconvme.c: Remove file.
12550         * m4/iconvme.m4: Remove file.
12551
12552 2007-03-19  Bruno Haible  <bruno@clisp.org>
12553
12554         * doc/relocatable-maint.texi: Break long shell script line.
12555         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
12556
12557 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12558
12559         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
12560         handle file_has_acl.
12561         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
12562         * lib/acl.c: Move header inclusions and related macro defns into
12563         lib/acl-internal.h.
12564         (S_ISLNK): Remove defn, since that's now done for us.
12565         (file_has_acl): Move to lib/file-has-acl.c.
12566         Call acl_trivial if available.  This is the crucial part of the fix.
12567         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
12568         shared within the library.  Rewrite a bit, partly to make it compatible
12569         with the GNU coding style.
12570         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
12571         Remove unnecessary double-quotes.
12572         Don't test for acl_to_text; the build will catch that.
12573         Replace acl_entries if it doesn't exist and it is needed.
12574         Check for -lsec and acl_trivial (as used on Solaris 10).
12575         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
12576         lib/file-has-acl.c.
12577         (Depends-on): Add sys_stat, for S_ISLNK.
12578
12579 2007-03-19  Ben Pfaff  <blp@gnu.org>
12580
12581         * doc/gnulib.texi: Fix typos.
12582         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
12583
12584 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12585
12586         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
12587         If size is zero here, buf must be zero.
12588
12589 2007-03-19  Simon Josefsson  <simon@josefsson.org>
12590
12591         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
12592         <bruno@clisp.org>.
12593
12594 2007-03-18  Bruno Haible  <bruno@clisp.org>
12595
12596         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
12597         Suggested by Eric Blake.
12598
12599 2007-03-18  Ben Pfaff  <blp@gnu.org>
12600
12601         * doc/relocatable.texi: Recommend using as prefix a directory
12602         that does not exist and will never be created.  Based on
12603         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
12604         and others.
12605
12606 2007-03-17  Bruno Haible  <bruno@clisp.org>
12607
12608         * lib/fchownat.c: Include lchown.h.
12609
12610 2007-03-17  Bruno Haible  <bruno@clisp.org>
12611
12612         Fix endless loop when the given allocated size was > INT_MAX.
12613         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
12614         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
12615         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
12616         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
12617         * lib/sprintf.c (sprintf): Likewise.
12618
12619 2007-03-17  Bruno Haible  <bruno@clisp.org>
12620
12621         * tests/test-argp-2.sh (func_compare): Output a context diff.
12622
12623 2007-03-17  Bruno Haible  <bruno@clisp.org>
12624
12625         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
12626         locale's decimal-point character.
12627
12628 2007-03-17  Bruno Haible  <bruno@clisp.org>
12629
12630         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
12631         before comparing it. Needed because on some platforms (e.g. x86) a
12632         'long double' occupies less bytes than sizeof (long double).
12633
12634 2007-03-17  Bruno Haible  <bruno@clisp.org>
12635
12636         * tests/test-crc.c (main): Make printf statements 64-bit clean.
12637         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
12638         * tests/test-getaddrinfo.c (simple): Likewise.
12639         * tests/test-read-file.c (main): Likewise.
12640
12641 2007-03-17  Bruno Haible  <bruno@clisp.org>
12642
12643         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
12644
12645 2007-03-17  Bruno Haible  <bruno@clisp.org>
12646
12647         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
12648         unused variable.
12649
12650 2007-03-17  Bruno Haible  <bruno@clisp.org>
12651
12652         * tests/test-c-strcasecmp.c: Include c-strcase.h.
12653         * tests/test-c-strncasecmp.c: Likewise.
12654
12655 2007-03-17  Bruno Haible  <bruno@clisp.org>
12656
12657         * modules/stdlib (Depends-on): Add unistd.
12658         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
12659         Needed for MacOS X 10.3.
12660
12661 2007-03-17  Bruno Haible  <bruno@clisp.org>
12662
12663         * lib/unistr/u-strdup.h: Include <stdlib.h>.
12664
12665 2007-03-17  Bruno Haible  <bruno@clisp.org>
12666
12667         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
12668
12669 2007-03-17  Bruno Haible  <bruno@clisp.org>
12670
12671         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
12672         to reflect files copied from gnulib (with or without modifications).
12673         Suggested by Jim Meyering.
12674
12675 2007-03-17  Eric Blake  <ebb9@byu.net>
12676
12677         * NEWS: Document stdlib change from 2007-02-18.
12678
12679 2007-03-17  Jim Meyering  <jim@meyering.net>
12680
12681         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
12682         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
12683         someone uses a name containing shell meta-characters.
12684         Reported by Alfred M. Szmidt.
12685
12686         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
12687
12688 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
12689
12690         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
12691         and copy gettext configuration files only if configure.ac contains
12692         a use of AM_GNU_GETTEXT_VERSION.
12693
12694 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
12695
12696         * build-aux/bootstrap (gnulib_name): New variable.
12697         (gnulib_tool_options): Use it.
12698
12699 2007-03-13  Simon Josefsson  <simon@josefsson.org>
12700
12701         * tests/test-des.c: Use new namespace.
12702
12703 2007-03-15  Bruno Haible  <bruno@clisp.org>
12704
12705         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
12706         Reported by James Youngman <jay@gnu.org>.
12707
12708 2007-03-15  Bruno Haible  <bruno@clisp.org>
12709
12710         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
12711         declared prototype. Needed with cc on OSF/1 5.1.
12712
12713 2007-03-15  Bruno Haible  <bruno@clisp.org>
12714
12715         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
12716         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
12717         (struct gl_list_implementation): Add dispose_fn argument to the
12718         'create_empty', 'create' methods.
12719         (struct gl_list_impl_base): Add field 'dispose_fn'.
12720         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
12721         argument.
12722         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
12723         dispose_fn argument.
12724         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
12725         dispose_fn on the dropped values.
12726         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
12727         dispose_fn argument.
12728         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
12729         dropped values.
12730         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
12731         (gl_tree_remove_node): Call dispose_fn on the dropped value.
12732         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
12733         (gl_tree_remove_node): Call dispose_fn on the dropped value.
12734         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
12735         argument.
12736         (gl_tree_list_free): Call dispose_fn on the dropped values.
12737         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
12738         the dropped values.
12739         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
12740         Add dispose_fn argument.
12741         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
12742         Call dispose_fn on the dropped values.
12743         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
12744         Add dispose_fn argument.
12745         (gl_sublist_create): Initialize the 'dispose_fn' field.
12746         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
12747         * tests/test-array_list.c (main): Update.
12748         * tests/test-carray_list.c (main): Update.
12749         * tests/test-avltree_list.c (main): Update.
12750         * tests/test-rbtree_list.c (main): Update.
12751         * tests/test-avltreehash_list.c (main): Update.
12752         * tests/test-rbtreehash_list.c (main): Update.
12753         * tests/test-linked_list.c (main): Update.
12754         * tests/test-linkedhash_list.c (main): Update.
12755         * tests/test-array_oset.c (main): Update.
12756
12757 2007-03-15  Bruno Haible  <bruno@clisp.org>
12758
12759         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
12760         (gl_oset_create_empty): Add dispose_fn argument.
12761         (struct gl_oset_implementation): Add dispose_fn argument to
12762         'create_empty' method.
12763         (struct gl_oset_impl_base): Add dispose_fn field.
12764         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
12765         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
12766         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
12767         values.
12768         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
12769         (gl_tree_oset_free): Call dispose_fn on the dropped values.
12770         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
12771         dropped value.
12772         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
12773         dropped value.
12774         * tests/test-array_oset.c (main): Update.
12775         * tests/test-avltree_oset.c (main): Update.
12776         * tests/test-rbtree_oset.c (main): Update.
12777         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
12778
12779 2007-03-13  Bruno Haible  <bruno@clisp.org>
12780
12781         * tests/test-stdbool.c (i): Update after last patch.
12782
12783 2007-03-12  Bruno Haible  <bruno@clisp.org>
12784
12785         * lib/quotearg.c: Include <wctype.h> early, before the definition of
12786         the iswprint macro. Needed on Solaris 2.5.1.
12787
12788 2007-03-12  Bruno Haible  <bruno@clisp.org>
12789
12790         * tests/test-printf-frexp.c (main): Declare x as volatile.
12791
12792 2007-03-12  Simon Josefsson  <simon@josefsson.org>
12793
12794         * doc/gnulib.texi (Build robot for gnulib): New section.
12795
12796 2007-03-12  Jim Meyering  <jim@meyering.net>
12797
12798         * build-aux/bootstrap: New file.
12799         * build-aux/bootstrap.conf: New file, from coreutils.
12800
12801 2007-03-11  Bruno Haible  <bruno@clisp.org>
12802
12803         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
12804
12805 2007-03-12  Simon Josefsson  <simon@josefsson.org>
12806
12807         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
12808         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
12809         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
12810
12811 2007-03-11  Bruno Haible  <bruno@clisp.org>
12812
12813         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
12814         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
12815
12816 2007-03-11  Bruno Haible  <bruno@clisp.org>
12817
12818         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
12819         formula. Needed for SunPRO C 5.0.
12820
12821 2007-03-11  Bruno Haible  <bruno@clisp.org>
12822
12823         * modules/long-options (Depends-on): Add getopt.
12824
12825 2007-03-11  Bruno Haible  <bruno@clisp.org>
12826
12827         * modules/modechange (Depends-on): Add stdbool.
12828
12829 2007-03-11  Bruno Haible  <bruno@clisp.org>
12830
12831         * modules/i-ring (Depends-on): Add stdbool.
12832
12833 2007-03-11  Bruno Haible  <bruno@clisp.org>
12834
12835         * modules/gc-des (Depends-on): Add stdbool.
12836
12837 2007-03-11  Bruno Haible  <bruno@clisp.org>
12838
12839         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
12840
12841 2007-03-11  Bruno Haible  <bruno@clisp.org>
12842
12843         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
12844
12845 2007-03-11  Bruno Haible  <bruno@clisp.org>
12846
12847         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
12848
12849 2007-03-11  Bruno Haible  <bruno@clisp.org>
12850
12851         * lib/vasnprintf.c (sprintf): Undefine.
12852
12853 2007-03-11  Bruno Haible  <bruno@clisp.org>
12854
12855         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
12856         initializers in SunPRO C and Compaq C compilers.
12857
12858 2007-03-11  Bruno Haible  <bruno@clisp.org>
12859
12860         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
12861         decrementing code ANSI C compliant.
12862
12863 2007-03-11  Bruno Haible  <bruno@clisp.org>
12864
12865         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
12866         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
12867
12868 2007-03-11  Bruno Haible  <bruno@clisp.org>
12869
12870         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
12871         <stdbool.h> substitute doesn't pass.
12872
12873 2007-03-11  Bruno Haible  <bruno@clisp.org>
12874
12875         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
12876
12877 2007-03-11  Bruno Haible  <bruno@clisp.org>
12878
12879         * gnulib-tool (func_create_megatestdir): Create also an autobuild
12880         script, for submission to autobuild.josefsson.org.
12881
12882 2007-03-10  Bruno Haible  <bruno@clisp.org>
12883
12884         * modules/canonicalize-lgpl-tests: New file.
12885         * tests/test-canonicalize-lgpl.sh: New file.
12886         * tests/test-canonicalize-lgpl.c: New file.
12887
12888         * modules/c-strcase-tests: New file.
12889         * tests/test-c-strcase.sh: New file.
12890         * tests/test-c-strcasecmp.c: New file.
12891         * tests/test-c-strncasecmp.c: New file.
12892
12893         * modules/atexit-tests: New file.
12894         * tests/test-atexit.sh: New file.
12895         * tests/test-atexit.c: New file.
12896
12897 2007-03-10  Bruno Haible  <bruno@clisp.org>
12898
12899         * tests/test-binary-io.sh: Use temporary filenames that are not so
12900         likely to clash with those of other tests (in a parallel make).
12901         * tests/test-binary-io.c: Likewise.
12902
12903 2007-03-10  Bruno Haible  <bruno@clisp.org>
12904
12905         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
12906         fallback; use #error instead.
12907         Suggested by Simon Josefsson.
12908
12909 2007-03-10  Bruno Haible  <bruno@clisp.org>
12910
12911         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
12912         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
12913         first and the last.
12914
12915 2007-03-10  Bruno Haible  <bruno@clisp.org>
12916
12917         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
12918
12919 2007-03-10  Bruno Haible  <bruno@clisp.org>
12920
12921         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
12922         "make distcheck".
12923         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
12924         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
12925         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
12926
12927 2007-03-10  Bruno Haible  <bruno@clisp.org>
12928
12929         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
12930         variable.
12931         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
12932         variable.
12933
12934 2007-03-09  Eric Blake  <ebb9@byu.net>
12935         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
12936
12937         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
12938         types are not being provided by gnulib.
12939         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
12940         types are supported.
12941
12942 2007-03-10  Bruno Haible  <bruno@clisp.org>
12943
12944         * lib/stdio_.h (__attribute__): New macro.
12945         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
12946         vsprintf): Specify __attribute__ __format__ for GCC.
12947         Suggested by Eric Blake.
12948
12949 2007-03-09  Bruno Haible  <bruno@clisp.org>
12950
12951         * modules/printf-posix-tests: New file.
12952         * tests/test-printf-posix.sh: New file.
12953         * tests/test-printf-posix.c: New file.
12954
12955         * modules/printf-posix: New file.
12956         * lib/printf.c: New file.
12957         * m4/printf-posix-rpl.m4: New file.
12958         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
12959         REPLACE_PRINTF.
12960         * lib/stdio_.h (printf): New declaration.
12961         (format, __format__, ____printf____, ____scanf____, ____strftime____,
12962         ____strfmon____): New macros.
12963         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
12964         REPLACE_PRINTF.
12965
12966 2007-03-09  Bruno Haible  <bruno@clisp.org>
12967
12968         * tests/test-vasnprintf-posix2.sh: New file.
12969         * tests/test-vasnprintf-posix2.c: New file.
12970         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
12971         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
12972         (Makefile.am): Activate test-vasnprintf-posix2.sh.
12973
12974         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
12975         a locale dependent decimal point, rather than always '.'.
12976
12977 2007-03-09  Eric Blake  <ebb9@byu.net>
12978
12979         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
12980         spite of platforms like Tandem/NSK that define it to -1.
12981
12982 2007-03-08  Bruno Haible  <bruno@clisp.org>
12983
12984         * modules/vprintf-posix-tests: New file.
12985         * tests/test-vprintf-posix.sh: New file.
12986         * tests/test-vprintf-posix.c: New file.
12987         * tests/test-printf-posix.h: New file.
12988
12989         * modules/vprintf-posix: New file.
12990         * lib/vprintf.c: New file.
12991         * m4/vprintf-posix.m4: New file.
12992         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
12993         REPLACE_VPRINTF.
12994         * lib/stdio_.h (vprintf): New declaration.
12995         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
12996         REPLACE_VPRINTF.
12997
12998 2007-03-08  Bruno Haible  <bruno@clisp.org>
12999
13000         * modules/fprintf-posix-tests: New file.
13001         * tests/test-fprintf-posix.sh: New file.
13002         * tests/test-fprintf-posix.c: New file.
13003
13004         * modules/fprintf-posix: New file.
13005         * lib/fprintf.c: New file.
13006         * m4/fprintf-posix.m4: New file.
13007         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
13008         REPLACE_FPRINTF.
13009         * lib/stdio_.h (fprintf): New declaration.
13010         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
13011         REPLACE_FPRINTF.
13012
13013 2007-03-08  Bruno Haible  <bruno@clisp.org>
13014
13015         * modules/vfprintf-posix-tests: New file.
13016         * tests/test-vfprintf-posix.sh: New file.
13017         * tests/test-vfprintf-posix.c: New file.
13018         * tests/test-fprintf-posix.h: New file.
13019         * tests/test-fprintf-posix.out: New file.
13020
13021         * modules/vfprintf-posix: New file.
13022         * lib/vfprintf.c: New file.
13023         * m4/vfprintf-posix.m4: New file.
13024         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
13025         REPLACE_VFPRINTF.
13026         * lib/stdio_.h (vfprintf): New declaration.
13027         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
13028         REPLACE_VFPRINTF.
13029
13030 2007-03-08  Bruno Haible  <bruno@clisp.org>
13031
13032         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
13033
13034 2007-03-08  Bruno Haible  <bruno@clisp.org>
13035
13036         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
13037         instead of 'expr' invocations.
13038         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13039         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13040         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13041         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13042         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13043         Suggested by Paul Eggert.
13044
13045 2007-03-08  Bruno Haible  <bruno@clisp.org>
13046
13047         * modules/fseterr-tests: New file.
13048         * tests/test-fseterr.c: New file.
13049
13050         * modules/fseterr: New file.
13051         * lib/fseterr.h: New file.
13052         * lib/fseterr.c: New file.
13053
13054 2007-03-08  Bruno Haible  <bruno@clisp.org>
13055
13056         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
13057         * lib/getopt_.h: Likewise.
13058         * lib/mbswidth.h: Likewise.
13059         * lib/setenv.h: Likewise.
13060         * lib/vasnprintf.h: Likewise.
13061         * lib/vasprintf.h: Likewise.
13062         * lib/verror.h: Likewise.
13063         * lib/xsetenv.h: Likewise.
13064         * lib/xvasprintf.h: Likewise.
13065
13066 2007-03-08  Jim Meyering  <jim@meyering.net>
13067
13068         * users.txt: Add parted.
13069
13070         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
13071
13072 2007-03-07  Bruno Haible  <bruno@clisp.org>
13073
13074         * m4/printf.m4: Make the shell script snippets copy&pastable.
13075
13076 2007-03-02  Bruno Haible  <bruno@clisp.org>
13077
13078         * lib/netinet_in_.h: New file.
13079         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
13080         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
13081         * modules/netinet_in (Files): Add lib/netinet_in_.h.
13082         (Depends-on): Add absolute-header.
13083         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
13084         into netinet/in.h.
13085
13086 2007-03-03  Bruno Haible  <bruno@clisp.org>
13087
13088         * lib/sys_select_.h: New file.
13089         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
13090         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
13091         * modules/sys_select (Files): Add lib/sys_select_.h.
13092         (Depends-on): Add absolute-header.
13093         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
13094         into sys/select.h.
13095
13096 2007-03-02  Bruno Haible  <bruno@clisp.org>
13097
13098         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
13099         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
13100         values.
13101         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
13102         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
13103         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
13104         * modules/sys_socket (Depends-on): Add absolute-header.
13105         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
13106         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
13107         (Include): Remove requirement of inclusion of <sys/types.h>.
13108
13109 2007-03-02  Bruno Haible  <bruno@clisp.org>
13110
13111         * lib/byteswap_.h (bswap_32): Fix formula.
13112
13113 2007-03-06  Bruno Haible  <bruno@clisp.org>
13114
13115         * modules/sprintf-posix-tests: New file.
13116         * tests/test-sprintf-posix.c: New file.
13117
13118         * modules/sprintf-posix: New file.
13119         * lib/sprintf.c: New file.
13120         * m4/sprintf-posix.m4: New file.
13121         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
13122         REPLACE_SPRINTF.
13123         * lib/stdio_.h (sprintf): New declaration.
13124         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
13125         REPLACE_SPRINTF.
13126
13127 2007-03-06  Bruno Haible  <bruno@clisp.org>
13128
13129         * modules/vsprintf-posix-tests: New file.
13130         * tests/test-vsprintf-posix.c: New file.
13131         * tests/test-sprintf-posix.h: New file.
13132
13133         * modules/vsprintf-posix: New file.
13134         * lib/vsprintf.c: New file.
13135         * m4/vsprintf-posix.m4: New file.
13136         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
13137         REPLACE_VSPRINTF.
13138         * lib/stdio_.h (vsprintf): New declaration.
13139         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
13140         REPLACE_VSPRINTF.
13141
13142 2007-03-06  Bruno Haible  <bruno@clisp.org>
13143
13144         * modules/vsnprintf (Depend-on): Remove minmax.
13145
13146 2007-03-06  Bruno Haible  <bruno@clisp.org>
13147
13148         * modules/snprintf-posix-tests: New file.
13149         * tests/test-snprintf-posix.c: New file.
13150
13151         * modules/snprintf-posix: New file.
13152         * m4/snprintf-posix.m4: New file.
13153         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
13154         gl_FUNC_SNPRINTF.
13155         (gl_FUNC_SNPRINTF): Invoke it.
13156         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
13157         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
13158         is set.
13159         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
13160
13161 2007-03-06  Bruno Haible  <bruno@clisp.org>
13162
13163         * modules/vsnprintf-posix-tests: New file.
13164         * tests/test-vsnprintf-posix.c: New file.
13165         * tests/test-snprintf-posix.h: New file.
13166
13167         * modules/vsnprintf-posix: New file.
13168         * m4/vsnprintf-posix.m4: New file.
13169         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
13170         gl_FUNC_VSNPRINTF.
13171         (gl_FUNC_VSNPRINTF): Invoke it.
13172         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
13173         * lib/stdio_.h (vsnprintf): Define as a replacement if
13174         REPLACE_VSNPRINTF is set.
13175         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
13176
13177 2007-03-06  Bruno Haible  <bruno@clisp.org>
13178
13179         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
13180         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
13181
13182 2007-03-06  Bruno Haible  <bruno@clisp.org>
13183
13184         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
13185         (asinl): Declare also if HAVE_DECL_ASINL is set.
13186         (atanl): Declare also if HAVE_DECL_ATANL is set.
13187         (ceill): Declare also if HAVE_DECL_CEILL is set.
13188         (cosl): Declare also if HAVE_DECL_COSL is set.
13189         (expl): Declare also if HAVE_DECL_EXPL is set.
13190         (floorl): Declare also if HAVE_DECL_FLOORL is set.
13191         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
13192         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
13193         (logl): Declare also if HAVE_DECL_LOGL is set.
13194         (sinl): Declare also if HAVE_DECL_SINL is set.
13195         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
13196         (tanl): Declare also if HAVE_DECL_TANL is set.
13197         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
13198         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
13199         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
13200         declaration of frexpl, ldexpl.
13201         * modules/printf-frexpl (Depends-on): Add math.
13202         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
13203
13204 2007-03-05  Bruno Haible  <bruno@clisp.org>
13205
13206         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
13207         frexpl and ldexpl are declared.
13208         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
13209
13210 2007-03-05  Bruno Haible  <bruno@clisp.org>
13211
13212         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
13213         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
13214
13215 2007-03-05  Bruno Haible  <bruno@clisp.org>
13216
13217         * lib/stdio_.h: Include <stddef.h>.
13218
13219 2007-03-05  Bruno Haible  <bruno@clisp.org>
13220
13221         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
13222
13223 2007-03-05  Bruno Haible  <bruno@clisp.org>
13224
13225         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
13226         NetBSD 4, from Ralf Wildenhues.
13227
13228 2007-03-04  Bruno Haible  <bruno@clisp.org>
13229
13230         * lib/vasprintf.h: Update #if logic for the case when the functions
13231         exist but are overridden.
13232
13233 2007-03-04  Bruno Haible  <bruno@clisp.org>
13234
13235         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
13236         implementations: glibc-2.4 and MacOS X 10.3.
13237         * tests/test-vasnprintf-posix.c (test_function): Test also the case
13238         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
13239         * tests/test-vasprintf-posix.c (test_function): Likewise.
13240
13241 2007-03-04  Bruno Haible  <bruno@clisp.org>
13242
13243         * modules/vasprintf-posix-tests: New file.
13244         * tests/test-vasprintf-posix.c: New file.
13245
13246         * modules/vasprintf-posix: New file.
13247         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
13248         defined.
13249         * m4/vasprintf-posix.m4: New file.
13250         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
13251         gl_FUNC_VASPRINTF.
13252         (gl_FUNC_VASPRINTF): Invoke it.
13253         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
13254         here.
13255         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
13256
13257 2007-03-04  Bruno Haible  <bruno@clisp.org>
13258
13259         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
13260         REPLACE_GETTIMEOFDAY.
13261         * modules/sys_time (Makefile.am): Likewise.
13262         * m4/sys_time_h.m4: Likewise.
13263         * m4/gettimeofday.m4: Likewise.
13264
13265 2007-03-04  Bruno Haible  <bruno@clisp.org>
13266
13267         * modules/vasnprintf-posix-tests: New file.
13268         * tests/test-vasnprintf-posix.c: New file.
13269
13270         * modules/vasnprintf-posix: New file.
13271         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
13272         printf-frexpl.h.
13273         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
13274         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
13275         REPLACE_VASNPRINTF is defined.
13276         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
13277         gl_FUNC_VASNPRINTF.
13278         (gl_FUNC_VASNPRINTF): Invoke it.
13279         * m4/vasnprintf-posix.m4: New file.
13280         * m4/printf.m4: New file.
13281
13282 2007-03-04  Bruno Haible  <bruno@clisp.org>
13283
13284         Compile progreloc.c only if --enable-relocatable is specified.
13285         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
13286         if --enable-relocatable was specified.
13287         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
13288         lib_SOURCES.
13289
13290 2007-03-04  Jim Meyering  <jim@meyering.net>
13291
13292         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
13293         Use it consistently, rather than enumerating errno constants.
13294
13295 2007-03-04  Bruno Haible  <bruno@clisp.org>
13296
13297         * modules/xvasprintf-tests: New file.
13298         * tests/test-xvasprintf.c: New file.
13299
13300         * modules/vasprintf-tests: New file.
13301         * tests/test-vasprintf.c: New file.
13302
13303         * modules/vasnprintf-tests: New file.
13304         * tests/test-vasnprintf.c: New file.
13305
13306         * modules/vsnprintf-tests: New file.
13307         * tests/test-vsnprintf.c: New file.
13308
13309         * modules/snprintf-tests: New file.
13310         * tests/test-snprintf.c: New file.
13311
13312 2007-03-04  Bruno Haible  <bruno@clisp.org>
13313
13314         Compile relocatable.c only if --enable-relocatable is specified.
13315         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
13316         gl_RELOCATABLE_LIBRARY.
13317         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
13318         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
13319         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
13320         gl_RELOCATABLE_LIBRARY.
13321         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
13322         (Makefile.am): Remove lib_SOURCES.
13323         * modules/relocatable-lib-lgpl (configure.ac): Invoke
13324         gl_RELOCATABLE_LIBRARY.
13325         (Makefile.am): Remove lib_SOURCES.
13326         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
13327         always.
13328         * modules/relocatable-prog-wrapper (configure.ac): Invoke
13329         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
13330
13331 2007-03-04  Bruno Haible  <bruno@clisp.org>
13332
13333         * modules/argmatch-tests: New file.
13334         * tests/test-argmatch.c: New file.
13335
13336         * tests/test-allocsa.c (main): Halve the number of loop runs.
13337
13338         * modules/alloca-opt-tests: New file.
13339         * tests/test-alloca-opt.c: New file.
13340
13341 2007-03-04  Jim Meyering  <jim@meyering.net>
13342
13343         Work around difference between Linux ACLs and Solaris 10 ZFS.
13344         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
13345         for EINVAL.
13346
13347 2007-03-03  Bruno Haible  <bruno@clisp.org>
13348
13349         * modules/relocatable-prog (Depends-on): Add back progreloc's
13350         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
13351
13352 2007-03-03  Bruno Haible  <bruno@clisp.org>
13353
13354         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
13355         * modules/relocatable-lib: New file.
13356
13357 2007-03-03  Bruno Haible  <bruno@clisp.org>
13358
13359         * modules/relocatable-prog: Renamed from modules/relocatable.
13360         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
13361
13362 2007-03-03  Bruno Haible  <bruno@clisp.org>
13363
13364         * modules/relocatable-script (Files): Add doc/relocatable.texi,
13365         m4/relocatable-lib.m4.
13366         (Depends-on): Remove 'relocatable'.
13367         (configure.ac): Add gl_RELOCATABLE_NOP.
13368
13369 2007-03-03  Bruno Haible  <bruno@clisp.org>
13370
13371         * modules/relocatable-prog-wrapper: New file.
13372         * modules/relocatable (Depends-on): Add it. Remove all other
13373         dependencies except progname.
13374         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
13375
13376         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
13377         (gl_FUNC_STRERROR): Nop.
13378         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
13379
13380         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
13381         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
13382
13383         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
13384         (gl_FUNC_READLINK): Update.
13385
13386         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
13387
13388 2007-03-03  Bruno Haible  <bruno@clisp.org>
13389
13390         * lib/xreadlink.c: Include <unistd.h> unconditionally.
13391         * modules/xreadlink (Depends-on): Add unistd.
13392         * modules/xreadlink-with-size (Depends-on): Likewise.
13393
13394 2007-03-03  Bruno Haible  <bruno@clisp.org>
13395
13396         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
13397         extracted from gt_FUNC_SETENV.
13398         (gt_FUNC_SETENV): Remove macro.
13399         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
13400         remove gt_FUNC_SETENV.
13401
13402 2007-03-03  Bruno Haible  <bruno@clisp.org>
13403
13404         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
13405         ENABLE_RELOCATABLE here.
13406         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
13407
13408 2007-03-03  Bruno Haible  <bruno@clisp.org>
13409
13410         * modules/rbtreehash-list-tests (Depends-on): Add progname.
13411         * tests/test-rbtreehash_list.c: Include progname.h.
13412         (main): Call set_program_name.
13413
13414         * modules/rbtree-oset-tests (Depends-on): Add progname.
13415         * tests/test-rbtree_oset.c: Include progname.h.
13416         (main): Call set_program_name.
13417
13418         * modules/rbtree-list-tests (Depends-on): Add progname.
13419         * tests/test-rbtree_list.c: Include progname.h.
13420         (main): Call set_program_name.
13421
13422         * modules/linked-list-tests (Depends-on): Add progname.
13423         * tests/test-linked_list.c: Include progname.h.
13424         (main): Call set_program_name.
13425
13426 2007-03-03  Bruno Haible  <bruno@clisp.org>
13427
13428         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
13429         All uses of __restrict changed to _Restrict_.
13430         * lib/glob_.h (__restrict): Remove macro.
13431
13432 2007-03-02  Bruno Haible  <bruno@clisp.org>
13433
13434         * modules/gettext (configure.ac): Require gettext infrastructure
13435         from version 0.16.1.
13436
13437 2007-03-02  Bruno Haible  <bruno@clisp.org>
13438
13439         * modules/linkedhash-list-tests (Depends-on): Add progname.
13440         * tests/test-linkedhash_list.c: Include progname.h.
13441         (main): Call set_program_name.
13442
13443         * modules/carray-list-tests (Depends-on): Add progname.
13444         * tests/test-carray_list.c: Include progname.h.
13445         (main): Call set_program_name.
13446
13447         * modules/avltreehash-list-tests (Depends-on): Add progname.
13448         * tests/test-avltreehash_list.c: Include progname.h.
13449         (main): Call set_program_name.
13450
13451         * modules/avltree-oset-tests (Depends-on): Add progname.
13452         * tests/test-avltree_oset.c: Include progname.h.
13453         (main): Call set_program_name.
13454
13455         * modules/avltree-list-tests (Depends-on): Add progname.
13456         * tests/test-avltree_list.c: Include progname.h.
13457         (main): Call set_program_name.
13458
13459         * modules/array-oset-tests (Depends-on): Add progname.
13460         * tests/test-array_oset.c: Include progname.h.
13461         (main): Call set_program_name.
13462
13463         * modules/array-list-tests (Depends-on): Add progname.
13464         * tests/test-array_list.c: Include progname.h.
13465         (main): Call set_program_name.
13466
13467         * modules/argp-tests (Depends-on): Add progname.
13468         * tests/test-argp.c: Include argp.h first. Include progname.h.
13469         (main): Call set_program_name.
13470
13471 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
13472
13473         * doc/gnulib-tool.texi (Initial import): Reword description of
13474         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
13475         limited effect even if defined after the first system include.
13476
13477 2007-03-01  Bruno Haible  <bruno@clisp.org>
13478
13479         * build-aux/config.libpath: Update to libtool-1.5.22.
13480         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13481
13482 2007-03-01  Bruno Haible  <bruno@clisp.org>
13483
13484         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
13485         foo_CFLAGS.
13486         Reported by Ralf Wildenhues.
13487
13488 2007-03-01  Bruno Haible  <bruno@clisp.org>
13489
13490         * build-aux/install-reloc: Remove object files left over by some
13491         compilers.
13492         Reported by Ralf Wildenhues.
13493
13494 2007-03-01  Bruno Haible  <bruno@clisp.org>
13495
13496         * build-aux/install-reloc: Break long lines.
13497
13498 2007-03-01  Bruno Haible  <bruno@clisp.org>
13499
13500         * doc/relocatable.texi: Document that it may not work on OpenBSD.
13501         Reported by Ralf Wildenhues.
13502
13503 2007-03-01  Bruno Haible  <bruno@clisp.org>
13504
13505         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
13506         include ordering constraints.
13507
13508 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13509
13510         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
13511         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
13512         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
13513         as another example.
13514         * lib/time_.h: Fix misspelling.
13515         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
13516         Require gl_HEADER_TIME_H_DEFAULTS.
13517         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
13518         * m4/time_r.m4 (gl_TIME_R): Likewise.
13519         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
13520
13521 2007-03-01  Bruno Haible  <bruno@clisp.org>
13522
13523         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
13524         * m4/utimens.m4 (gl_UTIMENS): Likewise.
13525
13526 2007-03-01  Jim Meyering  <jim@meyering.net>
13527
13528         * modules/xreadlink (Maintainer): Add my name.
13529         * modules/xreadlink-with-size (Depends-on): Alphabetize.
13530
13531 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
13532             Bruno Haible  <bruno@clisp.org>
13533
13534         * build-aux/install-reloc: Compile also c-ctype.c.
13535         * build-aux/relocatable.sh.in: New file.
13536         * doc/relocatable.texi: New file.
13537         * doc/relocatable-maint.texi: New file.
13538         * doc/gnulib.texi: Include relocatable-maint.texi.
13539         * lib/progreloc.c: Include unistd.h unconditionally.
13540         * lib/relocwrapper.c: Include unistd.h unconditionally.
13541         Include c-ctype.h.
13542         (add_dotbin): Use c_tolower.
13543         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
13544         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
13545         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
13546         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
13547         to m4/relocatable-lib.m4.
13548         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
13549         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
13550         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
13551         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
13552         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
13553         * modules/relocatable: New file.
13554         * modules/relocatable-lib: New file.
13555         * modules/relocatable-script: New file.
13556
13557 2007-02-28  Bruno Haible  <bruno@clisp.org>
13558
13559         Import --enable-relocatable infrastructure.
13560         * build-aux/config.libpath: New file, from GNU gettext.
13561         * build-aux/install-reloc: New file, from GNU gettext.
13562         * build-aux/reloc-ldflags: New file, from GNU gettext.
13563         * lib/relocatable.h: New file, from GNU gettext.
13564         * lib/relocatable.c: New file, from GNU gettext.
13565         * lib/relocwrapper.c: New file, from GNU gettext.
13566         * m4/relocatable.m4: New file, from GNU gettext.
13567
13568 2007-02-28  Bruno Haible  <bruno@clisp.org>
13569
13570         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
13571
13572         * modules/xreadlink: New file, from GNU gettext with modifications.
13573         * lib/xreadlink.c: New file, from GNU gettext.
13574         * lib/xreadlink.h: Add comments.
13575         (xreadlink): New declaration.
13576
13577         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
13578         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
13579         lib/xreadlink-with-size.c.
13580         (configure.ac): Remove gl_XREADLINK invocation.
13581         (Makefile.am): Augment lib_SOURCES.
13582         * m4/xreadlink.m4: Remove file.
13583         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
13584         (xreadlink_with_size): Renamed from xreadink.
13585         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
13586         * modules/canonicalize (Depends-on): Replace xreadlink with
13587         xreadlink-with-size.
13588         * lib/canonicalize.c (canonicalize_filename_mode): Update.
13589
13590 2007-02-25  Jim Meyering  <jim@meyering.net>
13591
13592         * build-aux/announce-gen: When complaining about excess arguments,
13593         list them.
13594
13595 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13596
13597         * README: Document signed integer overflow situation more
13598         accurately.
13599
13600 2007-02-25  Bruno Haible  <bruno@clisp.org>
13601
13602         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
13603         'a' or 'A' conversion.
13604
13605 2007-02-25  Bruno Haible  <bruno@clisp.org>
13606
13607         * modules/filename: Renamed from modules/pathname.
13608         (Files): Replace lib/pathname.h with lib/filename.h. Replace
13609         lib/concatpath.c with lib/concat-filename.c.
13610         (Makefile.am): Update.
13611         (Include): Replace pathname.h with filename.h.
13612         * lib/filename.h: Renamed from lib/pathname.h.
13613         (concatenated_filename): Renamed from concatenated_pathname.
13614         * lib/concat-filename.c: Renamed from lib/concatpath.c.
13615         (concatenated_filename): Renamed from concatenated_pathname.
13616         * lib/findprog.c: Include filename.h instead of pathname.h.
13617         (find_in_path): Update.
13618         * lib/javacomp.c: Include filename.h instead of pathname.h.
13619         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
13620         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
13621         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
13622         is_oldgcj_14_13_usable, is_javac_usable): Update.
13623         * lib/javaexec.c: Include filename.h instead of pathname.h.
13624         (execute_java_class): Update.
13625         * modules/findprog: Update.
13626         * modules/javacomp: Update.
13627         * modules/javaexec: Update.
13628         * MODULES.html.sh (File system functions): Add 'filename', remove
13629         'pathname'.
13630
13631 2007-02-25  Bruno Haible  <bruno@clisp.org>
13632
13633         * modules/printf-frexpl-tests: New file.
13634         * tests/test-printf-frexpl.c: New file.
13635
13636         * modules/printf-frexpl: New file.
13637         * lib/printf-frexpl.h: New file.
13638         * lib/printf-frexpl.c: New file.
13639         * m4/printf-frexpl.m4: New file.
13640
13641 2007-02-25  Bruno Haible  <bruno@clisp.org>
13642
13643         * modules/printf-frexp-tests: New file.
13644         * tests/test-printf-frexp.c: New file.
13645
13646         * modules/printf-frexp: New file.
13647         * lib/printf-frexp.h: New file.
13648         * lib/printf-frexp.c: New file.
13649         * m4/printf-frexp.m4: New file.
13650
13651 2007-02-25  Bruno Haible  <bruno@clisp.org>
13652
13653         Assume automake >= 1.10 for the tests.
13654         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
13655         * modules/arctwo-tests: Likewise.
13656         * modules/argp-tests: Likewise.
13657         * modules/avltree-list-tests: Likewise.
13658         * modules/avltree-oset-tests: Likewise.
13659         * modules/avltreehash-list-tests: Likewise.
13660         * modules/carray-list-tests: Likewise.
13661         * modules/crc-tests: Likewise.
13662         * modules/des-tests: Likewise.
13663         * modules/gc-arcfour-tests: Likewise.
13664         * modules/gc-arctwo-tests: Likewise.
13665         * modules/gc-des-tests: Likewise.
13666         * modules/gc-hmac-md5-tests: Likewise.
13667         * modules/gc-hmac-sha1-tests: Likewise.
13668         * modules/gc-md2-tests: Likewise.
13669         * modules/gc-md4-tests: Likewise.
13670         * modules/gc-md5-tests: Likewise.
13671         * modules/gc-pbkdf2-sha1-tests: Likewise.
13672         * modules/gc-rijndael-tests: Likewise.
13673         * modules/gc-sha1-tests: Likewise.
13674         * modules/gc-tests: Likewise.
13675         * modules/getaddrinfo-tests: Likewise.
13676         * modules/hmac-md5-tests: Likewise.
13677         * modules/hmac-sha1-tests: Likewise.
13678         * modules/linked-list-tests: Likewise.
13679         * modules/linkedhash-list-tests: Likewise.
13680         * modules/lock-tests: Likewise.
13681         * modules/md2-tests: Likewise.
13682         * modules/md4-tests: Likewise.
13683         * modules/md5-tests: Likewise.
13684         * modules/rbtree-list-tests: Likewise.
13685         * modules/rbtree-oset-tests: Likewise.
13686         * modules/rbtreehash-list-tests: Likewise.
13687         * modules/read-file-tests: Likewise.
13688         * modules/rijndael-tests: Likewise.
13689         * modules/stdint-tests: Likewise.
13690         * modules/tls-tests: Likewise.
13691
13692 2007-02-24  Bruno Haible  <bruno@clisp.org>
13693
13694         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
13695         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
13696         function; instead check whether isnan with a double argument links.
13697         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
13698         function; instead check whether isnan with a 'long double' argument
13699         links.
13700         Reported by Eric Blake <ebb9@byu.net>.
13701
13702 2007-02-24  Bruno Haible  <bruno@clisp.org>
13703
13704         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
13705         defined.
13706         * lib/isnanl.c: Remove all code. Just include isnan.c.
13707         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
13708
13709 2007-02-25  Jim Meyering  <jim@meyering.net>
13710
13711         Avoid conflicting types for 'unsetenv' on FreeBSD.
13712         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
13713         conflicting with FreeBSD's (5.0 and 6.1) function declaration
13714         in stdlib.h.
13715
13716 2007-02-24  Bruno Haible  <bruno@clisp.org>
13717
13718         * modules/isnanl-nolibm-tests: New file.
13719         * tests/test-isnanl.c: New file.
13720
13721         * modules/isnanl-nolibm: New file.
13722         * lib/isnanl.h: New file.
13723         * lib/isnanl.c: New file.
13724         * m4/isnanl.m4: New file.
13725
13726 2007-02-24  Bruno Haible  <bruno@clisp.org>
13727
13728         * modules/isnan-nolibm-tests: New file.
13729         * tests/test-isnan.c: New file.
13730
13731         * modules/isnan-nolibm: New file.
13732         * lib/isnan.h: New file.
13733         * lib/isnan.c: New file.
13734         * m4/isnan.m4: New file.
13735
13736 2007-02-24  Bruno Haible  <bruno@clisp.org>
13737
13738         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
13739         assume that an exponent fits in 20 bits.
13740
13741 2007-02-24  Jim Meyering  <jim@meyering.net>
13742
13743         * m4/regex.m4: Update the description of the configure-time option,
13744         --without-included-regex, to state accurately what the defaults are,
13745         and perhaps to give people an idea why using this option is risky.
13746
13747 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
13748
13749         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
13750         loops on small arguments.  This attempts to avoid the problem
13751         Bruno Haible reported for AIX 4.3.2 in
13752         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
13753
13754 2007-02-23  Bruno Haible  <bruno@clisp.org>
13755
13756         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
13757         Needed for help2man.
13758
13759 2007-02-23  Karl Berry  <karl@gnu.org>
13760
13761         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
13762         exists, foo.h should be cvs-ignored, not committed.
13763
13764 2007-02-23  Eric Blake  <ebb9@byu.net>
13765
13766         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
13767         * lib/stat-time.h (includes): Likewise.
13768         * lib/utimecmp.c (includes): Likewise.
13769         * lib/utimens.h (includes): Likewise.
13770         * lib/getdate.y (includes): Also include "timespec.h" for use
13771         internal to the module.
13772         * modules/utimens (Depends-on): Revert yesterday's patch.
13773         * modules/nanosleep (Depends-on): Add missing dependency.
13774
13775 2007-02-22  Bruno Haible  <bruno@clisp.org>
13776
13777         * lib/glob.c: Don't include getlogin_r.h.
13778
13779 2007-02-22  Jim Meyering  <jim@meyering.net>
13780
13781         * modules/utimens (Depends-on): Add timespec, required for
13782         utimens.h's inclusion of timespec.h.
13783
13784 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
13785
13786         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
13787         long unreadable paths in GNU/Linux.  Problem reported by Andreas
13788         Schwab in
13789         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
13790         I'll try to think of a better way to fix the Solaris problem.
13791
13792         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
13793         like glibc; on Solaris 10, it fails with errno == EINVAL.
13794         POSIX says the behavior is unspecified if the first argument is NULL,
13795         so play it safe and never pass NULL to the system getcwd.
13796
13797 2007-02-21  Jim Meyering  <jim@meyering.net>
13798
13799         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
13800         of gettimeofday.  It would conflict with the one now always
13801         provided via sys_time_.h.  Reported by Matthew Woehlke, as
13802         an IRIX 6.5 build failure.
13803
13804 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
13805
13806         Minor fixups to port to Solaris 10 with Sun C 5.8.
13807         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
13808         * modules/getcwd (Depends-on): Add dirfd.
13809         * lib/putenv.c (putenv): #undef it.
13810         (rpl_putenv): New decl.
13811         (malloc, free): Include <stdlib.h> rather than prototyping separately.
13812
13813 2007-02-20  Bruno Haible  <bruno@clisp.org>
13814
13815         * modules/stdio-tests: New file.
13816         * tests/test-stdio.c: New file.
13817
13818         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
13819         (Depends-on): Add stdio.
13820         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
13821         (Include): Use <stdio.h> instead of vsnprintf.h.
13822         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
13823         HAVE_DECL_VSNPRINTF.
13824         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
13825
13826         * modules/snprintf (Files): Remove lib/snprintf.h.
13827         (Depends-on): Add stdio.
13828         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
13829         (Include): Use <stdio.h> instead of snprintf.h.
13830         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
13831         HAVE_DECL_SNPRINTF.
13832         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
13833         * lib/getaddrinfo.c: Likewise.
13834
13835         * modules/stdio: New file.
13836         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
13837         * lib/snprintf.h: Remove file.
13838         * lib/vsnprintf.h: Remove file.
13839         * lib/.cppi-disable: Remove snprintf.h.
13840         * m4/stdio_h.m4: New file.
13841         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
13842
13843 2007-02-20  Jim Meyering  <jim@meyering.net>
13844
13845         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
13846         used by e.g., mingw.  From Bruno Haible.
13847
13848 2007-02-19  Bruno Haible  <bruno@clisp.org>
13849
13850         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
13851         warnings.
13852         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13853
13854 2007-02-19  Bruno Haible  <bruno@clisp.org>
13855
13856         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
13857         from mingw users.
13858
13859 2007-02-19  Bruno Haible  <bruno@clisp.org>
13860
13861         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
13862         warnings.
13863         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
13864
13865 2007-02-19  Jim Meyering  <jim@meyering.net>
13866
13867         Don't use FD after a successful "fdopendir (fd)".
13868         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
13869         Reset it by calling dirfd on the just-obtained DIR*.
13870
13871         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
13872         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
13873
13874 2007-02-18  Bruno Haible  <bruno@clisp.org>
13875
13876         * lib/readlink.c: Include <unistd.h>.
13877         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
13878         HAVE_READLINK.
13879         * modules/readlink (Depends-on): Add unistd.
13880         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13881         (Include): Add <unistd.h>.
13882
13883         * lib/getlogin_r.h: Remove file.
13884         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
13885         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
13886         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
13887         HAVE_DECL_GETLOGIN_R.
13888         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
13889         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13890         (Include): Use <unistd.h> instead of getlogin_r.h.
13891
13892         * lib/getcwd.h: Remove file.
13893         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
13894         * lib/xgetcwd.c: Likewise.
13895         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
13896         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
13897         * modules/getcwd (Files): Remove lib/getcwd.h.
13898         (Depends-on): Add unistd.
13899         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13900         (Include): Use <unistd.h> instad of getcwd.h.
13901
13902         * lib/ftruncate.c: Include <unistd.h> first.
13903         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
13904         Set HAVE_FTRUNCATE.
13905         * modules/ftruncate (Depends-on): Add unistd.
13906         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13907
13908         * lib/fchdir.c: Include <unistd.h> first.
13909         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
13910         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
13911         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
13912         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13913         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
13914
13915         * lib/dup2.c: Include <unistd.h> first.
13916         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
13917         HAVE_DUP2.
13918         * modules/dup2 (Depends-on): Add unistd.
13919         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13920
13921         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
13922         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
13923         REPLACE_CHOWN. Don't define chown as a macro here.
13924         * modules/chown (Depends-on): Add unistd.
13925         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13926
13927         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
13928         Add definition for GL_LINK_WARNING.
13929         (chown, dup2): New declarations.
13930         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
13931         link warning.
13932         (ftruncate): New declaration.
13933         (getcwd): New declaration, taken from old getcwd.h.
13934         (getlogin_r): New declaration, taken from old getlogin_r.h.
13935         (readlink): New declaration.
13936         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
13937         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
13938         (gl_PREREQ_UNISTD): Remove macro.
13939         (gl_UNISTD_MODULE_INDICATOR): New macro.
13940         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
13941         many new variables. Don't set UNISTD_H.
13942         * modules/unistd (Description): Change.
13943         (Depends-on): Add link-warning.
13944         (configure.ac): Update.
13945         (Makefile.am): Create unistd.h always. Substitute many new variables
13946         into it.
13947
13948 2007-02-18  Bruno Haible  <bruno@clisp.org>
13949
13950         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
13951         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
13952         HAVE_GETSUBOPT.
13953         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
13954         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
13955         * lib/getsubopt.h: Remove file.
13956         * modules/getsubopt (Files): Remove lib/getsubopt.h.
13957         (Depends-on): Add stdlib.
13958         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13959         (Includes): Use <stdlib.h> instead of getsubopt.h.
13960         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
13961         Set HAVE_GETSUBOPT.
13962         * lib/getsubopt.c: Don't include getsubopt.h.
13963
13964 2007-02-18  Bruno Haible  <bruno@clisp.org>
13965
13966         * modules/fchdir (Depends-on): Add dup2.
13967
13968 2007-02-18  Bruno Haible  <bruno@clisp.org>
13969
13970         * lib/stdlib_.h: Handle glibc's special invocation convention
13971         specially.
13972
13973 2007-02-18  Bruno Haible  <bruno@clisp.org>
13974
13975         * modules/stdlib-tests: New file.
13976         * tests/test-stdlib.c: New file.
13977
13978         * modules/mkstemp (Files): Remove lib/mkstemp.h.
13979         (Depends-on): Add stdlib.
13980         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13981         (Includes): Use <stdlib.h> instead of mkstemp.h.
13982         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
13983         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
13984         * lib/mkstemp.c: Don't include mkstemp.h.
13985         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
13986         * lib/stdlib--.h: Don't include mkstemp.h.
13987
13988         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
13989         (Depends-on): Add stdlib.
13990         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13991         (Includes): Use <stdlib.h> instead of mkdtemp.h.
13992         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
13993         HAVE_MKDTEMP.
13994         * lib/mkdtemp.c: Don't include mkdtemp.h.
13995         * lib/clean-temp.c: Don't include mkdtemp.h.
13996
13997         * modules/exit (Files): Remove lib/exit.h.
13998         (Depends-on): Add stdlib.
13999         (Makefile.am): Remove lib_SOURCES.
14000         (Include): Use <stdlib.h> instead of exit.h.
14001         * lib/argmatch.c: Don't include exit.h.
14002         * lib/execute.c: Likewise.
14003         * lib/pagealign_alloc.c: Likewise.
14004         * lib/pipe.c: Likewise.
14005         * lib/wait-process.c: Likewise.
14006         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
14007         * lib/exitfail.c: Likewise.
14008         * lib/savewd.c: Likewise.
14009         * lib/xsetenv.c: Likewise.
14010
14011         * modules/stdlib: New file.
14012         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
14013         and extra comments about mkstemp().
14014         * lib/exit.h: Remove file.
14015         * lib/mkdtemp.h: Remove file.
14016         * lib/mkstemp.h: Remove file.
14017         * m4/stdlib_h.m4: New file.
14018         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
14019
14020 2007-02-18  Bruno Haible  <bruno@clisp.org>
14021
14022         * modules/math-tests: New file.
14023         * tests/test-math.c: New file.
14024
14025         * modules/math: New file.
14026         * modules/mathl (Files): Remove lib/mathl.h.
14027         (Depends-on): Add math.
14028         (Makefile.am): Don't mention mathl.h.
14029         (Include): Use <math.h> instead of mathl.h.
14030         * lib/math_.h: New file.
14031         * lib/mathl.h: Remove file.
14032         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
14033         mathl.h.
14034         * lib/asinl.c: Likewise.
14035         * lib/atanl.c: Likewise.
14036         * lib/ceill.c: Likewise.
14037         * lib/cosl.c: Likewise.
14038         * lib/expl.c: Likewise.
14039         * lib/floorl.c: Likewise.
14040         * lib/frexpl.c: Likewise.
14041         * lib/ldexpl.c: Likewise.
14042         * lib/logl.c: Likewise.
14043         * lib/sincosl.c: Likewise.
14044         * lib/sinl.c: Likewise.
14045         * lib/sqrtl.c: Likewise.
14046         * lib/tanl.c: Likewise.
14047         * lib/trigl.c: Likewise.
14048         * m4/math_h.m4: New file.
14049         * MODULES.html.sh (Mathematics): Add math.
14050
14051 2007-02-17  Bruno Haible  <bruno@clisp.org>
14052
14053         * modules/wctype-tests: New file.
14054         * tests/test-wctype.c: New file.
14055
14056         * modules/wchar-tests: New file.
14057         * tests/test-wchar.c: New file.
14058
14059         * modules/unistd-tests: New file.
14060         * tests/test-unistd.c: New file.
14061
14062         * modules/time-tests: New file.
14063         * tests/test-time.c: New file.
14064
14065         * modules/sysexits-tests: New file.
14066         * tests/test-sysexits.c: New file.
14067
14068         * modules/sys_time-tests: New file.
14069         * tests/test-sys_time.c: New file.
14070
14071         * modules/sys_stat-tests: New file.
14072         * tests/test-sys_stat.c: New file.
14073
14074         * modules/sys_socket-tests: New file.
14075         * tests/test-sys_socket.c: New file.
14076
14077         * modules/sys_select-tests: New file.
14078         * tests/test-sys_select.c: New file.
14079
14080         * modules/string-tests: New file.
14081         * tests/test-string.c: New file.
14082
14083         * modules/stdbool-tests: New file.
14084         * tests/test-stdbool.c: New file.
14085
14086         * modules/netinet_in-tests: New file.
14087         * tests/test-netinet_in.c: New file.
14088
14089         * modules/inttypes-tests: New file.
14090         * tests/test-inttypes.c: New file.
14091
14092         * modules/fcntl-tests: New file.
14093         * tests/test-fcntl.c: New file.
14094
14095         * modules/byteswap-tests: New file.
14096         * tests/test-byteswap.c: New file.
14097
14098         * modules/arpa_inet-tests: New file.
14099         * tests/test-arpa_inet.c: New file.
14100
14101 2007-02-17  Bruno Haible  <bruno@clisp.org>
14102
14103         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
14104         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
14105         if the corresponding module is not enabled. Emit link warnings if
14106         the function is used nevertheless.
14107         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
14108         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
14109         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
14110         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
14111         * modules/inttypes (Depends-on): Add link-warning.
14112         (Makefile.am): Copy the contents of build-aux/link-warning.h into
14113         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
14114         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
14115         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
14116         * modules/imaxdiv (configure.ac): Likewise.
14117         * modules/strtoimax (configure.ac): Likewise.
14118         * modules/strtoumax (configure.ac): Likewise.
14119
14120 2007-02-17  Bruno Haible  <bruno@clisp.org>
14121
14122         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
14123         gl_STRING_MODULE_INDICATOR_DEFAULTS.
14124         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
14125         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
14126
14127 2007-02-17  Bruno Haible  <bruno@clisp.org>
14128
14129         * modules/link-warning: New file.
14130         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
14131         * lib/string_.h (GL_LINK_WARNING): Remove definition.
14132         * modules/string (Depends-on): Add link-warning.
14133         (Makefile.am): Copy the contents of build-aux/link-warning.h into
14134         string.h.
14135         * MODULES.html.sh (Support for building libraries and executables): Add
14136         link-warning.
14137
14138 2007-02-17  Bruno Haible  <bruno@clisp.org>
14139
14140         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
14141         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
14142         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
14143         long lines.
14144
14145 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
14146             Bruno Haible  <bruno@clisp.org>
14147
14148         * modules/tmpfile: New file.
14149         * lib/tmpfile.c: New file.
14150         * m4/tmpfile.m4: New file.
14151         * MODULES.html.sh (func_all_modules): New section "Input/output".
14152
14153 2007-02-15  Bruno Haible  <bruno@clisp.org>
14154
14155         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
14156         (supports_delete_on_close): New function.
14157         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
14158
14159 2007-02-14  Bruno Haible  <bruno@clisp.org>
14160
14161         * modules/mbspcasecmp-tests: New file.
14162         * tests/test-mbspcasecmp.sh: New file.
14163         * tests/test-mbspcasecmp.c: New file.
14164
14165         New module mbspcasecmp.
14166         * modules/mbspcasecmp: New file.
14167         * lib/mbspcasecmp.c: New file.
14168         * lib/string_.h (strncasecmp): Change warning message.
14169         (mbspcasecmp): New declaration.
14170         * m4/mbspcasecmp.m4: New file.
14171         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14172         GNULIB_MBSPCASECMP.
14173         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
14174         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
14175
14176 2007-02-14  Bruno Haible  <bruno@clisp.org>
14177
14178         * modules/mbsncasecmp-tests: New file.
14179         * tests/test-mbsncasecmp.sh: New file.
14180         * tests/test-mbsncasecmp.c: New file.
14181
14182         New module mbsncasecmp.
14183         * modules/mbsncasecmp: New file.
14184         * lib/mbsncasecmp.c: New file.
14185         * lib/string_.h (mbsncasecmp): New declaration.
14186         * m4/mbsncasecmp.m4: New file.
14187         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14188         GNULIB_MBSNCASECMP.
14189         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
14190         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
14191
14192 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14193
14194         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
14195         Verify that it doesn't overlap with our flags.
14196         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
14197         do not have the desired effect in multibyte locales; instead, use
14198         mbscasecmp.
14199         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
14200         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
14201         we don't require GNU fnmatch ourselves (if our users require it, they
14202         should do so explicitly).
14203
14204         Fix regex code so it doesn't rely on strcasecmp.
14205         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
14206         Otherwise, include gnulib's langinfo.h.
14207         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
14208         undesirable behavior in non-C locales.  Instead, rely on localecharset.
14209         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
14210         * modules/regex (FILES): Remove m4/codeset.m4.
14211         (Depends-on): Add localcharset.  Remove strcase.
14212
14213 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14214
14215         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
14216         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
14217
14218 2007-02-13  Bruno Haible  <bruno@clisp.org>
14219
14220         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
14221         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14222
14223 2007-02-12  Bruno Haible  <bruno@clisp.org>
14224
14225         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
14226         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
14227         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
14228         time warning rather than a link error.
14229
14230 2007-02-12  Bruno Haible  <bruno@clisp.org>
14231
14232         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
14233         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
14234         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14235
14236 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
14237
14238         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
14239         args, not 2.
14240
14241 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
14242
14243         New module 'time', so that apps can include <time.h> as per
14244         POSIX and GNU instead of separate include files like time_r.h
14245         and timegm.h.  This implementation tries out a simpler approach
14246         for replacing decls in standard include files (as compared to
14247         the string module), somewhat as an experiment.
14248
14249         * config/srclist.txt: Comment out mktime.c for now.
14250         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
14251         since it doesn't apply any more.  Use generic wording instead.
14252         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
14253         'time'.
14254         * lib/time_.h, m4/time_h.m4, modules/time: New files.
14255         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
14256         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
14257         Don't include <sys/types.h>; no longer needed since we assume C89.
14258         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
14259         * lib/strftime.c: Likewise.
14260         * lib/time_r.c: Likewise.
14261         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
14262         * lib/nanosleep.c: Include <time.h> first, to check interface.
14263         * lib/strptime.c: Likewise.
14264         * lib/time_r.c: Likewise.
14265         * lib/timegm.c: Likewise.
14266         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
14267         needed.
14268         * lib/timegm.c: Don't include timegm.h; no longer needed.
14269         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
14270         time.h now handles any problems in that area.
14271         (struct timespec, nanosleep): Remove; time.h now arranges for these.
14272         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
14273         that time.h defines struct timespec.
14274         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
14275         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
14276         handles that.
14277         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
14278         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
14279         needed.  Set REPLACE_LOCALTIME.
14280         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
14281         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
14282         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
14283         nanosleep; time_h.m4 now does that.  Don't require
14284         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
14285         module handles this now.
14286         * modules/getdate (Depends-on): Remove timespec.  Add time.
14287         * modules/nanosleep (Depends-on): Likewise.
14288         * modules/stat-time (Depends-on): Likewise.
14289         * modules/nanosleep (Include): Include time.h, not timespec.h.
14290         * modules/strptime (Files): Remove lib/strptime.h.
14291         (Depends-on): Add extensions, time.
14292         (Include): Include time.h, not strptime.h.
14293         * modules/time_r (Files): Remove lib/time_r.h.
14294         (Depends-on): Add time.
14295         (Include): Include time.h, not time_r.h.
14296         * modules/timegm: Likewise.
14297         * modules/timespec (Description): Now does timespec-related decls
14298         of our own, instead of struct timespec itself.
14299         (Depends-on): Add time; remove extensions.
14300         (Maintainer): Add self.
14301         * modules/utimecmp (Depends-on): Add time; remove timespec.
14302         * modules/utimens (Depends-on): Likewise.
14303         * modules/xnanosleep (Depends-on): Likewise.
14304
14305 2007-02-11  Bruno Haible  <bruno@clisp.org>
14306
14307         * lib/c-strstr.c: Include allocsa.h.
14308         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14309         * lib/c-strcasestr.c: Include allocsa.h.
14310         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14311         * lib/strcasestr.c: Include allocsa.h.
14312         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14313         * lib/mbsstr.c: Include allocsa.h.
14314         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
14315         allocsa/freesa instead of malloc/free.
14316         * lib/mbscasestr.c: Include allocsa.h.
14317         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
14318         allocsa/freesa instead of malloc/free.
14319         * modules/c-strstr (Depends-on): Add allocsa.
14320         * modules/c-strcasestr (Depends-on): Likewise.
14321         * modules/strcasestr (Depends-on): Likewise.
14322         * modules/mbsstr (Depends-on): Likewise.
14323         * modules/mbscasestr (Depends-on): Likewise.
14324
14325 2007-02-11  Bruno Haible  <bruno@clisp.org>
14326
14327         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
14328
14329         * modules/mbsspn-tests: New file.
14330         * tests/test-mbsspn.sh: New file.
14331         * tests/test-mbsspn.c: New file.
14332
14333 2007-02-11  Bruno Haible  <bruno@clisp.org>
14334
14335         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
14336
14337         * modules/mbspbrk-tests: New file.
14338         * tests/test-mbspbrk.sh: New file.
14339         * tests/test-mbspbrk.c: New file.
14340
14341 2007-02-11  Bruno Haible  <bruno@clisp.org>
14342
14343         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
14344         unneeded cast.
14345
14346         * modules/mbscspn-tests: New file.
14347         * tests/test-mbscspn.sh: New file.
14348         * tests/test-mbscspn.c: New file.
14349
14350 2007-02-11  Bruno Haible  <bruno@clisp.org>
14351
14352         * modules/mbscasecmp-tests: New file.
14353         * tests/test-mbscasecmp.sh: New file.
14354         * tests/test-mbscasecmp.c: New file.
14355
14356 2007-02-11  Bruno Haible  <bruno@clisp.org>
14357
14358         Ensure O(n) worst-case complexity of mbscasestr.
14359         * lib/mbscasestr.c: Include stdbool.h.
14360         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
14361         functions.
14362         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
14363         the bookkeeping indicates that it's worth it.
14364         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
14365
14366         * modules/mbscasestr-tests: New file.
14367         * tests/test-mbscasestr1.c: New file.
14368         * tests/test-mbscasestr2.sh: New file.
14369         * tests/test-mbscasestr2.c: New file.
14370         * tests/test-mbscasestr3.sh: New file.
14371         * tests/test-mbscasestr3.c: New file.
14372         * tests/test-mbscasestr4.sh: New file.
14373         * tests/test-mbscasestr4.c: New file.
14374         * m4/locale-tr.m4: New file.
14375
14376 2007-02-11  Bruno Haible  <bruno@clisp.org>
14377
14378         Ensure O(n) worst-case complexity of mbsstr.
14379         * lib/mbsstr.c: Include stdbool.h.
14380         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
14381         functions.
14382         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
14383         bookkeeping indicates that it's worth it.
14384         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
14385
14386         * modules/mbsstr-tests: New file.
14387         * tests/test-mbsstr1.c: New file.
14388         * tests/test-mbsstr2.sh: New file.
14389         * tests/test-mbsstr2.c: New file.
14390         * tests/test-mbsstr3.sh: New file.
14391         * tests/test-mbsstr3.c: New file.
14392         * m4/locale-fr.m4: New file.
14393
14394 2007-02-11  Bruno Haible  <bruno@clisp.org>
14395
14396         * lib/mbsrchr.c (mbsrchr): Fix bug.
14397
14398         * modules/mbsrchr-tests: New file.
14399         * tests/test-mbsrchr.sh: New file.
14400         * tests/test-mbsrchr.c: New file.
14401
14402 2007-02-11  Bruno Haible  <bruno@clisp.org>
14403
14404         * lib/mbschr.c (mbschr): Fix bug.
14405
14406         * modules/mbschr-tests: New file.
14407         * tests/test-mbschr.sh: New file.
14408         * tests/test-mbschr.c: New file.
14409         * m4/locale-zh.m4: New file.
14410
14411 2007-02-11  Bruno Haible  <bruno@clisp.org>
14412
14413         Support for copying multibyte string iterators.
14414         * lib/mbiter.h: Include <string.h>.
14415         (mbiter_multi_copy): New function.
14416         (mbi_copy): New macro.
14417         * lib/mbuiter.h: Include <string.h>.
14418         (mbuiter_multi_copy): New function.
14419         (mbui_copy): New macro.
14420
14421 2007-02-11  Bruno Haible  <bruno@clisp.org>
14422
14423         New module mbslen.
14424         * modules/mbslen: New file.
14425         * lib/mbslen.c: New file.
14426         * lib/string_.h (mbslen): New declaration.
14427         * m4/mbslen.m4: New file.
14428         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14429         GNULIB_MBSLEN.
14430         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
14431         * MODULES.html.sh (Internationalization functions): Add mbslen.
14432
14433 2007-02-11  Bruno Haible  <bruno@clisp.org>
14434
14435         Ensure O(n) worst-case complexity of strcasestr substitute.
14436         * lib/strcasestr.c: Include stdbool.h.
14437         (knuth_morris_pratt): New function.
14438         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
14439         bookkeeping indicates that it's worth it.
14440         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
14441
14442         * modules/strcasestr-tests: New file.
14443         * tests/test-strcasestr.c: New file.
14444
14445 2007-02-11  Bruno Haible  <bruno@clisp.org>
14446
14447         Ensure O(n) worst-case complexity of c_strcasestr.
14448         * lib/c-strcasestr.c: Include stdbool.h, string.h.
14449         (knuth_morris_pratt): New function.
14450         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
14451         the bookkeeping indicates that it's worth it.
14452         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
14453
14454         * modules/c-strcasestr-tests: New file.
14455         * tests/test-c-strcasestr.c: New file.
14456
14457 2007-02-11  Bruno Haible  <bruno@clisp.org>
14458
14459         Ensure O(n) worst-case complexity of c_strstr.
14460         * lib/c-strstr.c: Include stdbool.h, string.h.
14461         (knuth_morris_pratt): New function.
14462         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
14463         bookkeeping indicates that it's worth it.
14464         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
14465
14466         * lib/c-strstr.c: Complete rewrite for maintainability.
14467
14468         * modules/c-strstr-tests: New file.
14469         * tests/test-c-strstr.c: New file.
14470
14471 2007-02-11  Bruno Haible  <bruno@clisp.org>
14472
14473         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
14474         5.2.1 and earlier, whereby \055 was treated just like the range
14475         delimiter '-'.
14476         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
14477
14478 2007-02-08  Bruno Haible  <bruno@clisp.org>
14479
14480         * modules/regex (Depends-on): Add stdbool.
14481         Reported by Dalibor Topic <robilad@kaffe.org>.
14482
14483 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
14484
14485         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
14486         Prefer returning from main to exiting from it.
14487         Remove unnecessary parens after sizeof.
14488
14489 2007-02-05  Bruno Haible  <bruno@clisp.org>
14490
14491         New module mbssep.
14492         * modules/mbssep: New file.
14493         * lib/mbssep.c: New file.
14494         * lib/string_.h (strsep): Add a conditional link warning.
14495         (mbssep): New declaration.
14496         * m4/mbssep.m4: New file.
14497         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14498         GNULIB_MBSSEP.
14499         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
14500         * MODULES.html.sh (Internationalization functions): Add mbssep.
14501
14502 2007-02-05  Bruno Haible  <bruno@clisp.org>
14503
14504         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
14505         Optimize search in case of 1 delimiter.
14506
14507 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
14508
14509         * lib/acl.h: Include sys/types.h before sys/acl.h.
14510
14511 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
14512
14513         Merge upstream fix for glibc bugzilla #3957:
14514
14515         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
14516
14517         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
14518         bit for RE_HAT_LISTS_NOT_NEWLINE.
14519         (build_charclass_op): Remove bogus comment.
14520
14521 2007-02-05  Simon Josefsson  <simon@josefsson.org>
14522
14523         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
14524
14525 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
14526
14527         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
14528         * lib/memmem.c [!defined _LIBC]: Include config.h.
14529
14530 2007-02-04  Bruno Haible  <bruno@clisp.org>
14531
14532         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
14533         warning message.
14534
14535 2007-02-04  Bruno Haible  <bruno@clisp.org>
14536
14537         New module mbstok_r.
14538         * modules/mbstok_r: New file.
14539         * lib/mbstok_r.c: New file.
14540         * lib/string_.h (strtok_r): Change argument names to match the
14541         comments. Add a conditional link warning.
14542         (mbstok_r): New declaration.
14543         * m4/mbstok_r.m4: New file.
14544         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14545         GNULIB_MBSTOK_R.
14546         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
14547         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
14548
14549 2007-02-04  Bruno Haible  <bruno@clisp.org>
14550
14551         New module mbsspn.
14552         * modules/mbsspn: New file.
14553         * lib/mbsspn.c: New file.
14554         * lib/string_.h (strspn): Add a conditional link warning.
14555         (mbsspn): New declaration.
14556         * m4/mbsspn.m4: New file.
14557         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14558         GNULIB_MBSSPN.
14559         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
14560         * MODULES.html.sh (Internationalization functions): Add mbsspn.
14561
14562 2007-02-04  Bruno Haible  <bruno@clisp.org>
14563
14564         New module mbspbrk.
14565         * modules/mbspbrk: New file.
14566         * lib/mbspbrk.c: New file.
14567         * lib/string_.h (strpbrk): Add a conditional link warning.
14568         (mbspbrk): New declaration.
14569         * m4/mbspbrk.m4: New file.
14570         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14571         GNULIB_MBSPBRK.
14572         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
14573         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
14574
14575 2007-02-04  Bruno Haible  <bruno@clisp.org>
14576
14577         New module mbscspn.
14578         * modules/mbscspn: New file.
14579         * lib/mbscspn.c: New file.
14580         * lib/string_.h (strcspn): Add a conditional link warning.
14581         (mbscspn): New declaration.
14582         * m4/mbscspn.m4: New file.
14583         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14584         GNULIB_MBSCSPN.
14585         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
14586         * MODULES.html.sh (Internationalization functions): Add mbscspn.
14587
14588 2007-02-04  Bruno Haible  <bruno@clisp.org>
14589
14590         New module mbscasestr, reduced goal of strcasestr.
14591         * modules/mbscasestr: New file.
14592         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
14593         (mbscasestr): Renamed from strcasestr.
14594         * lib/strcasestr.c: Don't include mbuiter.h.
14595         (strcasestr): Remove support for multibyte locales.
14596         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
14597         Change the conditional link warning.
14598         (mbscasestr): New declaration.
14599         * m4/mbscasestr.m4: New file.
14600         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
14601         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
14602         REPLACE_STRCASESTR.
14603         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
14604         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14605         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
14606         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
14607         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
14608         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
14609         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
14610         (Depends-on): Remove mbuiter.
14611         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
14612
14613 2007-02-04  Bruno Haible  <bruno@clisp.org>
14614
14615         Simplify handling of strncasecmp.
14616         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
14617         the conditional link warning.
14618         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14619         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
14620         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
14621         * modules/strcase (configure.ac): Don't invoke
14622         gl_STRING_MODULE_INDICATOR.
14623         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
14624
14625 2007-02-04  Bruno Haible  <bruno@clisp.org>
14626
14627         New module mbscasecmp, reduced goal of strcasecmp.
14628         * modules/mbscasecmp: New file.
14629         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
14630         (mbscasecmp): Renamed from strcasecmp.
14631         * lib/strcasecmp.c: Don't include mbuiter.h.
14632         (strcasecmp): Remove support for multibyte locales.
14633         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
14634         Change the conditional link warning.
14635         (mbscasecmp): New declaration.
14636         * m4/mbscasecmp.m4: New file.
14637         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
14638         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
14639         REPLACE_STRCASECMP.
14640         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
14641         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14642         GNULIB_MBSCASECMP.
14643         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
14644         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
14645         * modules/strcase (Files): Remove m4/mbrtowc.m4.
14646         (Depends-on): Remove mbuiter.
14647         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
14648
14649 2007-02-04  Bruno Haible  <bruno@clisp.org>
14650
14651         New module mbsstr. Remove module strstr.
14652         * modules/mbsstr: New file.
14653         * modules/strstr: Remove file.
14654         * lib/mbsstr.c: Renamed from lib/strstr.c.
14655         (mbsstr): Renamed from strstr.
14656         * lib/string_.h (strstr): Remove declaration. Change the conditional
14657         link warning.
14658         (mbsstr): New declaration.
14659         * m4/mbsstr.m4: New file.
14660         * m4/strstr.m4: Remove file.
14661         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
14662         REPLACE_STRSTR.
14663         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
14664         Don't initialize GNULIB_STRSTR.
14665         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
14666         substitute GNULIB_STRSTR and REPLACE_STRSTR.
14667         * MODULES.html.sh (Internationalization functions): Add mbsstr.
14668         (Support for systems lacking ANSI C 89): Remove strstr.
14669
14670 2007-02-04  Bruno Haible  <bruno@clisp.org>
14671
14672         New module mbsrchr.
14673         * modules/mbsrchr: New file.
14674         * lib/mbsrchr.c: New file.
14675         * lib/string_.h (strrchr): Add a conditional link warning.
14676         (mbsrchr): New declaration.
14677         * m4/mbsrchr.m4: New file.
14678         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14679         GNULIB_MBSRCHR.
14680         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
14681         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
14682
14683 2007-02-04  Bruno Haible  <bruno@clisp.org>
14684
14685         New module mbschr.
14686         * modules/mbschr: New file.
14687         * lib/mbschr.c: New file.
14688         * lib/string_.h (strchr): Add a conditional link warning.
14689         (mbschr): New declaration.
14690         * m4/mbschr.m4: New file.
14691         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14692         GNULIB_MBSCHR.
14693         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
14694         * MODULES.html.sh (Internationalization functions): Add mbschr.
14695
14696 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
14697
14698         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
14699
14700         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
14701
14702 2007-02-04  Bruno Haible  <bruno@clisp.org>
14703
14704         New module description section 'configure.ac-early'.
14705         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
14706         (func_get_autoconf_early_snippet): New function.
14707         (func_import, func_create_testdir): Use it. Remove special cases for
14708         modules 'extensions' and 'lock'.
14709         * modules/extensions (configure.ac-early): Require
14710         gl_USE_SYSTEM_EXTENSIONS.
14711         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
14712
14713 2007-02-04  Bruno Haible  <bruno@clisp.org>
14714
14715         Make use of gcj-4.3's -fsource and -ftarget option.
14716         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
14717         and if so try the options -fsource and -ftarget.
14718         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
14719         source_version, ftarget_option, target_version arguments.
14720         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
14721         (is_envjavac_oldgcj_14_14_usable): Renamed from
14722         is_envjavac_gcj_14_14_usable.
14723         (is_envjavac_oldgcj_14_13_usable): Renamed from
14724         is_envjavac_gcj_14_13_usable.
14725         (is_gcj_present): Update.
14726         (is_gcj_43, is_gcj43_usable): New functions.
14727         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
14728         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
14729         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
14730         try the options -fsource and -ftarget.
14731
14732 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14733
14734         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
14735         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
14736         larger value.
14737
14738 2007-02-03  Jim Meyering  <jim@meyering.net>
14739
14740         Give tools a better chance to allocate space for very large buffers.
14741         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
14742
14743         Make pwd and readlink work also when run with an unreadable parent dir
14744         on systems with openat support.
14745         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
14746         provided getcwd function, even when we have openat support.
14747         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
14748
14749 2007-02-02  Bruno Haible  <bruno@clisp.org>
14750
14751         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
14752         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
14753         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
14754         portability problems if one of these functions is only used on specific
14755         platforms.
14756         Reported by Paul Eggert.
14757
14758 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
14759
14760         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
14761         is causing more trouble than it's curing.
14762         * lib/regex_internal.h (__mempcpy): Remove.
14763         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
14764         (and make the code a tad smaller to boot).
14765         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
14766
14767 2007-02-02  Jim Meyering  <jim@meyering.net>
14768
14769         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
14770         section, not in the Makefile.am: one.
14771
14772 2007-02-02  Eric Blake  <ebb9@byu.net>
14773
14774         * lib/strchrnul.c: Always include config.h first.
14775
14776         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
14777         gnulib strstr is not necessary here.
14778
14779 2007-02-02  Simon Josefsson  <simon@josefsson.org>
14780
14781         * m4/socklen.m4: Fix typo.
14782
14783 2007-02-02  Eric Blake  <ebb9@byu.net>
14784
14785         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
14786         * modules/netinet_in (Makefile.am): Likewise.
14787
14788 2007-02-01  Bruno Haible  <bruno@clisp.org>
14789
14790         * lib/string_.h (GL_LINK_WARNING): New macro.
14791         (strcasecmp, strstr, strcasestr): If provided by the system,
14792         conditionally define as a macro that leads to a warning instead of to
14793         an error.
14794         (strncasecmp): Conditionally define as a macro that leads to a warning.
14795
14796 2007-02-01  Karl Berry  <karl@gnu.org>
14797
14798         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
14799
14800 2007-02-01  Bruno Haible  <bruno@clisp.org>
14801
14802         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
14803         renamings.
14804
14805 2007-02-01  Eric Blake  <ebb9@byu.net>
14806
14807         * modules/regex (Depends-on): Revert dependence on mempcpy.
14808         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
14809         module's definition of mempcpy.
14810         Reported by Paul Eggert.
14811
14812 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14813
14814         * lib/string_.h: If the gnulib module XYZ is not present, undefine
14815         the symbol XYZ before redefining it.  This fixes a problem with
14816         programs that don't use XYZ, when compiled on systems that define
14817         XYZ to something else.
14818
14819 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
14820
14821         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
14822         occurs when "mkdir -m foo" creates a setgid directory that is (1)
14823         writeable to group or other and (2) is intended to have a special
14824         mode bit that is set or cleared.  In such a case, the directory
14825         should be neither group- nor other-writeable until the special
14826         mode bits are right.
14827
14828 2007-01-31  Eric Blake  <ebb9@byu.net>
14829
14830         * modules/mountlist (Depends-on): Add strstr.
14831
14832         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
14833         bug.
14834         * modules/string (Makefile.am): Remove redundant replacement.
14835         * modules/regex (Depends-on): Add mempcpy.
14836
14837 2007-01-31  Bruno Haible  <bruno@clisp.org>
14838
14839         New module description field 'Link'.
14840         * gnulib-tool (func_usage): Document --extract-link-directive.
14841         (sed_extract_prog): Recognize 'Link' directive.
14842         (func_get_link_directive): New function.
14843         (func_import): Show summary of link directives.
14844         Handle --extract-link-directive option.
14845         * modules/acl (Link): New section.
14846         * modules/clock-time (Link): New section.
14847         * modules/euidaccess (Link): New section.
14848         * modules/gettext (Link): New section.
14849         * modules/iconv (Link): New section.
14850         * modules/lock (Link): New section.
14851         * modules/nanosleep (Link): New section.
14852         * modules/readline (Link): New section.
14853
14854 2007-01-27  Bruno Haible  <bruno@clisp.org>
14855
14856         Enforce the use of gnulib modules for unportable <string.h> functions.
14857         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
14858         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
14859         (gl_HEADER_STRING_H_BODY): Require it.
14860         * lib/string_.h: If the gnulib module XYZ is not present, redefine
14861         the symbol XYZ to one that gives a link error.
14862         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
14863         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
14864         * modules/mempcpy (configure.ac): Likewise.
14865         * modules/memrchr (configure.ac): Likewise.
14866         * modules/stpcpy (configure.ac): Likewise.
14867         * modules/stpncpy (configure.ac): Likewise.
14868         * modules/strcase (configure.ac): Likewise.
14869         * modules/strcasestr (configure.ac): Likewise.
14870         * modules/strchrnul (configure.ac): Likewise.
14871         * modules/strdup (configure.ac): Likewise.
14872         * modules/strndup (configure.ac): Likewise.
14873         * modules/strnlen (configure.ac): Likewise.
14874         * modules/strpbrk (configure.ac): Likewise.
14875         * modules/strsep (configure.ac): Likewise.
14876         * modules/strstr (configure.ac): Likewise.
14877         * modules/strtok_r (configure.ac): Likewise.
14878
14879 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
14880
14881         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
14882
14883 2007-01-30  Jim Meyering  <jim@meyering.net>
14884
14885         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
14886
14887 2007-01-29  Bruno Haible  <bruno@clisp.org>
14888
14889         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
14890         * lib/execute.c: Likewise.
14891         * lib/pipe.c: Likewise.
14892         * lib/printf-args.h: Likewise.
14893         * lib/printf-args.c: Likewise.
14894         * lib/printf-parse.c: Likewise.
14895         * lib/vasnprintf.c: Likewise.
14896
14897 2007-01-29  Eric Blake  <ebb9@byu.net>
14898
14899         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
14900         declaration.
14901
14902 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
14903
14904         * lib/strptime.h (strptime): Use 'restrict' for args where
14905         POSIX requires this.
14906         * lib/strptime.c (strptime): Likewise.
14907         Change license notice from LGPL to GPL, since gnulib-tool will
14908         change this as needed.
14909         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
14910         defined.
14911         Include "strptime.h" first, to check interface.
14912         Do not #undef _LIBC and _NL_CURRENT.
14913         Do not include <stdlib.h>; no longer needed.
14914         Include "time_r.h" and declare ptime_locale_status
14915         only if _LIBC is not defined.
14916         (__P): Remove unused macro.
14917         (match_string): Bring back glibc version, but use it only if _LIBC
14918         is defined.
14919         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
14920         Remove unnecessary assertion and abort() call.
14921         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
14922         * m4/strptime.m4: Fix serial number comment.
14923         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
14924         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
14925         (Depends-on): Add time_r.
14926
14927 2007-01-29  Bruno Haible  <bruno@clisp.org>
14928
14929         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14930         strptime.
14931         * modules/strptime (Depends-on): Add stdbool.
14932         * lib/strptime.h: Include <time.h> always. Add comments.
14933
14934 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14935
14936         * modules/strptime: New file.
14937         * lib/strptime.h: New file.
14938         * lib/strptime.c: New file.
14939         * m4/strptime.m4: New file.
14940
14941 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14942
14943         * MODULES.html.sh: New module mpsort.
14944         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
14945
14946         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
14947         a circularity problem with HP-UX ia64 reported by Bob Proulx in
14948         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
14949         All uses changed.
14950         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
14951         All uses changed.
14952         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
14953         to _Restrict_.
14954         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
14955         the parameter matches the prototype.
14956
14957 2007-01-28  Jim Meyering  <jim@meyering.net>
14958
14959         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
14960         sys/time.h here, reverting that part of the previous patch:
14961         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
14962
14963 2007-01-28  Bruno Haible  <bruno@clisp.org>
14964
14965         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
14966         value of $(SYS_TIME_H).
14967         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
14968         remove it conditionally, too. [added by Jim Meyering]
14969         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
14970         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
14971         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
14972         GETTIMEOFDAY_REPLACEMENT to 1.
14973
14974 2007-01-28  Bruno Haible  <bruno@clisp.org>
14975
14976         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
14977         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
14978         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
14979         Set UNISTD_H instead of UNISTD_H2.
14980         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
14981
14982 2007-01-28  Bruno Haible  <bruno@clisp.org>
14983
14984         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
14985         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
14986
14987 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14988
14989         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
14990         (func_create_testdir): Ensure C locale for `grep' and `tr'
14991         character ranges.
14992         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
14993         ACLOCAL_AMFLAGS parsing state machine.
14994
14995 2007-01-27  Bruno Haible  <bruno@clisp.org>
14996
14997         * modules/unistr/base: Update.
14998
14999 2007-01-27  Bruno Haible  <bruno@clisp.org>
15000
15001         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
15002         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
15003         * modules/unistr/u32-mbtouc-unsafe: Renamed from
15004         modules/unistr/u32-mbtouc.
15005         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
15006         * lib/unistr.h: Update.
15007         * lib/linebreak.c: Update.
15008         * modules/unistr/u32-mbtouc: Renamed from
15009         modules/unistr/u32-mbtouc-safe.
15010         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
15011         * lib/unistr.h: Update.
15012         * lib/unistr/u32-to-u8.c: Update.
15013         * lib/unistr/u32-to-u16.c: Update.
15014
15015 2007-01-27  Bruno Haible  <bruno@clisp.org>
15016
15017         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
15018         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
15019         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
15020         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
15021         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
15022         * modules/unistr/u16-mbtouc-unsafe: Renamed from
15023         modules/unistr/u16-mbtouc.
15024         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
15025         * lib/unistr.h: Update.
15026         * lib/linebreak.c: Update.
15027         * modules/linebreak: Update.
15028         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
15029         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
15030         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
15031         * modules/unistr/u16-mbtouc: Renamed from
15032         modules/unistr/u16-mbtouc-safe.
15033         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
15034         * lib/unistr.h: Update.
15035         * lib/unistr/u16-to-u8.c: Update.
15036         * modules/unistr/u16-to-u8: Update.
15037         * lib/unistr/u16-to-u32.c: Update.
15038         * modules/unistr/u16-to-u32: Update.
15039
15040 2007-01-27  Bruno Haible  <bruno@clisp.org>
15041
15042         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
15043         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
15044         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
15045         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
15046         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
15047         * modules/unistr/u8-mbtouc-unsafe: Renamed from
15048         modules/unistr/u8-mbtouc.
15049         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
15050         * lib/unistr.h: Update.
15051         * lib/striconveh.c: Update.
15052         * modules/striconveh: Update.
15053         * lib/linebreak.c: Update.
15054         * modules/linebreak: Update.
15055         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
15056         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
15057         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
15058         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
15059         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
15060         * lib/unistr.h: Update.
15061         * lib/striconveh.c: Update.
15062         * modules/striconveh: Update.
15063         * lib/unistr/u8-to-u16.c: Update.
15064         * modules/unistr/u8-to-u16: Update.
15065         * lib/unistr/u8-to-u32.c: Update.
15066         * modules/unistr/u8-to-u32: Update.
15067
15068 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15069
15070         Sync from Libtool.
15071         * lib/argz.c: Do not include strings.h nor memory.h, include
15072         string.h unconditionally.  Patch by Simon Josefsson.
15073
15074 2007-01-27  Bruno Haible  <bruno@clisp.org>
15075
15076         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
15077         from gl_HEADER_STRING_H_BODY.
15078         (gl_HEADER_STRING_H_BODY): Require it.
15079         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
15080         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
15081         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
15082         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
15083         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
15084         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
15085         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
15086         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
15087         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
15088         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
15089         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
15090         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
15091         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
15092         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
15093         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15094
15095 2007-01-27  Bruno Haible  <bruno@clisp.org>
15096
15097         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
15098         check_PROGRAMS into noinst_PROGRAMS.
15099         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
15100         check_PROGRAMS in this case.
15101         (func_import): Set for_test to false.
15102         (func_create_testdir): Set for_test to true.
15103
15104 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
15105             Bruno Haible  <bruno@clisp.org>
15106
15107         * modules/strcasestr (Files): Remove lib/strcasestr.h.
15108         (Depends-on): Add string.
15109         (Includes): Use <string.h> instead of strcasestr.h.
15110         * modules/string (Makefile.am): Also substitute the value of
15111         REPLACE_STRCASESTR.
15112         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
15113         assume strcasestr is declared in <string.h> not <strings.h>. Also
15114         set REPLACE_STRCASESTR.
15115         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
15116         REPLACE_STRCASESTR.
15117         * lib/strcasestr.h: Remove file.
15118         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
15119         * lib/string_.h (strcasestr): New declaration.
15120
15121 2007-01-27  Bruno Haible  <bruno@clisp.org>
15122
15123         * lib/string_.h: Use 'extern'.
15124
15125 2007-01-27  Jim Meyering  <jim@meyering.net>
15126
15127         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
15128         of set-but-not-used local, "q".
15129
15130         * lib/mempcpy.c: Include <config.h> before <string.h>.
15131         This fixes a compilation error on HP-UX, due to the system's
15132         "restrict"-using mempcpy prototype.
15133
15134 2007-01-26  Bruno Haible  <bruno@clisp.org>
15135
15136         Small optimization.
15137         * lib/javacomp.c: Include c-strstr.h.
15138          (is_envjavac_gcj): Use c_strstr instead of strstr.
15139         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
15140
15141 2007-01-26  Bruno Haible  <bruno@clisp.org>
15142
15143         * MODULES.html.sh (Unicode string functions): Add the new modules.
15144
15145         * modules/uniconv/u32-strconv-to-locale: New file.
15146         * lib/uniconv/u32-strconv-to-locale.c: New file.
15147
15148         * modules/uniconv/u16-strconv-to-locale: New file.
15149         * lib/uniconv/u16-strconv-to-locale.c: New file.
15150
15151         * modules/uniconv/u8-strconv-to-locale: New file.
15152         * lib/uniconv/u8-strconv-to-locale.c: New file.
15153
15154         * modules/uniconv/u32-strconv-from-locale: New file.
15155         * lib/uniconv/u32-strconv-from-locale.c: New file.
15156
15157         * modules/uniconv/u16-strconv-from-locale: New file.
15158         * lib/uniconv/u16-strconv-from-locale.c: New file.
15159
15160         * modules/uniconv/u8-strconv-from-locale: New file.
15161         * lib/uniconv/u8-strconv-from-locale.c: New file.
15162
15163         * modules/uniconv/u32-strconv-to-enc: New file.
15164         * lib/uniconv/u32-strconv-to-enc.c: New file.
15165         * modules/uniconv/u32-strconv-to-enc-tests: New file.
15166         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
15167
15168         * modules/uniconv/u16-strconv-to-enc: New file.
15169         * lib/uniconv/u16-strconv-to-enc.c: New file.
15170         * lib/uniconv/u-strconv-to-enc.h: New file.
15171         * modules/uniconv/u16-strconv-to-enc-tests: New file.
15172         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
15173
15174         * modules/uniconv/u8-strconv-to-enc: New file.
15175         * lib/uniconv/u8-strconv-to-enc.c: New file.
15176         * modules/uniconv/u8-strconv-to-enc-tests: New file.
15177         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
15178
15179         * modules/uniconv/u32-strconv-from-enc: New file.
15180         * lib/uniconv/u32-strconv-from-enc.c: New file.
15181         * modules/uniconv/u32-strconv-from-enc-tests: New file.
15182         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
15183
15184         * modules/uniconv/u16-strconv-from-enc: New file.
15185         * lib/uniconv/u16-strconv-from-enc.c: New file.
15186         * modules/uniconv/u16-strconv-from-enc-tests: New file.
15187         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
15188
15189         * modules/uniconv/u8-strconv-from-enc: New file.
15190         * lib/uniconv/u8-strconv-from-enc.c: New file.
15191         * lib/uniconv/u-strconv-from-enc.h: New file.
15192         * modules/uniconv/u8-strconv-from-enc-tests: New file.
15193         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
15194
15195         * modules/uniconv/u32-conv-from-enc: New file.
15196         * lib/uniconv/u32-conv-from-enc.c: New file.
15197         * modules/uniconv/u32-conv-from-enc-tests: New file.
15198         * tests/uniconv/test-u32-conv-from-enc.c: New file.
15199
15200         * modules/uniconv/u16-conv-from-enc: New file.
15201         * lib/uniconv/u16-conv-from-enc.c: New file.
15202         * lib/uniconv/u-conv-from-enc.h: New file.
15203         * modules/uniconv/u16-conv-from-enc-tests: New file.
15204         * tests/uniconv/test-u16-conv-from-enc.c: New file.
15205
15206         * modules/uniconv/u8-conv-from-enc: New file.
15207         * lib/uniconv/u8-conv-from-enc.c: New file.
15208         * modules/uniconv/u8-conv-from-enc-tests: New file.
15209         * tests/uniconv/test-u8-conv-from-enc.c: New file.
15210
15211         * modules/uniconv/base: New file.
15212         * lib/uniconv.h: New file.
15213
15214 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15215
15216         * doc/gnulib-tool.texi (Initial import): Update to match current
15217         behavior with strdup module.
15218         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
15219         * lib/memmem.h: Remove; all uses removed.  This is now done
15220         by <string.h>.
15221         * lib/mempcpy.h: Likewise.
15222         * lib/memrchr.h: Likewise.
15223         * lib/stpcpy.h: Likewise.
15224         * lib/stpncpy.h: Likewise.
15225         * lib/strcase.h: Likewise.
15226         * lib/strchrnul.h: Likewise.
15227         * lib/strdup.h: Likewise.
15228         * lib/strndup.h: Likewise.
15229         * lib/strnlen.h: Likewise.
15230         * lib/strpbrk.h: Likewise.
15231         * lib/strsep.h: Likewise.
15232         * lib/strstr.h: Likewise.
15233         * lib/strtok_r.h: Likewise.
15234         * lib/string_.h: New file.
15235         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
15236         Rely on <string.h> instead.
15237         * lib/canon-host.c: Likewise.
15238         * lib/chdir-long.c: Likewise.
15239         * lib/concatpath.c: Likewise.
15240         * lib/exclude.c: Likewise.
15241         * lib/fchdir.c: Likewise.
15242         * lib/getaddrinfo.c: Likewise.
15243         * lib/getcwd.c: Likewise.
15244         * lib/getsubopt.c: Likewise.
15245         * lib/glob.c: Likewise.
15246         * lib/hard-locale.c: Likewise.
15247         * lib/iconvme.c: Likewise.
15248         * lib/javacomp.c: Likewise.
15249         * lib/mempcpy.c: Likewise.
15250         * lib/memrchr.c: Likewise.
15251         * lib/regex_internal.h: Likewise.
15252         * lib/stpncpy.c: Likewise.
15253         * lib/strcasecmp.c: Likewise.
15254         * lib/strchrnul.c: Likewise.
15255         * lib/strdup.c: Likewise.
15256         * lib/striconv.c: Likewise.
15257         * lib/striconveh.c: Likewise.
15258         * lib/striconveha.c: Likewise.
15259         * lib/strncasecmp.c: Likewise.
15260         * lib/strndup.c: Likewise.
15261         * lib/strnlen.c: Likewise.
15262         * lib/strsep.c: Likewise.
15263         * lib/strstr.c: Likewise.
15264         * lib/strtok_r.c: Likewise.
15265         * lib/userspec.c: Likewise.
15266         * lib/w32spawn.h: Likewise.
15267         * lib/xstrndup.c: Likewise.
15268         * lib/mountlist.c (strstr): Remove decl.
15269         * m4/string_h.m4: New file.
15270         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
15271         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
15272         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
15273         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
15274         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
15275         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
15276         Set REPLACE_STRCASECMP if necessary.
15277         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
15278         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
15279         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
15280         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
15281         HAVE_DECL_STRDUP if necessary.
15282         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
15283         since gl_FUNC_STRNDUP does that now.
15284         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
15285         Check for decl here...
15286         (gl_PREREQ_STRNLEN): ... not here.
15287         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
15288         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
15289         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
15290         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
15291         necessary.
15292         * modules/string: New file.
15293         * modules/memmem (Files): Remove special-purpose include file.
15294         (Depends-on): Add string.
15295         (Include): Include <string.h>, not the removed file.
15296         * modules/mempcpy: Likewise.
15297         * modules/memrchr: Likewise.
15298         * modules/stpcpy: Likewise.
15299         * modules/stpncpy: Likewise.
15300         * modules/strcase: Likewise.
15301         * modules/strchrnul: Likewise.
15302         * modules/strdup: Likewise.
15303         * modules/strndup: Likewise.
15304         * modules/strnlen: Likewise.
15305         * modules/strpbrk: Likewise.
15306         * modules/strsep: Likewise.
15307         * modules/strstr: Likewise.
15308         * modules/strtok_r: Likewise.
15309         * tests/test-dirname.c: Don't include "strdup.h", since
15310         <string.h> now suffices.
15311         * tests/test-memmem.c: Don't include "memmem.h", since
15312         <string.h> now suffices.
15313
15314 2007-01-25  Bruno Haible  <bruno@clisp.org>
15315
15316         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
15317         *resultp is 0.
15318
15319         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
15320         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
15321         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
15322         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
15323
15324         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
15325         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
15326         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
15327         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
15328         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
15329         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
15330
15331 2007-01-24  Bruno Haible  <bruno@clisp.org>
15332
15333         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
15334         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
15335         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
15336         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
15337         gl_FUNC_FTS_CORE.
15338         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
15339         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
15340         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
15341         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
15342         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
15343         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
15344         gl_FUNC_FCHOWNAT.
15345         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
15346         gl_FUNC_STRFTIME.
15347         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
15348         Reported by Ralf Wildenhues.
15349
15350 2007-01-24  Bruno Haible  <bruno@clisp.org>
15351
15352         Drop AC_REQUIRE calls that are redundant with the module dependencies.
15353         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
15354         gl_GETADDRINFO.
15355         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
15356         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
15357         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
15358
15359 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
15360
15361         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
15362         Don't use 'exit'; just return from 'main'.
15363         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
15364
15365         * lib/fnmatch_.h: Readjust white space and comments to match
15366         glibc, to avoid spurious diffs.
15367
15368 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15369
15370         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
15371         2004-12-01 change by Jakub Jelinek, since this code won't compile
15372         if !LIBC.  Problem reported by Bob Proulx.
15373
15374 2007-01-23  Bruno Haible  <bruno@clisp.org>
15375
15376         * lib/striconveh.c: Include c-strcaseeq.h.
15377         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
15378         * modules/striconveh (Depends-on): Add c-strcaseeq.
15379
15380 2007-01-23  Bruno Haible  <bruno@clisp.org>
15381
15382         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
15383
15384         * modules/c-strcaseeq: New file.
15385         * lib/c-strcaseeq.h: New file.
15386
15387         * modules/streq: New file.
15388         * lib/streq.h: New file.
15389
15390 2007-01-23  Bruno Haible  <bruno@clisp.org>
15391
15392         * modules/striconveha-tests: New file.
15393         * tests/test-striconveha.c: New file.
15394
15395         * lib/striconveha.h: Include <stdbool.h>.
15396         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
15397         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
15398         (mem_iconveha_notranslit): Renamed from mem_iconveha.
15399         (mem_iconveha): New function.
15400         (str_iconveha_notranslit): Renamed from str_iconveha.
15401         (str_iconveha): New function.
15402         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
15403         c-strcase.
15404
15405 2007-01-23  Bruno Haible  <bruno@clisp.org>
15406
15407         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
15408         encodings without forgiving before trying any encoding with handler.
15409         (str_iconveha): Try all encodings without forgiving before trying any
15410         encoding with handler.
15411
15412 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15413
15414         Import the following changes from libc.
15415
15416         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15417
15418         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
15419
15420         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15421
15422         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
15423         normal_bracket label.
15424
15425         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
15426
15427         [BZ #361]
15428         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
15429         to normal_bracket after fetching the next character.
15430
15431 2007-01-22  Bruno Haible  <bruno@clisp.org>
15432
15433         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
15434         argument.
15435         * lib/striconveh.c (iconv_carefully_1): New function.
15436         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
15437         argument.
15438         (str_cd_iconveh): Update.
15439         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
15440         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
15441         * tests/test-striconveh.c (MAGIC): New macro.
15442         (new_offsets): New function.
15443         (main): Test call with and without offsets.
15444
15445 2007-01-22  Bruno Haible  <bruno@clisp.org>
15446
15447         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
15448         * modules/sys_select (Makefile.am): Likewise.
15449         * modules/sys_socket (Makefile.am): Likewise.
15450         * modules/sys_time (Makefile.am): Likewise.
15451
15452 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15453
15454         * modules/gettimeofday (License): Change from GPL to LGPL, since
15455         gettimeofday is a library function.
15456
15457 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15458
15459         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
15460
15461 2007-01-21  Bruno Haible  <bruno@clisp.org>
15462
15463         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
15464
15465 2007-01-21  Bruno Haible  <bruno@clisp.org>
15466
15467         * modules/striconveha: New file.
15468         * lib/striconveha.h: New file.
15469         * lib/striconveha.c: New file.
15470         * MODULES.html.sh (Internationalization functions): Add striconveha.
15471         * lib/striconv.c (str_iconv): Optimize the case of an empty input
15472         string.
15473         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
15474
15475 2007-01-21  Bruno Haible  <bruno@clisp.org>
15476
15477         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
15478         * lib/striconveh.c (str_iconveh): Likewise.
15479
15480 2007-01-21  Bruno Haible  <bruno@clisp.org>
15481
15482         * lib/striconveh.h (mem_iconveh): New declaration.
15483         * lib/striconveh.c (mem_iconveh): New function.
15484         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
15485
15486 2007-01-21  Bruno Haible  <bruno@clisp.org>
15487
15488         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
15489
15490         * lib/striconveh.h (mem_cd_iconveh): Change specification.
15491         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
15492         original result buffer.
15493         (str_cd_iconveh): Update.
15494         * tests/test-striconveh.c (main): Update.
15495
15496         * lib/striconv.h (mem_cd_iconv): Change specification.
15497         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
15498         result buffer.
15499         (str_cd_iconv): Update.
15500         * tests/test-striconv.c (main): Update.
15501
15502 2007-01-21  Bruno Haible  <bruno@clisp.org>
15503
15504         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
15505
15506 2007-01-20  Jim Meyering  <jim@meyering.net>
15507
15508         * lib/userspec.c (parse_with_separator): If a user or group string
15509         starts with "+", skip the corresponding name-to-ID look-up, since
15510         such a look-up must fail: user and group names may not include "+".
15511
15512 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15513
15514         * lib/poll.c: Include sys/time.h and time.h unconditionally,
15515         since we now assume the sys_time module.
15516         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
15517         check for sys/time.h; no longer needed.
15518         * modules/poll (Depends-on): Depend on sys_time.
15519
15520 2007-01-18  Bruno Haible  <bruno@clisp.org>
15521
15522         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
15523         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
15524
15525         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
15526         gettimeofday.
15527
15528         * tests/test-gettimeofday.c: Include <time.h>.
15529         (dummy): Remove variable.
15530
15531         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
15532         gl_HEADER_SYS_TIME_H.
15533         (gl_HEADER_SYS_TIME_H): New macro.
15534
15535         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
15536         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15537         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
15538         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
15539         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15540         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
15541         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
15542         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15543         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
15544         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
15545         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15546
15547         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
15548         last change; it caused a compilation error when cross-compiling to
15549         Cygwin.
15550
15551 2007-01-18  Jim Meyering  <jim@meyering.net>
15552
15553         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
15554         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
15555         than the race-prone "test -d sys || mkdir sys".
15556         (configure.ac): Use AC_PROG_MKDIR_P.
15557         * modules/sys_select: Likewise.
15558         * modules/sys_socket: Likewise.
15559         * modules/sys_time: Likewise.
15560
15561 2007-01-18  Eric Blake  <ebb9@byu.net>
15562
15563         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
15564         replace gettimeofday.
15565         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
15566         name, to avoid infinite recursion.
15567
15568 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
15569
15570         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
15571         module sys_time.
15572         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
15573         assume timespec.h defines struct timeval.
15574         * lib/settime.c: Likewise.
15575         * lib/utimens.c: Likewise.
15576         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
15577         since we now assume the gettimeofday module.
15578         * lib/tempname.c (__gen_tempname): Likewise.
15579         * lib/gettimeofday.h: Remove.
15580         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
15581         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
15582         Include <time.h>, for 'time()'.
15583         (localtime_buffer_addr): Also use this workaround if
15584         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
15585         to simplify the uses.  All uses changed.
15586         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
15587         that #undef is inside {}, and 'const' follows type name consistently.
15588         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
15589         (gettimeofday): Do not use the maximum possible value for
15590         tv->tv_usec, since that might break usages other than ls.c.
15591         Instead, we'll leave ls.c alone.  This undoes today's patch
15592         by Bruno.  Add a compile-time warning for 1s-clock resolution;
15593         we've never observed the problem but might as well keep the
15594         canary.
15595         * lib/nanosleep.c: Include timespec.h first, for interface check.
15596         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
15597         now assume the sys_time module.
15598         * lib/tempname.c: Likewise.
15599         * lib/timespec.h: Likewise.
15600         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
15601         needed.
15602         * lib/strftime.c: Likewise.
15603         * lib/timespec.h: Likewise.
15604         * lib/posixtm.c: Include posixtm.h first, for interface check.
15605         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
15606         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
15607         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
15608         * lib/sys_time_.h: New file.
15609         * lib/timespec.h (struct timespec): Use long int, not long.
15610         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
15611         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
15612         Remove obsolescent call to AC_HEADER_TIME.
15613         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
15614         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15615         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
15616         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
15617         Likewise.
15618         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
15619         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
15620         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
15621         into the sys_time module.  Check for gettimeofday just once.
15622         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
15623         for gettimeofday signature to just check the signature.  Merely
15624         compile it, since linking doesn't test signature.  Improve test for
15625         whether gettimeofday.o is actually needed.
15626         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
15627         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
15628         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
15629         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15630         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
15631         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
15632         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
15633         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
15634         than worrying about sys/time.h.
15635         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
15636         Don't bother worrying about TIME_WITH_SYS_TIME.
15637         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
15638         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
15639         * m4/sys_time_h.m4: New file.
15640         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
15641         Don't include sys/time.h.  Return from main rather than exiting.
15642         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
15643         all uses changed.
15644         * modules/gethrxtime (Depends-on): Add sys_time.
15645         * modules/gettime (Depends-on): Likewise.
15646         * modules/gettimeofday (Depends-on): Likewise.
15647         * modules/nanosleep (Depends-on): Likewise.
15648         * modules/settime (Depends-on): Likewise.
15649         * modules/tempname (Depends-on): Likewise.
15650         * modules/utimens (Depends-on): Likewise.
15651         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
15652         (Include:) Change back to <sys/time.h>.
15653         (Maintainer:) Add self.
15654         * modules/sys_time: New file.
15655         * modules/tempname (Depends-on): Add gettimeofday.
15656         * tests/test-gettimeofday.c: Include <sys/time.h>
15657         rather than gettimeofday.h.
15658
15659 2007-01-17  Bruno Haible  <bruno@clisp.org>
15660
15661         * gnulib-tool (func_get_license): Revert last patch. Instead, let
15662         the license default to GPL.
15663         (func_create_testdir): Don't complain if a module is LGPL and its
15664         tests module depends on GPLed modules.
15665
15666 2007-01-17  Bruno Haible  <bruno@clisp.org>
15667
15668         * lib/gettimeofday.c (gettimeofday): Add code for the case
15669         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
15670         maximum possible value for tv->tv_usec, rather than the minimum one.
15671
15672 2005-10-08  Martin Lambers  <marlam@marlam.de>
15673 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
15674 2007-01-16  Bruno Haible  <bruno@clisp.org>
15675
15676         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
15677         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
15678         gl_FUNC_GETTIMEOFDAY.
15679         (Include): Add gettimeofday.h.
15680         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
15681         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
15682         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
15683         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
15684         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
15685         * lib/gettimeofday.h: New file.
15686         * lib/gettimeofday.c: Include <sys/timeb.h>.
15687         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
15688         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15689         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
15690         fall back on time().
15691
15692         * tests/test-gettimeofday.c: New file.
15693         * modules/gettimeofday-tests: New file.
15694
15695 2007-01-16  Eric Blake  <ebb9@byu.net>
15696
15697         * modules/fnmatch (Depends-on): Depend on wchar.
15698         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
15699         * m4/fnmatch.m4: Likewise.
15700         * modules/mbchar (Makefile.am): Assume <wchar.h>.
15701         * m4/mbchar.m4: Likewise.
15702         * modules/mbswidth (Depends-on): Depend on wchar.
15703         * lib/mbswidth.c: Assume <wchar.h>.
15704         * m4/mbswidth.m4: Likewise.
15705         * modules/quotearg (Depends-on): Depend on wchar.
15706         * lib/quotearg.c: Assume <wchar.h>.
15707         * m4/quotearg.m4: Likewise.
15708         * modules/regex (Depends-on): Depend on wchar.
15709         * lib/regex_internal.h: Assume <wchar.h>.
15710         * m4/regex.m4: Likewise.
15711         * modules/stdint (Depends-on): Depend on wchar.
15712         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
15713         * m4/stdint.m4: Likewise.
15714         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
15715         * modules/strftime (Depends-on): Depend on wchar.
15716         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
15717         * modules/strtol (Depends-on): Depend on wchar.
15718         * lib/strtol.c: Assume <wchar.h>.
15719         * modules/wcwidth (Depends-on): Depend on wchar.
15720         * lib/wcwidth.h: Assume <wchar.h>.
15721         * m4/wcwidth.m4: Likewise.
15722
15723 2007-01-16  Bruno Haible  <bruno@clisp.org>
15724
15725         * modules/csharpexec-script: New, created from...
15726         * modules/csharpexec: ... this.
15727
15728 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
15729
15730         * modules/javaexec-script: New, created from...
15731         * modules/javaexec: ... this.
15732
15733 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15734
15735         * modules/poll (Dependencies): Add sys_select.
15736
15737 2007-01-15  Jim Meyering  <jim@meyering.net>
15738
15739         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
15740         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
15741         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
15742         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
15743
15744 2007-01-15  Bruno Haible  <bruno@clisp.org>
15745
15746         * modules/striconveh: New file.
15747         * lib/striconveh.h: New file.
15748         * lib/striconveh.c: New file.
15749         * MODULES.html.sh (Internationalization functions): Add striconveh.
15750
15751         * modules/striconveh-tests: New file.
15752         * tests/test-striconveh.c: New file.
15753
15754 2007-01-15  Bruno Haible  <bruno@clisp.org>
15755
15756         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
15757         not from GNU libiconv or GNU libc.
15758
15759 2007-01-15  Bruno Haible  <bruno@clisp.org>
15760
15761         * doc/gnulib-intro.texi (Copyright): Explain the different license
15762         terms for module descriptions, autoconf macros, tests, documentation.
15763
15764 2007-01-14  Bruno Haible  <bruno@clisp.org>
15765
15766         * modules/striconv-tests: New file.
15767         * tests/test-striconv.c: New file.
15768
15769 2007-01-14  Bruno Haible  <bruno@clisp.org>
15770
15771         * modules/iconv-tests: New file.
15772         * tests/test-iconv.c: New file.
15773
15774 2007-01-14  Bruno Haible  <bruno@clisp.org>
15775
15776         * gnulib-tool (func_get_license): For test modules, use the license of
15777         the main module.
15778
15779 2007-01-14  Bruno Haible  <bruno@clisp.org>
15780
15781         * modules/iconv (Include): Clarify that <iconv.h> can only be included
15782         if iconv is found to exist.
15783
15784 2007-01-14  Bruno Haible  <bruno@clisp.org>
15785
15786         * modules/c-ctype-tests: New file.
15787         * tests/test-c-ctype.c: New file.
15788
15789 2007-01-14  Bruno Haible  <bruno@clisp.org>
15790
15791         * modules/binary-io-tests: New file.
15792         * tests/test-binary-io.sh: New file.
15793         * tests/test-binary-io.c: New file.
15794
15795 2007-01-14  Bruno Haible  <bruno@clisp.org>
15796
15797         * modules/array-oset-tests: New file.
15798         * tests/test-array_oset.c: New file.
15799
15800 2007-01-14  Bruno Haible  <bruno@clisp.org>
15801
15802         * modules/array-list-tests: New file.
15803         * tests/test-array_list.c: New file.
15804
15805 2007-01-14  Bruno Haible  <bruno@clisp.org>
15806
15807         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
15808         and make.
15809         Reported by Simon Josefsson in
15810         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
15811
15812 2007-01-14  Bruno Haible  <bruno@clisp.org>
15813
15814         * modules/allocsa-tests: New file.
15815         * tests/test-allocsa.c: New file.
15816
15817 2007-01-14  Bruno Haible  <bruno@clisp.org>
15818
15819         * modules/fchdir (Depends-on): Add absolute-header.
15820         * modules/unistd (Depends-on): Likewise.
15821
15822 2006-12-30  Bruno Haible  <bruno@clisp.org>
15823
15824         * modules/fchdir: New file.
15825         * modules/unistd (Files): Add lib/unistd_.h.
15826         (Makefile.am): Generate unistd.h from unistd_.h.
15827         * lib/fchdir.c: New file.
15828         * lib/dirent_.h: New file.
15829         * lib/unistd_.h: New file.
15830         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
15831         * m4/fchdir.m4: New file.
15832         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
15833         (gl_HEADER_UNISTD): Invoke it.
15834         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
15835         function.
15836         * lib/backupfile.c (opendir, closedir): Undefine.
15837         * lib/chown.c (open, close): Undefine.
15838         * lib/clean-temp.c (open, close): Undefine.
15839         * lib/copy-file.c (open, close): Undefine.
15840         * lib/execute.c (open, close): Undefine.
15841         * lib/fsusage.c (open, close): Undefine.
15842         * lib/gc-gnulib.c (open, close): Undefine.
15843         * lib/getcwd.c (opendir, closedir): Undefine.
15844         * lib/glob.c (opendir, closedir): Undefine.
15845         * lib/javacomp.c (open, close): Undefine.
15846         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
15847         * lib/openat-proc.c (open, close): Undefine.
15848         * lib/pagealign_alloc.c (open, close): Undefine.
15849         * lib/pipe.c (open, close): Undefine.
15850         * lib/progreloc.c (open, close): Undefine.
15851         * lib/savedir.c (opendir, closedir): Undefine.
15852         * lib/utime.c (open, close): Undefine.
15853         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
15854
15855 2007-01-10  Bruno Haible  <bruno@clisp.org>
15856
15857         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
15858
15859 2007-01-12  Eric Blake  <ebb9@byu.net>
15860
15861         Provide a robust <wchar.h>.  Further simplifications are now
15862         possible in other modules, but not included here.
15863         * modules/wchar: New module.
15864         * m4/wchar.m4: New file.
15865         * lib/wchar_.h: Likewise.
15866         * modules/mbchar (Depends-on): Depend on wchar, as the first use
15867         of the new module.
15868         * MODULES.html.sh (Extended multibyte and wide character utilities):
15869         New section.
15870
15871 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
15872
15873         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
15874         to a reasonable default for memory allocation.
15875         (xreadlink): Don't allocate a huge buffer, to work around a buggy
15876         file system that reports garbage st_size values for symlinks.
15877         Problem reported by Liyang Hu.
15878
15879 2007-01-11  Simon Josefsson  <simon@josefsson.org>
15880
15881         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
15882         Emacs .#* auto-save files).
15883
15884 2007-01-11  Bruno Haible  <bruno@clisp.org>
15885
15886         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
15887         directory.
15888
15889 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15890
15891         Use @...@ consistently in lib/wctype_.h.
15892         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
15893         on it being set to 1 or 0.
15894         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
15895         go back to AC_SUBSTing it.
15896         * modules/wctype (Makefile.am): Undo previous change.
15897
15898 2007-01-10  Eric Blake  <ebb9@byu.net>
15899
15900         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
15901         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
15902         * modules/wctype (Makefile.am): Likewise.
15903         Reported by Chris McGuire.
15904
15905 2007-01-10  Jim Meyering  <jim@meyering.net>
15906
15907         fts.c: a small readability/maintainability improvement
15908         * lib/fts.c (fts_read): Make this code slightly more readable and
15909         maintainable by hoisting the "sp->fts_cur = p" assignments to
15910         immediately follow the statements that set P.  Derived from
15911         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
15912
15913 2007-01-10  Eric Blake  <ebb9@byu.net>
15914
15915         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
15916         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
15917         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
15918         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
15919         Reported by Chris McGuire.
15920
15921 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15922
15923         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
15924         in sed script.
15925
15926 2007-01-09  Bruno Haible  <bruno@clisp.org>
15927
15928         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
15929         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
15930         variables.
15931         (func_module): Use them.
15932
15933 2007-01-09  Bruno Haible  <bruno@clisp.org>
15934
15935         * modules/unistr/base: New file.
15936         * lib/unistr.h: New file.
15937
15938         * modules/unistr/u8-to-u16: New file.
15939         * lib/unistr/u8-to-u16.c: New file.
15940
15941         * modules/unistr/u8-to-u32: New file.
15942         * lib/unistr/u8-to-u32.c: New file.
15943
15944         * modules/unistr/u16-to-u8: New file.
15945         * lib/unistr/u16-to-u8.c: New file.
15946
15947         * modules/unistr/u16-to-u32: New file.
15948         * lib/unistr/u16-to-u32.c: New file.
15949
15950         * modules/unistr/u32-to-u8: New file.
15951         * lib/unistr/u32-to-u8.c: New file.
15952
15953         * modules/unistr/u32-to-u16: New file.
15954         * lib/unistr/u32-to-u16.c: New file.
15955
15956         * modules/unistr/u8-check: New file.
15957         * modules/unistr/u16-check: New file.
15958         * modules/unistr/u32-check: New file.
15959         * lib/unistr/u8-check.c: New file.
15960         * lib/unistr/u16-check.c: New file.
15961         * lib/unistr/u32-check.c: New file.
15962
15963         * modules/unistr/u8-chr: New file.
15964         * modules/unistr/u16-chr: New file.
15965         * modules/unistr/u32-chr: New file.
15966         * lib/unistr/u8-chr.c: New file.
15967         * lib/unistr/u16-chr.c: New file.
15968         * lib/unistr/u32-chr.c: New file.
15969
15970         * modules/unistr/u8-cmp: New file.
15971         * modules/unistr/u16-cmp: New file.
15972         * modules/unistr/u32-cmp: New file.
15973         * lib/unistr/u8-cmp.c: New file.
15974         * lib/unistr/u16-cmp.c: New file.
15975         * lib/unistr/u32-cmp.c: New file.
15976
15977         * modules/unistr/u8-cpy: New file.
15978         * modules/unistr/u16-cpy: New file.
15979         * modules/unistr/u32-cpy: New file.
15980         * lib/unistr/u8-cpy.c: New file.
15981         * lib/unistr/u16-cpy.c: New file.
15982         * lib/unistr/u32-cpy.c: New file.
15983         * lib/unistr/u-cpy.h: New file.
15984
15985         * modules/unistr/u8-cpy-alloc: New file.
15986         * modules/unistr/u16-cpy-alloc: New file.
15987         * modules/unistr/u32-cpy-alloc: New file.
15988         * lib/unistr/u8-cpy-alloc.c: New file.
15989         * lib/unistr/u16-cpy-alloc.c: New file.
15990         * lib/unistr/u32-cpy-alloc.c: New file.
15991         * lib/unistr/u-cpy-alloc.h: New file.
15992
15993         * modules/unistr/u8-endswith: New file.
15994         * modules/unistr/u16-endswith: New file.
15995         * modules/unistr/u32-endswith: New file.
15996         * lib/unistr/u8-endswith.c: New file.
15997         * lib/unistr/u16-endswith.c: New file.
15998         * lib/unistr/u32-endswith.c: New file.
15999         * lib/unistr/u-endswith.h: New file.
16000
16001         * modules/unistr/u8-mblen: New file.
16002         * modules/unistr/u16-mblen: New file.
16003         * modules/unistr/u32-mblen: New file.
16004         * lib/unistr/u8-mblen.c: New file.
16005         * lib/unistr/u16-mblen.c: New file.
16006         * lib/unistr/u32-mblen.c: New file.
16007
16008         * modules/unistr/u8-mbtouc: New file.
16009         * modules/unistr/u16-mbtouc: New file.
16010         * modules/unistr/u32-mbtouc: New file.
16011         * lib/unistr/u8-mbtouc.c: New file.
16012         * lib/unistr/u16-mbtouc.c: New file.
16013         * lib/unistr/u32-mbtouc.c: New file.
16014
16015         * modules/unistr/u8-mbtouc-safe: New file.
16016         * modules/unistr/u16-mbtouc-safe: New file.
16017         * modules/unistr/u32-mbtouc-safe: New file.
16018         * lib/unistr/u8-mbtouc-safe.c: New file.
16019         * lib/unistr/u16-mbtouc-safe.c: New file.
16020         * lib/unistr/u32-mbtouc-safe.c: New file.
16021
16022         * modules/unistr/u8-move: New file.
16023         * modules/unistr/u16-move: New file.
16024         * modules/unistr/u32-move: New file.
16025         * lib/unistr/u8-move.c: New file.
16026         * lib/unistr/u16-move.c: New file.
16027         * lib/unistr/u32-move.c: New file.
16028         * lib/unistr/u-move.h: New file.
16029
16030         * modules/unistr/u8-next: New file.
16031         * modules/unistr/u16-next: New file.
16032         * modules/unistr/u32-next: New file.
16033         * lib/unistr/u8-next.c: New file.
16034         * lib/unistr/u16-next.c: New file.
16035         * lib/unistr/u32-next.c: New file.
16036
16037         * modules/unistr/u8-prev: New file.
16038         * modules/unistr/u16-prev: New file.
16039         * modules/unistr/u32-prev: New file.
16040         * lib/unistr/u8-prev.c: New file.
16041         * lib/unistr/u16-prev.c: New file.
16042         * lib/unistr/u32-prev.c: New file.
16043
16044         * modules/unistr/u8-set: New file.
16045         * modules/unistr/u16-set: New file.
16046         * modules/unistr/u32-set: New file.
16047         * lib/unistr/u8-set.c: New file.
16048         * lib/unistr/u16-set.c: New file.
16049         * lib/unistr/u32-set.c: New file.
16050         * lib/unistr/u-set.h: New file.
16051
16052         * modules/unistr/u8-startswith: New file.
16053         * modules/unistr/u16-startswith: New file.
16054         * modules/unistr/u32-startswith: New file.
16055         * lib/unistr/u8-startswith.c: New file.
16056         * lib/unistr/u16-startswith.c: New file.
16057         * lib/unistr/u32-startswith.c: New file.
16058         * lib/unistr/u-startswith.h: New file.
16059
16060         * modules/unistr/u8-stpcpy: New file.
16061         * modules/unistr/u16-stpcpy: New file.
16062         * modules/unistr/u32-stpcpy: New file.
16063         * lib/unistr/u8-stpcpy.c: New file.
16064         * lib/unistr/u16-stpcpy.c: New file.
16065         * lib/unistr/u32-stpcpy.c: New file.
16066         * lib/unistr/u-stpcpy.h: New file.
16067
16068         * modules/unistr/u8-stpncpy: New file.
16069         * modules/unistr/u16-stpncpy: New file.
16070         * modules/unistr/u32-stpncpy: New file.
16071         * lib/unistr/u8-stpncpy.c: New file.
16072         * lib/unistr/u16-stpncpy.c: New file.
16073         * lib/unistr/u32-stpncpy.c: New file.
16074         * lib/unistr/u-stpncpy.h: New file.
16075
16076         * modules/unistr/u8-strcat: New file.
16077         * modules/unistr/u16-strcat: New file.
16078         * modules/unistr/u32-strcat: New file.
16079         * lib/unistr/u8-strcat.c: New file.
16080         * lib/unistr/u16-strcat.c: New file.
16081         * lib/unistr/u32-strcat.c: New file.
16082         * lib/unistr/u-strcat.h: New file.
16083
16084         * modules/unistr/u8-strchr: New file.
16085         * modules/unistr/u16-strchr: New file.
16086         * modules/unistr/u32-strchr: New file.
16087         * lib/unistr/u8-strchr.c: New file.
16088         * lib/unistr/u16-strchr.c: New file.
16089         * lib/unistr/u32-strchr.c: New file.
16090
16091         * modules/unistr/u8-strcmp: New file.
16092         * modules/unistr/u16-strcmp: New file.
16093         * modules/unistr/u32-strcmp: New file.
16094         * lib/unistr/u8-strcmp.c: New file.
16095         * lib/unistr/u16-strcmp.c: New file.
16096         * lib/unistr/u32-strcmp.c: New file.
16097
16098         * modules/unistr/u8-strcpy: New file.
16099         * modules/unistr/u16-strcpy: New file.
16100         * modules/unistr/u32-strcpy: New file.
16101         * lib/unistr/u8-strcpy.c: New file.
16102         * lib/unistr/u16-strcpy.c: New file.
16103         * lib/unistr/u32-strcpy.c: New file.
16104         * lib/unistr/u-strcpy.h: New file.
16105
16106         * modules/unistr/u8-strcspn: New file.
16107         * modules/unistr/u16-strcspn: New file.
16108         * modules/unistr/u32-strcspn: New file.
16109         * lib/unistr/u8-strcspn.c: New file.
16110         * lib/unistr/u16-strcspn.c: New file.
16111         * lib/unistr/u32-strcspn.c: New file.
16112         * lib/unistr/u-strcspn.h: New file.
16113
16114         * modules/unistr/u8-strdup: New file.
16115         * modules/unistr/u16-strdup: New file.
16116         * modules/unistr/u32-strdup: New file.
16117         * lib/unistr/u8-strdup.c: New file.
16118         * lib/unistr/u16-strdup.c: New file.
16119         * lib/unistr/u32-strdup.c: New file.
16120         * lib/unistr/u-strdup.h: New file.
16121
16122         * modules/unistr/u8-strlen: New file.
16123         * modules/unistr/u16-strlen: New file.
16124         * modules/unistr/u32-strlen: New file.
16125         * lib/unistr/u8-strlen.c: New file.
16126         * lib/unistr/u16-strlen.c: New file.
16127         * lib/unistr/u32-strlen.c: New file.
16128         * lib/unistr/u-strlen.h: New file.
16129
16130         * modules/unistr/u8-strmblen: New file.
16131         * modules/unistr/u16-strmblen: New file.
16132         * modules/unistr/u32-strmblen: New file.
16133         * lib/unistr/u8-strmblen.c: New file.
16134         * lib/unistr/u16-strmblen.c: New file.
16135         * lib/unistr/u32-strmblen.c: New file.
16136
16137         * modules/unistr/u8-strmbtouc: New file.
16138         * modules/unistr/u16-strmbtouc: New file.
16139         * modules/unistr/u32-strmbtouc: New file.
16140         * lib/unistr/u8-strmbtouc.c: New file.
16141         * lib/unistr/u16-strmbtouc.c: New file.
16142         * lib/unistr/u32-strmbtouc.c: New file.
16143
16144         * modules/unistr/u8-strncat: New file.
16145         * modules/unistr/u16-strncat: New file.
16146         * modules/unistr/u32-strncat: New file.
16147         * lib/unistr/u8-strncat.c: New file.
16148         * lib/unistr/u16-strncat.c: New file.
16149         * lib/unistr/u32-strncat.c: New file.
16150         * lib/unistr/u-strncat.h: New file.
16151
16152         * modules/unistr/u8-strncmp: New file.
16153         * modules/unistr/u16-strncmp: New file.
16154         * modules/unistr/u32-strncmp: New file.
16155         * lib/unistr/u8-strncmp.c: New file.
16156         * lib/unistr/u16-strncmp.c: New file.
16157         * lib/unistr/u32-strncmp.c: New file.
16158
16159         * modules/unistr/u8-strncpy: New file.
16160         * modules/unistr/u16-strncpy: New file.
16161         * modules/unistr/u32-strncpy: New file.
16162         * lib/unistr/u8-strncpy.c: New file.
16163         * lib/unistr/u16-strncpy.c: New file.
16164         * lib/unistr/u32-strncpy.c: New file.
16165         * lib/unistr/u-strncpy.h: New file.
16166
16167         * modules/unistr/u8-strnlen: New file.
16168         * modules/unistr/u16-strnlen: New file.
16169         * modules/unistr/u32-strnlen: New file.
16170         * lib/unistr/u8-strnlen.c: New file.
16171         * lib/unistr/u16-strnlen.c: New file.
16172         * lib/unistr/u32-strnlen.c: New file.
16173         * lib/unistr/u-strnlen.h: New file.
16174
16175         * modules/unistr/u8-strpbrk: New file.
16176         * modules/unistr/u16-strpbrk: New file.
16177         * modules/unistr/u32-strpbrk: New file.
16178         * lib/unistr/u8-strpbrk.c: New file.
16179         * lib/unistr/u16-strpbrk.c: New file.
16180         * lib/unistr/u32-strpbrk.c: New file.
16181         * lib/unistr/u-strpbrk.h: New file.
16182
16183         * modules/unistr/u8-strrchr: New file.
16184         * modules/unistr/u16-strrchr: New file.
16185         * modules/unistr/u32-strrchr: New file.
16186         * lib/unistr/u8-strrchr.c: New file.
16187         * lib/unistr/u16-strrchr.c: New file.
16188         * lib/unistr/u32-strrchr.c: New file.
16189
16190         * modules/unistr/u8-strspn: New file.
16191         * modules/unistr/u16-strspn: New file.
16192         * modules/unistr/u32-strspn: New file.
16193         * lib/unistr/u8-strspn.c: New file.
16194         * lib/unistr/u16-strspn.c: New file.
16195         * lib/unistr/u32-strspn.c: New file.
16196         * lib/unistr/u-strspn.h: New file.
16197
16198         * modules/unistr/u8-strstr: New file.
16199         * modules/unistr/u16-strstr: New file.
16200         * modules/unistr/u32-strstr: New file.
16201         * lib/unistr/u8-strstr.c: New file.
16202         * lib/unistr/u16-strstr.c: New file.
16203         * lib/unistr/u32-strstr.c: New file.
16204         * lib/unistr/u-strstr.h: New file.
16205
16206         * modules/unistr/u8-strtok: New file.
16207         * modules/unistr/u16-strtok: New file.
16208         * modules/unistr/u32-strtok: New file.
16209         * lib/unistr/u8-strtok.c: New file.
16210         * lib/unistr/u16-strtok.c: New file.
16211         * lib/unistr/u32-strtok.c: New file.
16212         * lib/unistr/u-strtok.h: New file.
16213
16214         * modules/unistr/u8-uctomb: New file.
16215         * modules/unistr/u16-uctomb: New file.
16216         * modules/unistr/u32-uctomb: New file.
16217         * lib/unistr/u8-uctomb.c: New file.
16218         * lib/unistr/u16-uctomb.c: New file.
16219         * lib/unistr/u32-uctomb.c: New file.
16220
16221         * MODULES.html.sh (Unicode string functions): Add the new modules.
16222
16223 2007-01-08  Bruno Haible  <bruno@clisp.org>
16224
16225         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
16226         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
16227         subdirectories.
16228
16229 2007-01-08  Karl Berry  <karl@gnu.org>
16230
16231         * doc/error.texi: mention that main() fns must set program_name
16232         when progname is used.
16233
16234 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
16235
16236         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
16237         WCTYPE_H is empty, for the benefit of builds from non-distclean
16238         directories.  Problem reported by Eric Blake in
16239         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
16240
16241 2007-01-08  Bruno Haible  <bruno@clisp.org>
16242
16243         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
16244         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
16245         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
16246         PROVIDE_CANONICALIZE_FILENAME_MODE.
16247         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
16248
16249 2007-01-08  Bruno Haible  <bruno@clisp.org>
16250
16251         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
16252         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
16253         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
16254         * lib/fts.c: Likewise.
16255         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
16256
16257 2006-12-25  Bruno Haible  <bruno@clisp.org>
16258
16259         * modules/utf8-ucs4-safe: New file.
16260         * lib/utf8-ucs4-safe.h: New file.
16261         * lib/unistr/utf8-ucs4-safe.c: New file.
16262
16263         * modules/utf16-ucs4-safe: New file.
16264         * lib/utf16-ucs4-safe.h: New file.
16265         * lib/unistr/utf16-ucs4-safe.c: New file.
16266
16267         * MODULES.html.sh (Unicode string functions): Add the new modules.
16268
16269 2007-01-08  Bruno Haible  <bruno@clisp.org>
16270
16271         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
16272         (Depends-on): Add unitypes.
16273         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
16274         (u8_mbtouc_aux): Move out to separate file.
16275         (u8_mbtouc): Use ucs4_t, uint8_t types.
16276         * lib/unistr/utf8-ucs4.c: New file.
16277
16278         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
16279         (Depends-on): Add unitypes.
16280         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
16281         (u16_mbtouc_aux): Move out to separate file.
16282         (u16_mbtouc): Use ucs4_t, uint16_t types.
16283         * lib/unistr/utf16-ucs4.c: New file.
16284
16285         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
16286         (Depends-on): Add unitypes.
16287         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
16288         (u8_uctomb_aux): Move out to separate file.
16289         (u8_uctomb): Use ucs4_t, uint8_t types.
16290         * lib/unistr/ucs4-utf8.c: New file.
16291
16292         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
16293         (Depends-on): Add unitypes.
16294         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
16295         (u16_uctomb_aux): Move out to separate file.
16296         (u16_uctomb): Use ucs4_t, uint16_t types.
16297         * lib/unistr/ucs4-utf16.c: New file.
16298
16299 2006-12-25  Bruno Haible  <bruno@clisp.org>
16300
16301         * modules/unitypes: New file.
16302         * lib/unitypes.h: New file.
16303         * MODULES.html.sh (func_all_modules): New section "Unicode string
16304         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
16305         this section. Add unitypes.
16306
16307 2007-01-08  Bruno Haible  <bruno@clisp.org>
16308
16309         Avoid variable names that conflict with those from libtool.
16310         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
16311         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
16312         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
16313         library_names_spec to acl_library_names_spec, hardcode_* to
16314         acl_hardcode_*.
16315         Reported by Ralf Wildenhues.
16316
16317 2007-01-08  Bruno Haible  <bruno@clisp.org>
16318
16319         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
16320         definition.
16321         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
16322         definition.
16323         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
16324         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
16325         definition.
16326         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
16327         definition.
16328         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
16329         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
16330         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
16331         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
16332         definition.
16333         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
16334         definition.
16335         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
16336         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
16337         GC_USE_<algorithm>.
16338         * lib/gc-libgcrypt.c: Likewise.
16339         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
16340         * modules/gc-arctwo (configure.ac): Likewise.
16341         * modules/gc-des (configure.ac): Likewise.
16342         * modules/gc-hmac-md5 (configure.ac): Likewise.
16343         * modules/gc-hmac-sha1 (configure.ac): Likewise.
16344         * modules/gc-md2 (configure.ac): Likewise.
16345         * modules/gc-md4 (configure.ac): Likewise.
16346         * modules/gc-md5 (configure.ac): Likewise.
16347         * modules/gc-random (configure.ac): Likewise.
16348         * modules/gc-rijndael (configure.ac): Likewise.
16349         * modules/gc-sha1 (configure.ac): Likewise.
16350
16351 2007-01-08  Bruno Haible  <bruno@clisp.org>
16352
16353         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
16354         macro definition.
16355         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
16356         definition.
16357         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
16358         definition.
16359         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
16360         * modules/fcntl-safer (configure.ac): Likewise.
16361         * modules/fopen-safer (configure.ac): Likewise.
16362         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
16363         GNULIB_FWRITEERROR macro definition.
16364
16365 2007-01-08  Bruno Haible  <bruno@clisp.org>
16366
16367         * m4/gnulib-common.m4: New file.
16368         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
16369         (func_get_filelist): Add m4/gnulib-common.m4.
16370
16371 2007-01-08  Bruno Haible  <bruno@clisp.org>
16372
16373         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
16374         command.
16375
16376 2007-01-08  Jim Meyering  <jim@meyering.net>
16377
16378         Use a more robust test for a "can't happen" condition.
16379         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
16380         narrowed the st_size value.  Presuming the "can't happen" condition
16381         is true, that narrowing could conceivably convert an invalid st_size
16382         value into a valid one.  Instead, use a change based on Matthew
16383         Woehlke's original patch.
16384
16385         Slight readability improvement: use an assert-like macro
16386         in place of literal "abort ()" uses.
16387         * lib/fts.c (fts_assert): Define.
16388         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
16389         Use this macro instead of a bare 'abort'.
16390
16391 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
16392
16393         Don't worry about using IRIX 5.3's wctype.h broken definitions;
16394         simply work around them.
16395         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
16396         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
16397         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
16398         declaring.
16399         Don't bother to define as macros, since the standard doesn't require it.
16400         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
16401         longer worry about IRIX 5.3.
16402         (HAVE_WCTYPE_CTMP_BUG): Remove.
16403
16404 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16405
16406         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
16407         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
16408         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
16409         Problems reported by Georg Schwarz for IRIX 5.3.
16410
16411         * gnulib-tool (autoconf_minversion): Take the maximum version number
16412         found, not the minimum.  Problem reported by James Youngman.
16413
16414 2007-01-03  Karl Berry  <karl@gnu.org>
16415
16416         * doc/error.texi: new file, explaining interaction with progname.
16417         * doc/gnulib.texi: include it.  Update copyright.
16418
16419 2007-01-03  Simon Josefsson  <simon@josefsson.org>
16420
16421         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
16422         AC_CANONICAL_HOST, to improve autobuild outputs.
16423
16424 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
16425             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
16426
16427         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
16428         sockets, server sockets, and other file descriptors.  Count errors
16429         to compute the return value.  Reorder the code a bit to be easier
16430         to follow.  Don't set event bits that were not requested (except
16431         POLLERR and POLLHUP).
16432
16433 2007-01-01  Bruno Haible  <bruno@clisp.org>
16434
16435         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
16436
16437 2007-01-03  Jim Meyering  <jim@meyering.net>
16438
16439         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
16440
16441 2007-01-02  Bruno Haible  <bruno@clisp.org>
16442
16443         * modules/settime (Include): Require timespec.h.
16444         * modules/nanosleep (Include): Likewise.
16445
16446 2007-01-01  Bruno Haible  <bruno@clisp.org>
16447
16448         * gnulib-tool (func_emit_copyright_notice): Bump year.
16449         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
16450
16451 2007-01-01  Bruno Haible  <bruno@clisp.org>
16452
16453         Improve support for OpenBSD.
16454         * build-aux/config.rpath (libname_spec): Export.
16455         (library_names_spec): New variable. Export.
16456         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
16457         library_names_spec from the config.rpath output. Locate shared library
16458         through the name pattern in library_names_spec.
16459
16460 2007-01-01  Eric Blake  <ebb9@byu.net>
16461
16462         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
16463
16464 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
16465
16466         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
16467         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
16468         assume the C locale, and avoid an "eval" that could cause trouble.
16469         Problem with SORT reported by Bob Proulx.
16470
16471         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
16472         Define.  Trivial patch from Henning Nielsen Lund, originally
16473         sent to bug-grep@gnu.org today.
16474
16475 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
16476
16477         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
16478         struct stat.  Problem reported by Henning Nielsen Lund.
16479         * lib/acl.c: Include acl.h first, to check interface.  Don't
16480         bother to include sys/types.h and sys/stat.h again.
16481
16482 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16483
16484         Import the following change from libc; problem reported by
16485         Sven Verdoolaege.
16486
16487         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
16488
16489         [BZ #1373]
16490         * lib/argp.h: Remove __NTH for __argp_usage inline function.
16491
16492 2006-12-28  Jim Meyering  <jim@meyering.net>
16493
16494         * build-aux/announce-gen: Do not assume that the package
16495         builds any of tar.gz, tar.bz2, and .xdelta files.
16496         Suggestion from Simon Josefsson.
16497
16498 2006-12-28  Simon Josefsson  <simon@josefsson.org>
16499
16500         * modules/announce-gen: New file.
16501
16502 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
16503
16504         * lib/mbchar.h: Just include <wctype.h>; the wctype module
16505         handles its gotchas now.
16506         * lib/mbswidth.c: Likewise.
16507         * lib/wcwidth.h: Likewise.
16508         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
16509         and iswcntrl; the wctype module does this stuff now.
16510         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
16511         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
16512         * modules/mbchar (Depends-on): Add wctype.
16513         * modules/mbswidth (Depends-on): Likewise.
16514         * modules/wcwidth (Depends-on): Likewise.
16515
16516 2006-12-27  Eric Blake  <ebb9@byu.net>
16517
16518         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
16519         module uses more than what <wctype.h> is required to provide.
16520
16521 2006-12-26  Eric Blake  <ebb9@byu.net>
16522
16523         * gnulib-tool (sed_extract_prog): Avoid space-tab.
16524
16525 2006-12-26  Eric Blake  <ebb9@byu.net>
16526
16527         * modules/absolute-header: New module.
16528         * modules/fcntl (Depends-on): Depend on it.
16529         * modules/inttypes (Depends-on): Likewise.
16530         * modules/stdint (Depends-on): Likewise.
16531         * modules/sys_stat (Depends-on): Likewise.
16532         * modules/wctype (Depends-on): Likewise.
16533         * MODULES.html.sh (Support for building libraries and
16534         executables): Document it.
16535
16536 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
16537
16538         * gnulib-tool (SED): Remove, undoing previous change.
16539         The problem was that it broke coreutils on Solaris, because
16540         "sed --posix" leaked into a makefile.
16541         (sed): New alias, if 'alias' and GNU sed.
16542
16543 2006-12-24  Jim Meyering  <jim@meyering.net>
16544
16545         Work around an fchownat bug in glibc-2.4:
16546         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
16547         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
16548         in spite of the -P option.
16549         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
16550         New macros.
16551         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
16552         * modules/openat (Files): Add lib/fchownat.c.
16553         * lib/openat.c (fchownat): Don't define here.  Move to...
16554         * lib/fchownat.c: ...this new file.
16555
16556 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16557
16558         Fix bug reported by Bruno Haible in
16559         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
16560         where quotearg.c didn't compile on Mac OS X 10.2 because it
16561         lacks <wchar.h> and wint_t.
16562         * lib/wctype_.h (__wctype_wint_t): New type.
16563         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
16564         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
16565         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
16566         Arg is now of type __wctype_wint_t, not wint_t.
16567         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
16568         substitute HAVE_WINT_T.
16569         * modules/wctype (Files): Add m4/wint_t.m4.
16570         (wctype.h): Substitute HAVE_WINT_T.
16571
16572 2006-12-23  Bruno Haible  <bruno@clisp.org>
16573
16574         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
16575
16576 2006-12-23  Bruno Haible  <bruno@clisp.org>
16577
16578         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
16579         S_ISLNK.
16580         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
16581         mingw.
16582
16583 2006-12-22  Bruno Haible  <bruno@clisp.org>
16584
16585         * lib/copy-file.c: Include acl.h.
16586         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
16587         Close the file descriptors only after being done with copy_acl.
16588         * modules/copy-file (Depends-on): Add acl.
16589
16590 2006-12-22  Bruno Haible  <bruno@clisp.org>
16591
16592         * gnulib-tool (SED): New variable.
16593         Use $SED instead of sed everywhere.
16594
16595 2006-12-22  Bruno Haible  <bruno@clisp.org>
16596
16597         * modules/no-c++: New file.
16598         * m4/no-c++.m4: New file.
16599         * MODULES.html.sh (Support for building libraries and executables):
16600         Add no-c++.
16601
16602 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
16603
16604         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
16605         Include <limits.h>, and use its INT_MAX to rewrite the
16606         j loop so that it does not overflow 'int'.  Problem reported by
16607         Ralf Wildenhues in
16608         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
16609         Play it safe by shifting left by 1 rather than multiplying by 2,
16610         as GCC is less likely to optimize this away when the value
16611         is signed (when it assumes overflow leads to undefined behavior).
16612         Also, don't assume time_t uses two's complement.
16613
16614 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
16615
16616         * MODULES.html.sh: New module wctype.
16617         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
16618         * lib/fnmatch.c: Don't bother to include <wchar.h> before
16619         <wctype.h>, since the new wctype module should fix this.
16620         * lib/quotearg.c: Include <wctype.h> unconditionally, since
16621         the wctype module should arrange for it.
16622         * lib/regex_internal.h: Likewise.
16623         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
16624         since the wctype module should handle this now.
16625         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
16626         * modules/fnmatch (Depends-on): Add wctype.
16627         * modules/quotearg (Depends-on): Likewise.
16628         * modules/regex (Depends-on): Likewise.
16629
16630 2006-12-19  Bruno Haible  <bruno@clisp.org>
16631
16632         * lib/strdup.h [C++]: Wrap definitions in extern "C".
16633         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
16634
16635 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16636
16637         * modules/savewd (Depends-on): Fix dependency on fcntl.
16638
16639 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
16640
16641         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
16642         conforms to C99, rather than relying on the user's environment
16643         setting of STDINT_H.
16644
16645 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
16646         and Eric Blake  <ebb9@byu.net>
16647
16648         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
16649         This is more consistent with the other defines here.
16650         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
16651         Port to z/OS.  Problem reported by Paul Gilmartin.
16652         Change local vars to use gl_ prefix rather than ac_.
16653         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
16654         with other defines.
16655         * modules/double-slash-root: New module.
16656         * modules/dirname (Files): Remove m4/double-slash-root.m4.
16657         (Depends-on): Add double-slash-root.
16658         * MODULES.html.sh (File system functions): Mention new module.
16659
16660 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
16661
16662         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
16663         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
16664         This is for the benefit of gzip, which doesn't do i18n.
16665
16666 2006-12-12  Jim Meyering  <jim@meyering.net>
16667
16668         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
16669         Reported by Andreas Schwab <schwab@suse.de>.
16670
16671 2006-12-12  Bruno Haible  <bruno@clisp.org>
16672
16673         Merge these changes.
16674         2006-09-05  Bruno Haible  <bruno@clisp.org>
16675         * lib/iconvme.c (iconv_string): No need to save and restore errno when
16676         iconv_alloc succeeded.
16677         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
16678         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
16679         test for " && dest " at the end - dest is always != NULL there. Call
16680         iconv with 4xNULL arguments initially, to reset the state. Call iconv
16681         with 2xNULL arguments, also to flush the state storage. Handle the
16682         IRIX iconv behaviour. Realloc the final result, to throw away unused
16683         memory.
16684
16685 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
16686
16687         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
16688         and fchmodat unconditionally, since glibc 2.4 has them.
16689         Problem reported by Arkadiusz Miskiewicz.
16690
16691 2006-12-10  Bruno Haible  <bruno@clisp.org>
16692
16693         * gnulib-tool (func_import): Show the include files only for those
16694         modules that are copied and specified.
16695         Reported by Karl Berry.
16696
16697 2006-12-08  Jim Meyering  <jim@meyering.net>
16698
16699         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
16700         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
16701
16702         * build-aux/announce-gen: Add two new options, both optional:
16703         --bootstrap-tools=TOOL_LIST
16704               a comma-separated list of tools, e.g.,
16705               autoconf,automake,bison,gnulib
16706         --gnulib-snapshot-date=DATE
16707               if gnulib is in the bootstrap tool list,
16708               then report this as the snapshot date.
16709               If not specified, use the current date/time.
16710               If you specify a date here, be sure it's UTC.
16711
16712 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16713
16714         * tests/test-argp-2.sh: Fix test to match actual output.
16715         (func_compare): Fix sed script to be portable.
16716
16717 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
16718
16719         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
16720         workaround for this case.  It is not autoconfigured now; offhand
16721         it's hard to see how to autoconfigure it.
16722
16723 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
16724
16725         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
16726         a directory that is about to be chowned.  Such a directory's
16727         initial file permissions should permit the owner only and this
16728         should not be changed until after the chown, since the group and
16729         other bits would be incorrect if they granted permission before
16730         the chown.
16731
16732         Fix porting problem for iswctype reported by Georg Schwarz in:
16733         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
16734         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
16735         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
16736         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
16737         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
16738
16739 2006-12-03  Jim Meyering  <jim@meyering.net>
16740
16741         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
16742         p->fts_statp may not yet be defined.
16743         (fts_read): Instead, set it in the caller, once p->fts_statp is
16744         sure to be defined, and corresponds to a top-level directory.
16745         This bug made du -x fail.  Here's the coreutils test case:
16746         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
16747         Reported by Mike Frysinger.
16748
16749 2006-12-01  Jim Meyering  <jim@meyering.net>
16750
16751         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
16752         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
16753         Reported by Simon Josefsson.
16754
16755 2006-11-30  Jim Meyering  <jim@meyering.net>
16756
16757         * m4/warning.m4: Use the all-permissive copyright notice
16758         recommended by RMS (rather than LGPL).
16759         * m4/vararrays.m4: Likewise.
16760         * m4/flexmember.m4: Likewise.
16761
16762 2006-11-29  Bruno Haible  <bruno@clisp.org>
16763
16764         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
16765         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
16766         using +=.
16767         Reported by Simon Josefsson <simon@josefsson.org>.
16768
16769 2006-11-28  James Youngman <jay@gnu.org>
16770
16771         * README: Advise users that they might find the bug-gnulib@gnu.org
16772         and autotools-announce@gnu.org mailing lists useful.
16773
16774 2006-11-28  Bruno Haible  <bruno@clisp.org>
16775
16776         * m4/ptrdiff_max.m4: Remove file.
16777
16778 2006-11-21  Bruno Haible  <bruno@clisp.org>
16779
16780         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
16781         _AC_COMPUTE_INT.
16782         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
16783         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
16784         _AC_COMPUTE_INT.
16785         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
16786         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
16787         _AC_COMPUTE_INT.
16788         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
16789
16790 2006-11-28  Jim Meyering  <jim@meyering.net>
16791
16792         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
16793         warning from "gcc -Wshadow" about shadowing the builtin.
16794
16795 2006-11-27  Bruno Haible  <bruno@clisp.org>
16796
16797         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
16798         _AC_COMPUTE_INT.
16799         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
16800
16801 2006-11-27  Bruno Haible  <bruno@clisp.org>
16802             Paul Eggert  <eggert@cs.ucla.edu>
16803
16804         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
16805
16806 2006-11-26  Bruno Haible  <bruno@clisp.org>
16807
16808         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
16809         noinst_LTLIBRARIES.
16810
16811 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
16812             Bruno Haible  <bruno@clisp.org>
16813
16814         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
16815         if compiling with "gcc -ansi".
16816
16817 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
16818
16819         Fix some incompatibilities with gcc -ansi -pedantic.
16820         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
16821         if compiling pedantically with GCC, unless it's C99 or later.
16822         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
16823         it mishandles gcc -ansi -pedantic as well.
16824         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
16825         if gcc -pedantic.
16826         * lib/regexec.c (check_node_accept_bytes): Don't use auto
16827         initializers for struct if -pedantic, unless it's C99 or later.
16828
16829 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
16830
16831         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
16832         Don't close an fd more than once. Identical atimes indicate
16833         success, not failure.
16834
16835 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
16836
16837         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
16838
16839 2006-11-23  Jim Meyering  <jim@meyering.net>
16840
16841         * build-aux/announce-gen: New file.  From coreutils.
16842
16843 2006-11-22  Jim Meyering  <jim@meyering.net>
16844
16845         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
16846         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
16847         (fts_read): Use a temporary to narrow the overused st_size member
16848         before using it in a switch statement.  Reported by Matthew Woehlke.
16849
16850         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
16851         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
16852
16853 2006-11-20  Bruno Haible  <bruno@clisp.org>
16854
16855         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
16856         changequote instead of pairs of brackets.
16857         Reported by Andreas Schwab <schwab@suse.de>.
16858
16859 2006-11-21  Jim Meyering  <jim@meyering.net>
16860
16861         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
16862         so as to remain compatible with older compilers.
16863         Patch from Michael Deutschmann.
16864
16865 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16866
16867         * MODULES.html.sh (File system functions): Add openat.
16868
16869         * lib/openat.h (rpl_fstatat): New macro, if
16870         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
16871         (fstatat): Define to rpl_fstatat under the same conditions,
16872         unless COMPILING_FSTATAT.
16873         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
16874         seems to have the bug.
16875         * lib/fstatat.c: New file.
16876         * modules/openat (Files): Add it.
16877
16878 2006-11-20  Bruno Haible  <bruno@clisp.org>
16879
16880         * Makefile: New file.
16881
16882 2006-11-20  Jim Meyering  <jim@meyering.net>
16883
16884         The beginnings of syntax-related checks for gnulib.
16885         * lib/Makefile: New file.
16886         * lib/t-idcache: New script.  Ensure that the two halves of
16887         idcache.c stay in sync.
16888
16889         * lib/idcache.c: Adjust comments in user- and group- portions to
16890         be more accurate, and to be consistent with one another.
16891
16892 2006-11-20  Jim Meyering  <jim@meyering.net>
16893
16894         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
16895         continue using the flexible array member (thus, this module performs
16896         half as many malloc calls), with the addition that...
16897         (getgroup, getuser): Consistently record a non-match via an empty
16898         "name" string, and map an empty string match to a NULL return value.
16899         * modules/idcache (Depends-on): Re-add flexmember.
16900
16901         * lib/idcache.c (getuser): Remove all uses of the register keyword.
16902         (getuidbyname, getgroup, getgidbyname): Likewise.
16903
16904         Use cleaner syntax: NULL rather than 0.
16905         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
16906
16907 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16908
16909         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
16910         It mishandled the case where the group was missing.
16911         Problem reported by Greg Schafer.
16912         * modules/idcache: Likewise.
16913
16914 2006-11-18  Jim Meyering  <jim@meyering.net>
16915
16916         * check-module (%exempt_header): Add exception for some
16917         conditionally-included headers.
16918
16919         * modules/i-ring (Depends-on): Add verify.
16920         (License): Change to LGPL.
16921
16922 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16923
16924         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
16925         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
16926         and inttostr.h.  Use snprintf rather than uinttostr, so that
16927         LGPLed code doesn't depend on GPLed.
16928
16929 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16930
16931         * modules/inline (License): Change from GPL to LGPL.
16932
16933 2006-11-17  Jim Meyering  <jim@meyering.net>
16934
16935         * modules/d-type (License): Switch to LGPL.
16936
16937 2006-11-15  Bruno Haible  <bruno@clisp.org>
16938
16939         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
16940
16941 2006-11-15  Eric Blake  <ebb9@byu.net>
16942
16943         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
16944         the module dependency.
16945
16946 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16947             Bruno Haible  <bruno@clisp.org>
16948
16949         * gnulib-tool (func_create_testdir): Add license consistency check.
16950
16951 2006-11-15  Eric Blake  <ebb9@byu.net>
16952
16953         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
16954         random "(cached)" in configure output.
16955
16956 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16957
16958         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
16959         test for conforming inttypes.h is both announced and cached.
16960
16961         * MODULES.html.sh (seen_modules, seen_files): New variables.
16962         (func_module): Rewrite to use a few less gnulib-tool and sed
16963         invocations.  Avoid a couple of quadratic algorithms for ...
16964         (missed_modules, missed_files): ... these, with ...
16965         (func_append, func_tmpdir): ... these new functions, from
16966         gnulib-tool.  Analogously, install traps for cleanup.
16967
16968         * tests/test-gc.c (main): Remove unused variables.
16969         * tests/test-read-file.c: Include stdlib.h, for 'free'.
16970
16971 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
16972
16973         * modules/inttostr (License): Change to LGPL.
16974
16975 2006-11-14  Eric Blake  <ebb9@byu.net>
16976
16977         * modules/tempname (License): Change to LGPL.
16978
16979 2006-11-14  Eric Blake  <ebb9@byu.net>
16980
16981         * doc/functions.texi (Function Portability): *printf functions on
16982         Cygwin now understand all POSIX size specifiers.
16983
16984 2006-11-14  Bruno Haible  <bruno@clisp.org>
16985
16986         * modules/c-ctype (License): Change to LGPL.
16987
16988 2006-11-12  Bruno Haible  <bruno@clisp.org>
16989
16990         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
16991         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
16992         for GNOME libraries, for which the include files are installed in
16993         subdirectories of $prefix/include.
16994
16995 2006-11-12  Bruno Haible  <bruno@clisp.org>
16996
16997         * m4/lib-link.m4: Require at least autoconf-2.54.
16998         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
16999         name to underscores for the --with option.
17000
17001 2006-11-13  Bruno Haible  <bruno@clisp.org>
17002
17003         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
17004         the tests directory.
17005         Reported by Ralf Wildenhues.
17006
17007 2006-11-13  Bruno Haible  <bruno@clisp.org>
17008
17009         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
17010         (func_emit_initmacro_end): Undo the override here.
17011         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
17012         Works around the famous automake error in coreutils.
17013
17014 2006-11-13  Eric Blake  <ebb9@byu.net>
17015
17016         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
17017         element, not its node.
17018
17019 2006-11-12  Bruno Haible  <bruno@clisp.org>
17020
17021         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
17022         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
17023
17024 2006-11-12  Bruno Haible  <bruno@clisp.org>
17025
17026         * gnulib-tool: New option --local-symlink.
17027         (func_usage): Document it.
17028         (lsymbolic): New variable.
17029         (func_import, func_create_testdir): If --symlink was not specified,
17030         test whether --local-symlink was specified and the file comes from
17031         the local_gnulib_dir.
17032
17033 2006-11-12  Bruno Haible  <bruno@clisp.org>
17034
17035         * gnulib-tool (func_ln): New function.
17036         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
17037
17038 2006-11-12  Bruno Haible  <bruno@clisp.org>
17039
17040         Finish support for source files in subdirectories.
17041         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
17042         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
17043         AUTOMAKE_OPTIONS.
17044         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
17045
17046 2006-11-12  Bruno Haible  <bruno@clisp.org>
17047
17048         * gnulib-tool (func_get_automake_snippet): Synthesize also an
17049         EXTRA_lib_SOURCES augmentation.
17050         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
17051
17052 2006-11-12  Jim Meyering  <jim@meyering.net>
17053
17054         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
17055         file descriptors.  This also averts a failure on systems with
17056         native openat support when a traversed directory lacks "x" access.
17057         * lib/fts_.h: Include "i-ring.h"
17058         (struct FTS) [fts_fd_ring]: New member.
17059         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
17060         (FCHDIR): Add parentheses.
17061         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
17062         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
17063         When descending, rather than simply closing the previous
17064         fts_cwd_fd value, push that file descriptor onto the ring.
17065         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
17066         (fts_open): Initialize the new fd_ring member.
17067         (fts_close): Clear the ring.
17068         (fts_safe_changedir): When possible, use our new fd_ring to skip
17069         the diropen and fstat and dev/ino comparison that would normally
17070         accompany a virtual `chdir ("..")'.
17071
17072         * modules/fts (Depends-on): Add i-ring.
17073         * modules/i-ring: New module.
17074         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
17075         * m4/i-ring.m4: New file.
17076
17077 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17078
17079         * gnulib-tool (func_create_testdir): Fix replacement of
17080         `build-aux' in configure.ac.  Run autotools in gltests
17081         subdirectory.
17082         (func_create_testdir, func_create_megatestdir, test): There is
17083         no need for '--force' in most autotool invocations in a new
17084         tree.  Actually fail the whole test if any of the tools, or the
17085         configure or make stages fail.
17086
17087         Sync from Automake.
17088         * build-aux/gnupload: Revert last change.  Add pointer to upload
17089         instructions of the GNU Maintenance Instructions.
17090         Suggestion by Karl Berry.
17091
17092 2006-11-10  Jim Meyering  <jim@meyering.net>
17093
17094         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
17095
17096 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17097
17098         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
17099         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
17100         (bind_textdomain_codeset) [! ENABLE_NLS]:
17101         Evaluate all the arguments.  That way, callers get compatible behavior
17102         if the arguments have side effects.  Also, it avoids some GCC
17103         diagnostics in some cases; Joel E. Denny reported problems when Bison
17104         was configured with --enable-gcc-warnigs.
17105
17106 2006-11-10  Jim Meyering  <jim@meyering.net>
17107
17108         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
17109         relevant options in CFLAGS (like -O, -fno-inline) are taken into
17110         account.
17111
17112 2006-11-10  Jim Meyering  <jim@meyering.net>
17113
17114         * modules/inline: New file/module.
17115         * modules/xalloc (Files): Remove m4/inline.m4.
17116         (Depends-on): Add inline, instead.
17117         * modules/oset: Likewise.
17118         * modules/list: Likewise.
17119
17120 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17121
17122         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
17123         Problem reported by Matthew Woehlke.
17124
17125 2006-11-09  Bruno Haible  <bruno@clisp.org>
17126
17127         * lib/tempname.c (gen_tempname): Remove variant that invokes
17128         __gen_tempname.
17129         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
17130         __gen_tempname.
17131
17132 2006-11-08  Bruno Haible  <bruno@clisp.org>
17133
17134         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
17135         to 'yes' instead of 'cross-compiling'.
17136
17137 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
17138
17139         * lib/quotearg.h (quotearg_free): New decl.
17140         * lib/quotearg.c (quotearg_free): New function.
17141         (slot0, nslots, slotvec0, slotvec):
17142         Now file-scope so that quotearg_free can get at them.
17143
17144 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17145
17146         Sync from Automake.
17147         * build-aux/gnupload: Add missing 'gnu' to example URL.
17148         Report by Karl Berry.
17149
17150 2006-11-08  Bruno Haible  <bruno@clisp.org>
17151
17152         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
17153         Suggested by Paul Eggert.
17154
17155 2006-11-08  Jim Meyering  <jim@meyering.net>
17156
17157         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
17158         It's already included if !_LIBC.
17159         (fts_safe_changedir): Add a comment.
17160
17161 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
17162
17163         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
17164         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
17165         Matthew Woehlke.
17166
17167         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
17168         definitions up, to avoid colliding with change below.
17169         (static_inline) [HAVE_INLINE]: New macro.
17170         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
17171         Provide extern decls when !HAVE_INLINE.  Do not define unless
17172         static_inline is defined, either by us or by xmalloc.c.  Use
17173         static_inline rather than static inline.
17174         (XCALLOC): Optimize sizeof(T) = 1 case.
17175         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
17176
17177 2006-11-07  Bruno Haible  <bruno@clisp.org>
17178
17179         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
17180         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
17181         AC_C_INLINE.
17182         * modules/xalloc (Files): Add m4/inline.m4.
17183
17184 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17185
17186         * README: Fix typo.
17187         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
17188         (Miscellanous Notes): ...from this.
17189
17190 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
17191
17192         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
17193         Mention that offsetof should be used instead of sizeof.
17194         From Bruno Haible.
17195
17196 2006-11-07  Bruno Haible  <bruno@clisp.org>
17197
17198         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
17199
17200 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
17201
17202         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
17203         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
17204         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
17205         (gl_tree_add_before, gl_tree_add_after):
17206         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
17207         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
17208         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
17209         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
17210         (gl_linked_add_after, gl_linked_add_at): Likewise.
17211         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
17212         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
17213         (gl_tree_add_before, gl_tree_add_after): Likewise.
17214         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
17215         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
17216         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
17217
17218 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17219
17220         * lib/gl_oset.h: Use C comment style, not C++ comment style.
17221
17222 2006-11-06  Bruno Haible  <bruno@clisp.org>
17223
17224         * m4/inline.m4: New file.
17225         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
17226         * modules/list (Files): Add m4/inline.m4.
17227         * modules/oset (Files): Likewise.
17228
17229 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
17230
17231         * lib/idcache.c: Include <stddef.h>, for offsetof.
17232         (struct userid.name): Change from char * to a flexible array member.
17233         All uses changed.
17234         * modules/idcache (Depends-on): Add flexmember.
17235
17236         * MODULES.html.sh (Core language properties): New module flexmember.
17237         * modules/flexmember, m4/flexmember.m4: New files.
17238
17239         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
17240         inline functions that are identical with the old xnmalloc_inline,
17241         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
17242         that we can avoid some unnecessary integer multiplications and
17243         divisions in the common case where the element size is known at
17244         compile time.
17245         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
17246         needed.
17247         (xnboundedmalloc): Remove.
17248         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
17249         arguments, for consistency with rest of this header.
17250         (xcharalloc): Rewrite using XNMALLOC.
17251         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
17252         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
17253         versions have been moved to lib/xalloc.h and renamed to be the
17254         non-*_inline versions.
17255         (xmalloc, xrealloc): Implement without reference to the xnmalloc
17256         and xnrealloc functions, since those functions are now inline and
17257         now call us.
17258         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
17259         renaming described above.
17260         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
17261         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
17262         captures the dependency in AC_C_INLINE.
17263
17264         New module canonicalize-lgpl, proposed by Charles Wilson in
17265         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
17266         with a few small changes afterwards.
17267         * MODULES.html.sh (File system functions): New module
17268         canonicalize-lgpl.
17269         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
17270         and canonicalize_file_name.
17271         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
17272         * modules/canonicalize-lgpl: New files.
17273
17274 2006-11-05  Bruno Haible  <bruno@clisp.org>
17275
17276         * gnulib-tool (func_import, func_create_testdir): Create directories
17277         also for files in subdirectories of lib/.
17278
17279 2006-11-05  Bruno Haible  <bruno@clisp.org>
17280
17281         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
17282         ANSI C compliant.
17283
17284 2006-11-03  Bruno Haible  <bruno@clisp.org>
17285
17286         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
17287         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
17288         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
17289         (xnboundedmalloc): New inline function.
17290         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
17291         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
17292         xmalloc.
17293         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
17294         xmalloc.
17295         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
17296         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
17297         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
17298         xmalloc.
17299         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
17300         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
17301         xmalloc.
17302         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
17303         gl_tree_add_after): Use XMALLOC instead of xmalloc.
17304         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
17305         xmalloc.
17306         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
17307         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
17308         gl_tree_add_after): Use XMALLOC instead of xmalloc.
17309         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
17310         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
17311         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
17312         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
17313
17314 2006-11-03  Bruno Haible  <bruno@clisp.org>
17315
17316         * lib/c-ctype.h [C++]: Define functions without name mangling.
17317         * lib/fwriteerror.h [C++]: Likewise.
17318         * lib/gcd.h [C++]: Likewise.
17319         * lib/linebreak.h [C++]: Likewise.
17320
17321 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
17322
17323         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
17324         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
17325         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
17326         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
17327         Check for functions and headers just once.
17328         Check for declaration of canonicalize_file_name.
17329         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
17330
17331 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
17332
17333         * gnulib-tool (func_import): Fix typo in actioncmd.
17334
17335 2006-11-02  Bruno Haible  <bruno@clisp.org>
17336
17337         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
17338         newline sequence in the Makefile.am snippet as a space, like "make"
17339         does.
17340         Reported by Roger Persson <perrog@gmail.com>.
17341
17342 2006-11-01  Bruno Haible  <bruno@clisp.org>
17343
17344         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
17345         already declared in <string.h>.
17346         * lib/strcase.h (strncasecmp): Don't declare it if yes.
17347
17348 2006-11-01  Bruno Haible  <bruno@clisp.org>
17349
17350         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
17351         * lib/strcase.h: Include <string.h>.
17352         (strcasecmp): Define to rpl_strcasecmp here.
17353
17354 2006-11-01  Bruno Haible  <bruno@clisp.org>
17355
17356         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
17357
17358 2006-11-01  Eric Blake  <ebb9@byu.net>
17359
17360         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
17361
17362         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
17363
17364 2006-10-29  Bruno Haible  <bruno@clisp.org>
17365
17366         Make it compile in C++ mode.
17367         * lib/full-write.c (full_rw): Add a cast.
17368
17369 2006-11-01  Bruno Haible  <bruno@clisp.org>
17370
17371         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
17372         be POSIX compliant.
17373         Reported by Roger Persson <perrog@gmail.com>.
17374
17375 2006-11-01  Eric Blake  <ebb9@byu.net>
17376
17377         * lib/getopt_.h: Fix comments.
17378
17379 2006-10-31  Eric Blake  <ebb9@byu.net>
17380
17381         * modules/tmpdir (Depends-on): Add sys_stat.
17382         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
17383         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
17384         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
17385         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
17386         tempname.
17387
17388 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
17389
17390         Avoid some C++ diagnostics reported by Bruno Haible.
17391         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
17392         xmalloc.
17393         (quotearg_alloc): Use xcharalloc rather than xmalloc.
17394         (struct slotvec): Move to top level.
17395         (quotearg_n_options): Rewrite to avoid xmalloc.
17396         * lib/xalloc.h (xcharalloc): New function.
17397         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
17398         [defined __cplusplus]: Add function template that provides result
17399         type propagation.  This part of the change is from Bruno Haible.
17400
17401 2006-10-29  Bruno Haible  <bruno@clisp.org>
17402
17403         Make it compile in C++ mode.
17404         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
17405         * lib/strnlen1.c (strnlen1): Cast memchr result.
17406         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
17407         * lib/clean-temp.c (string_equals, string_hash): Add casts.
17408         (create_temp_dir): Rename local variable 'template'.
17409         (compile_csharp_using_sscli): Add cast.
17410         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
17411         * lib/findprog.c (find_in_path): Likewise.
17412         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
17413         * lib/wait-process.c (register_slave_subprocess): Likewise.
17414
17415 2006-10-22  Bruno Haible  <bruno@clisp.org>
17416
17417         * modules/tsearch: New file.
17418         * lib/tsearch.h: New file.
17419         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
17420         * m4/tsearch.m4: New file.
17421         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
17422
17423 2006-10-29  Eric Blake  <ebb9@byu.net>
17424
17425         * lib/arcfour.c: Assume config.h.
17426         * lib/arctwo.c: Likewise.
17427         * lib/base64.c: Likewise.
17428         * lib/check-version.c: Likewise.
17429         * lib/crc.c: Likewise.
17430         * lib/des.c: Likewise.
17431         * lib/gc-gnulib.c: Likewise.
17432         * lib/gc-libgcrypt.c: Likewise.
17433         * lib/gc-pbkdf2-sha1.c: Likewise.
17434         * lib/getaddrinfo.c: Likewise.
17435         * lib/getdelim.c: Likewise.
17436         * lib/getline.c: Likewise.
17437         * lib/hmac-md5.c: Likewise.
17438         * lib/hmac-sha1.c: Likewise.
17439         * lib/iconvme.c: Likewise.
17440         * lib/md2.c: Likewise.
17441         * lib/md4.c: Likewise.
17442         * lib/memxor.c: Likewise.
17443         * lib/read-file.c: Likewise.
17444         * lib/readline.c: Likewise.
17445         * lib/rijndael-alg-fst.c: Likewise.
17446         * lib/rijndael-api-fst.c: Likewise.
17447         * lib/xgetdomainname.c: Likewise.
17448
17449 2006-10-28  Eric Blake  <ebb9@byu.net>
17450
17451         * lib/xstrndup.c: Assume config.h.
17452
17453 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
17454
17455         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
17456         stat-macros.h is now for our own macros, whereas stat_h is for
17457         macros in the <sys/stat.h> name space.
17458         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
17459         (STAT_MACROS_H): Remove.
17460         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
17461         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
17462         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
17463         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
17464         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
17465         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
17466         Move these macros to ...
17467         * lib/stat_.h: here.  Don't include stat-macros.h.
17468         * lib/canonicalize.c: Don't include stat-macros.h.
17469         * lib/chown.c: Likewise.
17470         * lib/euidaccess.c: Likewise.
17471         * lib/file-type.c: Likewise.
17472         * lib/filemode.c: Likewise.
17473         * lib/glob.c: Likewise.
17474         * lib/isapipe.c: Likewise.
17475         * lib/lchown.c: Likewise.
17476         * lib/lstat.c: Likewise.
17477         * lib/mkdir-p.c: Likewise.
17478         * lib/rmdir.c: Likewise.
17479         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
17480         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
17481         unless mkdir isn't declared, to speed up 'configure'.
17482         Always create sys/stat.h, since it's unlikely any real sys/stat.h
17483         would define all the S_* symbols.
17484         * modules/canonicalize (Depends-on):
17485         Depend on sys_stat, not stat-macros.
17486         * modules/chown: Likewise.
17487         * modules/euidaccess: Likewise.
17488         * modules/filemode: Likewise.
17489         * modules/file-type: Likewise.
17490         * modules/glob: Likewise.
17491         * modules/isapipe: Likewise.
17492         * modules/lchown: Likewise.
17493         * modules/lstat: Likewise.
17494         * modules/mkancesdirs: Likewise.
17495         * modules/rmdir: Likewise.
17496         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
17497         * modules/modechange: Likewise.
17498         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
17499         (configure.ac): Remove gl_STAT_MACROS.
17500         * modules/sys_stat (Depends-on): Remove stat-macros.
17501
17502 2006-10-27  Bruno Haible  <bruno@clisp.org>
17503
17504         * m4/signed.m4: Remove file.
17505         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
17506         invocation.
17507         * modules/vasnprintf (Files): Remove m4/signed.m4.
17508
17509 2006-10-27  Bruno Haible  <bruno@clisp.org>
17510
17511         Update to GNU gettext 0.16.
17512         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
17513         m4/inttypes-h.m4, m4/signed.m4.
17514         * m4/gettext.m4: Update to GNU gettext 0.16.
17515         * m4/intl.m4: New file, from GNU gettext.
17516         * m4/intldir.m4: New file, from GNU gettext.
17517         * config/srclist.txt: Update
17518
17519 2006-10-27  Eric Blake  <ebb9@byu.net>
17520
17521         * MODULES.html.sh: Document tempname.
17522         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
17523         dependencies.
17524         (Files): Move lib/tempname.c...
17525         * modules/tempname: ...to this new module.
17526         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
17527         (gl_PREREQ_TEMPNAME): Move...
17528         * m4/tempname.m4: ...to this new file.
17529         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
17530         * modules/sys_stat (Depends-on): Add stat-macros.
17531         * lib/stat_.h (includes): Pick up stat macros.
17532         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
17533         if stat macros are broken.
17534         * lib/tempname.c (includes): No need to include "stat-macros.h".
17535         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
17536         (direxists, __path_search) [!_LIBC]: Don't compile these in
17537         gnulib; the tmpdir module covers that.
17538         * lib/tempname.h: New file.
17539
17540 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
17541
17542         * COPYING: Explain how gnulib-tool converts licence headers.
17543         Almost all wording by Eric Blake.
17544
17545 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
17546
17547         * lib/mbchar.h (is_basic_table): Make read-only.
17548         * lib/mbchar.c (is_basic_table): Likewise.
17549         Reported by John Darrington.
17550
17551 2006-10-25  Bruno Haible  <bruno@clisp.org>
17552
17553         * lib/progname.h (set_program_name): Undefine before defining.
17554
17555 2006-10-25  Bruno Haible  <bruno@clisp.org>
17556
17557         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
17558         false for non-gcc C++ compilers.
17559         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
17560
17561 2006-10-24  Bruno Haible  <bruno@clisp.org>
17562
17563         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
17564         iconv implementations like Irix iconv.
17565
17566 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17567
17568         * modules/vararrays: New file.
17569         * m4/vararrays.m4: New file, taken from diffutils.
17570         * MODULES.html.sh: New module vararrays.
17571
17572 2006-10-24  Karl Berry  <karl@gnu.org>
17573
17574         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
17575         Don't call GNU Unix.
17576
17577 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17578
17579         * users.txt: Add Libtool.
17580
17581         Sync from Libtool:
17582
17583         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17584
17585         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
17586         to gnulib's policy of including config.h unconditionally.
17587
17588 2006-10-24  Bruno Haible  <bruno@clisp.org>
17589
17590         * modules/wcwidth (Files): Add m4/wint_t.m4.
17591         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
17592         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
17593
17594 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17595
17596         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
17597         to pacify GCC with some -W flags enabled.  Problem reported by
17598         Bruno Haible.
17599
17600 2006-10-24  Jim Meyering  <jim@meyering.net>
17601
17602         * MODULES.html.sh: Remove uinttostr.  It's not a module.
17603         Reported by Karl Berry.
17604
17605 2006-10-23  Bruno Haible  <bruno@clisp.org>
17606
17607         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
17608
17609 2006-10-24  Bruno Haible  <bruno@clisp.org>
17610
17611         * lib/gl_list.h: Use C comment style, not C++ comment style.
17612
17613 2006-10-23  Eric Blake  <ebb9@byu.net>
17614
17615         * lib/getaddrinfo.c (includes): Add missing include.
17616
17617 2006-10-23  Bruno Haible  <bruno@clisp.org>
17618             Paul Eggert  <eggert@cs.ucla.edu>
17619
17620         Ability to rename obstack_free.
17621         * lib/obstack.h (__obstack_free): New macro. Declare instead of
17622         obstack_free.
17623         (obstack_free): Invoke the __obstack_free macro.
17624         * lib/obstack.c (obstack_free): Use __obstack_free macro.
17625
17626 2006-10-23  Bruno Haible  <bruno@clisp.org>
17627             Paul Eggert  <eggert@cs.ucla.edu>
17628
17629         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
17630         __argc, __argv from the declaration. (They are defined as macros on
17631         mingw.)
17632
17633 2006-10-22  Bruno Haible  <bruno@clisp.org>
17634
17635         * doc/gnulib-intro.texi: New file.
17636         * doc/gnulib.texi: Include it.
17637
17638 2006-10-21  Bruno Haible  <bruno@clisp.org>
17639
17640         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
17641         "Introduction", "Miscellanous Notes", "Particular Modules".
17642
17643 2006-10-21  Bruno Haible  <bruno@clisp.org>
17644
17645         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17646         Change mostlyclean-local rule to avoid sh syntax error from bash
17647         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
17648
17649 2006-10-23  Jim Meyering  <jim@meyering.net>
17650
17651         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
17652         in place of snprintf.
17653
17654         * modules/inttostr (Files): Add lib/uinttostr.c.
17655         * lib/uinttostr.c (inttostr): New file/function.
17656         * lib/inttostr.h (uinttostr): Declare.
17657         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
17658         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17659         Add uinttostr.
17660         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
17661
17662 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
17663
17664         * lib/canonicalize.c (ELOOP): Define if not already defined.
17665         Problem reported by Bruno Haible in
17666         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
17667
17668 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
17669
17670         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
17671         Problem reported by Perry Smith and Ville Laurikari.
17672
17673         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
17674         uses.
17675
17676 2006-10-19  Bruno Haible  <bruno@clisp.org>
17677
17678         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
17679         for mingw.
17680
17681 2006-10-19  Bruno Haible  <bruno@clisp.org>
17682
17683         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
17684         Needed for mingw.
17685
17686 2006-10-19  Bruno Haible  <bruno@clisp.org>
17687
17688         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
17689
17690 2006-10-19  Bruno Haible  <bruno@clisp.org>
17691
17692         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
17693         it.
17694
17695 2006-10-19  Bruno Haible  <bruno@clisp.org>
17696
17697         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
17698         invocation.
17699
17700 2006-10-19  Bruno Haible  <bruno@clisp.org>
17701
17702         * gnulib-tool (func_create_testdir): Don't include ftruncate and
17703         mountlist by default.
17704
17705 2006-10-16  Bruno Haible  <bruno@clisp.org>
17706
17707         * lib/c-strstr.c: Include c-strstr.h.
17708
17709 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
17710
17711         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
17712         in a slash.
17713
17714 2006-10-18  Bruno Haible  <bruno@clisp.org>
17715
17716         * lib/lock.h [C++]: Wrap definitions in extern "C".
17717
17718 2006-10-18  Bruno Haible  <bruno@clisp.org>
17719
17720         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
17721         gl_LIBOBJS list.
17722
17723 2006-10-18  Bruno Haible  <bruno@clisp.org>
17724
17725         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
17726
17727 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
17728
17729         * lib/xstrtol.h: Include gettext.h.
17730         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
17731         Problem reported by Eric Blake.
17732         * modules/xstrtol (Depends-on): Add gettext-h.
17733
17734 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
17735
17736         * lib/strftime.c (advance): New macro.
17737         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
17738         incomplete type, so you can't add 0 to it.  Problem and patch
17739         reported by Eelco Dolstra for dietlibc.
17740
17741 2006-10-18  Jim Meyering  <jim@meyering.net>
17742
17743         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
17744         type for a local, and rename it: s/up/user_proc/.
17745
17746 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
17747
17748         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
17749         READ_UTMP_USER_PROCESS.
17750         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
17751
17752 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
17753
17754         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
17755         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
17756
17757 2006-10-17  Eric Blake  <ebb9@byu.net>
17758
17759         * lib/sigprocmask.c (sigprocmask): Fix typo.
17760
17761         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
17762
17763         * modules/clean-temp (Makefile.am): Don't add to make output...
17764         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
17765         config.h.
17766
17767 2006-10-17  Bruno Haible  <bruno@clisp.org>
17768
17769         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
17770         differently if DEFAULT_TEXT_DOMAIN is set.
17771
17772 2006-10-16  Bruno Haible  <bruno@clisp.org>
17773
17774         * lib/clean-temp.c: Include fwriteerror.h.
17775
17776 2006-10-16  Bruno Haible  <bruno@clisp.org>
17777
17778         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
17779
17780 2006-10-16  Bruno Haible  <bruno@clisp.org>
17781
17782         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
17783         * lib/sigprocmask.h: Include <sys/types.h>.
17784         (sigset_t): Use the system's definition if present.
17785
17786 2006-10-17  Eric Blake  <ebb9@byu.net>
17787
17788         * lib/xvasprintf.c (includes): Assume config.h.
17789         * lib/xasprintf.c (includes): Likewise.
17790
17791 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
17792
17793         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
17794         at least as wide as intmax_t.
17795
17796 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
17797
17798         (Imported from Automake.)
17799         * build-aux/gnupload: Update to version 1.1 of directive file.
17800
17801 2006-10-16  Eric Blake  <ebb9@byu.net>
17802
17803         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
17804         match Automake 1.10a.
17805
17806 2006-10-14  Bruno Haible  <bruno@clisp.org>
17807
17808         * modules/sigprocmask: New file.
17809         * lib/sigprocmask.h: New file.
17810         * lib/sigprocmask.c: New file.
17811         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
17812         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
17813         request sigprocmask.o.
17814         (gl_PREREQ_SIGPROCMASK): New macro.
17815         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
17816         (Depends-on): Add sigprocmask.
17817         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
17818         gt_SIGNALBLOCKING. Test for 'raise' only once.
17819         * lib/fatal-signal.c: Include sigprocmask.h.
17820         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
17821         unblock_fatal_signals): Define always.
17822         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17823         sigprocmask.
17824
17825 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17826
17827         Sync from Automake.
17828         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
17829         which incorrectly sets the mode of an existing destination
17830         directory.  In some cases the unpatched install-sh could do the
17831         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
17832         system.  We hope this is rare in practice, but it's clearly worth
17833         fixing.  Problem reported by Alex Unleashed in
17834         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
17835         Also, don't bother to check for -m bugs unless we're using -m;
17836         suggested by Stepan Kasal.
17837
17838 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17839
17840         Sync from Automake.
17841         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
17842         `-c' flag, so they appear at the same position as in %FASTDEP%
17843         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
17844         which ignores unknown options only after the first non-option.
17845         Bug report against M4 by Nelson H. F. Beebe.
17846
17847 2006-10-13  Jim Meyering  <jim@meyering.net>
17848
17849         Fix a bug in yesterday's change.
17850         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
17851         p->fts_statp->st_dev would be used uninitialized.
17852         Ensures that we always call fts_stat on the very first entry.
17853         Miklos Szeredi reported that find -xdev stopped working.
17854
17855 2006-10-12  Bruno Haible  <bruno@clisp.org>
17856
17857         * gnulib-tool (func_get_automake_snippet): Append an automatically
17858         computed EXTRA_DIST augmentation.
17859         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
17860         * modules/alloca-opt (Makefile.am): Likewise.
17861         * modules/allocsa (Makefile.am): Likewise.
17862         * modules/arcfour (Makefile.am): Likewise.
17863         * modules/arctwo (Makefile.am): Likewise.
17864         * modules/argmatch (Makefile.am): Likewise.
17865         * modules/argz (Makefile.am): Likewise.
17866         * modules/atexit (Makefile.am): Likewise.
17867         * modules/backupfile (Makefile.am): Likewise.
17868         * modules/byteswap (Makefile.am): Likewise.
17869         * modules/c-strtod (Makefile.am): Likewise.
17870         * modules/c-strtold (Makefile.am): Likewise.
17871         * modules/calloc (Makefile.am): Likewise.
17872         * modules/canon-host (Makefile.am): Likewise.
17873         * modules/canonicalize (Makefile.am): Likewise.
17874         * modules/chdir-long (Makefile.am): Likewise.
17875         * modules/chdir-safer (Makefile.am): Likewise.
17876         * modules/check-version (Makefile.am): Likewise.
17877         * modules/chown (Makefile.am): Likewise.
17878         * modules/cloexec (Makefile.am): Likewise.
17879         * modules/close-stream (Makefile.am): Likewise.
17880         * modules/closeout (Makefile.am): Likewise.
17881         * modules/crc (Makefile.am): Likewise.
17882         * modules/csharpexec (Makefile.am): Likewise.
17883         * modules/cycle-check (Makefile.am): Likewise.
17884         * modules/des (Makefile.am): Likewise.
17885         * modules/dev-ino (Makefile.am): Likewise.
17886         * modules/dirfd (Makefile.am): Likewise.
17887         * modules/dirname (Makefile.am): Likewise.
17888         * modules/dup2 (Makefile.am): Likewise.
17889         * modules/eealloc (Makefile.am): Likewise.
17890         * modules/error (Makefile.am): Likewise.
17891         * modules/euidaccess (Makefile.am): Likewise.
17892         * modules/exclude (Makefile.am): Likewise.
17893         * modules/exitfail (Makefile.am): Likewise.
17894         * modules/fcntl-safer (Makefile.am): Likewise.
17895         * modules/fcntl (Makefile.am): Likewise.
17896         * modules/file-type (Makefile.am): Likewise.
17897         * modules/fileblocks (Makefile.am): Likewise.
17898         * modules/filemode (Makefile.am): Likewise.
17899         * modules/filenamecat (Makefile.am): Likewise.
17900         * modules/fnmatch (Makefile.am): Likewise.
17901         * modules/fopen-safer (Makefile.am): Likewise.
17902         * modules/fpending (Makefile.am): Likewise.
17903         * modules/fprintftime (Makefile.am): Likewise.
17904         * modules/free (Makefile.am): Likewise.
17905         * modules/fsusage (Makefile.am): Likewise.
17906         * modules/ftruncate (Makefile.am): Likewise.
17907         * modules/fts (Makefile.am): Likewise.
17908         * modules/gc-arcfour (Makefile.am): Likewise.
17909         * modules/gc-des (Makefile.am): Likewise.
17910         * modules/gc-hmac-md5 (Makefile.am): Likewise.
17911         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
17912         * modules/gc-md4 (Makefile.am): Likewise.
17913         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
17914         * modules/gc-sha1 (Makefile.am): Likewise.
17915         * modules/gc (Makefile.am): Likewise.
17916         * modules/getaddrinfo (Makefile.am): Likewise.
17917         * modules/getcwd (Makefile.am): Likewise.
17918         * modules/getdelim (Makefile.am): Likewise.
17919         * modules/getdomainname (Makefile.am): Likewise.
17920         * modules/getgroups (Makefile.am): Likewise.
17921         * modules/gethostname (Makefile.am): Likewise.
17922         * modules/gethrxtime (Makefile.am): Likewise.
17923         * modules/getline (Makefile.am): Likewise.
17924         * modules/getloadavg (Makefile.am): Likewise.
17925         * modules/getlogin_r (Makefile.am): Likewise.
17926         * modules/getndelim2 (Makefile.am): Likewise.
17927         * modules/getopt (Makefile.am): Likewise.
17928         * modules/getpagesize (Makefile.am): Likewise.
17929         * modules/getpass-gnu (Makefile.am): Likewise.
17930         * modules/getpass (Makefile.am): Likewise.
17931         * modules/getsubopt (Makefile.am): Likewise.
17932         * modules/gettime (Makefile.am): Likewise.
17933         * modules/gettimeofday (Makefile.am): Likewise.
17934         * modules/getugroups (Makefile.am): Likewise.
17935         * modules/getusershell (Makefile.am): Likewise.
17936         * modules/glob (Makefile.am): Likewise.
17937         * modules/group-member (Makefile.am): Likewise.
17938         * modules/hard-locale (Makefile.am): Likewise.
17939         * modules/hash (Makefile.am): Likewise.
17940         * modules/hmac-md5 (Makefile.am): Likewise.
17941         * modules/hmac-sha1 (Makefile.am): Likewise.
17942         * modules/human (Makefile.am): Likewise.
17943         * modules/idcache (Makefile.am): Likewise.
17944         * modules/imaxabs (Makefile.am): Likewise.
17945         * modules/imaxdiv (Makefile.am): Likewise.
17946         * modules/inet_ntop (Makefile.am): Likewise.
17947         * modules/inet_pton (Makefile.am): Likewise.
17948         * modules/intprops (Makefile.am): Likewise.
17949         * modules/inttostr (Makefile.am): Likewise.
17950         * modules/inttypes (Makefile.am): Likewise.
17951         * modules/isapipe (Makefile.am): Likewise.
17952         * modules/javaversion (Makefile.am): Likewise.
17953         * modules/lchmod (Makefile.am): Likewise.
17954         * modules/lchown (Makefile.am): Likewise.
17955         * modules/localcharset (Makefile.am): Likewise.
17956         * modules/long-options (Makefile.am): Likewise.
17957         * modules/lstat (Makefile.am): Likewise.
17958         * modules/malloc (Makefile.am): Likewise.
17959         * modules/mathl (Makefile.am): Likewise.
17960         * modules/mbchar (Makefile.am): Likewise.
17961         * modules/md2 (Makefile.am): Likewise.
17962         * modules/md4 (Makefile.am): Likewise.
17963         * modules/md5 (Makefile.am): Likewise.
17964         * modules/memcasecmp (Makefile.am): Likewise.
17965         * modules/memchr (Makefile.am): Likewise.
17966         * modules/memcmp (Makefile.am): Likewise.
17967         * modules/memcoll (Makefile.am): Likewise.
17968         * modules/memcpy (Makefile.am): Likewise.
17969         * modules/memmem (Makefile.am): Likewise.
17970         * modules/memmove (Makefile.am): Likewise.
17971         * modules/mempcpy (Makefile.am): Likewise.
17972         * modules/memrchr (Makefile.am): Likewise.
17973         * modules/memset (Makefile.am): Likewise.
17974         * modules/memxor (Makefile.am): Likewise.
17975         * modules/mkancesdirs (Makefile.am): Likewise.
17976         * modules/mkdir-p (Makefile.am): Likewise.
17977         * modules/mkdir (Makefile.am): Likewise.
17978         * modules/mkdtemp (Makefile.am): Likewise.
17979         * modules/mkstemp (Makefile.am): Likewise.
17980         * modules/mktime (Makefile.am): Likewise.
17981         * modules/modechange (Makefile.am): Likewise.
17982         * modules/mountlist (Makefile.am): Likewise.
17983         * modules/nanosleep (Makefile.am): Likewise.
17984         * modules/obstack (Makefile.am): Likewise.
17985         * modules/openat (Makefile.am): Likewise.
17986         * modules/pagealign_alloc (Makefile.am): Likewise.
17987         * modules/pathmax (Makefile.am): Likewise.
17988         * modules/physmem (Makefile.am): Likewise.
17989         * modules/poll (Makefile.am): Likewise.
17990         * modules/posixtm (Makefile.am): Likewise.
17991         * modules/posixver (Makefile.am): Likewise.
17992         * modules/putenv (Makefile.am): Likewise.
17993         * modules/quote (Makefile.am): Likewise.
17994         * modules/quotearg (Makefile.am): Likewise.
17995         * modules/raise (Makefile.am): Likewise.
17996         * modules/read-file (Makefile.am): Likewise.
17997         * modules/readline (Makefile.am): Likewise.
17998         * modules/readlink (Makefile.am): Likewise.
17999         * modules/readtokens (Makefile.am): Likewise.
18000         * modules/readutmp (Makefile.am): Likewise.
18001         * modules/realloc (Makefile.am): Likewise.
18002         * modules/regex (Makefile.am): Likewise.
18003         * modules/rename-dest-slash (Makefile.am): Likewise.
18004         * modules/rename (Makefile.am): Likewise.
18005         * modules/rijndael (Makefile.am): Likewise.
18006         * modules/rmdir (Makefile.am): Likewise.
18007         * modules/rpmatch (Makefile.am): Likewise.
18008         * modules/safe-read (Makefile.am): Likewise.
18009         * modules/safe-write (Makefile.am): Likewise.
18010         * modules/same-inode (Makefile.am): Likewise.
18011         * modules/same (Makefile.am): Likewise.
18012         * modules/save-cwd (Makefile.am): Likewise.
18013         * modules/savedir (Makefile.am): Likewise.
18014         * modules/setenv (Makefile.am): Likewise.
18015         * modules/settime (Makefile.am): Likewise.
18016         * modules/sha1 (Makefile.am): Likewise.
18017         * modules/sig2str (Makefile.am): Likewise.
18018         * modules/snprintf (Makefile.am): Likewise.
18019         * modules/stat-macros (Makefile.am): Likewise.
18020         * modules/stat-time (Makefile.am): Likewise.
18021         * modules/stdbool (Makefile.am): Likewise.
18022         * modules/stdint (Makefile.am): Likewise.
18023         * modules/stdlib-safer (Makefile.am): Likewise.
18024         * modules/stpcpy (Makefile.am): Likewise.
18025         * modules/stpncpy (Makefile.am): Likewise.
18026         * modules/strcase (Makefile.am): Likewise.
18027         * modules/strcasestr (Makefile.am): Likewise.
18028         * modules/strchrnul (Makefile.am): Likewise.
18029         * modules/strcspn (Makefile.am): Likewise.
18030         * modules/strdup (Makefile.am): Likewise.
18031         * modules/strerror (Makefile.am): Likewise.
18032         * modules/strftime (Makefile.am): Likewise.
18033         * modules/strndup (Makefile.am): Likewise.
18034         * modules/strnlen (Makefile.am): Likewise.
18035         * modules/strpbrk (Makefile.am): Likewise.
18036         * modules/strsep (Makefile.am): Likewise.
18037         * modules/strstr (Makefile.am): Likewise.
18038         * modules/strtod (Makefile.am): Likewise.
18039         * modules/strtoimax (Makefile.am): Likewise.
18040         * modules/strtok_r (Makefile.am): Likewise.
18041         * modules/strtol (Makefile.am): Likewise.
18042         * modules/strtoll (Makefile.am): Likewise.
18043         * modules/strtoul (Makefile.am): Likewise.
18044         * modules/strtoull (Makefile.am): Likewise.
18045         * modules/strtoumax (Makefile.am): Likewise.
18046         * modules/strverscmp (Makefile.am): Likewise.
18047         * modules/sys_socket (Makefile.am): Likewise.
18048         * modules/sys_stat (Makefile.am): Likewise.
18049         * modules/sysexits (Makefile.am): Likewise.
18050         * modules/time_r (Makefile.am): Likewise.
18051         * modules/timegm (Makefile.am): Likewise.
18052         * modules/timespec (Makefile.am): Likewise.
18053         * modules/tmpfile-safer (Makefile.am): Likewise.
18054         * modules/trim (Makefile.am): Likewise.
18055         * modules/unistd-safer (Makefile.am): Likewise.
18056         * modules/unlinkdir (Makefile.am): Likewise.
18057         * modules/unlocked-io (Makefile.am): Likewise.
18058         * modules/userspec (Makefile.am): Likewise.
18059         * modules/utime (Makefile.am): Likewise.
18060         * modules/utimecmp (Makefile.am): Likewise.
18061         * modules/utimens (Makefile.am): Likewise.
18062         * modules/vasnprintf (Makefile.am): Likewise.
18063         * modules/vasprintf (Makefile.am): Likewise.
18064         * modules/vsnprintf (Makefile.am): Likewise.
18065         * modules/xalloc (Makefile.am): Likewise.
18066         * modules/xgetcwd (Makefile.am): Likewise.
18067         * modules/xnanosleep (Makefile.am): Likewise.
18068         * modules/xreadlink (Makefile.am): Likewise.
18069         * modules/xstrtod (Makefile.am): Likewise.
18070         * modules/xstrtol (Makefile.am): Likewise.
18071         * modules/xstrtold (Makefile.am): Likewise.
18072         * modules/yesno (Makefile.am): Likewise.
18073         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
18074
18075 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
18076
18077         * modules/error (Makefile.am): Distribute files through
18078         EXTRA_DIST, not lib_SOURCES.
18079
18080 2006-10-12  Eric Blake  <ebb9@byu.net>
18081
18082         * modules/error (Makefile.am): Distribute files in /lib.
18083         * modules/obstack (Makefile.am): Likewise.
18084
18085 2006-10-12  Bruno Haible  <bruno@clisp.org>
18086
18087         * modules/acl (Makefile.am): Distribute all files in lib/ through
18088         EXTRA_DIST.
18089         * modules/arcfour (Makefile.am): Likewise.
18090         * modules/arctwo (Makefile.am): Likewise.
18091         * modules/argmatch (Makefile.am): Likewise.
18092         * modules/argz (Makefile.am): Likewise.
18093         * modules/atexit (Makefile.am): Likewise.
18094         * modules/backupfile (Makefile.am): Likewise.
18095         * modules/c-strtod (Makefile.am): Likewise.
18096         * modules/c-strtold (Makefile.am): Likewise.
18097         * modules/calloc (Makefile.am): Likewise.
18098         * modules/canon-host (Makefile.am): Likewise.
18099         * modules/canonicalize (Makefile.am): Likewise.
18100         * modules/chdir-long (Makefile.am): Likewise.
18101         * modules/chdir-safer (Makefile.am): Likewise.
18102         * modules/check-version (Makefile.am): Likewise.
18103         * modules/chown (Makefile.am): Likewise.
18104         * modules/cloexec (Makefile.am): Likewise.
18105         * modules/close-stream (Makefile.am): Likewise.
18106         * modules/closeout (Makefile.am): Likewise.
18107         * modules/crc (Makefile.am): Likewise.
18108         * modules/cycle-check (Makefile.am): Likewise.
18109         * modules/des (Makefile.am): Likewise.
18110         * modules/dirfd (Makefile.am): Likewise.
18111         * modules/dirname (Makefile.am): Likewise.
18112         * modules/dup2 (Makefile.am): Likewise.
18113         * modules/euidaccess (Makefile.am): Likewise.
18114         * modules/exclude (Makefile.am): Likewise.
18115         * modules/exitfail (Makefile.am): Likewise.
18116         * modules/fcntl-safer (Makefile.am): Likewise.
18117         * modules/file-type (Makefile.am): Likewise.
18118         * modules/fileblocks (Makefile.am): Likewise.
18119         * modules/filemode (Makefile.am): Likewise.
18120         * modules/filenamecat (Makefile.am): Likewise.
18121         * modules/fnmatch (Makefile.am): Likewise.
18122         * modules/fopen-safer (Makefile.am): Likewise.
18123         * modules/fpending (Makefile.am): Likewise.
18124         * modules/fprintftime (Makefile.am): Likewise.
18125         * modules/free (Makefile.am): Likewise.
18126         * modules/fsusage (Makefile.am): Likewise.
18127         * modules/ftruncate (Makefile.am): Likewise.
18128         * modules/fts (Makefile.am): Likewise.
18129         * modules/gc (Makefile.am): Likewise.
18130         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
18131         * modules/getaddrinfo (Makefile.am): Likewise.
18132         * modules/getcwd (Makefile.am): Likewise.
18133         * modules/getdelim (Makefile.am): Likewise.
18134         * modules/getdomainname (Makefile.am): Likewise.
18135         * modules/getgroups (Makefile.am): Likewise.
18136         * modules/gethostname (Makefile.am): Likewise.
18137         * modules/gethrxtime (Makefile.am): Likewise.
18138         * modules/getline (Makefile.am): Likewise.
18139         * modules/getloadavg (Makefile.am): Likewise.
18140         * modules/getlogin_r (Makefile.am): Likewise.
18141         * modules/getopt (Makefile.am): Likewise.
18142         * modules/getpass (Makefile.am): Likewise.
18143         * modules/getpass-gnu (Makefile.am): Likewise.
18144         * modules/getsubopt (Makefile.am): Likewise.
18145         * modules/gettime (Makefile.am): Likewise.
18146         * modules/gettimeofday (Makefile.am): Likewise.
18147         * modules/getugroups (Makefile.am): Likewise.
18148         * modules/getusershell (Makefile.am): Likewise.
18149         * modules/glob (Makefile.am): Likewise.
18150         * modules/group-member (Makefile.am): Likewise.
18151         * modules/hard-locale (Makefile.am): Likewise.
18152         * modules/hash (Makefile.am): Likewise.
18153         * modules/hmac-md5 (Makefile.am): Likewise.
18154         * modules/hmac-sha1 (Makefile.am): Likewise.
18155         * modules/human (Makefile.am): Likewise.
18156         * modules/idcache (Makefile.am): Likewise.
18157         * modules/imaxabs (Makefile.am): Likewise.
18158         * modules/imaxdiv (Makefile.am): Likewise.
18159         * modules/inet_ntop (Makefile.am): Likewise.
18160         * modules/inet_pton (Makefile.am): Likewise.
18161         * modules/inttostr (Makefile.am): Likewise.
18162         * modules/isapipe (Makefile.am): Likewise.
18163         * modules/lchown (Makefile.am): Likewise.
18164         * modules/long-options (Makefile.am): Likewise.
18165         * modules/lstat (Makefile.am): Likewise.
18166         * modules/malloc (Makefile.am): Likewise.
18167         * modules/mathl (Makefile.am): Likewise.
18168         * modules/mbchar (Makefile.am): Likewise.
18169         * modules/md2 (Makefile.am): Likewise.
18170         * modules/md4 (Makefile.am): Likewise.
18171         * modules/md5 (Makefile.am): Likewise.
18172         * modules/memcasecmp (Makefile.am): Likewise.
18173         * modules/memchr (Makefile.am): Likewise.
18174         * modules/memcmp (Makefile.am): Likewise.
18175         * modules/memcoll (Makefile.am): Likewise.
18176         * modules/memcpy (Makefile.am): Likewise.
18177         * modules/memmem (Makefile.am): Likewise.
18178         * modules/memmove (Makefile.am): Likewise.
18179         * modules/mempcpy (Makefile.am): Likewise.
18180         * modules/memrchr (Makefile.am): Likewise.
18181         * modules/memset (Makefile.am): Likewise.
18182         * modules/memxor (Makefile.am): Likewise.
18183         * modules/mkancesdirs (Makefile.am): Likewise.
18184         * modules/mkdir (Makefile.am): Likewise.
18185         * modules/mkdir-p (Makefile.am): Likewise.
18186         * modules/mkdtemp (Makefile.am): Likewise.
18187         * modules/mkstemp (Makefile.am): Likewise.
18188         * modules/mktime (Makefile.am): Likewise.
18189         * modules/modechange (Makefile.am): Likewise.
18190         * modules/mountlist (Makefile.am): Likewise.
18191         * modules/nanosleep (Makefile.am): Likewise.
18192         * modules/openat (Makefile.am): Likewise.
18193         * modules/pagealign_alloc (Makefile.am): Likewise.
18194         * modules/physmem (Makefile.am): Likewise.
18195         * modules/poll (Makefile.am): Likewise.
18196         * modules/posixtm (Makefile.am): Likewise.
18197         * modules/posixver (Makefile.am): Likewise.
18198         * modules/putenv (Makefile.am): Likewise.
18199         * modules/quote (Makefile.am): Likewise.
18200         * modules/quotearg (Makefile.am): Likewise.
18201         * modules/raise (Makefile.am): Likewise.
18202         * modules/read-file (Makefile.am): Likewise.
18203         * modules/readline (Makefile.am): Likewise.
18204         * modules/readlink (Makefile.am): Likewise.
18205         * modules/readtokens (Makefile.am): Likewise.
18206         * modules/readutmp (Makefile.am): Likewise.
18207         * modules/realloc (Makefile.am): Likewise.
18208         * modules/regex (Makefile.am): Likewise.
18209         * modules/rename (Makefile.am): Likewise.
18210         * modules/rename-dest-slash (Makefile.am): Likewise.
18211         * modules/rijndael (Makefile.am): Likewise.
18212         * modules/rmdir (Makefile.am): Likewise.
18213         * modules/rpmatch (Makefile.am): Likewise.
18214         * modules/safe-read (Makefile.am): Likewise.
18215         * modules/safe-write (Makefile.am): Likewise.
18216         * modules/same (Makefile.am): Likewise.
18217         * modules/save-cwd (Makefile.am): Likewise.
18218         * modules/savedir (Makefile.am): Likewise.
18219         * modules/setenv (Makefile.am): Likewise.
18220         * modules/settime (Makefile.am): Likewise.
18221         * modules/sha1 (Makefile.am): Likewise.
18222         * modules/sig2str (Makefile.am): Likewise.
18223         * modules/snprintf (Makefile.am): Likewise.
18224         * modules/stdlib-safer (Makefile.am): Likewise.
18225         * modules/stpcpy (Makefile.am): Likewise.
18226         * modules/stpncpy (Makefile.am): Likewise.
18227         * modules/strcase (Makefile.am): Likewise.
18228         * modules/strcasestr (Makefile.am): Likewise.
18229         * modules/strchrnul (Makefile.am): Likewise.
18230         * modules/strcspn (Makefile.am): Likewise.
18231         * modules/strdup (Makefile.am): Likewise.
18232         * modules/strerror (Makefile.am): Likewise.
18233         * modules/strftime (Makefile.am): Likewise.
18234         * modules/strndup (Makefile.am): Likewise.
18235         * modules/strnlen (Makefile.am): Likewise.
18236         * modules/strpbrk (Makefile.am): Likewise.
18237         * modules/strsep (Makefile.am): Likewise.
18238         * modules/strstr (Makefile.am): Likewise.
18239         * modules/strtod (Makefile.am): Likewise.
18240         * modules/strtoimax (Makefile.am): Likewise.
18241         * modules/strtok_r (Makefile.am): Likewise.
18242         * modules/strtol (Makefile.am): Likewise.
18243         * modules/strtoll (Makefile.am): Likewise.
18244         * modules/strtoul (Makefile.am): Likewise.
18245         * modules/strtoull (Makefile.am): Likewise.
18246         * modules/strtoumax (Makefile.am): Likewise.
18247         * modules/strverscmp (Makefile.am): Likewise.
18248         * modules/time_r (Makefile.am): Likewise.
18249         * modules/timegm (Makefile.am): Likewise.
18250         * modules/tmpfile-safer (Makefile.am): Likewise.
18251         * modules/unistd-safer (Makefile.am): Likewise.
18252         * modules/unlinkdir (Makefile.am): Likewise.
18253         * modules/userspec (Makefile.am): Likewise.
18254         * modules/utime (Makefile.am): Likewise.
18255         * modules/utimecmp (Makefile.am): Likewise.
18256         * modules/utimens (Makefile.am): Likewise.
18257         * modules/vasnprintf (Makefile.am): Likewise.
18258         * modules/vasprintf (Makefile.am): Likewise.
18259         * modules/vsnprintf (Makefile.am): Likewise.
18260         * modules/xalloc (Makefile.am): Likewise.
18261         * modules/xgetcwd (Makefile.am): Likewise.
18262         * modules/xnanosleep (Makefile.am): Likewise.
18263         * modules/xreadlink (Makefile.am): Likewise.
18264         * modules/xstrtod (Makefile.am): Likewise.
18265         * modules/xstrtol (Makefile.am): Likewise.
18266         * modules/xstrtold (Makefile.am): Likewise.
18267         * modules/yesno (Makefile.am): Likewise.
18268
18269 2006-10-12  Jim Meyering  <jim@meyering.net>
18270
18271         * m4/getloadavg.m4: Revert the change below.
18272
18273         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
18274         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
18275         fail with a symlink, which is what coreutils' ./bootstrap now
18276         creates by default.
18277
18278 2006-10-12  Bruno Haible  <bruno@clisp.org>
18279
18280         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
18281         mingw.
18282         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
18283         MSVC and mingw explicitly.
18284
18285 2006-10-11  Simon Josefsson  <jas@extundo.com>
18286             Bruno Haible  <bruno@clisp.org>
18287
18288         Add support for multiple gnulib-tool invocations in the scope of a
18289         single configure.ac file.
18290         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
18291         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
18292         with the same contents as the _LIBADD variable.
18293         (func_emit_initmacro_start, func_emit_initmacro_end,
18294         func_emit_initmacro_done): New functions.
18295         (func_import, func_create_testdir): Invoke them. Allow the identifiers
18296         gl_LIBOBJS and gl_LTLIBOBJS.
18297
18298 2006-10-11  Bruno Haible  <bruno@clisp.org>
18299
18300         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
18301         (func_create_testdir): Don't create po/Makefile.am, don't invoke
18302         autoreconf. Instead, invoke autopoint explicitly but move back the
18303         *.m4 files from gnulib.
18304
18305 2006-10-11  Bruno Haible  <bruno@clisp.org>
18306
18307         * gnulib-tool (func_usage): Make module names after --create-testdir
18308         optional.
18309         (func_create_testdir): If no module was specified, use nearly all
18310         modules.
18311
18312 2006-10-12  Jim Meyering  <jim@meyering.net>
18313
18314         Big performance improvement for fts-based tools that use FTS_NOSTAT.
18315         Avoid spurious inode-mismatch problems on non-POSIX file systems.
18316         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
18317         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
18318         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
18319         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
18320         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
18321         (fts_set_stat_required): New function.
18322         (fts_open): Defer the calls to fts_stat, if possible or requested.
18323         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
18324         into fts_stat itself.
18325         (fts_read): Perform any required (deferred) fts_stat call.
18326         (fts_build): Likewise, for the directory we're about to open and read.
18327         In the readdir loop, carefully decide whether each entry will require
18328         an eventual call to fts_stat, using dirent.d_type info if available.
18329         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
18330         a command line argument into this function.  Update all callers.
18331         Map a return value of FTS_DOT to FTS_D for a command line argument.
18332         * modules/fts (Depends-on): Add d-type.  Alphabetize.
18333         Thanks to Miklos Szeredi for his tenacity and for the initial
18334         bug report about "find" failing on a FUSE-based file system.
18335
18336         * lib/fts.c (fts_open): Use consistent indentation.
18337
18338 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
18339
18340         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
18341         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
18342         reported by Jim Meyering.  All uses of cache variables renamed
18343         to match Autoconf's.
18344         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
18345         the other one.
18346
18347         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
18348         Fix misspelling in diagnostic.
18349
18350 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
18351
18352         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
18353         defined.  Problem reported by Matthew Woehlke.
18354
18355         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
18356         Add support for Tandem NonStop R series.
18357         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
18358         Use new macro.
18359
18360         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
18361         (has_trailing_slash): Omit size arg; all callers changed.
18362         Omit 'inline', since it doesn't help performance and we'd
18363         need to configure it.
18364         Don't count //, ///, etc. as having a trailing slash.
18365         As a side effect, this removes a C99ism reported by Matthew Woehlke.
18366         (rpl_rename_dest_slash): On failure, use rename's errno rather
18367         than (in some cases) an incorrect or junk errno.
18368         Simplify code by removing need to compute length; this does
18369         cause it to make two passes instead of one over the file name,
18370         but it's worth it.
18371
18372         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
18373         change, since Autoconf's version may no longer be appropriate now
18374         that we are using CVS Autoconf's version.  Add support for Tandem.
18375
18376 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
18377             Bruno Haible  <bruno@clisp.org>
18378
18379         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
18380         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
18381         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
18382         gl_AC_TYPE_LONG_LONG.
18383
18384         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
18385         instead of HAVE_LONG_LONG.
18386         * lib/printf-args.c (printf_fetchargs): Likewise.
18387         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
18388         * lib/vasnprintf.c (VASNPRINTF): Likewise.
18389         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
18390         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
18391         gl_AC_TYPE_LONG_LONG.
18392
18393 2006-10-11  Bruno Haible  <bruno@clisp.org>
18394
18395         * m4/longlong.m4: Add comments.
18396         * m4/ulonglong.m4: Likewise.
18397
18398 2006-10-10  Bruno Haible  <bruno@clisp.org>
18399
18400         Make it possible to #define stpcpy, strdup to aliases.
18401         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
18402         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
18403
18404 2006-10-10  Bruno Haible  <bruno@clisp.org>
18405
18406         Make it possible to #define gcd to an alias.
18407         * lib/gcd.c: Include config.h.
18408
18409 2006-10-10  Bruno Haible  <bruno@clisp.org>
18410
18411         Make it possible to #define c_isascii to an alias.
18412         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
18413         defined. Undefine the macros before defining them, to avoid gcc
18414         warnings.
18415         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
18416         define NO_C_CTYPE_MACROS early.
18417
18418 2006-10-10  Bruno Haible  <bruno@clisp.org>
18419
18420         Make it possible to #define set_program_name to an alias.
18421         * lib/progname.c: Don't undefine set_program_name; instead, undefine
18422         ENABLE_RELOCATABLE early.
18423
18424 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18425
18426         Port to Tandem NSK OSS, which has 64-bit signed int but at most
18427         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
18428         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
18429         More generally, don't assume that 64-bit signed int is available
18430         if unsigned int is, and vice versa.
18431         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
18432         unsigned symbols, not on their signed counterparts.
18433         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
18434         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
18435         (UINT64_C, UINTMAX_C):
18436         Likewise.
18437         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
18438         unsigned counterparts.
18439         (Have_long_long, Unsigned): New macros.
18440         (Int): Renamed from INT.
18441         (strtoimax): Use the new macros.
18442         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
18443         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
18444         * modules/inttypes (inttypes.h): Substitute
18445         HAVE_UNSIGNED_LONG_LONG_INT.
18446         * modules/stdint (stdint.h): Likewise.
18447         (Files): Add m4/ulonglong.m4.
18448
18449 2006-10-10  Bruno Haible  <bruno@clisp.org>
18450
18451         Fix a gcc -Wshadow warning.
18452         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
18453         to 'bucket'.
18454         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
18455         gl_linked_indexof_from_to): Likewise.
18456         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
18457         Likewise.
18458         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
18459         Likewise.
18460         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
18461         Reported by Eric Blake.
18462
18463 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
18464
18465         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
18466         for NetBSD.  Problem reported by Bruno Haible.
18467
18468 2006-10-09  Jim Meyering  <jim@meyering.net>
18469
18470         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
18471         Patch from Bruno Haible.
18472
18473 2006-10-09  Jim Meyering  <jim@meyering.net>
18474
18475         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
18476         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
18477         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
18478
18479 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
18480
18481         Don't include <config.h> twice; this doesn't work in some cases,
18482         e.g., when config.h has "#define intmax_t long long int" and
18483         we include <config.h>, <inttypes.h>, <config.h> in that order.
18484         Problem reported by Matthew Woehlke in:
18485         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
18486         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
18487         * lib/fts-cycle.c: Don't include config.h.
18488         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
18489         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
18490         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
18491         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
18492         inttypes.h.
18493         * lib/xstrtoumax.c: Likewise.
18494         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
18495         __strtol and the like, so that this module is more like its siblings.
18496         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
18497         Remove; no longer needed now that we assume gnulib inttypes.h.
18498
18499 2006-10-08  Bruno Haible  <bruno@clisp.org>
18500
18501         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
18502         option.
18503
18504 2006-10-07  Jim Meyering  <jim@meyering.net>
18505
18506         * modules/inttypes (inttypes.h): Revert what seems to have been
18507         an inadvertent part of today's change: use "|", not "/" in the
18508         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
18509
18510 2006-10-07  Bruno Haible  <bruno@clisp.org>
18511
18512         * modules/sublist: New file.
18513
18514 2006-10-07  Bruno Haible  <bruno@clisp.org>
18515
18516         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
18517         * modules/argz (argz.h): Likewise.
18518         * modules/arpa_inet (arpa/inet.h): Likewise.
18519         * modules/byteswap (byteswap.h): Likewise.
18520         * modules/configmake (configmake.h): Likewise.
18521         * modules/fcntl (fcntl.h): Likewise.
18522         * modules/fnmatch (fnmatch.h): Likewise.
18523         * modules/getopt (getopt.h): Likewise.
18524         * modules/glob (glob.h): Likewise.
18525         * modules/inttypes (inttypes.h): Likewise.
18526         * modules/netinet_in (netinet/in.h): Likewise.
18527         * modules/poll (poll.h): Likewise.
18528         * modules/stdbool (stdbool.h): Likewise.
18529         * modules/stdint (stdint.h): Likewise.
18530         * modules/sys_select (sys/select.h): Likewise.
18531         * modules/sys_socket (sys/socket.h): Likewise.
18532         * modules/sys_stat (sys/stat.h): Likewise.
18533         * modules/sysexits (sysexits.h): Likewise.
18534         * modules/unistd (unistd.h): Likewise.
18535         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18536         Add a "DO NOT EDIT" comment to the generated file.
18537         (func_import): Likewise for gnulib-comp.m4.
18538
18539 2006-10-07  Bruno Haible  <bruno@clisp.org>
18540
18541         * lib/gl_sublist.h: New file.
18542         * lib/gl_sublist.c: New file.
18543
18544 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18545
18546         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
18547         name (relative to the original working directory) and the file
18548         name component (relative to the temporary working directory).  All
18549         callers changed.
18550         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
18551         * lib/mkdir-p.c (make_dir_parents): Likewise.
18552         * lib/mkdir-p.h (make_dir_parents): Likewise.
18553
18554 2006-10-06  Eric Blake  <ebb9@byu.net>
18555
18556         Define several macros for use by the clean-temp module.
18557         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
18558         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
18559         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
18560
18561         * lib/clean-temp.h (close_stream_temp): New declaration.
18562         * lib/clean-temp.c (includes): Pull in headers according to what
18563         other modules are in use.
18564         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
18565
18566 2006-10-06  Bruno Haible  <bruno@clisp.org>
18567
18568         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
18569         instead of fopen, fwriteerror.
18570
18571 2006-10-06  Bruno Haible  <bruno@clisp.org>
18572
18573         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
18574         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
18575         int.
18576         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
18577         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
18578         Return an error indicator.
18579         Suggested by Eric Blake.
18580
18581 2006-10-06  Bruno Haible  <bruno@clisp.org>
18582
18583         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
18584         Reported by Eric Blake.
18585
18586 2006-10-06  Bruno Haible  <bruno@clisp.org>
18587
18588         * modules/closeout (Description): Mention stderr too.
18589
18590 2006-10-06  Bruno Haible  <bruno@clisp.org>
18591         and Paul Eggert  <eggert@cs.ucla.edu>
18592
18593         * lib/closeout.c (close_stdout): Also close stderr.
18594         * lib/closeout.h: Update comment.
18595
18596 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
18597
18598         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
18599         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
18600         * lib/dirchownmod.c: Include lchown.h.
18601         * lib/lchown.c: Don't include files that lchown.h now includes.
18602         Don't declare chown, since lchown.h now does that.
18603         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
18604         (lchown): Define to rpl_chown if lchown is declared but
18605         does not exist.  Declare using a prototype if lchown is not
18606         declared.  Add a copyright notice.
18607         * lib/mkstemp.h: Include <unistd.h>.
18608         * lib/openat.c: Include lchown.h.
18609
18610         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
18611         we now test for that separately.
18612         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
18613         rather than O_NOFOLLOW, when testing whether it's possible to
18614         avoid a race condition reliably.
18615         * lib/savewd.c (savewd_chdir): Likewise.
18616
18617         Remove macros that are no longer needed now that stdint.h is
18618         reliable.
18619         * lib/fsusage.c (UINTMAX_MAX): Remove.
18620         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
18621         * lib/utimecmp.c (SIZE_MAX): Remove.
18622
18623         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
18624
18625         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
18626         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
18627         O_NOATIME works.
18628
18629 2006-10-05  Bruno Haible  <bruno@clisp.org>
18630
18631         * lib/gl_list.h (gl_sortedlist_search_from_to,
18632         gl_sortedlist_indexof_from_to): New declarations.
18633         (gl_list_implementation): New fields sortedlist_search_from_to,
18634         sortedlist_indexof_from_to.
18635         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
18636         inline functions.
18637         * lib/gl_list.c (gl_sortedlist_search_from_to,
18638         gl_sortedlist_indexof_from_to): New functions.
18639         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
18640         function.
18641         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
18642         (gl_array_sortedlist_search_from_to): New function.
18643         (gl_array_list_implementation): Update.
18644         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
18645         function.
18646         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
18647         (gl_carray_sortedlist_search_from_to): New function.
18648         (gl_carray_list_implementation): Update.
18649         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
18650         gl_linked_sortedlist_indexof_from_to): New functions.
18651         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
18652         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
18653         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
18654         gl_tree_sortedlist_indexof_from_to): New functions.
18655         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
18656         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
18657         Update.
18658         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
18659         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
18660         Update.
18661
18662 2006-10-05  Bruno Haible  <bruno@clisp.org>
18663
18664         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
18665         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
18666         (struct gl_list_implementation): Add fields search_from_to,
18667         indexof_from_to. Remove fields search, indexof.
18668         (gl_list_search): Use the search_from_to method.
18669         (gl_list_search_from, gl_list_search_from_to): New functions.
18670         (gl_list_indexof): Use the indexof_from_to method.
18671         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
18672         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
18673         (gl_list_search_from, gl_list_search_from_to): New functions.
18674         (gl_list_indexof): Use the indexof_from_to method.
18675         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
18676         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
18677         gl_array_indexof. Add start_index, end_index arguments.
18678         (gl_array_search_from_to): Renamed from gl_array_search. Add
18679         start_index, end_index arguments.
18680         (gl_array_remove, gl_array_list_implementation): Update.
18681         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
18682         gl_carray_indexof. Add start_index, end_index arguments.
18683         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
18684         start_index, end_index arguments.
18685         (gl_carray_remove, gl_carray_list_implementation): Update.
18686         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
18687         gl_linked_search. Add start_index, end_index arguments.
18688         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
18689         start_index, end_index arguments.
18690         (gl_linked_remove): Update.
18691         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
18692         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
18693         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
18694         field to 'size_t'.
18695         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
18696         gl_tree_search. Add start_index, end_index arguments.
18697         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
18698         start_index, end_index arguments.
18699         (gl_tree_remove): Update.
18700         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
18701         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
18702         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
18703         function.
18704         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
18705         gl_tree_search. Add start_index, end_index arguments.
18706         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
18707         start_index, end_index arguments.
18708         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
18709         Update.
18710         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
18711
18712 2006-10-05  Bruno Haible  <bruno@clisp.org>
18713
18714         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
18715
18716         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
18717         fwriteerror_temp): New declarations.
18718         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
18719         (descriptors): New variable.
18720         (cleanup): First, close the descriptors.
18721         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
18722         fclose_temp, fwriteerror_temp): New functions.
18723
18724 2006-10-04  Jim Meyering  <jim@meyering.net>
18725
18726         * lib/fts.c (fts_open): Tiny comment change.
18727
18728 2006-10-04  Bruno Haible  <bruno@clisp.org>
18729
18730         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
18731         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
18732         gl_LOCK_BODY.
18733         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
18734         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
18735         gl_LOCK_EARLY_BODY.
18736         (gl_LOCK): Require gl_LOCK_BODY.
18737
18738 2006-10-04  Bruno Haible  <bruno@clisp.org>
18739
18740         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
18741         (gl_oset_search_atleast): New declaration.
18742         (struct gl_oset_implementation): Add field 'search_atleast'.
18743         (gl_oset_search_atleast): New inline function.
18744         * lib/gl_oset.c (gl_oset_search_atleast): New function.
18745         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
18746         (gl_array_oset_implementation): Update.
18747         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
18748         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
18749         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
18750
18751 2006-10-04  Bruno Haible  <bruno@clisp.org>
18752
18753         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
18754
18755 2006-10-03  Bruno Haible  <bruno@clisp.org>
18756
18757         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
18758         from gl_avltreehash_list_implementation.
18759
18760 2006-10-03  Bruno Haible  <bruno@clisp.org>
18761
18762         * lib/gl_oset.c (gl_oset_add): Fix return type.
18763
18764 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
18765
18766         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
18767
18768 2006-10-02  Eric Blake  <ebb9@byu.net>
18769
18770         * modules/strnlen (Depends-on): Add extensions.
18771
18772 2006-10-02  Eric Blake  <ebb9@byu.net>
18773
18774         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
18775         definition in 2.60+.
18776
18777 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
18778
18779         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
18780         checks.
18781
18782 2006-10-02  Bruno Haible  <bruno@clisp.org>
18783
18784         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
18785         to the AUTOMAKE_OPTIONS.
18786         Reported by Jim Meyering.
18787
18788 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
18789
18790         Work around bug in Solaris 10 /proc file system:
18791         /proc/self/fd/NNN/.. isn't the parent directory of
18792         the directory whose file descriptor is NNN.  This needs to
18793         be worked around at run time, not compile time, since a
18794         program might be built on Solaris 8, where things work, and
18795         run on Solaris 10.
18796         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
18797         to use the following interface instead:
18798         (OPENAT_BUFFER_SIZE): New macro.
18799         (openat_proc_name): New function.
18800         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
18801         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
18802         Likewise.
18803         * lib/openat-proc.c: New file.
18804         * modules/openat (Files): Add lib/openat-proc.c.
18805         (Depends-on): Add same-inode, stdbool.
18806         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
18807
18808 2006-09-29  Bruno Haible  <bruno@clisp.org>
18809
18810         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
18811         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
18812         argument. Set stdout_closed before testing for ferror, not after.
18813         (fwriteerror, fwriteerror_no_ebadf): New functions.
18814
18815 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18816
18817         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
18818
18819 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
18820
18821         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
18822         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
18823
18824 2006-09-28  Jim Meyering  <jim@meyering.net>
18825
18826         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
18827         Include <unistd.h>.
18828
18829 2006-09-28  Bruno Haible  <bruno@clisp.org>
18830
18831         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
18832         * modules/linkedhash-list (Depends-on): Likewise.
18833         * modules/rbtreehash-list (Depends-on): Likewise.
18834
18835 2006-09-28  Bruno Haible  <bruno@clisp.org>
18836
18837         * lib/strndup.h: Simplify the redefinition of strndup.
18838         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
18839         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
18840
18841 2006-09-28  Bruno Haible  <bruno@clisp.org>
18842
18843         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
18844         * lib/gl_linkedhash_list.c: Likewise.
18845         * lib/gl_rbtreehash_list.c: Likewise.
18846
18847 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
18848
18849         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
18850         getaddrinfo.
18851
18852         * lib/__fpending.h: Don't include <stdio_ext.h> unless
18853         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
18854         it causes <stdio_ext.h> to cause a compile-time error.
18855         Problem reported by Nelson H. F. Beebe.
18856         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
18857         of HAVE_DECL___PENDING.
18858
18859         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
18860         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
18861         declaration.
18862
18863 2006-09-27  Jim Meyering  <jim@meyering.net>
18864
18865         This file could end up with a definition for a function
18866         named __strndup, rather than rpl_strndup on a system with
18867         incomplete weak_alias support.
18868         * lib/strndup.c (strndup): Rename from __strndup.
18869         Remove #defines that used to map __strndup to strndup.
18870         Don't use K&R prototypes.
18871         Remove LIBC-related code, since this file is not sync'd with glibc.
18872         * lib/strndup.h: Revamp, accordingly.
18873         * m4/strndup.m4: Modernize.
18874
18875 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
18876
18877         * modules/savewd (Depends-on): Add 'raise'.
18878         * lib/savewd.c: Include <signal.h>, for 'raise'.
18879
18880 2006-09-26  Jim Meyering  <jim@meyering.net>
18881
18882         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
18883         when we detect Darwin 8.7.0's acl_get_file bug.
18884         Rearrange to perform the new (below) run-test while $LIBS
18885         contains any acl-related library.  Set USE_ACL at the end.
18886         (gl_ACL_GET_FILE): New function.
18887
18888 2006-09-26  Eric Blake  <ebb9@byu.net>
18889
18890         * lib/verror.c: Include <config.h> unconditionally.
18891
18892 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
18893
18894         * modules/clock-time (Maintainer): Add self.
18895         * modules/getlogin_r (Depends-on): Add extensions.
18896
18897 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18898
18899         * modules/clock-time: New module.
18900         * modules/nanosleep (Depends-on): Add clock-time.
18901         * modules/gethrxtime (Depends-on): Likewise.
18902         * modules/gettime (Depends-on): Likewise.
18903         * modules/settime (Depends-on): Likewise.
18904
18905         * modules/fts-lgpl: Depend on openat.
18906         * modules/mkancesdirs: Depend on savewd.
18907         * modules/mkdir-p: Likewise.
18908
18909 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18910
18911         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
18912
18913         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
18914         `gl_have_arbitrary_file_name_length_limit' to
18915         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
18916         actually works between configure runs.
18917
18918 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18919             Bruno Haible  <bruno@clisp.org>
18920
18921         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
18922
18923 2006-09-25  Jim Meyering  <jim@meyering.net>
18924
18925         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
18926         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
18927
18928 2006-09-25  Eric Blake  <ebb9@byu.net>
18929
18930         * gnulib-tool (func_import, func_create_testdir): Fix typos in
18931         exec's in 2006-09-18 patch when shuffling fds.
18932
18933 2006-09-25  Bruno Haible  <bruno@clisp.org>
18934
18935         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
18936         Reported by Jim Meyering.
18937
18938 2006-09-24  Jim Meyering  <jim@meyering.net>
18939
18940         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
18941         compare a pointer against a literal "0".  That caused failures with
18942         at least HP-UX's hpcc.
18943
18944 2006-09-22  Simon Josefsson  <jas@extundo.com>
18945
18946         * modules/gc-sha1:
18947         * modules/gc-md4:
18948         * modules/gc-hmac-sha1:
18949         * modules/gc-hmac-md5:
18950         * modules/gc-des:
18951         * modules/gc-arcfour: Distribute more files.
18952
18953 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18954
18955         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
18956         (gl_linked_iterator_from_to): Initialize struct completely.
18957         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
18958         (gl_tree_iterator_from_to): Likewise
18959         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
18960         * lib/gl_array_list.c [lint] (gl_array_iterator)
18961         (gl_array_iterator_from_to): Likewise.
18962         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
18963         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
18964         (gl_carray_iterator_from_to): Likewise.
18965
18966         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
18967         * lib/md4.c (md4_process_block): Remove unused variable.
18968         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
18969         parentheses for clarity.
18970
18971 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18972
18973         * modules/bison-i18n (Depends-on): Add gettext.
18974
18975 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18976
18977         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
18978         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
18979         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
18980         also add missing comma that caused broken test.
18981         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
18982         stdlib.h, for `abort'.
18983         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
18984         variables.
18985         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
18986         include unistd.h if present, for `rmdir'.
18987         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
18988         variables.
18989         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
18990         in the process include standard headers for prototypes.
18991         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
18992         gets declared on GNU/Linux.
18993         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
18994         unistd.h, for `rmdir'.
18995         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
18996
18997         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
18998         always true.
18999         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
19000
19001         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
19002
19003 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19004
19005         * gnulib-tool (func_version): Create output all at once.  This
19006         may help avoid triggering unnecessary SIGPIPEs, and at any
19007         rate it doesn't hurt.
19008
19009 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19010             Bruno Haible  <bruno@clisp.org>
19011
19012         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
19013         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19014         * m4/signed.m4 (bh_C_SIGNED): Likewise.
19015
19016         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
19017         (gl_FUNC_VASPRINTF): Invoke it.
19018
19019 2006-09-22  Bruno Haible  <bruno@clisp.org>
19020
19021         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
19022         getloadavg.c as first argument.
19023
19024 2006-09-22  Bruno Haible  <bruno@clisp.org>
19025
19026         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
19027         at the beginning of the gl_INIT macro.
19028         * modules/getloadavg (configure.ac): Pass $gl_source_base to
19029         gl_GETLOADAVG.
19030
19031 2006-09-22  Bruno Haible  <bruno@clisp.org>
19032
19033         * gnulib-tool (func_create_megatestdir): Don't include the config-h
19034         module.
19035         Suggested by Ralf Wildenhues.
19036
19037 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19038
19039         Import this patch from libc:
19040
19041         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
19042
19043         * lib/regex_internal.c (re_string_reconstruct): Handle
19044         offset < pstr->valid_raw_len && pstr->offsets_needed case.
19045         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
19046         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
19047         re_string_context_at.
19048
19049         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
19050         now requires it.
19051         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
19052         gl_REGEX now does it for us.
19053         (gl_REGEX): Add test taken from
19054         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
19055
19056         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
19057         Check that large offsets work.  Modernize Autoconf usages.
19058         Prefer "yes" to mean a good thing rather than a bad.
19059         Don't put "#define mkstemp" in config.h, as this might interfere
19060         with standard system headers that "#define mkstemp mkstemp64".
19061
19062         * modules/mkstemp (Depends-on): Add extensions, so that
19063         mkstemp is visible on some platforms.
19064         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
19065         (Include): Change to "mkstemp.h" from <stdlib.h>.
19066         (Files): Add mkstemp.h.
19067
19068         * lib/mkstemp.h: New file, since some standard headers
19069         #define mkstemp.
19070         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
19071         Include "mkstemp.h".
19072         Make the _LIBC code resemble glibc original more,
19073         e.g., use K&R style.
19074         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
19075         (mkstemp): Remove, since mkstemp.h does this for us.
19076         * lib/stdlib--.h: Include mkstemp.h.
19077
19078         Import this patch from libc:
19079
19080         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
19081
19082         * lib/tempname.c (__gen_tempname): Change attempts_min
19083         into a macro.  Use preprocessor to decide how to initialize
19084         attempts [Coverity CID 67].
19085
19086 2006-09-20  Bruno Haible  <bruno@clisp.org>
19087
19088         * lib/mkdtemp.c: Import from libc.
19089         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
19090                 * sysdeps/posix/tempname.c (__gen_tempname): Change
19091                 attempts_min into a macro.  Use preprocessor to decide how to
19092                 initialize attempts [Coverity CID 67].
19093         2001-11-27  Paul Eggert  <eggert@twinsun.com>
19094                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
19095                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
19096
19097 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19098
19099         * gnulib-tool (func_exit): New function, to allow to pass the
19100         exit status portably through the trap.  Use everywhere.
19101         (--help, --version): Signal a write error.
19102         (trap): catch SIGPIPE, for write errors.
19103         Exit at the end of the trap, with the correct exit status.
19104
19105 2006-09-19  Karl Berry  <karl@gnu.org>
19106
19107         * doc/gnulib.texi: note about the license texinfo files.
19108
19109 2006-09-19  Eric Blake  <ebb9@byu.net>
19110
19111         * gnulib-tool: Avoid space-tab.
19112
19113 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
19114
19115         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
19116         that prevented coreutils 6.1 from building.  Problem reported
19117         by Petter Reinholdtsen.
19118
19119 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
19120
19121         * gnulib-tool (avoidlist): Fix typo that broke options like
19122         --avoid=lock that are used by coreutils bootstrap.
19123
19124 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
19125
19126         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
19127         more systematically.
19128
19129 2006-09-18  Jim Meyering  <jim@meyering.net>
19130
19131         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
19132
19133 2006-09-18  Bruno Haible  <bruno@clisp.org>
19134
19135         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
19136
19137 2006-09-18  Bruno Haible  <bruno@clisp.org>
19138
19139         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
19140         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
19141         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
19142         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
19143         * m4/gettext.m4: Require autoconf >= 2.52.
19144         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
19145         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
19146         of gl_cv_header_inttypes_h.
19147
19148 2006-09-18  Bruno Haible  <bruno@clisp.org>
19149
19150         * lib/javaversion.c: Include configmake.h.
19151
19152 2006-09-18  Bruno Haible  <bruno@clisp.org>
19153
19154         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
19155         avoid that the while loops be executed in a subshell.
19156
19157 2006-09-18  Bruno Haible  <bruno@clisp.org>
19158
19159         * MODULES.html.sh (func_module): Break long lines.
19160         Suggested by Bruce Korb <bkorb@gnu.org>.
19161
19162 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19163
19164         Speed up by a factor of 1.12.
19165         * gnulib-tool (nl): New variable.
19166         (func_import): Rewrite include directive extraction to only read each
19167         directive once.
19168
19169 2006-09-17  Bruno Haible  <bruno@clisp.org>
19170
19171         * modules/javaversion (Makefile.am): Remove DEFS setting.
19172         (Depends-on): Add configmake, for PKGDATADIR definition.
19173
19174 2006-09-17  Bruno Haible  <bruno@clisp.org>
19175
19176         * gnulib-tool (func_create_testdir): Rewrite all files at once.
19177
19178 2006-09-17  Bruno Haible  <bruno@clisp.org>
19179
19180         * gnulib-tool (func_append): New function, stolen from libtool.m4.
19181         (func_modules_transitive_closure, func_modules_add_dummy,
19182         func_modules_to_filelist, func_import, func_create_testdir,
19183         func_create_megatestdir, ...): Use it wherever possible.
19184         Suggested by Ralf Wildenhues.
19185
19186 2006-09-16  Karl Berry  <karl@gnu.org>
19187
19188         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
19189         to avoid sectioning errors.
19190         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
19191         [ifinfo]: blank line after @center-ed titles.
19192         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
19193         Spell FSF address consistently with others.
19194         (These changes approved by rms.)
19195
19196 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19197
19198         Speed up by a factor of 1.61.
19199         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
19200         already checked module names again.
19201
19202 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19203
19204         Speed up by a factor of 1.13.
19205         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
19206         for new_files, and the input to func_add_or_update.
19207
19208 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19209
19210         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
19211         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
19212
19213 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19214
19215         * modules/mkancesdirs (Depends-on): Add fcntl.
19216         * modules/savewd: New file.
19217         * MODULES.html.sh (File system functions): Add savewd.
19218
19219         * modules/configmake (Makefile.am): Add support for the
19220         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
19221
19222 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19223
19224         * m4/savewd.m4: New file.
19225
19226 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19227
19228         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
19229         (dirchownmod): New arg FD.  All callers changed.
19230         Use FD rather than opening the directory ourself, as opening is
19231         now the caller's responsibility.
19232         * lib/dirchownmod.h: Likewise.
19233         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
19234         hosts that require <sys/types.h> before <sys/stat.h>.  Include
19235         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
19236         (test_dir): Remove.
19237         (mkancesdirs): Return length of prefix of FILE that has already
19238         been made, or -2 if there is a child doing the work.  Redo
19239         algorithm so that it is O(N) rather than O(N**2).  Optimize away
19240         ".", and treat ".." specially since it might stray back into
19241         already-created areas.  Use a subprocess if necessary.  New arg
19242         WD; all users changed.  MAKE_DIR function should now return 1
19243         if it creates a directory that is not readable.  Return -2 if
19244         a child process is spun off.
19245         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
19246         Adjust signature to match code.
19247         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
19248         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
19249         all users changed.
19250         * lib/savewd.c, lib/savewd.h: New files.
19251
19252 2006-09-15  Jim Meyering  <jim@meyering.net>
19253
19254         * modules/rename-dest-slash: New module.
19255         * MODULES.html.sh (posix_compat): Add it here.
19256
19257         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
19258
19259 2006-09-15  Jim Meyering  <jim@meyering.net>
19260
19261         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
19262         file.
19263
19264         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
19265
19266 2006-09-15  Jim Meyering  <jim@meyering.net>
19267
19268         * lib/rename-dest-slash.c (has_trailing_slash): Use
19269         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
19270         (rpl_rename_dest_slash): Perform the cheaper trailing slash
19271         test before testing whether SRC is a directory.
19272         Suggestions from Bruno Haible.
19273
19274         Avoid a warning about an unused variable.
19275         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
19276         into the #ifdef block where it's used.
19277
19278         * lib/rename-dest-slash.c: New file.
19279
19280 2006-09-14  Bruno Haible  <bruno@clisp.org>
19281
19282         * lib/allocsa.c: Include <config.h> unconditionally.
19283         * lib/asnprintf.c: Likewise.
19284         * lib/asprintf.c: Likewise.
19285         * lib/c-strcasecmp.c: Likewise.
19286         * lib/c-strcasestr.c: Likewise.
19287         * lib/c-strncasecmp.c: Likewise.
19288         * lib/c-strstr.c: Likewise.
19289         * lib/classpath.c: Likewise.
19290         * lib/clean-temp.c: Likewise.
19291         * lib/concatpath.c: Likewise.
19292         * lib/copy-file.c: Likewise.
19293         * lib/csharpcomp.c: Likewise.
19294         * lib/csharpexec.c: Likewise.
19295         * lib/execute.c: Likewise.
19296         * lib/fatal-signal.c: Likewise.
19297         * lib/findprog.c: Likewise.
19298         * lib/fwriteerror.c: Likewise.
19299         * lib/gl_array_list.c: Likewise.
19300         * lib/gl_array_oset.c: Likewise.
19301         * lib/gl_avltree_list.c: Likewise.
19302         * lib/gl_avltree_oset.c: Likewise.
19303         * lib/gl_avltreehash_list.c: Likewise.
19304         * lib/gl_carray_list.c: Likewise.
19305         * lib/gl_linked_list.c: Likewise.
19306         * lib/gl_linkedhash_list.c: Likewise.
19307         * lib/gl_list.c: Likewise.
19308         * lib/gl_oset.c: Likewise.
19309         * lib/gl_rbtree_list.c: Likewise.
19310         * lib/gl_rbtree_oset.c: Likewise.
19311         * lib/gl_rbtreehash_list.c: Likewise.
19312         * lib/imaxabs.c: Likewise.
19313         * lib/imaxdiv.c: Likewise.
19314         * lib/javacomp.c: Likewise.
19315         * lib/javaexec.c: Likewise.
19316         * lib/javaversion.c: Likewise.
19317         * lib/linebreak.c: Likewise.
19318         * lib/localcharset.c: Likewise.
19319         * lib/lock.c: Likewise.
19320         * lib/mbchar.c: Likewise.
19321         * lib/mbswidth.c: Likewise.
19322         * lib/mkdtemp.c: Likewise.
19323         * lib/pipe.c: Likewise.
19324         * lib/printf-args.c: Likewise.
19325         * lib/printf-parse.c: Likewise.
19326         * lib/progname.c: Likewise.
19327         * lib/progreloc.c: Likewise.
19328         * lib/readlink.c: Likewise.
19329         * lib/sh-quote.c: Likewise.
19330         * lib/stpcpy.c: Likewise.
19331         * lib/stpncpy.c: Likewise.
19332         * lib/strcasecmp.c: Likewise.
19333         * lib/strcasestr.c: Likewise.
19334         * lib/strcspn.c: Likewise.
19335         * lib/striconv.c: Likewise.
19336         * lib/strncasecmp.c: Likewise.
19337         * lib/strnlen1.c: Likewise.
19338         * lib/strstr.c: Likewise.
19339         * lib/strtok_r.c: Likewise.
19340         * lib/tls.c: Likewise.
19341         * lib/tmpdir.c: Likewise.
19342         * lib/unicodeio.c: Likewise.
19343         * lib/unsetenv.c: Likewise.
19344         * lib/vasnprintf.c: Likewise.
19345         * lib/vasprintf.c: Likewise.
19346         * lib/wait-process.c: Likewise.
19347         * lib/xallocsa.c: Likewise.
19348         * lib/xsetenv.c: Likewise.
19349         * lib/xstriconv.c: Likewise.
19350
19351 2006-09-13  Simon Josefsson  <jas@extundo.com>
19352
19353         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
19354         that internally, suggested by Ralf Wildenhues
19355         <Ralf.Wildenhues@gmx.de>.
19356
19357 2006-09-13  Simon Josefsson  <jas@extundo.com>
19358
19359         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
19360         @LIBOBJS@.
19361         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19362
19363 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19364
19365         * lib/_fpending.c: Include <config.h> unconditionally, since we no
19366         longer worry about uses that don't define HAVE_CONFIG_H.
19367         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
19368         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
19369         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
19370         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
19371         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
19372         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
19373         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
19374         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
19375         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
19376         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
19377         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
19378         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
19379         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
19380         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
19381         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
19382         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
19383         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
19384         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
19385         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
19386         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
19387         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
19388         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
19389         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
19390         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
19391         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
19392         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
19393         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
19394         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
19395         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
19396         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
19397         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
19398         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
19399         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
19400         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
19401         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
19402         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
19403         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
19404         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
19405         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
19406         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
19407         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
19408         Likewise.
19409
19410 2006-09-13  Eric Blake  <ebb9@byu.net>
19411
19412         * lib/getopt.c: Fix typo in last commit.
19413
19414 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
19415
19416         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
19417         dgettext.
19418
19419 2006-09-12  Jim Meyering  <jim@meyering.net>
19420
19421         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
19422         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
19423         Reported by Nelson H. F. Beebe.
19424
19425 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
19426
19427         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
19428         program_invocation_name and program_invocation_short_name are
19429         initialized.
19430         * lib/argp-namefrob.h: Move declarations of program_invocation_name
19431         and program_invocation_short_name to argp.h, so they are visible
19432         to user programs.
19433         * lib/argp.h: Likewise
19434
19435 2006-09-10  Bruno Haible  <bruno@clisp.org>
19436
19437         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
19438         m4/inttypes_h.m4, m4/uintmax_t.m4.
19439
19440 2006-09-10  Bruno Haible  <bruno@clisp.org>
19441
19442         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
19443         gl_AC_TYPE_UINTMAX_T.
19444
19445 2006-09-10  Bruno Haible  <bruno@clisp.org>
19446
19447         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
19448
19449 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19450
19451         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
19452         convention.  Text proposed by Bruno Haible.
19453         (struct argp_option): Document the use of N_() wrappers.
19454
19455         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
19456         '\v', and translate the two parts separately, instead of feeding
19457         the whole string to gettext.  This allows to exclude
19458         '\v' from the strings visible to the translator by writing doc
19459         strings as N_("..") "\v" N_("..").
19460
19461 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
19462
19463         * config/srclist.txt: Undo latest change; the bug was fixed.
19464
19465 2006-09-09  Bruno Haible  <bruno@clisp.org>
19466
19467         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
19468         assignments if building a library without libtool.
19469         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
19470         in func_emit_lib_Makefile_am.
19471         (func_import): When building a static library libfoo.a, arrange to
19472         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
19473         (func_create_testdir): Likewise.
19474         * modules/gc (configure.ac, Makefile.am): If building statically,
19475         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
19476         * modules/iconvme (configure.ac, Makefile.am): Likewise.
19477         * modules/striconv (configure.ac, Makefile.am): Likewise.
19478         Based on a suggestion by Ralf Wildenhues.
19479
19480 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19481
19482         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
19483         Check for unistd.h too, since Autoconf doesn't assume POSIX.
19484         Also:
19485
19486         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19487         Add year_2050_test to catch glibc bug 2821
19488         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
19489
19490         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19491         Prefer #ifdef to #if.
19492
19493         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
19494         Return from 'main' instead of calling 'exit'.
19495
19496 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19497
19498         * lib/mktime.c (guess_time_tm): Fix bug where mktime
19499         returned the maximum time_t value rather than (time_t) -1.
19500         Problem originally reported by William Bardwell
19501         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
19502
19503         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
19504         Moved to here ...
19505         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
19506         ... from here.
19507
19508 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19509
19510         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
19511         2821 is fixed.
19512
19513 2006-09-08  Jim Meyering  <jim@meyering.net>
19514
19515         Don't make generated files read-only.  That would bother too many
19516         people.  However, do retain the ability to work when targets are
19517         read-only: remove the destination and temporary files before writing
19518         them (when generated via sed or echo), or by using the -f option for
19519         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
19520         * modules/alloca-opt, modules/argz, modules/arpa_inet:
19521         * modules/byteswap, modules/configmake, modules/fcntl:
19522         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
19523         * modules/localcharset, modules/netinet_in, modules/poll:
19524         * modules/stdbool, modules/stdint, modules/sys_select:
19525         * modules/sys_socket, modules/sys_stat, modules/sysexits:
19526
19527 2006-09-08  Jim Meyering  <jim@meyering.net>
19528
19529         Avoid new build failure on FreeBSD 6.0.
19530         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
19531         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
19532         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
19533
19534 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19535
19536         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
19537
19538 2006-09-07  Jim Meyering  <jim@meyering.net>
19539
19540         Fix global typo in last change: use chmod u-w, not chmod u-x.
19541         Spotted by Paul Eggert and Bruce Korb.
19542         * modules/alloca-opt, modules/argz, modules/arpa_inet:
19543         * modules/byteswap, modules/configmake, modules/fcntl:
19544         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
19545         * modules/localcharset, modules/netinet_in, modules/poll:
19546         * modules/stdbool, modules/stdint, modules/sys_select:
19547         * modules/sys_socket, modules/sys_stat, modules/sysexits:
19548
19549 2006-09-06  Jim Meyering  <jim@meyering.net>
19550
19551         Make generated files be read-only.
19552         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
19553         Ensure that each generated file is now read-only.
19554         * modules/argz: Likewise.
19555         * modules/arpa_inet: Likewise.
19556         * modules/byteswap: Likewise.
19557         * modules/configmake: Likewise.
19558         * modules/fcntl: Likewise.
19559         * modules/fnmatch: Likewise.
19560         * modules/getopt: Likewise.
19561         * modules/glob: Likewise.
19562         * modules/inttypes: Likewise.
19563         * modules/netinet_in: Likewise.
19564         * modules/poll: Likewise.
19565         * modules/stdbool: Likewise.
19566         * modules/stdint: Likewise.
19567         * modules/sys_select: Likewise.
19568         * modules/sys_socket: Likewise.
19569         * modules/sys_stat: Likewise.
19570         * modules/sysexits: Likewise.
19571         * modules/localcharset: Same as above, but continue using temporary
19572         file named "t-$@" (why different?) rather than the "$@-t" used
19573         everywhere else.
19574
19575         * modules/sysexits (Makefile.am): Replace literal occurrences
19576         of "sysexit.h" more readable, and more consistent, "$@".
19577
19578 2006-09-06  Bruno Haible  <bruno@clisp.org>
19579
19580         * modules/striconv: New file.
19581         * modules/xstriconv: New file.
19582         * MODULES.html.sh (Internationalization functions): Add striconv,
19583         xstriconv.
19584
19585 2006-09-06  Bruno Haible  <bruno@clisp.org>
19586
19587         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
19588         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
19589         not using libtool correctly.
19590
19591 2006-09-06  Bruno Haible  <bruno@clisp.org>
19592
19593         * lib/striconv.h: New file.
19594         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
19595         iconvstring.c.
19596         * lib/xstriconv.h: New file.
19597         * lib/xstriconv.c: New file.
19598
19599 2006-09-06  Bruno Haible  <bruno@clisp.org>
19600
19601         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19602         lib_..._LDFLAGS.
19603
19604 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19605
19606         * lib/argz_.h: Sync from Libtool.
19607
19608         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
19609                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19610
19611         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
19612
19613 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
19614
19615         * modules/trim: New file.
19616
19617 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
19618
19619         * lib/trim.h: New file.
19620         * lib/trim.c: New file.
19621
19622 2006-09-05  Bruno Haible  <bruno@clisp.org>
19623
19624         * MODULES.html.sh (String handling): Add trim.
19625
19626 2006-09-04  Karl Berry  <karl@gnu.org>
19627
19628         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
19629         until next release.
19630
19631 2006-09-03  Bruno Haible  <bruno@clisp.org>
19632
19633         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
19634         correctly.
19635
19636 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19637
19638         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
19639         not gl_GETLOADAVG.  Omit unneeded semicolons.
19640         Problems reported by Ralf Wildenhues in
19641         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
19642         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
19643         at the end, which is the usual gnulib style.
19644
19645         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
19646         of doing all the work ourselves.
19647         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
19648         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
19649
19650 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19651
19652         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
19653         Problem reported by Ralf Wildenhues in
19654         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
19655
19656         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
19657         HAVE_STRUCT_STATFS_F_FSTYPENAME.
19658
19659 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19660
19661         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
19662         yesterday's patch by changing test -n to test -z.
19663
19664 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19665
19666         * modules/getloadavg (Files): Add m4/getloadavg.m4.
19667         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
19668         the former is now obsolescent.
19669
19670         * modules/chdir-long (Depends-on): Add fcntl.
19671
19672 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19673
19674         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
19675         obsolescent, and programs should use gnulib instead.
19676         * m4/getloadavg.m4: New file, with contents taken from Autoconf
19677         but with prefixes changed.
19678
19679 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19680
19681         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
19682         or stdbool.h, because they might not exist while configuring.
19683
19684         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
19685         Don't include unistd.h or limits.h; not needed, since chdir-long.h
19686         does that for us.
19687         (O_DIRECTORY): Remove.
19688
19689 2006-08-31  Eric Blake  <ebb9@byu.net>
19690
19691         * gnulib-tool: Don't let emacs change spaces to TAB.
19692
19693 2006-08-31  Bruno Haible  <bruno@clisp.org>
19694
19695         * gnulib-tool: When calling func_import more than once, do it in a
19696         subshell.
19697         Reported by Eric Blake <ebb9@byu.net>.
19698
19699 2006-08-31  Bruno Haible  <bruno@clisp.org>
19700
19701         * gnulib-tool (nl): Remove variable.
19702         (sed_transform_lib_file): Use more robust test for config-h module.
19703         (func_import): Fix typo in 2006-08-25 patch.
19704
19705 2006-08-31  Bruno Haible  <bruno@clisp.org>
19706
19707         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
19708         specified, augment Makefile.am variables instead of assigning them.
19709
19710 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
19711
19712         Work around a bug in both the Linux and SunOS 64-bit kernels:
19713         nanosleep mishandles sleeps for longer than 2**31 seconds.
19714         Problem reported by Frank v Waveren in
19715         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
19716         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
19717         Check for nanosleep bug.
19718         (LIB_NANOSLEEP): Append clock_gettime library if needed.
19719
19720 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
19721
19722         Work around a bug in both the Linux and SunOS 64-bit kernels:
19723         nanosleep mishandles sleeps for longer than 2**31 seconds.
19724         Problem reported by Frank v Waveren in
19725         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
19726         * lib/nanosleep.c (BILLION): New constant.
19727         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
19728         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
19729         implementation.
19730
19731 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
19732
19733         * modules/nanosleep (Depends-on): Add gettime.
19734
19735 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
19736         and Simon Josefsson  <jas@extundo.com>
19737         and Oskar Liljeblad  <oskar@osk.mine.nu>
19738
19739         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
19740         * gnulib-tool (func_import): New license type 'unmodifiable license
19741         text'.
19742         * modules/fdl: Use it.  Longer description.
19743         * module/gpl, module/lgpl: New files.
19744
19745 2006-08-30  Jim Meyering  <jim@meyering.net>
19746
19747         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
19748         shadowing the parameter.
19749
19750 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19751
19752         Sync from Libtool:
19753
19754         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19755
19756         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
19757         sharing with gnulib.  Report by Eric Blake.
19758
19759 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
19760
19761         * modules/isapipe: New file.
19762         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
19763
19764 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
19765
19766         * modules/configmake (Makefile.am): Add a comment, and omit
19767         the CONFIGMAKE_ prefix from generated macro names.  Suggested
19768         by Bruno Haible.
19769
19770 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
19771
19772         * m4/isapipe.m4: New file.
19773
19774 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
19775
19776         * lib/isapipe.c, lib/isapipe.h: New files.
19777
19778 2006-08-29  Jim Meyering  <jim@meyering.net>
19779
19780         * modules/configmake (Makefile.am): Make configmake.h depend on
19781         Makefile.  Otherwise, a stale configmake.h could hang around.
19782
19783 2006-08-29  Eric Blake  <ebb9@byu.net>
19784
19785         * lib/error.c (error_at_line, print_errno_message): Match libc, after
19786         resolution of upstream bug 3044.
19787
19788 2006-08-29  Bruno Haible  <bruno@clisp.org>
19789
19790         * modules/localcharset (Depends-on): Add configmake.
19791         (Makefile.am): Remove setting of LIBDIR through DEFS.
19792
19793 2006-08-29  Bruno Haible  <bruno@clisp.org>
19794
19795         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
19796         defined.
19797
19798 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
19799
19800         * modules/fcntl: New file.
19801         * modules/chdir-safer (Depends-on): Add fcntl.
19802         * modules/fts: Likewise.
19803         * modules/mkdir-p: Likewise.
19804
19805         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
19806         This undoes the most recent change, since we're now addressing the
19807         problem in a different way.
19808
19809         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
19810         into output, since the output might be called Makefile.am even
19811         if $makefile_name is something different.
19812         (func_import): Use $makefile_am rather than
19813         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
19814         empty.
19815
19816         * modules/inttypes (Files): Add m4/inttypes-h.m4.
19817
19818 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
19819
19820         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
19821         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
19822         recent change to stdint.m4, since we're now addressing the problem in a
19823         different way.
19824
19825 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
19826
19827         * m4/fcntl_h.m4: New file.
19828
19829 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
19830
19831         * lib/fcntl_.h: New file.
19832         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
19833         the fcntl module.
19834         * lib/dirchownmod.c: Likewise.
19835         * lib/fts.c: Likewise.
19836
19837         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
19838         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
19839         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
19840         just before including <inttypes.h>, to avoid circular inclusion.
19841
19842 2006-08-28  Jim Meyering  <jim@meyering.net>
19843
19844         * doc/visibility.texi: Actually read and correct the grammar of the
19845         sentence affected by yesterday's change.
19846
19847 2006-08-28  Eric Blake  <ebb9@byu.net>
19848
19849         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
19850         needs wrapper.
19851
19852 2006-08-28  Eric Blake  <ebb9@byu.net>
19853
19854         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
19855
19856 2006-08-28  Eric Blake  <ebb9@byu.net>
19857
19858         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
19859
19860 2006-08-28  Bruno Haible  <bruno@clisp.org>
19861
19862         * modules/c-strstr: New file, from GNU gettext.
19863         * MODULES.html.sh (String handling): Add c-strstr.
19864
19865 2006-08-28  Bruno Haible  <bruno@clisp.org>
19866
19867         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
19868         macros.
19869         Reported by Eric Blake.
19870
19871 2006-08-28  Bruno Haible  <bruno@clisp.org>
19872
19873         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
19874         (VASNPRINTF): Return a string of length > INT_MAX without failing.
19875         * lib/vasprintf.c: Include errno.h, limits.h.
19876         (EOVERFLOW): New fallback definition.
19877         (vasprintf): Test here whether the string length is > INT_MAX.
19878         * lib/vsnprintf.c: Include errno.h, limits.h.
19879         (EOVERFLOW): New fallback definition.
19880         (vsnprintf): Fix bug when generated string was too long for the buffer.
19881         Test here whether the string length is > INT_MAX.
19882
19883 2006-08-28  Bruno Haible  <bruno@clisp.org>
19884
19885         * lib/inttypes_.h (SCNX*): Remove definitions.
19886         Reported by Eric Blake.
19887
19888 2006-08-28  Bruno Haible  <bruno@clisp.org>
19889
19890         * lib/c-strstr.h: New file, from GNU gettext.
19891         * lib/c-strstr.c: New file, from GNU gettext.
19892
19893 2006-08-28  Bruno Haible  <bruno@clisp.org>
19894
19895         * gnulib-tool: Reorder some statements.
19896
19897 2006-08-28  Bruno Haible  <bruno@clisp.org>
19898
19899         * gnulib-tool: New option --makefile-name.
19900         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
19901         $makefile_name.
19902         (func_import): Write $makefile_name to the cache file, and read it from
19903         there unless explicitly specified. Use $makefile_name as file name
19904         instead of Makefile.am. Adjust the recommendations accordingly.
19905
19906 2006-08-28  Bruno Haible  <bruno@clisp.org>
19907
19908         * gnulib-tool (func_verify_module): Check against misapplying patch.
19909
19910 2006-08-28  Bruno Haible  <bruno@clisp.org>
19911
19912         * gnulib-tool (func_relativize, func_relconcat): New functions.
19913         Give an error if --local-dir is given with --update.
19914         Remove trailing slashes from $local_gnulib_dir.
19915         (func_import): Store the relativized $local_gnulib_dir in
19916         gnulib-cache.m4, and read it from there if not specified explicitly.
19917
19918 2006-08-28  Bruno Haible  <bruno@clisp.org>
19919
19920         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
19921         is the current directory. Respect also $local_gnulib_dir.
19922
19923 2006-08-28  Bruno Haible  <bruno@clisp.org>
19924             Simon Josefsson  <jas@extundo.com>
19925
19926         BeOS portability.
19927         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
19928
19929 2006-08-27  Jim Meyering  <jim@meyering.net>
19930
19931         * doc/visibility.texi: Remove duplicate word: "pointer".
19932
19933 2006-08-26  Bruno Haible  <bruno@clisp.org>
19934
19935         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
19936         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
19937         (Makefile.am): Create inttypes.h from inttypes_.h.
19938         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
19939
19940         * modules/imaxabs: New file.
19941
19942         * modules/imaxdiv: New file.
19943
19944 2006-08-26  Bruno Haible  <bruno@clisp.org>
19945
19946         * m4/inttypes.m4: New file.
19947         * m4/_inttypes_h.m4: Remove file.
19948         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
19949         PRI_MACROS_BROKEN.
19950         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
19951
19952         * m4/imaxabs.m4: New file.
19953
19954         * m4/imaxdiv.m4: New file.
19955
19956 2006-08-26  Bruno Haible  <bruno@clisp.org>
19957
19958         * lib/inttypes_.h: New file.
19959         * lib/inttypes.h: Remove file.
19960         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
19961
19962         * lib/imaxabs.c: New file.
19963
19964         * lib/imaxdiv.c: New file.
19965
19966 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19967
19968         New config-h module, so that "make" output needn't be cluttered
19969         by -DHAVE_CONFIG_H.
19970         * MODULES.html.sh (Support for building libraries and executables):
19971         Add config-h.
19972         * modules/config-h: New file.
19973         * gnulib-tool (nl, sed_transform_lib_file): New vars.
19974         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
19975         the config-h module is used.
19976
19977         New configmake module, so that "make" output needn't be cluttered
19978         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
19979         * MODULES.html.sh (Support for building libraries and executables):
19980         Add configmake.
19981         * modules/configmake: New file.
19982
19983 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19984
19985         * m4/config-h.m4: New file.
19986
19987 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19988
19989         * config/srclist.txt: Add elisp-comp.
19990
19991 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19992
19993         * MODULES.html.sh (Support for building libraries and executables):
19994         Add elisp-comp.
19995         * build-aux/elisp-comp: New file.
19996         * modules/elisp-comp: New file.
19997
19998 2006-08-24  Bruno Haible  <bruno@clisp.org>
19999
20000         * gnulib-tool (func_create_testdir): Use non-default values of
20001         sourcebase and m4base.
20002
20003 2006-08-24  Bruno Haible  <bruno@clisp.org>
20004
20005         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
20006         HTML structure.
20007
20008 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20009
20010         * modules/openat (Depends-on): Add lchown.
20011
20012 2006-08-23  Bruno Haible  <bruno@clisp.org>
20013
20014         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
20015         of gl_LOCK_EARLY instead of gl_LOCK.
20016
20017 2006-08-23  Bruno Haible  <bruno@clisp.org>
20018
20019         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
20020         on OSF/1 to no.
20021         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
20022
20023 2006-08-23  Bruno Haible  <bruno@clisp.org>
20024
20025         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
20026         as unusable.
20027
20028         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
20029         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
20030         (gl_LOCK): New macro.
20031
20032 2006-08-22  Simon Josefsson  <jas@extundo.com>
20033
20034         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
20035         to md5 module.
20036
20037 2006-08-22  Simon Josefsson  <jas@extundo.com>
20038
20039         * MODULES.html.sh: Add "Support for maintaining and release
20040         projects".
20041
20042         * build-aux/gnupload: New file, from coreutils.
20043
20044 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20045
20046         Avoid the need for AC_LIBSOURCES in m4 macros.
20047         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
20048         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
20049         * modules/check-version (EXTRA_DIST): Add check-version.h.
20050         * modules/crc (EXTRA_DIST): Add crc.h.
20051         * modules/des (EXTRA_DIST): Add des.h.
20052         * modules/gc (EXTRA_DIST): Add gc.h.
20053         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
20054         * modules/getline (EXTRA_DIST): Add getline.h.
20055         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
20056         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
20057         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
20058         * modules/md2 (EXTRA_DIST): Add md2.h.
20059         * modules/md4 (EXTRA_DIST): Add md4.h.
20060         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
20061         * modules/read-file (EXTRA_DIST): Add read-file.h.
20062         * modules/readline (EXTRA_DIST): Add readline.h.
20063         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
20064         rijndael-api-fst.h.
20065
20066 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20067
20068         * m4/rijndael.m4 (gl_ARCFOUR):
20069         * m4/arctwo.m4 (gl_ARCTWO):
20070         * m4/check-version.m4 (gl_CHECK_VERSION):
20071         * m4/crc.m4 (gl_CRC):
20072         * m4/des.m4 (gl_DES):
20073         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
20074         * m4/gc.m4 (gl_GC):
20075         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
20076         * m4/getline.m4 (gl_FUNC_GETLINE):
20077         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
20078         * m4/hmac-md5.m4 (gl_HMAC_MD5):
20079         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
20080         * m4/md2.m4 (gl_MD2):
20081         * m4/md4.m4 (gl_MD4):
20082         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
20083         * m4/read-file.m4 (gl_FUNC_READ_FILE):
20084         * m4/readline.m4 (gl_FUNC_READLINE):
20085         * m4/rijndael.m4 (gl_RIJNDAEL):
20086         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
20087         to get the necessary .h files and whatnot.
20088
20089 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20090
20091         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
20092         gnulib rather than the other way around.
20093         * config/srclistvars.sh (COREUTILS): Remove.
20094
20095 2006-08-22  Jim Meyering  <jim@meyering.net>
20096
20097         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
20098
20099         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
20100
20101 2006-08-22  Eric Blake  <ebb9@byu.net>
20102
20103         * modules/regexprops-generic: New file.
20104         * MODULES.html.sh (Support for building documentation): List it.
20105
20106 2006-08-22  Eric Blake  <ebb9@byu.net>
20107
20108         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
20109         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
20110         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
20111         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
20112
20113 2006-08-22  Bruno Haible  <bruno@clisp.org>
20114
20115         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
20116         and lib_LTLIBRARIES like the other lib_* variables.
20117
20118 2006-08-22  Bruno Haible  <bruno@clisp.org>
20119
20120         * build-aux/x-to-1.in: New file, from GNU gettext.
20121
20122 2006-08-22  Bruno Haible  <bruno@clisp.org>
20123
20124         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
20125         <utmpx.h> exists.
20126
20127 2006-08-22  Bruno Haible  <bruno@clisp.org>
20128
20129         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
20130         <utmpx.h> exists.
20131
20132 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20133
20134         BeOS portability.
20135         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
20136         exist.
20137         Problem reported by Bruno Haible.
20138
20139 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20140
20141         Avoid the need for AC_LIBSOURCES in m4 macros.
20142         * modules/acl (EXTRA_DIST): Add acl.h.
20143         * modules/argmatch (Files): Add m4/argmatch.m4.
20144         (configure.ac): Add gl_ARGMATCH.
20145         (EXTRA_DIST): Renamed from lib_SOURCES, for
20146         consistency with the other modules.  Remove argmatch.c.
20147         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
20148         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
20149         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
20150         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
20151         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
20152         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
20153         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
20154         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
20155         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
20156         * modules/closeout (EXTRA_DIST): Add closeout.h.
20157         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
20158         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
20159         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
20160         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
20161         dirname.h; remove basename.c and stripslash.c.
20162         * modules/exclude (EXTRA_DIST): Add exclude.h.
20163         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
20164         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
20165         * modules/file-type (EXTRA_DIST): Add file-type.h.
20166         * modules/filemode (EXTRA_DIST): Add filemode.h.
20167         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
20168         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
20169         * modules/fpending (EXTRA_DIST): Add __fpending.h.
20170         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
20171         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
20172         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
20173         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
20174         * modules/getdate (EXTRA_DIST): Add getdate.c.
20175         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
20176         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
20177         * modules/getpass (EXTRA_DIST): Add getpass.h.
20178         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
20179         * modules/group-member (EXTRA_DIST): Add group-member.h.
20180         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
20181         * modules/hash (EXTRA_DIST): Add hash.h.
20182         * modules/human (EXTRA_DIST): Add human.h.
20183         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
20184         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
20185         * modules/lchown (EXTRA_DIST): Add lchown.h.
20186         * modules/long-options (EXTRA_DIST): Add long-options.h.
20187         * modules/lstat (EXTRA_DIST): Add lstat.h.
20188         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
20189         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
20190         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
20191         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
20192         * modules/memxor (EXTRA_DIST): Add memxor.h.
20193         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
20194         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
20195         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
20196         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
20197         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
20198         * modules/physmem (EXTRA_DIST): Add physmem.h.
20199         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
20200         * modules/posixver (EXTRA_DIST): Add posixver.h.
20201         * modules/quote (EXTRA_DIST): Add quote.h.
20202         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
20203         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
20204         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
20205         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
20206         regex_internal.h regexec.c.
20207         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
20208         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
20209         * modules/same (EXTRA_DIST): Add same.h.
20210         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
20211         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
20212         * modules/savedir (EXTRA_DIST): Add savedir.h.
20213         * modules/sha1 (EXTRA_DIST): Add sha1.h.
20214         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
20215         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
20216         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
20217         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
20218         * modules/strdup (EXTRA_DIST): Add strdup.h.
20219         * modules/strftime (EXTRA_DIST): Add strftime.h.
20220         * modules/strndup (EXTRA_DIST): Add strndup.h.
20221         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
20222         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
20223         * modules/time_r (EXTRA_DIST): Add time_r.h.
20224         * modules/timespec (EXTRA_DIST): Add timespec.h.
20225         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
20226         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
20227         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
20228         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
20229         * modules/userspec (EXTRA_DIST): Add userspec.h.
20230         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
20231         * modules/utimens (EXTRA_DIST): Add utimens.h.
20232         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
20233         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
20234         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
20235         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
20236         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
20237         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
20238         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
20239         * modules/yesno (EXTRA_DIST): Add yesno.h.
20240
20241 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20242
20243         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
20244
20245         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
20246         * m4/dev-ino.m4, same-inode.m4: Remove.
20247
20248         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
20249         * m4/acl.m4 (AC_FUNC_ACL):
20250         * m4/backupfile.m4 (gl_BACKUPFILE):
20251         * m4/c-strtod.m4 (gl_C99_STRTOLD):
20252         * m4/canon-host.m4 (gl_CANON_HOST):
20253         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
20254         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
20255         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
20256         * m4/cloexec.m4 (gl_CLOEXEC):
20257         * m4/close-stream.m4 (gl_CLOSE_STREAM):
20258         * m4/closeout.m4 (gl_CLOSEOUT):
20259         * m4/dirfd.m4 (gl_FUNC_DIRFD):
20260         * m4/dirname.m4 (gl_DIRNAME):
20261         * m4/exclude.m4 (gl_EXCLUDE):
20262         * m4/exitfail.m4 (gl_EXITFAIL):
20263         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
20264         * m4/file-type.m4 (gl_FILE_TYPE):
20265         * m4/filemode.m4 (gl_FILEMODE):
20266         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
20267         * m4/fpending.m4 (gl_FUNC_FPENDING):
20268         * m4/fprintftime.m4 (gl_FPRINTFTIME):
20269         * m4/fts.m4 (gl_FUNC_FTS):
20270         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
20271         * m4/getdate.m4 (gl_GETDATE):
20272         * m4/gethrxtime.m4 (gl_GETHRXTIME):
20273         * m4/getpagesize.m4 (gl_GETPAGESIZE):
20274         * m4/getpass.m4 (gl_FUNC_GETPASS):
20275         * m4/gettime.m4 (gl_GETTIME):
20276         * m4/getugroups.m4 (gl_GETUGROUPS):
20277         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
20278         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
20279         * m4/hard-locale.m4 (gl_HARD_LOCALE):
20280         * m4/hash.m4 (gl_HASH):
20281         * m4/idcache.m4 (gl_IDCACHE):
20282         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
20283         * m4/lchown.m4 (gl_FUNC_LCHOWN):
20284         * m4/long-options.m4 (gl_LONG_OPTIONS):
20285         * m4/lstat.m4 (gl_FUNC_LSTAT):
20286         * m4/md5.m4 (gl_MD5):
20287         * m4/memcasecmp.m4 (gl_MEMCASECMP):
20288         * m4/memcoll.m4 (gl_MEMCOLL):
20289         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
20290         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
20291         * m4/memxor.m4 (gl_MEMXOR):
20292         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
20293         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
20294         * m4/modechange.m4 (gl_MODECHANGE):
20295         * m4/mountlist.m4 (gl_MOUNTLIST):
20296         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
20297         * m4/openat.m4 (gl_FUNC_OPENAT):
20298         * m4/pathmax.m4 (gl_PATHMAX):
20299         * m4/physmem.m4 (gl_PHYSMEM):
20300         * m4/posixtm.m4 (gl_POSIXTM):
20301         * m4/posixver.m4 (gl_POSIXVER):
20302         * m4/quote.m4 (gl_QUOTE):
20303         * m4/quotearg.m4 (gl_QUOTEARG):
20304         * m4/readtokens.m4 (gl_READTOKENS):
20305         * m4/readutmp.m4 (gl_READUTMP):
20306         * m4/regex.m4 (gl_REGEX):
20307         * m4/safe-read.m4 (gl_SAFE_READ):
20308         * m4/safe-write.m4 (gl_SAFE_WRITE):
20309         * m4/same.m4 (gl_SAME):
20310         * m4/save-cwd.m4 (gl_SAVE_CWD):
20311         * m4/savedir.m4 (gl_SAVEDIR):
20312         * m4/settime.m4 (gl_SETTIME):
20313         * m4/sha1.m4 (gl_SHA1):
20314         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
20315         * m4/stat-macros.m4 (gl_STAT_MACROS):
20316         * m4/stat-time.m4 (gl_STAT_TIME):
20317         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
20318         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
20319         * m4/strdup.m4 (gl_FUNC_STRDUP):
20320         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
20321         * m4/strndup.m4 (gl_FUNC_STRNDUP):
20322         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
20323         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
20324         * m4/time_r.m4 (gl_TIME_R):
20325         * m4/timespec.m4 (gl_TIMESPEC):
20326         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
20327         * m4/unlinkdir.m4 (gl_UNLINKDIR):
20328         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
20329         * m4/userspec.m4 (gl_USERSPEC):
20330         * m4/utimecmp.m4 (gl_UTIMECMP):
20331         * m4/utimens.m4 (gl_UTIMENS):
20332         * m4/xalloc.m4 (gl_XALLOC):
20333         * m4/xgetcwd.m4 (gl_XGETCWD):
20334         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
20335         * m4/xreadlink.m4 (gl_XREADLINK):
20336         * m4/xstrtod.m4 (gl_XSTRTOD):
20337         * m4/yesno.m4 (gl_YESNO):
20338         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
20339         to get the necessary .h files and whatnot.
20340
20341 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
20342             Bruno Haible  <bruno@clisp.org>
20343
20344         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
20345         /bin/sh understanding of '!' conditional negation.
20346
20347 2006-08-21  Jim Meyering  <jim@meyering.net>
20348
20349         * modules/openat (Depends-on): Really alphabetize.
20350
20351         * modules/acl (Depends-on): Add error and quote.
20352
20353         * check-module (find_included_lib_files): Add at-func.c to the
20354         ok-to-include-more-than-once white list.
20355
20356         * modules/openat (Depends-on): Add lstat.  Alphabetize.
20357
20358 2006-08-21  Bruno Haible  <bruno@clisp.org>
20359
20360         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20361         Emit a pkgdata_DATA variable only if some snippets add contents to it.
20362         Reported by Martin Lambers <marlam@marlam.de>.
20363
20364 2006-08-21  Bruno Haible  <bruno@clisp.org>
20365
20366         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
20367         specify an installation location, don't emit a noinst_LIBRARIES or
20368         noinst_LTLIBRARIES assignment.
20369
20370 2006-08-21  Bruno Haible  <bruno@clisp.org>
20371
20372         BeOS portability.
20373         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
20374         BeOS has mbrtowc() but no <wctype.h>.
20375
20376 2006-08-21  Bruno Haible  <bruno@clisp.org>
20377
20378         BeOS portability.
20379         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
20380         exist.
20381
20382 2006-08-21  Bruno Haible  <bruno@clisp.org>
20383
20384         BeOS portability.
20385         * lib/mbchar.h: Include <wctype.h> only if it exists.
20386
20387 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20388
20389         Remove files that are no longer needed by their respective modules.
20390         * m4/obstack.m4: Remove.
20391         * m4/strerror_r.m4: Remove.
20392         * m4/uint32_t.m4: Remove.
20393         * m4/uintptr_t.m4: Remove.
20394         * m4/ullong_max.m4: Remove.
20395         * m4/xstrtoimax.m4: Remove.
20396         * m4/xstrtoumax.m4: Remove.
20397
20398         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
20399         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
20400         dependencies now capture this.
20401
20402         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
20403         Do not use AC_LIBSOURCES, since gnulib modules now do this.
20404         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
20405         * m4/human.m4 (gl_HUMAN): Likewise.
20406         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
20407         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
20408
20409         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
20410
20411         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
20412         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
20413         stdint.
20414         * m4/human.m4 (gl_HUMAN): Likewise.
20415         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
20416         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
20417         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
20418         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
20419         * m4/xstrtol (gl_XSTRTOL): Likewise.
20420
20421         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
20422         AC_TYPE_LONG_LONG_INT.
20423         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
20424         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
20425         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
20426         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
20427
20428         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
20429         on stdbool.
20430
20431         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
20432         (gl_PREREQ_XSTRTOUL): Remove.
20433
20434         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
20435
20436         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
20437         mode.
20438
20439 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20440
20441         Add and change modules to make it easier for coreutils to use
20442         gnulib-tool.
20443         * modules/backupfile (Files): Remove m4/d-ino.m4.
20444         (Depends-on): Add d-ino.
20445         * modules/cycle-check (Depends-on): Add stdint.
20446         (lib_SOURCES): Add cycle-check.h.
20447         * modules/d-ino: New module.
20448         * modules/d-type: New module.
20449         * modules/error (Files): Remove m4/strerror_r.m4.
20450         * modules/filemode (Files): Add m4/st_dm_mode.m4.
20451         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
20452         m4/inttypes_h.m4, m4/uintmax_t.m4.
20453         (Depends-on): Add stdint.
20454         (lib_SOURCES): Add fsusage.h.
20455         * modules/getcwd (Files): Remove d-ino.m4.
20456         (Depends-on): Add d-ino.
20457         * modules/getndelim2 (Depends-on): Add stdint.
20458         * modules/glob (Files): Remove m4/d-type.m4.
20459         (Depends-on): Add d-type.
20460         * modules/host-os: New module.
20461         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
20462         m4/inttypes_h.m4, m4/uintmax_t.m4.
20463         * Depends-on: Add stdint.
20464         (lib_SOURCES): Add human.h.
20465         * modules/inttostr (Files): Remove m4/intmax_t.m4,
20466         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
20467         m4/uintmax_t.m4, m4/ulonglong.m4.
20468         (Depends-on): Add stdint.
20469         (EXTRA_DIST): Add inttostr.h.
20470         * modules/lchmod: New module.
20471         * modules/link-follow: New module.
20472         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
20473         (Depends-on): Add lchmod.
20474         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
20475         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
20476         (Depends-on): Add stdint.
20477         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
20478         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
20479         (Depends-on): Add stdint.
20480         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
20481         * modules/perl: New module.
20482         * modules/regex (Depends-on): Add stdint.
20483         * modules/rmdir-errno: New module.
20484         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
20485         m4/intmax_t.m4.
20486         (Depends-on): Add stdint.
20487         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
20488         m4/uintmax_t.m4.
20489         (Depends-on): Add stdint.
20490         * modules/unlink-busy: New module.
20491         * modules/utimecmp (Depends-on): Add stdint.
20492         * modules/uptime: New module.
20493         * modules/winsz-ioctl: New module.
20494         * modules/winsz-termios: New module.
20495         * modules/xnanosleep (Depends-on): Add nanosleep.
20496         * modules/ullong_max: Remove.
20497         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
20498         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
20499         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
20500         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
20501         (Depends-on): Add inttypes.
20502         (lib_SOURCES): Add xstrtol.h.
20503         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
20504         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
20505         * MODULES.html.sh: Move 'assert' into the assert section.
20506         Move 'dummy' into the linking section.
20507         Remove ullong_max.
20508         Add section for compatibility checks for POSIX:2001 functions,
20509         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
20510         winsz-ioctl, and winsz-termios into it.
20511         Add lchmod.
20512         Add top-level Misc section and put host-os, perl, and uptime
20513         into it.
20514
20515 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20516
20517         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
20518         now assume the stdint module.  Do not include inttypes.h.
20519         * lib/fsusage.h: Likewise.
20520         * lib/getndelim2.c: Likewise.
20521         * lib/human.h: Likewise.
20522         * lib/inttostr.h: Likewise.
20523         * lib/obstack.c: Likewise.
20524         * lib/regex_internal.h: Likewise.
20525         * lib/tempname.c: Likewise.
20526         * lib/utimecmp.c: Likewise.
20527         * lib/xstrtol.h: Likewise.
20528
20529         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
20530
20531         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
20532         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
20533         * lib/xtime.h: Likewise.
20534
20535 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20536
20537         * modules/openat (Files): Add lib/fchmodat.c.
20538         Fixes problem reported by Jay Youngman.
20539
20540 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20541
20542         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
20543         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
20544
20545 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
20546             Bruno Haible  <bruno@clisp.org>
20547
20548         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
20549         and is a script that invokes bison. Tighten the code. Add comments.
20550
20551 2006-08-18  Jim Meyering  <jim@meyering.net>
20552
20553         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
20554         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
20555         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
20556         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
20557
20558 2006-08-18  Bruno Haible  <bruno@clisp.org>
20559
20560         * modules/bison-i18n: New file.
20561         * MODULES.html.sh (Internationalization functions): Add it.
20562
20563 2006-08-18  Bruno Haible  <bruno@clisp.org>
20564
20565         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
20566         sys/statvfs.h. When getmntinfo was found, check its declaration and
20567         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
20568
20569 2006-08-18  Bruno Haible  <bruno@clisp.org>
20570
20571         * m4/bison-i18n.m4: New file, from bison.
20572
20573 2006-08-18  Bruno Haible  <bruno@clisp.org>
20574
20575         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
20576         (ME_DUMMY): Treat "kernfs" as a dummy.
20577         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
20578
20579 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20580
20581         Update from coreutils.
20582
20583         2006-08-15  Jim Meyering  <jim@meyering.net>
20584
20585         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
20586
20587         2006-01-17  Jim Meyering  <jim@meyering.net>
20588
20589         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
20590
20591         2006-01-11  Jim Meyering  <jim@meyering.net>
20592
20593         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
20594         Check for the lchmod function.
20595
20596 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20597
20598         Update from coreutils.
20599
20600         * lib/__fpending.h: Add copyright notice.
20601         * lib/fprintftime.h: Likewise.
20602         * lib/savedir.c: Use (C) in copyright notice.
20603         * lib/savedir.h: Likewise.
20604
20605         2006-08-15  Jim Meyering  <jim@meyering.net>
20606
20607         * lib/at-func.c: New file, with the logic of all emulated at-functions.
20608         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
20609         in support of the EXPECTED_ERRNO macro.
20610         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
20611         definitions.  Instead, define the appropriate symbols and include
20612         "at-func.c".
20613         * lib/mkdirat.c (mkdirat): Likewise.
20614         * lib/fchmodat.c (fchmodat): Likewise.
20615         (ENOSYS): Remove definition.
20616         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
20617         it.  Don't include "unistd--.h" -- it wasn't ever used.
20618
20619         2006-01-17  Jim Meyering  <jim@meyering.net>
20620
20621         Rewrite fts.c not to change the current working directory,
20622         by using openat, fstatat, fdopendir, etc..
20623
20624         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
20625         (HAVE_OPENAT_SUPPORT): Define.
20626         [_LIBC] (fchdir): Don't undef or define; no longer used.
20627         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
20628         Now, this `function' always succeeds, and consumes its file descriptor
20629         parameter -- so callers must not close such FDs.  Update callers.
20630         (diropen_fd, opendirat, cwd_advance_fd): New functions.
20631         (diropen): Add parameter, SP.  Adjust all callers.
20632         Implement using diropen_fd, rather than open.
20633         (fts_open): Initialize new member, fts_cwd_fd.
20634         Remove fts_rft-setting code.
20635         (fts_close): Close fts_cwd_fd, if necessary.
20636         (__opendir2): Define in terms of opendir or opendirat,
20637         depending on whether the FST_NOCHDIR flag is set.
20638         (fts_build): Since fts_safe_changedir consumes its FD, and since
20639         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
20640         and close the dup'd file descriptor upon failure.
20641         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
20642         (fts_safe_changedir): Tweak semantics to reflect that this function
20643         now calls cwd_advance_fd and hence consumes its FD argument.
20644         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
20645         [struct FTS] (fts_rft): Remove now-unused member.
20646         [struct FTS] (fts_cycle.state): Improve comment.
20647
20648         * lib/openat.c (openat_needs_fchdir): New function.
20649         * lib/openat.h (openat_needs_fchdir): Declare it.
20650
20651 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
20652
20653         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
20654         Problem and fix reported by Pádraig Brady in
20655         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
20656
20657 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20658
20659         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
20660
20661 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20662
20663         * lib/memcoll.c (memcoll): Optimize for the common case where the
20664         arguments are bytewise equal.
20665
20666 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20667
20668         * doc/regexprops-generic.texi: Add a copyright notice.
20669
20670 2006-08-15  Bruno Haible  <bruno@clisp.org>
20671
20672         * modules/tmpdir (License): Change to LGPL.
20673
20674 2006-08-15  Bruno Haible  <bruno@clisp.org>
20675
20676         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
20677         module.
20678
20679 2006-08-14  Simon Josefsson  <jas@extundo.com>
20680
20681         * config/srclist.txt: Add gnupload.
20682
20683 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20684
20685         Change copyright notice from LGPL 2 to GPL 2, since that's the
20686         standard form used in the gnulib repository.
20687         * tests/test-lock.c: Likewise.
20688         * tests/test-stdint.c: Likewise.
20689         * tests/test-tls.c: Likewise.
20690
20691         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
20692         prelude-manager.  User shorter URLs for GNU projects, without '?'.
20693         Add copyright notice.
20694
20695         * check-module: Add copyright notice.  Output a copyright
20696         notice if "--version" is specified.
20697         * modules/COPYING: New file.
20698         * tests/test-getaddrinfo.c: Add copyright notice.
20699         * tests/test-verify.c: Likewise.
20700
20701 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20702
20703         Change copyright notice from LGPL 2 to GPL 2, since that's the
20704         standard form used in the gnulib repository.
20705         * lib/lock.c: LGPL -> GPL.
20706         * lib/lock.h: Likewise.
20707         * lib/strnlen1.c: Likewise.
20708         * lib/strnlen1.h: Likewise.
20709         * lib/tls.c: Likewise.
20710         * lib/tls.h: Likewise.
20711         * lib/tmpdir.c: Likewise.
20712
20713         * lib/TODO: Remove; this belongs only in coreutils.
20714
20715 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20716
20717         Add copyright notices to long-enough files that lack them, since
20718         otherwise the files aren't clearly free.  Use the same notice that
20719         getdate.texi already uses.
20720         * doc/alloca-opt.texi: Add copyright notice.
20721         * doc/alloca.texi: Likewise.
20722         * doc/ctime.texi: Likewise.
20723         * doc/functions.texi: Likewise.
20724         * doc/gcd.texi: Likewise.
20725         * doc/gnulib-tool.texi: Likewise.
20726         * doc/inet_ntoa.texi: Likewise.
20727         * doc/visibility.texi: Likewise.
20728
20729         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
20730         * doc/quote.texi: Add copyright notice.
20731
20732         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
20733         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
20734         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
20735         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
20736         is now obsolete, and give a pointer to the Sun list.
20737         Add copyright notice.
20738
20739 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20740
20741         * config/srclistvars.sh: Add copyright notice.
20742
20743 2006-08-14  Eric Blake  <ebb9@byu.net>
20744
20745         Import the following change from libc:
20746
20747         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
20748
20749         Upstream bug 2997.
20750         * lib/misc/error.c: Add space between program name and message if file
20751         name is missing.
20752
20753 2006-08-12  Karl Berry  <karl@gnu.org>
20754
20755         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
20756         remove, these originate in gnulib now.
20757
20758 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20759
20760         * doc/Makefile (standards.info standards.html standards.dvi):
20761         Also depend on make-stds.texi.
20762
20763 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
20764
20765         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
20766         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
20767
20768         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
20769         in wchar_t.  Problem reported by Eric Blake.
20770
20771         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
20772         LEN is smaller than SIZE.  Suggested by Bruno Haible.
20773         Also, help the compiler to keep LEN in a register.
20774
20775 2006-08-11  Eric Blake  <ebb9@byu.net>
20776
20777         * users.txt: Sort.  Add tar.
20778
20779 2006-08-11  Bruno Haible  <bruno@clisp.org>
20780
20781         * users.txt: New file.
20782
20783 2006-08-11  Bruno Haible  <bruno@clisp.org>
20784
20785         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
20786         before <wchar.h>. Needed for OSF/1 and BSD/OS.
20787
20788 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
20789
20790         * modules/snprintf (Depends-on): Remove minmax.
20791         (Maintainer): Add self and Bruno.
20792
20793 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
20794
20795         * lib/.cppi-disable: Add snprintf.h, socket_.h.
20796         * lib/snprintf.c: Include <errno.h> and <limits.h>.
20797         (EOVERFLOW): Define if the system does not.
20798         Do not include "minmax.h"; it wasn't used.
20799         (snprintf): Don't assume size_t promotes to an unsigned type.
20800         Fix bug when generated string was too long for the buffer: the
20801         buffer's contents are supposed to be the initial prefix of the
20802         output.  Don't assume vasnprintf returns EOVERFLOW if the size
20803         exceeds INT_MAX; do the check ourselves.
20804
20805         Import the following changes from libc:
20806
20807         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
20808
20809         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
20810         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
20811         set wc to the byte which couldn't be converted.
20812         (re_string_reconstruct): Don't clear valid_raw_len before calling
20813         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
20814         tip_context using re_string_context_at.
20815
20816         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
20817
20818         * lib/posix/regex.h: g++ still cannot handled [restrict].
20819
20820         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
20821
20822         * lib/posix/regex.h: Remove special handling for VMS.
20823
20824 2006-08-10  Jim Meyering  <jim@meyering.net>
20825
20826         * modules/same-inode: New module.
20827         * modules/dev-ino: New module.
20828         * modules/cycle-check: Depend on these modules, rather than simply
20829         including their .h files.
20830         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
20831         required via m4/cycle-check.m4.
20832         * modules/same: Depend on new same-inode module, rather than
20833         including same-inode.h.
20834         * modules/chdir-safer: New file.
20835
20836         * modules/chown (Depends-on): Add stat-macros.
20837
20838 2006-08-10  Jim Meyering  <jim@meyering.net>
20839
20840         * m4/cycle-check.m4: New file.
20841         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
20842         * m4/dev-ino.m4, m4/same-inode.m4: New files.
20843
20844 2006-08-10  Eric Blake  <ebb9@byu.net>
20845
20846         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
20847         in from original proposal.
20848
20849 2006-08-10  Eric Blake  <ebb9@byu.net>
20850         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20851
20852         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
20853         namespace.
20854
20855 2006-08-10  Bruno Haible  <bruno@clisp.org>
20856
20857         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
20858         as well.
20859
20860 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20861
20862         Sync from coreutils.
20863
20864         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
20865
20866         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
20867         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
20868
20869 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20870
20871         * modules/restrict: Remove; no longer needed now that we assume
20872         Autoconf 2.59 or later.
20873         * MODULES.html.sh: Remove 'restrict'.
20874         * modules/argp (Depends-on): Remove 'restrict'.
20875         * modules/base64 (Depends-on): Likewise.
20876         * modules/gc (Depends-on): Likewise.
20877         * modules/getaddrinfo (Depends-on): Likewise.
20878         * modules/glob (Depends-on): Likewise.
20879         * modules/inet_ntop (Depends-on): Likewise.
20880         * modules/inet_pton (Depends-on): Likewise.
20881         * modules/memxor (Depends-on): Likewise.
20882         * modules/regex (Depends-on): Likewise.
20883         * modules/strtok_r (Depends-on): Likewise.
20884         * modules/time_r (Depends-on): Likewise.
20885
20886 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20887
20888         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
20889         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
20890         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
20891         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
20892         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
20893         * m4/memxor.m4 (gl_MEMXOR): Likewise.
20894         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
20895         gl_C_RESTRICT replaced by AC_C_RESTRICT.
20896
20897         Merge from coreutils.
20898         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
20899         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
20900         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
20901         * m4/time_r.m4 (gl_TIME_R): Likewise.
20902
20903 2006-08-09  Karl Berry  <karl@gnu.org>
20904
20905         * config/srclist.txt: no more gettext-tools, per Bruno.
20906
20907 2006-08-08  Eric Blake  <ebb9@byu.net>
20908
20909         * modules/verror: New module.
20910         * MODULES.html.sh: Document it.
20911
20912 2006-08-08  Eric Blake  <ebb9@byu.net>
20913
20914         * lib/verror.h, lib/verror.c: New files.
20915
20916 2006-08-08  Eric Blake  <ebb9@byu.net>
20917
20918         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
20919         verror_at_line output complies with GNU Coding Standards even when
20920         file is NULL.
20921
20922 2006-08-07  Bruno Haible  <bruno@clisp.org>
20923
20924         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
20925         versions of AIX.
20926         Reported by Ralf Wildenhues.
20927
20928 2006-08-07  Bruno Haible  <bruno@clisp.org>
20929
20930         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
20931         in an AC_DEFUN. Needed so that the autoconf snippets can use
20932         AC_REQUIRE.
20933
20934 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20935
20936         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20937         Initialize pkgdata_DATA.
20938         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
20939         overriding it.
20940
20941 2006-08-06  Eric Blake  <ebb9@byu.net>
20942
20943         * lib/error.h: Fold in some upstream changes from glibc.
20944         * lib/error.c: Likewise.
20945
20946 2006-08-04  Bruno Haible  <bruno@clisp.org>
20947
20948         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20949         Make the mostlyclean-local rule depend on mostlyclean-generic.
20950         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
20951
20952 2006-07-31  Bruno Haible  <bruno@clisp.org>
20953
20954         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
20955         <stdlib.h>, <string.h>.
20956
20957 2006-07-30  Bruno Haible  <bruno@clisp.org>
20958
20959         * modules/readlink (License): Change to LGPL.
20960
20961 2006-07-30  Bruno Haible  <bruno@clisp.org>
20962
20963         * modules/javaversion (Makefile.am): Distribute javaversion.java and
20964         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
20965         set PKGDATADIR to point to it.
20966
20967 2006-07-30  Bruno Haible  <bruno@clisp.org>
20968
20969         * modules/csharpexec (configure.ac): Comment out macro invocation.
20970         * modules/javaexec (configure.ac): Likewise.
20971         * modules/javacomp-script (configure.ac): Likewise.
20972
20973         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
20974
20975 2006-07-30  Bruno Haible  <bruno@clisp.org>
20976
20977         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
20978         linked-list.
20979
20980 2006-07-30  Bruno Haible  <bruno@clisp.org>
20981
20982         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
20983
20984 2006-07-30  Bruno Haible  <bruno@clisp.org>
20985
20986         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20987         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
20988         get removed.
20989
20990 2006-07-29  Bruno Haible  <bruno@clisp.org>
20991
20992         Make it possible for gnulib-tool to work with locally modified or
20993         augmented gnulib repositories.
20994         * gnulib-tool (func_usage): Document --local-dir option.
20995         (local_gnulib_dir): New variable.
20996         Handle --local-dir option.
20997         (func_lookup_file): New function.
20998         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
20999         (func_get_description, func_get_filelist, func_get_description,
21000         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
21001         func_get_automake_snippet, func_get_include_directive,
21002         func_get_license, func_get_maintainer): Use func_lookup_file.
21003         (func_import, func_create_testdir): Use func_lookup_file.
21004
21005 2006-07-29  Bruno Haible  <bruno@clisp.org>
21006
21007         * modules/setenv (Depends-on): Add unistd.
21008
21009 2006-07-29  Bruno Haible  <bruno@clisp.org>
21010
21011         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
21012
21013 2006-07-29  Bruno Haible  <bruno@clisp.org>
21014
21015         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
21016
21017 2006-07-29  Bruno Haible  <bruno@clisp.org>
21018
21019         * gnulib-tool (import, update): If there is no Makefile.am, look at
21020         aclocal.m4, instead of bailing out.
21021
21022 2006-07-29  Bruno Haible  <bruno@clisp.org>
21023
21024         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
21025         Categorize the options by when they are useful.
21026
21027 2006-07-29  Bruno Haible  <bruno@clisp.org>
21028
21029         * gnulib-tool (func_usage): Document option --no-libtool.
21030         Handle option --no-libtool.
21031         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
21032         for changed semantics of $libtool variable.
21033         (func_import): Likewise. If libtool is not used, show this through
21034         an option --no-libtool.
21035         (func_create_testdir): Update.
21036
21037 2006-07-29  Bruno Haible  <bruno@clisp.org>
21038
21039         * gnulib-tool (func_import): Extend error message about missing
21040         --doc-base.
21041
21042 2006-07-29  Bruno Haible  <bruno@clisp.org>
21043
21044         * gnulib-tool (func_import): Don't create the $docbase directory if
21045         there is no file to store there.
21046
21047 2006-07-29  Bruno Haible  <bruno@clisp.org>
21048
21049         * gnulib-tool (autoconf_minversion): If a --dir option is given and
21050         relevant, look for configure.ac there, not in the current directory.
21051         Also use a simple search for AC_PREREQ, not "autoconf --trace".
21052
21053 2006-07-29  Bruno Haible  <bruno@clisp.org>
21054
21055         * gnulib-tool (SORT): New variable.
21056         (func_usage): Undocument --assume-autoconf option.
21057         Remove --assume-autoconf option handling.
21058         (autoconf_minversion): Determine from the contents of configure.ac.
21059         (func_import): Remove autoconf_minversion handling.
21060         Suggested by Eric Blake.
21061
21062 2006-07-29  Bruno Haible  <bruno@clisp.org>
21063
21064         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
21065
21066 2006-07-29  Bruno Haible  <bruno@clisp.org>
21067
21068         * config/srclist.txt (*setenv.[ch]): Remove rules.
21069
21070 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21071
21072         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
21073
21074 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21075
21076         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
21077         arpa/inet.h.
21078
21079 2006-07-28  Simon Josefsson  <jas@extundo.com>
21080
21081         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
21082         * modules/inet_pton (Depends-on): Likewise.
21083
21084 2006-07-28  Simon Josefsson  <jas@extundo.com>
21085
21086         * m4/netinet_in_h.m4: New file.
21087
21088 2006-07-28  Simon Josefsson  <jas@extundo.com>
21089
21090         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
21091         #include's.
21092
21093 2006-07-28  Simon Josefsson  <jas@extundo.com>
21094
21095         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
21096         #include's.
21097
21098 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
21099
21100         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
21101         setgid on directories only if they set these bits.
21102         * lib/modechange.h: Remove obsolete comment about masks.
21103
21104 2006-07-28  Eric Blake  <ebb9@byu.net>
21105
21106         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
21107         macro expansion.
21108
21109 2006-07-28  Bruno Haible  <bruno@clisp.org>
21110
21111         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
21112
21113 2006-07-28  Bruno Haible  <bruno@clisp.org>
21114
21115         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
21116
21117 2006-07-28  Bruno Haible  <bruno@clisp.org>
21118
21119         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
21120         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
21121         Define fallbacks.
21122         Avoids link error on FreeBSD 4.x.
21123         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21124
21125         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
21126         encoding.
21127         * lib/mbswidth.c (iswcntrl): Likewise.
21128
21129 2006-07-27  Bruno Haible  <bruno@clisp.org>
21130
21131         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
21132         test.
21133
21134 2006-07-27  Bruno Haible  <bruno@clisp.org>
21135
21136         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
21137         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
21138         defined.
21139
21140 2006-07-26  Eric Blake  <ebb9@byu.net>
21141
21142         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
21143
21144 2006-07-26  Eric Blake  <ebb9@byu.net>
21145
21146         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
21147         like mingw that lack mkstemp.
21148         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
21149         avoid compilation warning on mingw.
21150
21151 2006-07-26  Bruno Haible  <bruno@clisp.org>
21152
21153         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
21154         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
21155         INT_FAST*_MIN, INTPTR_MIN.
21156
21157 2006-07-25  Bruno Haible  <bruno@clisp.org>
21158
21159         * modules/version-etc (Depends-on): Add stdarg.
21160
21161 2006-07-25  Bruno Haible  <bruno@clisp.org>
21162
21163         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
21164         complex commands.
21165
21166 2006-07-25  Bruno Haible  <bruno@clisp.org>
21167
21168         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
21169         defined in <stdarg.h> or config.h.
21170
21171 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
21172
21173         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
21174         (gl_STDIO_SAFER): Remove.
21175
21176 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
21177
21178         * MODULES.html.sh (File stream based Input/Output):
21179         Add fopen-safer, tmpfile-safer; remove stdio-safer.
21180         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
21181         * modules/fopen-safer, modules/tmpfile-safer: New files.
21182         * modules/stdio-safer: Remove.
21183
21184 2006-07-24  Bruno Haible  <bruno@clisp.org>
21185
21186         * modules/tmpdir: New file.
21187         * MODULES.html.sh (File system functions): Add it.
21188
21189 2006-07-24  Bruno Haible  <bruno@clisp.org>
21190
21191         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
21192         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
21193
21194 2006-07-24  Bruno Haible  <bruno@clisp.org>
21195
21196         * modules/clean-temp: New file.
21197
21198 2006-07-24  Bruno Haible  <bruno@clisp.org>
21199
21200         * m4/tmpdir.m4: New file, from GNU gettext.
21201
21202 2006-07-24  Bruno Haible  <bruno@clisp.org>
21203
21204         * lib/tmpdir.h: New file, from GNU gettext.
21205         * lib/tmpdir.c: New file, from GNU gettext.
21206
21207 2006-07-24  Bruno Haible  <bruno@clisp.org>
21208
21209         * lib/clean-temp.h: New file, from GNU gettext.
21210         * lib/clean-temp.c: New file, from GNU gettext.
21211
21212 2006-07-23  Eric Blake  <ebb9@byu.net>
21213
21214         * modules/stdio-safer (Files): Add tmpfile-safer.c.
21215         (Depends-on): Add binary-io.
21216
21217 2006-07-23  Eric Blake  <ebb9@byu.net>
21218
21219         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
21220
21221 2006-07-23  Eric Blake  <ebb9@byu.net>
21222
21223         * lib/tmpfile-safer.c: New file.
21224         * lib/stdio-safer.h (fopen_safer): Add prototype.
21225         * lib/stdio--.h (tmpfile): Make safer.
21226
21227 2006-07-23  Bruno Haible  <bruno@clisp.org>
21228
21229         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
21230         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
21231         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
21232         gl_linked_remove_at): Use it.
21233
21234 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21235         and Simon Josefsson <jas@extundo.com>
21236
21237         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
21238
21239         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
21240
21241 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21242
21243         * modules/close-stream: New file.
21244         * modules/closeout (Description): Make it clear that it exits
21245         with a diagnostic on error.
21246         (Depends-on): Add close-stream.  Remove fpending, stdbool.
21247         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
21248
21249 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21250
21251         * m4/close-stream.m4: New file.
21252
21253 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21254
21255         * lib/close-stream.c, lib/close-stream.h: New files.
21256
21257 2006-07-22  Bruno Haible  <bruno@clisp.org>
21258
21259         Merge from GNU gettext 0.15.
21260
21261         2006-05-01  Bruno Haible  <bruno@clisp.org>
21262
21263                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
21264
21265         2006-07-22  Bruno Haible  <bruno@clisp.org>
21266
21267                 * modules/javaversion: New file.
21268                 * MODULES.html.sh (Java): Add javaversion.
21269
21270         2006-03-12  Bruno Haible  <bruno@clisp.org>
21271
21272                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
21273
21274         2005-12-04  Bruno Haible  <bruno@clisp.org>
21275
21276                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
21277                 (untested).
21278
21279         2006-06-21  Bruno Haible  <bruno@clisp.org>
21280
21281                 Avoid warnings from recent versions of mcs.
21282                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
21283                 -o, -L, -r any more. Use options documented since mcs-1.0
21284                 instead. Similarly for -g.
21285
21286         2005-12-04  Bruno Haible  <bruno@clisp.org>
21287
21288                 * build-aux/csharpcomp.sh.in: Suffix for resources is
21289                 .resources, not .resource.
21290
21291         2005-07-09  Bruno Haible  <bruno@clisp.org>
21292
21293                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
21294                 add a .dll suffix.
21295                 Reported by Mark Junker <mjscod@gmx.de>.
21296
21297         2006-07-22  Bruno Haible  <bruno@clisp.org>
21298
21299                 * modules/gettext: Upgrade to gettext-0.15.
21300                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
21301                 m4/visibility.m4.
21302                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
21303
21304 2006-07-22  Bruno Haible  <bruno@clisp.org>
21305
21306         Merge from GNU gettext 0.15.
21307
21308         2006-03-25  Bruno Haible  <bruno@clisp.org>
21309
21310                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
21311
21312         2006-07-21  Bruno Haible  <bruno@clisp.org>
21313
21314                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
21315                 "1.1".
21316
21317         2006-05-09  Bruno Haible  <bruno@clisp.org>
21318
21319                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
21320                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
21321                 for the conftestver execution.
21322
21323         2006-05-01  Bruno Haible  <bruno@clisp.org>
21324
21325                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
21326                 optional target-version argument. Verify that the compiler
21327                 groks source of the specified source-version, or add -source
21328                 option as necessary. Verify that the compiler produces
21329                 bytecode in the specified target-version, or add -target and
21330                 -source options as necessary. Make the result of the test
21331                 available as variable CONF_JAVAC. Also log error output in
21332                 config.log.
21333
21334         2006-03-11  Bruno Haible  <bruno@clisp.org>
21335
21336                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
21337
21338         2006-05-09  Bruno Haible  <bruno@clisp.org>
21339
21340                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
21341                 CLASSPATH_SEPARATOR to a semicolon.
21342
21343         2006-03-12  Bruno Haible  <bruno@clisp.org>
21344
21345                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
21346                 available as variable CONF_JAVA, for subsequent autoconf
21347                 tests. Also log error output in config.log.
21348
21349         2006-07-19  Bruno Haible  <bruno@clisp.org>
21350
21351                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
21352                 that getline works on glibc2 systems. Needed to avoid trouble
21353                 in relocatable.c.
21354                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
21355
21356         2005-12-04  Bruno Haible  <bruno@clisp.org>
21357
21358                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
21359                 launcher (untested).
21360
21361         2005-12-04  Bruno Haible  <bruno@clisp.org>
21362
21363                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
21364
21365         2006-07-22  Bruno Haible  <bruno@clisp.org>
21366
21367                 * gettext.m4: Update from GNU gettext-0.15.
21368                 * nls.m4: Likewise.
21369                 * po.m4: Likewise.
21370                 * inttypes-pri.m4: Likewise.
21371                 * inttypes-h.m4: Renamed from inttypes.m4.
21372                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
21373
21374 2006-07-22  Bruno Haible  <bruno@clisp.org>
21375
21376         Merge from GNU gettext 0.15.
21377
21378         2005-07-05  Bruno Haible  <bruno@clisp.org>
21379
21380                 * printf-args.c (printf_fetchargs): Work around broken
21381                 definition of wint_t on mingw.
21382
21383         2005-02-12  Bruno Haible  <bruno@clisp.org>
21384
21385                 * xallocsa.h: Add extern "C" for C++.
21386
21387         2006-05-17  Bruno Haible  <bruno@clisp.org>
21388
21389                 Cygwin portability.
21390                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
21391
21392         2006-04-30  Bruno Haible  <bruno@clisp.org>
21393
21394                 * progreloc.c: Include <mach-o/dyld.h> if available.
21395                 (find_executable): Use _NSGetExecutablePath when possible.
21396
21397         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
21398
21399                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
21400                 function.
21401
21402         2005-12-29  Bruno Haible  <bruno@clisp.org>
21403
21404                 * progreloc.c (set_program_name_and_installdir): Fix
21405                 compilation error.
21406
21407         2005-12-04  Bruno Haible  <bruno@clisp.org>
21408
21409                 Cygwin portability.
21410                 * progreloc.c: Include <windows.h> also on Cygwin.
21411                 (find_executable): Add support for Cygwin.
21412                 (set_program_name_and_installdir): Handle also platforms with
21413                 nonempty EXEEXT.
21414
21415         2006-07-11  Bruno Haible  <bruno@clisp.org>
21416
21417                 * javacomp.c: Fix a comment.
21418                 Reported by Jim Meyering.
21419
21420         2006-04-30  Bruno Haible  <bruno@clisp.org>
21421
21422                 * javacomp.h (compile_java_class): Add source_version,
21423                 target_version arguments.
21424                 * javacomp.c: Rewritten to choose only a compiler that
21425                 respects the specified source_version and target_version.
21426
21427         2006-06-27  Bruno Haible  <bruno@clisp.org>
21428
21429                 Assume correct S_ISDIR macro.
21430                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
21431
21432         2006-07-22  Bruno Haible  <bruno@clisp.org>
21433
21434                 * javaversion.h: New file, from GNU gettext.
21435                 * javaversion.c: New file, from GNU gettext.
21436                 * javaversion.java: New file, from GNU gettext.
21437                 * javaversion.class: New file, from GNU gettext.
21438
21439         2006-05-17  Bruno Haible  <bruno@clisp.org>
21440
21441                 Cygwin portability.
21442                 * javaexec.c (execute_java_class): Test for jview program
21443                 also on Cygwin.
21444
21445         2006-04-09  Bruno Haible  <bruno@clisp.org>
21446
21447                 * fatal-signal.c: Don't include string.h.
21448                 (at_fatal_signal): Use a copying loop instead of memcpy.
21449
21450         2005-12-04  Bruno Haible  <bruno@clisp.org>
21451
21452                 * csharpexec.c: Add support for 'clix' launcher (untested).
21453                 (execute_csharp_using_sscli): New function.
21454                 (execute_csharp_program): Call it.
21455
21456         2006-06-21  Bruno Haible  <bruno@clisp.org>
21457
21458                 Avoid warnings from recent versions of mcs.
21459                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
21460                 -o, -L, -r any more. Use options documented since mcs-1.0
21461                 instead. Similarly for -g.
21462
21463         2005-07-09  Bruno Haible  <bruno@clisp.org>
21464
21465                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
21466                 add a .dll suffix.
21467                 Reported by Mark Junker <mjscod@gmx.de>.
21468
21469         2006-06-17  Bruno Haible  <bruno@clisp.org>
21470
21471                 * config.charset: Update for NetBSD 3.0.
21472
21473         2006-05-17  Bruno Haible  <bruno@clisp.org>
21474
21475                 Cygwin portability.
21476                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
21477
21478         2006-05-16  Bruno Haible  <bruno@clisp.org>
21479
21480                 * localcharset.c [CYGWIN]: Include <windows.h>.
21481                 (get_charset_aliases): For Cygwin, return the same CPxxx
21482                 aliases list as under WIN32.
21483                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
21484                 the environment variables. Fall back to GetACP().
21485
21486         2006-04-05  Bruno Haible  <bruno@clisp.org>
21487
21488                 * config.charset: Update Juan Manuel Guerrero's address.
21489
21490         2005-02-12  Bruno Haible  <bruno@clisp.org>
21491
21492                 * allocsa.h: Add extern "C" for C++.
21493
21494         2005-02-10  Bruno Haible  <bruno@clisp.org>
21495
21496                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
21497                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
21498
21499         2006-07-22  Bruno Haible  <bruno@clisp.org>
21500
21501                 * gettext.h: Update to GNU gettext-0.15.
21502
21503 2006-07-22  Bruno Haible  <bruno@clisp.org>
21504
21505         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
21506         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
21507         lib-prefix.m4, longdouble.m4, ssize_t.m4.
21508
21509 2006-07-21  Eric Blake  <ebb9@byu.net>
21510
21511         * modules/stdlib-safer: New file.
21512         * MODULES.html.sh (File stream based Input/Output): Add
21513         stdlib-safer.
21514
21515 2006-07-21  Eric Blake  <ebb9@byu.net>
21516
21517         * lib/stdlib-safer.h: New file from coreutils, required by
21518         stdlib--.h.
21519
21520 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
21521
21522         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
21523
21524 2006-07-20  Bruno Haible  <bruno@clisp.org>
21525
21526         * gnulib-tool: Recognize new option --assume-autoconf.
21527         (autoconf_minversion): New variable.
21528         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
21529
21530 2006-07-20  Bruno Haible  <bruno@clisp.org>
21531
21532         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
21533
21534 2006-07-19  Derek R. Price  <derek@ximbiot.com>
21535
21536         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
21537         Reindent and repaginate.
21538
21539 2006-07-19  Derek Price  <derek@ximbiot.com>
21540
21541         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
21542         Correct grammar.
21543
21544 2006-07-17  Bruno Haible  <bruno@clisp.org>
21545
21546         * modules/list: New file.
21547         * modules/array-list: New file.
21548         * modules/carray-list, modules/carray-list-tests: New files.
21549         * modules/linked-list, modules/linked-list-tests: New files.
21550         * modules/avltree-list, modules/avltree-list-tests: New files.
21551         * modules/rbtree-list, modules/rbtree-list-tests: New files.
21552         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
21553         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
21554         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
21555         * modules/oset: New file.
21556         * modules/array-oset: New file.
21557         * modules/avltree-oset, modules/avltree-oset-tests: New files.
21558         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
21559         * tests/test-carray_list.c: New file.
21560         * tests/test-linked_list.c: New file.
21561         * tests/test-avltree_list.c: New file.
21562         * tests/test-rbtree_list.c: New file.
21563         * tests/test-linkedhash_list.c: New file.
21564         * tests/test-avltreehash_list.c: New file.
21565         * tests/test-rbtreehash_list.c: New file.
21566         * tests/test-avltree_oset.c: New file.
21567         * tests/test-rbtree_oset.c: New file.
21568         * MODULES.html.sh (Container data structures): New section.
21569
21570 2006-07-17  Bruno Haible  <bruno@clisp.org>
21571
21572         * m4/gl_list.m4: New file.
21573
21574 2006-07-17  Bruno Haible  <bruno@clisp.org>
21575
21576         * lib/gl_list.h: New file.
21577         * lib/gl_list.c: New file.
21578         * lib/gl_array_list.h: New file.
21579         * lib/gl_array_list.c: New file.
21580         * lib/gl_carray_list.h: New file.
21581         * lib/gl_carray_list.c: New file.
21582         * lib/gl_linked_list.h: New file.
21583         * lib/gl_linked_list.c: New file.
21584         * lib/gl_anylinked_list1.h: New file.
21585         * lib/gl_anylinked_list2.h: New file.
21586         * lib/gl_avltree_list.h: New file.
21587         * lib/gl_avltree_list.c: New file.
21588         * lib/gl_anyavltree_list1.h: New file.
21589         * lib/gl_anyavltree_list2.h: New file.
21590         * lib/gl_rbtree_list.h: New file.
21591         * lib/gl_rbtree_list.c: New file.
21592         * lib/gl_anyrbtree_list1.h: New file.
21593         * lib/gl_anyrbtree_list2.h: New file.
21594         * lib/gl_anytree_list1.h: New file.
21595         * lib/gl_anytree_list2.h: New file.
21596         * lib/gl_linkedhash_list.h: New file.
21597         * lib/gl_linkedhash_list.c: New file.
21598         * lib/gl_anyhash_list1.h: New file.
21599         * lib/gl_anyhash_list2.h: New file.
21600         * lib/gl_avltreehash_list.h: New file.
21601         * lib/gl_avltreehash_list.c: New file.
21602         * lib/gl_rbtreehash_list.h: New file.
21603         * lib/gl_rbtreehash_list.c: New file.
21604         * lib/gl_anytreehash_list1.h: New file.
21605         * lib/gl_anytreehash_list2.h: New file.
21606
21607         * lib/gl_oset.h: New file.
21608         * lib/gl_oset.c: New file.
21609         * lib/gl_array_oset.h: New file.
21610         * lib/gl_array_oset.c: New file.
21611         * lib/gl_avltree_oset.h: New file.
21612         * lib/gl_avltree_oset.c: New file.
21613         * lib/gl_rbtree_oset.h: New file.
21614         * lib/gl_rbtree_oset.c: New file.
21615         * lib/gl_anytree_oset.h: New file.
21616
21617 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21618
21619         * m4/mkancesdirs.m4: New file.
21620         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
21621         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
21622         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
21623         it.
21624
21625 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21626
21627         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
21628         * lib/mkancesdirs.h: New files.
21629         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
21630         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
21631         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
21632         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
21633         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
21634         callers changed.  Revamp internals significantly, by not
21635         attempting to create directories that are temporarily more
21636         permissive than the final results.  Do not attempt to use
21637         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
21638         This removes some race conditions, fixes some bugs, and simplifies
21639         things.  Use new dirchownmod function to do owner and mode changes.
21640         * lib/mkdir-p.h: Likewise.
21641         * lib/modechange.c (octal_to_mode): New function.
21642         (struct mode_change): New member mentioned.
21643         (make_node_op_equals): New arg mentioned.  All callers changed.
21644         (mode_compile): Keep track of which mode bits the user has explicitly
21645         mentioned.
21646         (mode_adjust): New arg DIR, so that we implement the X op correctly.
21647         New arg PMODE_BITS, to keep track of which mode bits the user
21648         mentioned; it treats S_ISUID and S_ISGID speciall.
21649         All callers changed.
21650         * lib/modechange.h: Likewise.
21651
21652 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21653
21654         * MODULES.html.sh: Add mkancestors.
21655         * modules/mkancesdirs: New module.
21656         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
21657         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
21658         The chdir-safer and afs files are now orphans; I'll remove them
21659         unless someone speaks up.
21660         Add lib/dirchownmod.c, lib/dirchownmod.h.
21661         (Depends-on): Remove alloca, chown, save-cwd, dirname.
21662         Add lchown, mkancesdirs.
21663         (Maintainer): Add self.
21664
21665 2006-07-15  Karl Berry  <karl@gnu.org>
21666
21667         * gnulib-tool: help message wording/arrangement.
21668
21669 2006-07-14  Simon Josefsson  <jas@extundo.com>
21670
21671         * doc/gnulib.texi (Libtool and Windows): New section.
21672
21673 2006-07-12  Simon Josefsson  <jas@extundo.com>
21674
21675         * modules/gendocs (License): Fix license, approved by Karl.
21676
21677 2006-07-12  Eric Blake  <ebb9@byu.net>
21678
21679         * MODULES.html.sh: Add gendocs.
21680
21681 2006-07-11  Eric Blake  <ebb9@byu.net>
21682
21683         * modules/fdl: New module, to install doc/fdl.texi.
21684         * MODULES.html.sh: Add new section for documentation modules.
21685         * gnulib-tool: Avoid space-tab.
21686         (--doc-base): New option, to manage files from doc.
21687
21688 2006-07-11  Eric Blake  <ebb9@byu.net>
21689
21690         * m4/absolute-header.m4: Fix comments to match recent change.
21691
21692 2006-07-11  Eric Blake  <ebb9@byu.net>
21693
21694         * gnulib-tool: List --doc-base before --tests-base.
21695
21696 2006-07-11  Derek R. Price  <derek@ximbiot.com>
21697
21698         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
21699
21700 2006-07-11  Bruno Haible  <bruno@clisp.org>
21701
21702         * README: Mention where to put documentation.
21703
21704 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21705
21706         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
21707
21708 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
21709
21710         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
21711         to stdint.m4.
21712
21713 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
21714
21715         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
21716         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
21717         "no/such/file/stdint.h" when there is no such file, so that
21718         the resulting C code can be parsed by dodgy compilers.
21719         Problems reported by Bob Proulx.
21720
21721 2006-07-10  Derek R. Price  <derek@ximbiot.com>
21722
21723         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
21724         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
21725         macros into the GNU _D_EXACT_NAMLEN.
21726         * lib/savedir.c:  Likewise.
21727         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
21728
21729 2006-07-10  Derek R. Price  <derek@ximbiot.com>
21730         and Paul Eggert  <eggert@cs.ucla.edu>
21731
21732         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
21733         * m4/savedir.m4:
21734         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
21735         macros into the GNU _D_EXACT_NAMLEN.
21736
21737 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
21738
21739         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
21740         around the absolute name, to work around a problem with the HP-UX
21741         11.23 native C compiler, reported by Bob Proulx.
21742
21743 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
21744
21745         * doc/maintain.texi, make-stds.texi: Sync from
21746         <http://savannah.gnu.org/projects/gnustandards>.
21747
21748 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
21749
21750         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
21751
21752 2006-07-09  Jim Meyering  <jim@meyering.net>
21753
21754         * m4/glob.m4: Remove a doubled word in a comment.
21755
21756 2006-07-09  Jim Meyering  <jim@meyering.net>
21757
21758         * lib/argp-pv.c: Remove a doubled word in a comment.
21759         * lib/check-version.c (check_version): Likewise.
21760         * lib/javacomp.c (compile_java_class): Likewise.
21761
21762 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
21763
21764         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
21765         for the benefit of people using Autoconf 2.60.  If you want to
21766         support older Autoconf versions you can copy m4/onceonly_2_57.m4
21767         (or m4/onceonly.m4, if pre-2.57) manually.
21768
21769 2006-07-08  Jim Meyering  <jim@meyering.net>
21770
21771         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
21772         comment.
21773         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
21774         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
21775         comment.
21776
21777 2006-07-08  Jim Meyering  <jim@meyering.net>
21778
21779         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
21780
21781 2006-07-07  Simon Josefsson  <jas@extundo.com>
21782
21783         * tests/test-crc.c: Change expected crc value, the test vector
21784         were probably computed using the old broken crc.c?
21785
21786 2006-07-06  Simon Josefsson  <jas@extundo.com>
21787
21788         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
21789         now the canonical place for the M4 file).
21790
21791         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
21792         from the sys_socket dependency now.
21793
21794         * modules/inet_pton (Files): Ditto.
21795
21796         * modules/inet_ntop (Files): Ditto.
21797
21798 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21799
21800         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
21801         not gl_PREREQ_GETUSERSHELL.
21802
21803 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21804
21805         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
21806         with only one argument, for Autoconf 2.60.
21807         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
21808         expand to nothing, so add a shell command to avoid syntax error.
21809         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
21810
21811 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21812
21813         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
21814
21815 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21816
21817         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
21818         no longer needed.  Check for isblank decl.
21819         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
21820         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
21821         of existence.
21822
21823 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21824
21825         * lib/getloadavg.c: Use __VMS, not VMS.
21826         * lib/getopt.c: Likewise.
21827         * lib/getpagesize.h: Likewise.
21828         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
21829         and probably does not work.
21830
21831 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21832
21833         * lib/.cppi-disable: Add wcwidth.
21834         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
21835         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
21836         (ISGRAPH): Remove.  All uses changed to isgraph.
21837         (FOLD) [!defined _LIBC]: Remove special case.
21838         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
21839         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
21840         HAVE_ISBLANK.
21841         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
21842         case.
21843
21844 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
21845
21846         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
21847         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
21848         brackets.  Other minor changes to suppress some compiler
21849         warnings.
21850
21851 2006-07-06  Derek R. Price  <derek@ximbiot.com>
21852         and Paul Eggert  <eggert@cs.ucla.edu>
21853
21854         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
21855         of invoking obsolescent AC_HEADER_DIRENT macro.
21856         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
21857         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
21858         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
21859         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
21860         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
21861         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
21862         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
21863         * m4/readdir.m4: Remove; no longer needed.
21864
21865 2006-07-06  Derek R. Price  <derek@ximbiot.com>
21866         and Paul Eggert  <eggert@cs.ucla.edu>
21867
21868         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
21869         Don't worry about this obsolete case any more.
21870         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
21871         directories.
21872         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
21873         worry about this obsolete case any more.
21874         * lib/fts.c: Likewise.
21875         * lib/getcwd.c: Likewise.
21876         * lib/glob.h: Likewise.
21877         * lib/savedir.c: Likewise.
21878
21879 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21880
21881         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
21882         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
21883         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
21884         needed.
21885         All uses removed.
21886         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
21887         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
21888         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
21889         needed.
21890         * m4/getdate.m4 (gl_GETDATE): Likewise.
21891         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
21892         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
21893         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
21894         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
21895         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
21896         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21897         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
21898         needed.
21899
21900 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21901
21902         * lib/memcasecmp.c: Include <limits.h>.
21903         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
21904         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
21905         Don't assume isdigit succeeds only on '0' through '9'.
21906
21907 2006-07-05  Eric Blake  <ebb9@byu.net>
21908
21909         * modules/getaddrinfo (Depends-on): Add snprintf.
21910
21911 2006-07-05  Eric Blake  <ebb9@byu.net>
21912
21913         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
21914         to avoid 'header present but could not be compiled' on cygwin.
21915
21916 2006-07-05  Eric Blake  <ebb9@byu.net>
21917
21918         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
21919         missing from netdb.h.
21920         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
21921
21922 2006-07-05  Derek R. Price  <derek@ximbiot.com>
21923
21924         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
21925         no longer needed.
21926         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
21927         * m4/getdate.m4 (gl_GETDATE): Likewise.
21928         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
21929         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
21930         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
21931         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
21932         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21933
21934 2006-07-05  Derek R. Price  <derek@ximbiot.com>
21935
21936         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
21937         All uses of is_space replaced by isspace.
21938         * lib/exit.h: Don't talk about STDC_HEADERS.
21939         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
21940         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
21941         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
21942         replaced by isprint etc.
21943         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
21944         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
21945         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
21946         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
21947         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
21948         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
21949
21950 2006-07-05  Bruno Haible  <bruno@clisp.org>
21951
21952         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
21953         the function exists, before testing against AIX.
21954         Reported by Martin Lambers <marlam@marlam.de>.
21955
21956 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
21957
21958         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
21959         From Mark D. Baushke.
21960
21961 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
21962
21963         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
21964         to the absolute name, not just one, to bypass Sun C 5.8's
21965         "warning: #include of /usr/include/... may be non-portable".
21966
21967 2006-07-04  Eric Blake  <ebb9@byu.net>
21968
21969         * modules/dirname-tests: New test module.
21970         * tests/test-dirname.c: New file, replacing dirname.c
21971         TEST_DIRNAME section that was recently deleted.
21972
21973 2006-07-04  Bruno Haible  <bruno@clisp.org>
21974
21975         Assume ANSI C header files and <ctype.h> functions.
21976         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
21977         (mbsnwidth): Use isprint, iscntrl instead.
21978
21979 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21980
21981         Merge from coreutils.
21982         * MODULES.html.sh: Add xstrtold.
21983         * modules/xstrtold: New file.
21984         * modules/cycle-check (Files): Add lib/same-inode.h.
21985         * modules/dirname (Files): Add m4/double-slash-root.m4.
21986         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
21987         * modules/mkdir-p (Files): Add lib/same-inode.h.
21988         * modules/same (Files): Add lib/same-inode.h.
21989
21990 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21991
21992         * m4/absolute-header.m4: Renamed from full-header-path.m4.
21993         This is to keep the terminology clean; POSIX talks about
21994         "absolute pathnames", not "full pathnames", but the GNU
21995         Coding Standards say to use "path" for something else;
21996         so use "absolute" to keep both sides happy.
21997         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
21998         Set gl_absolute_header, not gl_full_header_path.
21999         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
22000         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
22001         All uses changed.
22002
22003         Merge from coreutils.
22004
22005         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
22006
22007         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
22008         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
22009         want to require the building of c-strtod.o.
22010         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
22011         needs -lm directly.
22012         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
22013
22014         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
22015
22016         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
22017         --as-needed option if available.  Problem reported by Albert Chin in
22018         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
22019         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
22020         cc merely issues a bunch of annoying warnings for --as-needed
22021         (this problem was reported by Bob Proulx).  Also, try linking with
22022         -lm to detect a bug in binutils 2.16 (this problem was reported
22023         by Ralf Wildenhues).
22024
22025         2006-06-18  Jim Meyering  <jim@meyering.net>
22026
22027         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
22028         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
22029         macro.
22030         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
22031         also check for glibc-2.4's abort-inducing bug.
22032
22033         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
22034         Low-probability clean-up should be to use rmdir to get rid of
22035         the just-created directory, not unlink.
22036
22037         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
22038         configure fail, and request a bug report to inform us about it.
22039         Add a comment that, barring reports to the contrary, in 2007 we'll
22040         assume ftruncate is universally available.
22041
22042         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
22043
22044         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
22045
22046         2006-03-12  Jim Meyering  <jim@meyering.net>
22047
22048         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
22049         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
22050         * m4/same.m4 (gl_SAME): Likewise.
22051         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
22052
22053         2006-03-11  Eric Blake  <ebb9@byu.net>
22054
22055         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
22056         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
22057         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
22058         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
22059
22060 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22061
22062         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
22063         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
22064         reported by Mark D. Baushke, one in
22065         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
22066
22067         Merge from coreutils.
22068
22069         * lib/.cppi-disable: Add stdint_.h.
22070         * lib/.cvsignore: Add stdint.h.
22071
22072         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
22073
22074         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
22075         both double and long double versions.
22076         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
22077         * lib/xstrtold.c: New file.
22078         * lib/xstrtod.h (xstrtold): New decl.
22079
22080         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
22081
22082         * lib/filemode.c (setst): Remove.
22083         (strmode): Rewrite to avoid setst.  This makes the code shorter,
22084         (arguably) clearer, and the generated code is a bit smaller on my
22085         Debian GNU/Linux stable x86 host.
22086
22087         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
22088
22089         * lib/filemode.c: Include "filemode.h" first, to test the interface.
22090         Assume that filemode.h includes sys/types.h and sys/stat.h.
22091         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
22092         (ftypelet): Reorder to put common cases first, for efficiency.
22093         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
22094         to do 'M'.
22095         (strmode): Renamed from mode_string, and now stores 12 bytes instead
22096         of 10, for compatibility with FreeBSD.  All callers changed.
22097         (filemodestring): Now stores 12 bytes instead of 10, and sets file
22098         types that can't be deduced solely from st_mode.  First arg is now a
22099         const pointer.
22100         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
22101         (strmode): Renamed from mode_string.
22102         (filemodestring): New decl.
22103         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
22104         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
22105         needed.
22106         (S_ISPORT, S_ISWHT): New macros, if not already defined.
22107
22108         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22109
22110         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
22111         fsusage.h now does that.  Include fsusage.h first, to test interface.
22112         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
22113         at most one method (the old code could have generated decls that
22114         didn't conform to C89, not that this was ever exercised).
22115         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
22116
22117         2006-03-19  Jim Meyering  <jim@meyering.net>
22118
22119         Work even in a chroot where d_ino values for entries in "/"
22120         don't match the stat.st_ino values for the same names.
22121         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
22122         number, iterate through all entries again, using lstat instead.
22123         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
22124         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
22125
22126         * lib/getcwd.c (__getcwd): Clarify a comment.
22127         Use memcpy in place of a call to strcpy.
22128
22129         2006-03-12  Jim Meyering  <jim@meyering.net>
22130
22131         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
22132         matches that of the current directory (which we're about to chdir ".."
22133         out of), then save the dev-ino of the parent, instead.
22134
22135         * lib/same-inode.h (SAME_INODE): New file/macro.
22136         * lib/chdir-safer.c (SAME_INODE): Remove definition.
22137         Include "same-inode.h", instead.
22138         * lib/same.c: Likewise.
22139         * lib/cycle-check.h: Include "same-inode.h".
22140         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
22141         * lib/cycle-check.c (SAME_INODE): Remove definition.
22142         * lib/root-dev-ino.h: Include "same-inode.h".
22143
22144         2006-03-11  Eric Blake  <ebb9@byu.net>
22145
22146         * lib/same.c (same_name): s/base_name/last_component/
22147         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
22148         * lib/filenamecat.c (file_name_concat): Likewise.
22149
22150         2006-03-11  Eric Blake  <ebb9@byu.net>,
22151                     Paul Eggert  <eggert@cs.ucla.edu>
22152
22153         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
22154         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
22155         drive prefix.
22156         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
22157         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
22158         (last_component): New method.
22159         * lib/dirname.c (dir_len): Determine when drive letters need a
22160         subsequent slash.  Preserve // when it is special.
22161         (dir_name): Don't append dot when drive letter is absolute.
22162         [TEST_DIRNAME]: Move into a full-blown gnulib test.
22163         * lib/basename.c (base_name): New semantics - malloc the result.
22164         Preserve // when it is special.  Preserve relative files that look
22165         like drive letters.
22166         (base_len): Preserve // when it is special.
22167         (last_component): New method, similar to old base_name semantics.
22168         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
22169         base_name.  Strip redundant slashes from ///.
22170
22171 2006-07-03  Jim Meyering  <jim@meyering.net>
22172
22173         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
22174         macro is used before the first cycle_check call.
22175
22176 2006-07-03  Eric Blake  <ebb9@byu.net>
22177
22178         * modules/dirname (Depends-on): Add xstrndup.
22179
22180 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22181
22182         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
22183         test cases, so that config.log is a bit easier to follow.
22184
22185 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22186
22187         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
22188         both are 64 bits, since this seems to be the tradition, and this
22189         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
22190         we ever run into a host that prefers long long to long in this
22191         case, we'll need another configure-time test.  Problem reported by
22192         Jim Meyering.
22193
22194 2006-07-02  Eric Blake  <ebb9@byu.net>
22195
22196         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
22197
22198 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22199
22200         * modules/inttypes (Depends-on): No longer depends on stdint.
22201         * modules/stdint (Description): Say more about assumptions.
22202         Say that the fast types might differ.  Say macros are used.
22203         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
22204         (Makefile.am): Revise list of substituted symbols to match
22205         new stdint.m4.
22206         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
22207         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
22208         * tests/test-stdint.c (verify_same_types)
22209         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
22210         the code conforms to C99/C89.
22211         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
22212         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
22213
22214 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22215
22216         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
22217         but fix a bug, by requiring at least 64 bits.
22218         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
22219         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
22220         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
22221         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
22222
22223         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
22224         changes.  Make 2.59 a prerequisite.  Check and substitute for
22225         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
22226         inttypes.h.  Do not use special include files; just use the
22227         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
22228         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
22229         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
22230         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
22231         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
22232         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
22233         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
22234         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
22235         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
22236         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
22237         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
22238         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
22239         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
22240         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
22241         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
22242         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
22243         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
22244         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
22245         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
22246         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
22247         WINT_MAX.  Check for C99 conformance more strictly, by detecting
22248         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
22249         not check for things that C99 does not require, e.g., int8_t.  If
22250         a test isn't needed unless <stdint.h> isn't working, and is
22251         unlikely to be needed for any other reason, then don't do it
22252         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
22253         size_t, since we assume C89 freestanding at least.  Do not check
22254         for sig_atomic_t, wchar_t, or wint_t, since the code now does
22255         the right thing even if the types are not defined.  Instead use:
22256         (gl_STDINT_TYPE_PROPERTIES): New macro.
22257         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
22258         testing whether <sys/types.h> clashes, as Autoconf does this for
22259         us now.  All uses removed.
22260         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
22261         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
22262         (gl_CHECK_TYPE_SAME):
22263         Remove; no longer needed.
22264         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
22265         exists, since we'll return 0 anyway in that case.
22266         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
22267
22268 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22269
22270         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
22271         possible collision with system files.
22272         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
22273         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
22274         WCHAR_MIN and WCHAR_MAX in this case.
22275         (<stddef.h>): Do not include; no longer needed.
22276         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
22277         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
22278         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
22279         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
22280         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
22281         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
22282         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
22283         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
22284         !defined(__c99))]: Include in this case too, since it's harmless
22285         now.
22286         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
22287         dangerous to do so.
22288         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
22289         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
22290         (_STDINT_MIN, _STDINT_MAX): New macros.
22291         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
22292         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
22293         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
22294         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
22295         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
22296         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
22297         macros, not typedefs; this simplifies things quite a bit.
22298         Use long int for all types narrower than int64_t.
22299         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
22300         Define in terms of long long int or int64_t or long int,
22301         not int64_t or int32_t.  This saves some compile-time testing.
22302         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
22303         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
22304         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
22305         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
22306         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
22307         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
22308         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
22309         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
22310         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
22311         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
22312         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
22313         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
22314         undef any previous version and define our own version, for
22315         simplicity and consistency with the new macros for types.
22316         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
22317         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
22318         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
22319         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
22320         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
22321         @WINT_T_SUFFIX@ to keep things simple here.
22322         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
22323         Simplify by assuming typical 8/16/32/64 host, since we're
22324         already doing that elsewhere anyway.
22325         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
22326         and assume long long int is 64 bits if available.  This
22327         speeds up 'configure'.
22328
22329 2006-07-01  Eric Blake  <ebb9@byu.net>
22330
22331         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
22332         Reported by Andreas Buening.
22333
22334 2006-07-01  Eric Blake  <ebb9@byu.net>
22335
22336         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
22337
22338 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
22339
22340         * lib/getaddrinfo.c: fixed typo
22341
22342 2006-06-29  Jim Meyering  <jim@meyering.net>
22343
22344         * modules/strftime (Maintainer): Add my name, since with the
22345         FPRINTFTIME changes strftime.c has forked from glibc.
22346
22347 2006-06-29  Eric Blake  <ebb9@byu.net>
22348
22349         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
22350
22351 2006-06-29  Eric Blake  <ebb9@byu.net>
22352
22353         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
22354
22355 2006-06-29  Eric Blake  <ebb9@byu.net>
22356
22357         * lib/stat_.h: New file.
22358
22359 2006-06-29  Eric Blake  <ebb9@byu.net>
22360
22361         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
22362         unused static function.
22363
22364 2006-06-29  Eric Blake  <ebb9@byu.net>
22365
22366         * doc/functions.texi (Function Portability): Document missing lstat
22367         on mingw.
22368
22369 2006-06-29  Eric Blake  <ebb9@byu.net>
22370
22371         * MODULES.html.sh: Add sys_stat.
22372         * modules/sys_stat: New module.
22373         * modules/mkstemp (Depends-on): Add sys_stat.
22374
22375 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22376
22377         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
22378
22379 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22380
22381         * m4/c-bs-a.m4: Removed.
22382
22383 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22384
22385         * lib/strftime.c: Assume strftime() exists.
22386
22387 2006-06-29  Derek Price  <derek@ximbiot.com>
22388
22389         * modules/c-bs-a: Removed - \a is C89.
22390         * MODULES.html.sh: Remove c-bs-a.
22391
22392 2006-06-29  Bruno Haible  <bruno@clisp.org>
22393
22394         * modules/wcwidth (License): Change to LGPL.
22395
22396 2006-06-28  Simon Josefsson  <jas@extundo.com>
22397
22398         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
22399         on _WIN32.
22400
22401         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
22402         getnameinfo.
22403
22404 2006-06-28  Simon Josefsson  <jas@extundo.com>
22405
22406         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
22407
22408 2006-06-28  Simon Josefsson  <jas@extundo.com>
22409
22410         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
22411         functions there.  It will succeed on Windows XP, but on Windows
22412         2000 and (presumably) earlier, it will fail, and use the internal
22413         re-implementation.
22414         (use_win32_p): New function.
22415         (getaddrinfo): Use strtoul on servname, to support numeric ports.
22416         Support AI_NUMERICSERV to disable getservbyname.
22417         (getnameinfo): New function, only supports
22418         NI_NUMERICHOST|NI_NUMERICSERV for now.
22419
22420         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
22421         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
22422         getnameinfo.
22423
22424 2006-06-28  Eric Blake  <ebb9@byu.net>
22425
22426         * modules/wcwidth: New file.
22427         * modules/mbchar (Depends-on): Add wcwidth.
22428         * modules/mbswidth (Depends-on): Add wcwidth.
22429         * MODULES.html.sh: Add wcwidth.
22430
22431 2006-06-28  Eric Blake  <ebb9@byu.net>
22432
22433         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
22434         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
22435
22436 2006-06-28  Eric Blake  <ebb9@byu.net>
22437
22438         * lib/xvasprintf.h: Fix comments.
22439
22440 2006-06-28  Eric Blake  <ebb9@byu.net>
22441
22442         * lib/mbchar.h (wcwidth): Include wcwidth.h.
22443         * lib/mbswidth.c (wcwidth): Move from here...
22444         * lib/wcwidth.h: ...to this new file.
22445
22446 2006-06-28  Derek R. Price  <derek@ximbiot.com>
22447
22448         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
22449
22450         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
22451         it's obsolete.
22452         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
22453
22454 2006-06-28  Derek R. Price  <derek@ximbiot.com>
22455
22456         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
22457         Autoconf 2.60 says this stuff was obsolete.
22458
22459 2006-06-28  Bruno Haible  <bruno@clisp.org>
22460
22461         * modules/wcwidth (Files): Add m4/wchar_t.m4.
22462
22463 2006-06-28  Bruno Haible  <bruno@clisp.org>
22464
22465         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
22466         gt_TYPE_WCHAR_T.
22467
22468 2006-06-28  Bruno Haible  <bruno@clisp.org>
22469
22470         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
22471         declaration for wcwidth.
22472         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
22473
22474 2006-06-28  Bruno Haible  <bruno@clisp.org>
22475
22476         * lib/mkdtemp.c [MINGW]: Include <io.h>.
22477         (mkdir): Define using _mkdir.
22478
22479 2006-06-28  Bruno Haible  <bruno@clisp.org>
22480
22481         * lib/getaddrinfo.h: Fix POSIX URL.
22482         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
22483         _WIN32.
22484         (use_win32_p): Make static.
22485         (getaddrinfo): Reject service name if it is empty or does not consist
22486         solely of decimal digits, or if its value is > 65535.
22487         (getnameinfo): Remove useless casts.
22488
22489 2006-06-27  Simon Josefsson  <jas@extundo.com>
22490
22491         * modules/sys_select: New file, suggested by Bruno Haible, Paul
22492         Eggert and Martin Lambers.
22493
22494 2006-06-27  Simon Josefsson  <jas@extundo.com>
22495
22496         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
22497         Eggert and Martin Lambers.
22498
22499 2006-06-27  Bruno Haible  <bruno@clisp.org>
22500
22501         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
22502         result to 0, not to empty.
22503         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
22504
22505 2006-06-27  Bruno Haible  <bruno@clisp.org>
22506
22507         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
22508
22509 2006-06-26  Simon Josefsson  <jas@extundo.com>
22510
22511         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
22512         present.
22513
22514 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
22515
22516         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
22517         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
22518         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
22519
22520 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
22521
22522         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
22523
22524 2006-06-26  Bruno Haible  <bruno@clisp.org>
22525
22526         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
22527
22528 2006-06-26  Bruno Haible  <bruno@clisp.org>
22529
22530         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
22531
22532 2006-06-26  Bruno Haible  <bruno@clisp.org>
22533
22534         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
22535         SGI C compiler in pre-C99 mode.
22536         Suggested by Mark D. Baushke and Larry Jones.
22537
22538 2006-06-26  Bruno Haible  <bruno@clisp.org>
22539
22540         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
22541         WCHAR_MAX.
22542         Reported by Mark D. Baushke and Larry Jones.
22543
22544 2006-06-26  Bruno Haible  <bruno@clisp.org>
22545
22546         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
22547         in pre-C99 mode.
22548         Suggested by Mark D. Baushke and Larry Jones.
22549
22550 2006-06-23  Simon Josefsson  <jas@extundo.com>
22551             Bruno Haible  <bruno@clisp.org>
22552
22553         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
22554         Emit mostlyclean-local rule.
22555         (func_emit_tests_Makefile_am): Likewise.
22556         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
22557
22558 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
22559
22560         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
22561
22562 2006-06-23  Bruno Haible  <bruno@clisp.org>
22563
22564         * tests/test-stdint.c: Update to match ISO C 99 Technical
22565         Corrigendum 1.
22566
22567 2006-06-23  Bruno Haible  <bruno@clisp.org>
22568
22569         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
22570
22571 2006-06-23  Bruno Haible  <bruno@clisp.org>
22572
22573         * lib/stdint_.h: Treat IRIX like OpenBSD.
22574
22575 2006-06-23  Bruno Haible  <bruno@clisp.org>
22576
22577         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
22578         ISO C 99 Technical Corrigendum 1.
22579
22580 2006-06-22  Simon Josefsson  <jas@extundo.com>
22581
22582         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
22583         MinGW.
22584
22585 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22586
22587         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
22588         needed.  Some compiler complained about some of them.  Problem reported
22589         by Larry Jones in
22590         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
22591
22592 2006-06-21  Simon Josefsson  <jas@extundo.com>
22593
22594         * tests/test-getaddrinfo.c: New file.
22595
22596         * modules/getaddrinfo-tests: New file.
22597
22598         * MODULES.html.sh: Add inet_pton.
22599
22600         * modules/inet_pton: New file.
22601
22602 2006-06-21  Simon Josefsson  <jas@extundo.com>
22603
22604         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
22605         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
22606         of using the (limited) gnulib implementation on Windows XP.
22607
22608         * m4/inet_pton.m4: New file.
22609
22610 2006-06-21  Simon Josefsson  <jas@extundo.com>
22611
22612         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
22613         variable.
22614
22615         * lib/socket_.h: Don't define WINVER.
22616
22617         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
22618         slightly modified to work in gnulib.
22619
22620 2006-06-21  Simon Josefsson  <jas@extundo.com>
22621
22622         * doc/gnulib.texi (Windows sockets): Add.
22623
22624 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
22625
22626         * lib/read-file.c (fread_file): Start with buffer allocation of
22627         0 bytes rather than 1 byte; this simplifies the code.
22628         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
22629         code to free buffer and save/restore errno.
22630         (internal_read_file): Remove unused local.
22631
22632 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
22633
22634         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
22635         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
22636         Problem reported by Denis Excoffier in
22637         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
22638
22639 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22640
22641         * modules/sys_socket, modules/socklen: Include sys/types since
22642         FreeBSD 4.x's sys/socket.h needs it.
22643
22644 2006-06-19  Simon Josefsson  <jas@extundo.com>
22645
22646         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
22647
22648 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
22649
22650         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
22651
22652 2006-06-19  Bruno Haible  <bruno@clisp.org>
22653
22654         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
22655         and FULL_PATH_INTTYPES_H in angle brackets.
22656         Reported by Mark D. Baushke <mdb@gnu.org>.
22657
22658 2006-06-17  Eric Blake  <ebb9@byu.net>
22659
22660         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
22661         errno.
22662
22663 2006-06-17  Bruno Haible  <bruno@clisp.org>
22664
22665         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
22666         <sys/inttypes.h>.
22667
22668 2006-06-17  Bruno Haible  <bruno@clisp.org>
22669
22670         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
22671         whether errno is declared. Assume <errno.h> declares errno.
22672
22673 2006-06-17  Bruno Haible  <bruno@clisp.org>
22674
22675         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
22676
22677 2006-06-17  Bruno Haible  <bruno@clisp.org>
22678
22679         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
22680         problem on Solaris 2.5.1.
22681
22682 2006-06-16  Eric Blake  <ebb9@byu.net>
22683
22684         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
22685         * lib/unicodeio.c [!defined errno]: Likewise.
22686         * lib/strtol.c [!defined errno]: Likewise.
22687         * lib/strtod.c [!defined errno]: Likewise.
22688
22689 2006-06-15  Eric Blake  <ebb9@byu.net>
22690
22691         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
22692
22693 2006-06-15  Eric Blake  <ebb9@byu.net>
22694
22695         * config/srclist.txt (ssize_t.m4): Lose sync.
22696
22697 2006-06-15  Bruno Haible  <bruno@clisp.org>
22698
22699         * modules/stdint (Files): Include m4/full-header-path.m4,
22700         m4/size_max.m4, m4/wchar_t.m4.
22701         (Makefile.am): Many more substitutions.
22702         * modules/stdint-tests: New file.
22703         * tests/test-stdint.c: New file.
22704
22705 2006-06-15  Bruno Haible  <bruno@clisp.org>
22706
22707         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
22708         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
22709         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
22710         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
22711         gl_CHECK_TYPE_SAME): New macros.
22712
22713 2006-06-15  Bruno Haible  <bruno@clisp.org>
22714
22715         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
22716
22717 2006-06-15  Bruno Haible  <bruno@clisp.org>
22718
22719         * lib/stdint_.h: Rewritten to be fully auto-configured.
22720         Fixes bug on HP-UX/IA64.
22721
22722 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
22723
22724         * lib/getdate.y (__attribute__): Don't define if already defined.
22725         Problem reported by Larry Jones.
22726         * lib/utimens.c (__attribute__): Likewise.
22727
22728 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
22729
22730         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
22731         reported by Andreas Schwab.
22732
22733 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22734             Bruno Haible  <bruno@clisp.org>
22735
22736         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
22737         check for the declaration of strnlen and a run test that exposes the
22738         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
22739         rpl_strndup.
22740
22741 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22742             Bruno Haible  <bruno@clisp.org>
22743
22744         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
22745
22746 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22747
22748         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
22749         compile test, for Tru64 4.0D.
22750
22751 2006-05-28  Karl Berry  <karl@gnu.org>
22752
22753         * config/srclist.txt (printf-args.c): lose sync.
22754
22755 2006-05-26  Martin Lambers  <marlam@marlam.de>
22756
22757         * lib/getpass.c: Updates the test for the native W32 API, and adds
22758         missing includes, thus fixing compilation warnings.
22759
22760 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
22761
22762         * lib/exclude.c (exclude_fnmatch): New function.
22763         (excluded_file_name): Call exclude_fnmatch.
22764         * lib/exclude.h (excluded_file_name): New prototype
22765
22766 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
22767
22768         * lib/tempname.c (small_open, large_open): New macros.
22769         (__open, __open64) [!_LIBC]: Remove.
22770         (__gen_tempname): Use small_open and large_open instead of __open
22771         and __open64.  This fixes a portability bug on HP-UX 11.11i
22772         reported by Simon Wing-Tang in
22773         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
22774
22775 2006-05-24  Bruno Haible  <bruno@clisp.org>
22776
22777         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
22778         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
22779         Reported by Thorsten Maerz <torte@netztorte.de> via
22780         Aaron Stone <aaron@serendipity.cx>.
22781
22782 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22783
22784         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
22785         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
22786         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
22787         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
22788         not really conditional on the cache.
22789         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
22790
22791 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22792
22793         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
22794         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
22795         (my_usleep): Don't mishandle maximum value.
22796
22797 2006-05-19  Jim Meyering  <jim@meyering.net>
22798
22799         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
22800
22801 2006-05-17  Bruno Haible  <bruno@clisp.org>
22802
22803         Cygwin portability.
22804         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
22805
22806 2006-05-17  Bruno Haible  <bruno@clisp.org>
22807
22808         * lib/stdint_.h: Fix recognition of Cygwin.
22809
22810 2006-05-15  Bruno Haible  <bruno@clisp.org>
22811
22812         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
22813         on libtool patch by Ralf Wildenhues.
22814
22815 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22816
22817         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
22818         test for C99 conformance; (bool) 0.5 is an integer constant
22819         expression, but (bool) -0.5 is not.  Problem reported by Fedor
22820         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
22821
22822 2006-05-11  Simon Josefsson  <jas@extundo.com>
22823
22824         * m4/xvasprintf.m4: Fix obvious typo.
22825
22826 2006-05-11  Jim Meyering  <jim@meyering.net>
22827
22828         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
22829         James Lemley.
22830
22831 2006-05-10  Simon Josefsson  <jas@extundo.com>
22832
22833         * lib/md4.c: Typo fix, update copyright years.
22834         (K1, K2): Don't use L because it turn computations into 64-bit on
22835         64-bit platforms.
22836
22837 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
22838
22839         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
22840         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
22841         unwanted sign propagation, e.g., on hosts with 64-bit int.
22842         There still are some problems with reeelly weird theoretical hosts
22843         (e.g., 33-bit int) but it's not worth worrying about now.
22844         * lib/sha1.c (rol): Likewise.
22845         (K1, K2, K3, K4): Remove unnecessary L suffix.
22846
22847 2006-05-10  Bruno Haible  <bruno@clisp.org>
22848
22849         * lib/des.c: Cast to avoid warnings.
22850
22851 2006-05-09  Bruno Haible  <bruno@clisp.org>
22852
22853         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
22854         (Depends-on): Depend also on xsize, stdarg.
22855         (configure.ac): Add gl_XVASPRINTF.
22856
22857 2006-05-09  Bruno Haible  <bruno@clisp.org>
22858
22859         * m4/xvasprintf.m4: New file.
22860
22861 2006-05-09  Bruno Haible  <bruno@clisp.org>
22862
22863         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
22864         (EOVERFLOW): Define fallback value.
22865         (xstrcat): New function.
22866         (xvasprintf): Recognize the special case of a string concatenation.
22867
22868 2006-05-08  Eric Blake  <ebb9@byu.net>
22869
22870         * gnulib-tool (func_version): Base copyright year on CVS date.
22871         (func_emit_copyright_notice): New function.
22872         (func_emit_lib_Makefile_am): Use it.
22873         (func_emit_tests_Makefile_am): Likewise.
22874         (func_import): Likewise.
22875
22876 2006-05-08  Bruno Haible  <bruno@clisp.org>
22877
22878         * modules/stdarg: New file.
22879         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
22880
22881 2006-05-08  Bruno Haible  <bruno@clisp.org>
22882
22883         * m4/stdarg.m4: New file, from GNU gettext.
22884
22885 2006-05-08  Bruno Haible  <bruno@clisp.org>
22886
22887         * config/srclist.txt (build-aux/config.rpath): different from latest
22888         release.
22889
22890 2006-05-08  Bruno Haible  <bruno@clisp.org>
22891
22892         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
22893
22894 2006-05-05  Jim Meyering  <jim@meyering.net>
22895
22896         * m4/warning.m4: New file, derived from bison's file by the same name.
22897
22898 2006-05-03  Bruno Haible  <bruno@clisp.org>
22899
22900         * lib/stdint_.h: Shorter URL.
22901         * lib/inttypes.h: Likewise.
22902
22903 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
22904
22905         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
22906
22907 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
22908
22909         * lib/verify.h: Document the internals better.  Most of this change
22910         was written by Bruno Haible.
22911
22912 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
22913
22914         * doc/verify.texi: New file, partly based on a proposal by
22915         Bruno Haible.
22916
22917 2006-05-02  Bruno Haible  <bruno@clisp.org>
22918
22919         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
22920         test from here...
22921         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
22922
22923 2006-04-29  Bruno Haible  <bruno@clisp.org>
22924
22925         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
22926         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
22927
22928 2006-04-29  Bruno Haible  <bruno@clisp.org>
22929
22930         * gnulib-tool: Make --update option actually work.
22931
22932 2006-04-29  Bruno Haible  <bruno@clisp.org>
22933
22934         * doc/gcd.texi: New file.
22935         * doc/gnulib.texi: Include it.
22936
22937 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
22938
22939         * lib/getdate.y (get_date): When adding relative date, start with the
22940         initial time, not with the result of the first mktime call.
22941
22942 2006-04-25  Bruno Haible  <bruno@clisp.org>
22943
22944         * gnulib-tool (func_import): Output the include directives in three
22945         blocks, sorted separately.
22946         Reported by Ben Pfaff <blp@cs.stanford.edu>.
22947
22948 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
22949
22950         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
22951         to define main with arguments, for C++.  Reported by Eric Blake.
22952         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
22953         Prefer 'int main ()' to 'int main (void)', for C++.
22954         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
22955         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
22956         for 'main', for C99 and C++.
22957
22958 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
22959
22960         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
22961         Don't assume that exit status -1 is valid.
22962         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
22963         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
22964         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
22965         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
22966         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
22967         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
22968         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
22969         functions can be used without declaring them, or that you can
22970         exit with status -1.
22971         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
22972
22973 2006-04-24  Karl Berry  <karl@gnu.org>
22974
22975         * config/srclist.txt (longdouble.m4): sync lost.
22976
22977 2006-04-24  Eric Blake  <ebb9@byu.net>
22978
22979         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
22980
22981 2006-04-24  Bruno Haible  <bruno@clisp.org>
22982
22983         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
22984         poll() implementation in AIX.
22985         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22986
22987 2006-04-24  Bruno Haible  <bruno@clisp.org>
22988
22989         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
22990         assigned exactly once.
22991
22992 2006-04-23  Claudio Fontana  <claudio@gnu.org>
22993             Bruno Haible  <bruno@clisp.org>
22994
22995         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
22996         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
22997         for AM_CPPFLAGS.
22998
22999 2006-04-23  Bruno Haible  <bruno@clisp.org>
23000
23001         * modules/copy-file: Depend on unistd.
23002         * modules/execute: Likewise.
23003         * modules/fatal-signal: Likewise.
23004         * modules/findprog: Likewise.
23005         * modules/mkdtemp : Likewise.
23006         * modules/pipe: Likewise.
23007         * modules/wait-process: Likewise.
23008
23009 2006-04-23  Bruno Haible  <bruno@clisp.org>
23010
23011         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
23012         condition was already detected.
23013         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23014
23015 2006-04-23  Bruno Haible  <bruno@clisp.org>
23016
23017         * lib/copy-file.c: Include <unistd.h> unconditionally.
23018         * lib/execute.c: Likewise.
23019         * lib/fatal-signal.c: Likewise.
23020         * lib/findprog.c: Likewise.
23021         * lib/mkdtemp.c: Likewise.
23022         * lib/pipe.h: Likewise.
23023         * lib/pipe.c: Likewise.
23024         * lib/wait-process.h: Likewise.
23025
23026 2006-04-23  Bruno Haible  <bruno@clisp.org>
23027
23028         * gnulib-tool (func_usage): Fix --import description. Document
23029         --update.
23030         (func_import): Create temporary file in a temporary directory, if
23031         --dry-run is specified. Silence errors from 'grep' when there are no
23032         m4 files in $m4dir.
23033         (func_create_testdir): Silence errors from 'grep' when there are no
23034         m4 files in $m4dir.
23035         Reported by Karl Berry <karl@freefriends.org>.
23036
23037 2006-04-20  Bruno Haible  <bruno@clisp.org>
23038
23039         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
23040         one argument, so that the code will be portable to Autoconf 2.60.
23041         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
23042         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
23043         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
23044
23045 2006-04-19  Derek Price  <derek@ximbiot.com>
23046             Eric Blake  <ebb9@byu.net>
23047
23048         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
23049         rather than "/full/path.h".  Update comment to match.  Shorten &
23050         generalize m4_translit call via AS_TR_CPP.
23051
23052 2006-04-19  Derek Price  <derek@ximbiot.com>
23053             Eric Blake  <ebb9@byu.net>
23054
23055         * lib/inttypes.h: Correct grammar in comment.
23056
23057 2006-04-18  Derek Price  <derek@ximbiot.com>
23058             Paul Eggert  <eggert@cs.ucla.edu>
23059
23060         * modules/inttypes: New file.
23061         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
23062
23063 2006-04-18  Derek Price  <derek@ximbiot.com>
23064             Paul Eggert  <eggert@cs.ucla.edu>
23065
23066         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
23067         New files.
23068
23069 2006-04-18  Derek Price  <derek@ximbiot.com>
23070             Paul Eggert  <eggert@cs.ucla.edu>
23071
23072         * lib/inttypes.h: New file.
23073         * lib/strtoimax.c: Assume <inttypes.h>.
23074
23075 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
23076
23077         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
23078         isn't mounted.  Problem reported by Kir Kolyshkin.
23079
23080 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
23081
23082         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
23083         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
23084         Derek R. Price.
23085         * lib/regex.h (RE_DUP_MAX): Update comment to match current
23086         implementation.
23087
23088 2006-04-12  Eric Blake  <ebb9@byu.net>
23089
23090         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
23091         is now done automatically by the corresponding Autoconf macro.
23092
23093 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
23094
23095         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
23096         time_r.h.
23097
23098 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23099
23100         Merge regex changes from libc, removing some of our
23101         POSIX-conformance changes that were rejected and redoing them in a
23102         less-intrusive way.
23103
23104         * lib/regcomp.c (re_compile_internal, init_dfa):
23105         Length arg is now size_t, not Idx.  All uses changed.
23106         (peek_token): Forward decl now says internal_function.
23107         (__re_error_msgid, __re_error_msgid_idx):
23108         Now static rather than extern with attribute_hidden.
23109         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
23110         For some reason libc prefers K&R style defns for external functions.
23111         (regerror) [!defined _LIBC]: Likewise.
23112         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
23113         (seek_collating_symbol_entry, lookup_collation_sequence_value):
23114         (build_range_exp, build_collating_symbol):
23115         Use K&R-style defn.
23116         (re_compile_fastmap): Use '\0' to memset, not 0.
23117         (utf8_sb_map): Make the calculations more obvious.
23118         (init_dfa, parse_bracket_exp, build_charclass_op):
23119         Call calloc and cast result, as glibc does.
23120         (init_word_char, fetch_token, peek_token, peek_token_bracket):
23121         (build_range_exp, build_collating_symbol):
23122         Now internal functions.
23123
23124         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
23125
23126         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
23127         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
23128         Don't depend on VMS; depend on __VMS instead, for POSIX
23129         namespace cleanness.
23130         (regoff_t): Define to ssize_t, not long int.
23131
23132         Remove the REG_ macros named below.  Instead, make the old names
23133         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
23134         __USE_GNU_REGEX.
23135         (REG_BACKSLASH_ESCAPE_IN_LISTS):
23136         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
23137         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
23138         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
23139         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
23140         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
23141         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
23142         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
23143         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
23144         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
23145         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
23146         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
23147         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
23148         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
23149         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
23150         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
23151         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
23152         (REG_NREGS):
23153         Remove.  All uses replaced by the old RE_* names.
23154         (RE_BACKSLASH_ESCAPE_IN_LISTS):
23155         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
23156         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
23157         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
23158         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
23159         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
23160         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
23161         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
23162         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
23163         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
23164         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
23165         Don't bother having these macros be independent of each others'
23166         values, since they no longer exist in the POSIX name space.
23167
23168         Rename the following member names back to their old names,
23169         unless !__USE_GNU_REGEX.  All uses changed back.
23170         (buffer): Renamed from re_buffer.
23171         (allocated): Renamed from re_allocated.
23172         (used): Renamed from re_used.
23173         (syntax): Renamed from re_syntax.
23174         (fastmap): Renamed from re_fastmap.
23175         (translate): Renamed from re_translate.
23176         (can_be_null): Renamed from re_can_be_null.
23177         (regs_allocated): Renamed from re_regs_allocated.
23178         (fastmap_accurate): Renamed from re_fastmap_accurate.
23179         (no_sub): Renamed from re_no_sub.
23180         (not_bol): Renamed from re_not_bol.
23181         (not_eol): Renamed from re_not_eol.
23182         (newline_anchor): Renamed from re_newline_anchor.
23183         (num_regs): Renamed from rm_num_regs.
23184         (start): Renamed from rm_start.
23185         (end): Renamed from rm_end.
23186
23187         (free_state): Move up a bit.
23188
23189         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
23190         #define to be empty.
23191         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
23192         when that is what is intended.
23193         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
23194         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
23195         (MAX): New macro.
23196         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
23197         All uses changed back to re_malloc, etc.  It's now the caller's
23198         responsibility to check for overflow; all callers changed.
23199         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
23200         (re_x2nrealloc): Remove.
23201         (free_state): Remove decl.
23202
23203         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
23204         (re_set_registers, re_exec):
23205         Use K&R-style defn.
23206
23207         2006-01-31  Roland McGrath  <roland@redhat.com>
23208
23209         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
23210         Reported by Mike Frysinger <vapier@gentoo.org>.
23211
23212         2006-01-15  Andreas Jaeger  <aj@suse.de>
23213
23214         [BZ #1950]
23215         * lib/regex_internal.c (re_string_reconstruct): Adjust for
23216         build_wcs_upper_buffer change.
23217         (build_wcs_upper_buffer): Change return type.
23218
23219         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
23220
23221         * lib/regex_internal.h: Include <stdint.h> if available.
23222
23223         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
23224
23225         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
23226
23227         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
23228
23229         * lib/regcomp.c: Adjust for changed secondary hash function.
23230
23231         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
23232
23233         * lib/regex.h: Pretty printing.
23234         Clean up namespace a bit.
23235
23236         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
23237
23238         * lib/regexec.c (update_cur_sifted_state, check_arrival,
23239         check_arrival_add_next_nodes): Avoid using uninitialized variable.
23240
23241         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
23242                     Ulrich Drepper  <drepper@redhat.com>
23243
23244         [BZ #1302]
23245         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
23246         changed.
23247         (bitset_word_t): Renamed from bitset_word.  All uses changed.
23248
23249         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
23250
23251         [BZ #281]
23252         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
23253         * lib/regcomp.c: Remove unnecessary uses of
23254         unsigned RE_TRANSLATE_TYPE.
23255         * lib/regex_internal.h: Likewise.
23256         * lib/regex_internal.c: Likewise.
23257         * lib/regexec.c: Likewise.
23258         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
23259
23260         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
23261
23262         * lib/regexec.c (find_recover_state): Remove unnecessary
23263         initialization.
23264         (transit_state_bkref): Make DFA a const pointer.
23265         (get_subexp): Likewise.
23266         (check_arrival): Likewise.
23267         (update_cur_sifted_state): Likewise.
23268         (re_search_internal): Likewise.
23269         (prune_impossible_nodes): Likewise.
23270         (acquire_init_state_context): Likewise.
23271         (proceed_next_node): Likewise.
23272         (set_regs): Likewise.
23273         (free_fail_stack_return): Likewise.
23274         (check_arrival_expand_ecl): Mark DFA parameter as const.
23275         (check_arrival_expand_ecl_sub): Likewise.
23276         (check_subexp_limits): Likewise.
23277         (sub_epsilon_src_nodes):  Likewise.
23278         (add_epsilon_src_nodes):  Likewise.
23279         (merge_state_array): Likewise.
23280         (update_regs): Likewise.
23281         (build_trtable): Likewise.
23282         (sift_states_backward): Mark MCTX parameter as const.
23283         (build_sifted_states): Likewise.
23284         (update_cur_sifted_state): Likewise.
23285         (sift_states_mkref): Likewise.
23286         (check_arrival_expand_ecl): Mark eclosure as const.
23287         (check_dst_limits_calc_pos_1): Likewise.
23288         * lib/regex_internal.h (re_match_context_t): Make dfa a const
23289         pointer.
23290
23291         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
23292
23293         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
23294         (transit_state_sb): Likewise.
23295         (transit_state_mb): Likewise.
23296         (sift_states_iter_mb): Likewise.
23297         (check_arrival_add_next_nodes): Likewise.
23298         (check_node_accept_bytes): Change first parameter to pointer-to-const.
23299         [_LIBC] (re_search_2_stub): Use mempcpy.
23300
23301         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
23302         mbrtowc for very simple UTF-8 case.
23303
23304         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
23305         a pointer-to-const.
23306         (re_acquire_state_context): Likewise.
23307         * lib/regex_internal.h: Adjust prototypes.
23308
23309         * lib/regex.c: Prevent using C++ compilers.
23310
23311         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
23312         (re_acquire_state_context): Likewise.
23313
23314 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23315
23316         * modules/regex (Depends-on): Add ssize_t.
23317
23318 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23319
23320         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
23321         translation table.
23322
23323 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23324
23325         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
23326
23327 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
23328             Bruno Haible  <bruno@clisp.org>
23329
23330         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
23331         <sys/types.h> and <inttypes.h>.
23332
23333 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23334
23335         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
23336         `__error_t_defined', so argp.h will not typedef the former.
23337
23338 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
23339
23340         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
23341         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
23342         glibc names.  Even if glibc is changed to conform to POSIX, the
23343         traditional names will be available anyway, since regex depends on
23344         the extensions module.  Also, fix a longstanding typo in the
23345         implementation of Spencer ERE test #75 from grep 2.3.  Problems
23346         reported by Emanuele Giaquinta.  Also, change sense of cached
23347         variable, so that the message makes sense.
23348
23349 2006-03-24  Simon Josefsson  <jas@extundo.com>
23350
23351         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
23352         including some doc fixes.
23353         (base64_encode_alloc): Fix +1 bug on allocation failures.
23354
23355 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23356
23357         * lib/base64.c (base64_encode): Do not read past end of array with
23358         unsanitized input on systems with CHAR_BIT > 8.
23359
23360 2006-03-24  Eric Blake  <ebb9@byu.net>
23361
23362         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
23363
23364 2006-03-22  Karl Berry  <karl@gnu.org>
23365
23366         * config/srclist.txt (*setenv.[ch]): get from coreutils.
23367         * config/srclistvars.sh (COREUTILS): new var.
23368
23369 2006-03-17  Jim Meyering  <jim@meyering.net>
23370
23371         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
23372         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
23373
23374 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
23375
23376         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
23377         no longer needs it.  Instead, check that regoff_t is as least
23378         as wide as ptrdiff_t.
23379
23380         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
23381         so that our regex.h stays compatible with the installed regex.
23382         This is helpful for installers who configure --without-included-regex.
23383         Problem reported by Emanuele Giaquinta.
23384
23385 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
23386
23387         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
23388         Typedef to long int, not to off_, as POSIX will likely change
23389         in that direction.
23390
23391 2006-03-15  Eric Blake  <ebb9@byu.net>
23392
23393         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
23394
23395 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
23396
23397         * lib/argp-help.c (validate_uparams): Fix typo
23398         * lib/argp-parse.c (argp_default_options): Consistently begin help
23399         messages with a lowercase letter.
23400
23401 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
23402
23403         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
23404         overrun buffers and shouldn't be used (much as gets shouldn't be
23405         used).
23406         * lib/time_r.c (asctime_r, ctime_r): Likewise.
23407
23408 2006-03-08  Simon Josefsson  <jas@extundo.com>
23409
23410         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
23411         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23412
23413 2006-03-08  Simon Josefsson  <jas@extundo.com>
23414
23415         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
23416         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23417
23418 2006-03-08  Simon Josefsson  <jas@extundo.com>
23419
23420         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
23421         signal that configure disabled the device.
23422
23423 2006-03-08  Simon Josefsson  <jas@extundo.com>
23424
23425         * build-aux/maint.mk: Fix refresh-po, to handle no translated
23426         languages.
23427
23428 2006-03-07  Simon Josefsson  <jas@extundo.com>
23429
23430         * modules/getopt (Depends-on): Add unistd.
23431
23432         * modules/unistd: New file.
23433
23434 2006-03-07  Simon Josefsson  <jas@extundo.com>
23435
23436         * modules/gc-random: New file.
23437
23438 2006-03-07  Simon Josefsson  <jas@extundo.com>
23439
23440         * m4/unistd_h.m4: New file.
23441
23442 2006-03-07  Simon Josefsson  <jas@extundo.com>
23443
23444         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
23445         test to be side-effect free by storing the result in the cache
23446         variable gl_cv_lib_readline, and moving the assignment of
23447         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
23448         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23449
23450 2006-03-07  Simon Josefsson  <jas@extundo.com>
23451
23452         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
23453         error on missing devices (the functions will return an error).
23454
23455         * m4/gc.m4: Move random stuff to gc-random.m4
23456
23457 2006-03-07  Simon Josefsson  <jas@extundo.com>
23458
23459         * lib/unistd_.h: New file.
23460
23461 2006-03-07  Simon Josefsson  <jas@extundo.com>
23462
23463         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
23464
23465 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23466
23467         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
23468         Problem reported by Juan Manuel Guerrero.
23469
23470 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23471
23472         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
23473         the unistd module.
23474         * lib/getlogin_r.c: Likewise.
23475         * lib/getlogin_r.h: Likewise.
23476         * lib/glob.c: Likewise.
23477         * lib/pagealign_alloc.c: Likewise.
23478         * lib/unistd_.h: Remove; no longer needed.
23479
23480 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23481
23482         * MODULES.html.sh (Support for systems lacking POSIX:2001):
23483         Add unistd.
23484         * modules/c-stack (Depends-on): Add unistd.
23485         * modules/getlogin_r: Likewise.
23486         * modules/glob: Likewise.
23487         * modules/pagealign_alloc: Likewise.
23488         * modules/unistd (Files): Remove lib/unistd_.h.
23489         (EXTRA_DIST): Remove.
23490         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
23491         need unistd_.h.
23492         (MOSTLYCLEANFILES): Remove unistd.h-t.
23493
23494 2006-03-03  Simon Josefsson  <jas@extundo.com>
23495
23496         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
23497
23498 2006-03-03  Simon Josefsson  <jas@extundo.com>
23499
23500         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
23501         libidn and bison.
23502
23503 2006-03-03  Simon Josefsson  <jas@extundo.com>
23504
23505         * build-aux/maint.mk: Add indent target.
23506
23507 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
23508
23509         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
23510         our replacement poll.h in any case, to avoid a differing
23511         declaration from a system header.  Seen on AIX.
23512
23513 2006-03-01  Simon Josefsson  <jas@extundo.com>
23514
23515         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
23516         <kasal@ucw.cz>.
23517
23518 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23519
23520         * modules/gettime (Depends-on): Add extensions module.
23521         * modules/nanosleep (Depends-on): Likewise.
23522         * modules/settime (Depends-on): Likewise.
23523
23524 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23525
23526         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
23527         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
23528         pedantically.
23529         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
23530         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
23531
23532         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
23533         not "==".  Reported by Ralf Wildenhues.
23534
23535 2006-03-01  Karl Berry  <karl@gnu.org>
23536
23537         * doc/Copyright/request-*: new files, synced from gnuorg.
23538
23539 2006-03-01  Karl Berry  <karl@gnu.org>
23540
23541         * config/srclist.txt (Copyright/*): new entries.
23542
23543 2006-02-28  Simon Josefsson  <jas@extundo.com>
23544
23545         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
23546
23547 2006-02-27  Simon Josefsson  <jas@extundo.com>
23548
23549         * lib/base64.h: Indent #define's.  From Jim Meyering
23550         <jim@meyering.net>.
23551
23552 2006-02-27  Jim Meyering  <jim@meyering.net>
23553
23554         Revert the change of 2006-02-24, so these files can continue
23555         to be sync'd from gettext.
23556         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
23557         of `config.h'.
23558
23559 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23560
23561         * modules/intprops: New file.
23562         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
23563         Add intprops.
23564         * modules/getloadavg (Files): Remove lib/intprops.h.
23565         (Depends-on): Add intprops.
23566         * modules/human: Likewise.
23567         * modules/inttostr: Likewise.
23568         * modules/openat: Likewise.
23569         * modules/sig2str: Likewise.
23570         * modules/userspec: Likewise.
23571         * modules/utimecmp: Likewise.
23572         * modules/xnanosleep: Likewise.
23573         * modules/xstrtol: Likewise.
23574
23575 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
23576
23577         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
23578         * modules/lock-tests (TESTS): Use $(EXEEXT).
23579         * modules/tls-tests: Likewise.
23580         * modules/argp-tests: Likewise.
23581         (check_PROGRAMS): New var, replacing...
23582         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
23583
23584 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23585
23586         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
23587         `config.h'.
23588
23589 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
23590
23591         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
23592
23593 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23594
23595         Sync from coreutils.
23596         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
23597         gl_CHDIR_SAFER.
23598
23599 2006-02-22  Jim Meyering  <jim@meyering.net>
23600
23601         Sync from coreutils.
23602         * m4/chdir-safer.m4: New file.
23603
23604 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
23605
23606         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
23607         AT_FDCWD exceeds INT_MAX.
23608         * lib/openat.h (AT_FDCWD): Likewise.
23609
23610 2006-02-17  Eric Blake  <address@hidden>
23611
23612         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
23613
23614 2006-02-16  Simon Josefsson  <jas@extundo.com>
23615
23616         * modules/getaddrinfo (Depends-on): Add sys_socket.
23617
23618 2006-02-15  Simon Josefsson  <jas@extundo.com>
23619
23620         * build-aux/maint.mk: Add dsyntax-check rule.
23621
23622 2006-02-15  Eric Blake  <ebb9@byu.net>
23623
23624         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
23625         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
23626         'present but cannot compile' warnings on cygwin.
23627         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
23628         use ws2tcpip.h if sys/socket.h works.
23629         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
23630         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
23631
23632 2006-02-14  Simon Josefsson  <jas@extundo.com>
23633
23634         * modules/maintainer-makefile (Files): Rename.
23635
23636         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
23637         and (the local) Makefile.cfg to maint-cfg.mk.
23638
23639         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
23640         to the latter.
23641
23642         * modules/maintainer-makefile: New module.
23643
23644         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
23645         severaly stripped to make it possible to build it up from scratch
23646         with reliable tests.
23647
23648         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
23649         fixes to permit overriding the default actions when configure and
23650         makefile are not available.
23651
23652 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
23653
23654         Sync from coreutils.
23655         * modules/lstat (Depends-on): Don't depend on xalloc.
23656         (License): Change from GPL to LGPL, since this is now simply a
23657         replacement for a libc function.
23658
23659 2006-02-14  Jim Meyering  <jim@meyering.net>
23660
23661         Sync from coreutils.
23662
23663         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
23664         failure on deficient systems, and simplify gnulib lgpl dependencies.
23665         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
23666         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
23667
23668         * lib/xalloc-die.c: Remove unused definition of N_.
23669
23670 2006-02-14  Jim Meyering  <jim@meyering.net>
23671
23672         Sync from coreutils.
23673         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
23674         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
23675         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
23676         double-quote uses of that variable, to accommodate the rare case in
23677         which getmntent is available in none of the libraries checked.  This
23678         happens at least on FreeBSD 5.0.
23679
23680 2006-02-13  Simon Josefsson  <jas@extundo.com>
23681
23682         * gnulib-tool (Usage): Fix --import, from
23683         karl@freefriends.org (Karl Berry).
23684
23685 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
23686
23687         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
23688
23689 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
23690
23691         * lib/argp-namefrob.h: Restore changes accidentally lost during the
23692         "autoupdate" on 2005-12-12.
23693
23694 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
23695
23696         * modules/closeout (Depends-on): Remove atexit.
23697
23698 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
23699
23700         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
23701         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
23702
23703 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
23704
23705         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
23706         __EXTENSIONS__ if this causes compilation to fail.  Problem
23707         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
23708         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
23709
23710 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
23711
23712         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
23713         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
23714         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
23715         All uses changed.
23716
23717 2006-01-26  Simon Josefsson  <jas@extundo.com>
23718
23719         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
23720         prototype is visible on mingw32.
23721
23722         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
23723         for mingw32.
23724
23725         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
23726         mingw32).
23727
23728 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
23729
23730         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
23731         attempt to open for write; this always fails, at least on POSIX
23732         hosts.  This reinstates the 2006-01-09 change, which was
23733         inadvertently removed.
23734
23735 2006-01-26  Bruno Haible  <bruno@clisp.org>
23736
23737         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
23738         Reported by Paul Eggert.
23739
23740 2006-01-26  Bruno Haible  <bruno@clisp.org>
23741             Paul Eggert  <eggert@cs.ucla.edu>
23742
23743         * lib/stdbool_.h (_Bool)
23744         [(! (defined __cplusplus || defined __BEOS__)
23745           && !defined __GNUC__
23746           && !(defined __HP_cc || defined __xlc__
23747                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
23748                || defined __sgi))]:
23749         #define to signed char in these cases too; this simplifies
23750         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
23751         etc., separately) and makes it more conservative.
23752
23753 2006-01-25  Simon Josefsson  <jas@extundo.com>
23754
23755         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
23756         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
23757         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
23758
23759 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
23760
23761         * lib/argp-namefrob.h: Bugfix. Remove stray #
23762
23763 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
23764
23765         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
23766         so that we test the test.
23767         Check for yet another HP-UX cc bug involving *bool |= bool.
23768
23769 2006-01-25  Karl Berry  <karl@gnu.org>
23770
23771         * config/srclist.txt (vasnprintf.c): sync lost.
23772
23773 2006-01-25  Jim Meyering  <jim@meyering.net>
23774
23775         Sync from the stable (b5) branch of coreutils:
23776
23777         * lib/fts.c (fts_children): Don't let close() clobber errno from
23778         failed fchdir().
23779
23780         * lib/fts.c (fts_stat): When following a symlink-to-directory,
23781         don't necessarily interpret stat-fails+lstat-succeeds as indicating
23782         a dangling symlink.  That can also happen at least for ELOOP.
23783         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
23784         FYI, this bug predates the inclusion of fts.c in coreutils.
23785
23786         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
23787         in their own block, so pre-c99 compilers don't object.
23788
23789         Avoid the double-free (first in fts_read, second in fts_close) that
23790         would occur when an `active' directory is made inaccessible (e.g.,
23791         via chmod a-x) during a traversal.
23792         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
23793         before returning.  Reproduce this failure by
23794         mkdir -p a/b; cd a; chmod a-x . b
23795         Reported by Stavros Passas.
23796
23797 2006-01-25  Jim Meyering  <jim@meyering.net>
23798
23799         * lib/fileblocks.c: Remove more useless parentheses.
23800         * lib/readutmp.h: Likewise.
23801
23802 2006-01-25  Bruno Haible  <bruno@clisp.org>
23803
23804         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
23805         warnings.
23806         Reported by Paul Eggert.
23807
23808 2006-01-25  Bruno Haible  <bruno@clisp.org>
23809
23810         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
23811         rid of a trap command. For Solaris sh.
23812         Reported by Mark D. Baushke <mdb@gnu.org>.
23813
23814 2006-01-24  Simon Josefsson  <jas@extundo.com>
23815
23816         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
23817         Bruno.
23818
23819 2006-01-24  Karl Berry  <karl@gnu.org>
23820
23821         * config/srclist.txt (argp-namefrob.h): sync lost.
23822
23823 2006-01-24  Jim Meyering  <jim@meyering.net>
23824
23825         * modules/openat (Files): Add lib/intprops.h.
23826         From Mark D. Baushke.
23827
23828 2006-01-24  Jim Meyering  <jim@meyering.net>
23829
23830         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
23831         Reported by Mark D. Baushke.
23832
23833 2006-01-24  Jim Meyering  <jim@meyering.net>
23834
23835         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
23836
23837 2006-01-24  Bruno Haible  <bruno@clisp.org>
23838
23839         * modules/strnlen (Maintainer): Change from glibc to all.
23840
23841 2006-01-24  Bruno Haible  <bruno@clisp.org>
23842
23843         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
23844         Patch by Paul Eggert.
23845
23846 2006-01-24  Bruno Haible  <bruno@clisp.org>
23847
23848         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
23849         already has it.
23850         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
23851         2005-11-26.
23852
23853         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
23854         'signed char' to avoid problems with the built-in _Bool type.
23855         Reported by Paul Eggert on 2005-11-26.
23856
23857 2006-01-24  Bruno Haible  <bruno@clisp.org>
23858
23859         * gnulib-tool (func_import): Avoid constructing complicated sed
23860         expressions inside backquote.
23861         Report and solution by Mark D. Baushke <mdb@gnu.org>.
23862
23863 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
23864
23865         These changes imported from libc.
23866         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
23867         test and two separate function calls.
23868         * lib/strndup.c (__strndup): Add libc_hidden_def.
23869
23870 2006-01-23  Simon Josefsson  <jas@extundo.com>
23871
23872         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
23873         Remove the test_*_SOURCES variable: automake infers it by default.
23874         * modules/tls-tests: Likewise.
23875
23876 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23877
23878         Work around porting bugs reported by Dieter in
23879         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
23880         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
23881         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
23882         Include "getopt.h" first, to check interface.
23883         (getenv): Declare only if defined HAVE_DECL_GETENV &&
23884         !HAVE_DECL_GETENV.
23885         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
23886         (__strndup): Revert to K&R-style function dfns, the glibc style.
23887         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
23888         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
23889         Include strnlen.h first, to get prototype properly.
23890         (strnlen): Renamed from __strnlen.
23891         Remove weak alias.
23892
23893 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23894
23895         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
23896
23897 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23898
23899         * config/srclist.txt: Adjust to reflect glibc reorganization.
23900         This affects only comments.
23901
23902 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
23903
23904          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
23905          Reported by Bruce Korb <bkorb@gnu.org>.
23906
23907 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
23908
23909         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
23910         to pacify gcc -Wswitch-default.
23911
23912 2006-01-22  Bruno Haible  <bruno@clisp.org>
23913
23914         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
23915         temporary buffer for sprintf, take into account the precision also
23916         for 'd', 'i', 'u', 'o', 'x', 'X'.
23917
23918 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
23919
23920         * modules/argp-tests: New module
23921         * tests/test-argp.c: New file
23922         * tests/test-argp-2.sh: New file
23923
23924 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
23925
23926         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
23927         (__argp_base_name): Removed
23928         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
23929         typo.
23930         (__argp_base_name): Provide macro definition or extern declaration
23931         depending on the configuration
23932
23933 2006-01-20  Simon Josefsson  <jas@extundo.com>
23934
23935         * modules/inet_ntop (Depends-on): Depend on sys_socket.
23936
23937 2006-01-20  Simon Josefsson  <jas@extundo.com>
23938
23939         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
23940
23941 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23942
23943         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
23944         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
23945         Suggested by Bruno Haible.
23946
23947 2006-01-20  Karl Berry  <karl@gnu.org>
23948
23949         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
23950         until changes propagate, I guess.
23951
23952 2006-01-19  Simon Josefsson  <jas@extundo.com>
23953
23954         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
23955
23956 2006-01-19  Simon Josefsson  <jas@extundo.com>
23957
23958         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
23959
23960 2006-01-19  Simon Josefsson  <jas@extundo.com>
23961
23962         * gnulib-tool: Set check_PROGRAMS.
23963
23964         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
23965         modules/des-tests, modules/gc-arcfour-tests,
23966         modules/gc-arctwo-tests, modules/gc-des-tests,
23967         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
23968         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
23969         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
23970         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
23971         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
23972         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
23973         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
23974         test_*_SOURCES.
23975
23976 2006-01-18  Simon Josefsson  <jas@extundo.com>
23977
23978         * modules/socklen (Depends-on): Depend on sys_socket.
23979
23980 2006-01-18  Simon Josefsson  <jas@extundo.com>
23981
23982         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
23983         modules/des-tests, modules/gc-arcfour-tests,
23984         modules/gc-arctwo-tests, modules/gc-des-tests,
23985         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
23986         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
23987         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
23988         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
23989         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
23990         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
23991         $(EXEEXT) to automake TESTS variable, for mingw32.
23992
23993 2006-01-17  Simon Josefsson  <jas@extundo.com>
23994
23995         * modules/socklen (Include): Need sys/socket.h.
23996
23997 2006-01-17  Bruno Haible  <bruno@clisp.org>
23998
23999         * modules/ssize_t (Include): Add <sys/types.h>.
24000
24001 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
24002
24003         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
24004         it's not portable and it doesn't work with cross-compiles.
24005         Problem reported by Bruno Haible.  Fix missing-$ typo in
24006         'test "gl_cv_ignore_unused_libraries" ...' that prevented
24007         -zignore from being used with Sun's C compiler.
24008
24009 2006-01-12  Simon Josefsson  <jas@extundo.com>
24010
24011         * lib/base64.c: Fix warning, reported by Bruno Haible
24012         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
24013
24014 2006-01-12  Bruno Haible  <bruno@clisp.org>
24015
24016         * modules/ldd: New file.
24017         * build-aux/ldd.sh.in: New file.
24018         * MODULES.html.sh (Support for building libraries and executables): Add
24019         ldd.
24020
24021 2006-01-12  Bruno Haible  <bruno@clisp.org>
24022
24023         * m4/ldd.m4: New file.
24024
24025 2006-01-12  Bruno Haible  <bruno@clisp.org>
24026
24027         * gnulib-tool (func_import, func_create_testdir): Don't go into an
24028         endless loop while replacing $auxdir with build-aux.
24029
24030 2006-01-11  Simon Josefsson  <jas@extundo.com>
24031
24032         * lib/stdint_.h (SIZE_MAX): Add missing (.
24033
24034 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
24035
24036         Sync from coreutils.
24037         * lib/md5.c: Fix commentary typos.
24038         (alignof, UNALIGNED_P): No need for a GCC-specific version.
24039         * lib/md5.h (__attribute__): Remove; unused.
24040         * lib/sha1.c: Fix commentary to match md5 better.
24041         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
24042         so that we don't need to worry about alignment.  All uses changed.
24043         This merges the 2005-10-28 md5 change into sha1.
24044
24045 2006-01-11  Jim Meyering  <jim@meyering.net>
24046
24047         Sync from coreutils.
24048         * lib/md5.c (OP): Fix spacing.
24049
24050 2006-01-11  Bruno Haible  <bruno@clisp.org>
24051
24052         Ensure automatic ordering between gl_LOCK and gl_ARGP.
24053         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
24054         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
24055
24056 2006-01-11  Bruno Haible  <bruno@clisp.org>
24057
24058         Ensure automatic ordering between gl_LOCK and gl_ARGP.
24059         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
24060         the "early" section as well.
24061
24062 2006-01-11  Bruno Haible  <bruno@clisp.org>
24063
24064         Avoid "ar: no archive members specified" error on MacOS X.
24065         * gnulib-tool (func_modules_add_dummy): New function.
24066         (func_import, func_create_testdir): Invoke it.
24067
24068 2006-01-11  Bruno Haible  <bruno@clisp.org>
24069
24070         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
24071         with $auxdir in AC_CONFIG_FILES statements.
24072
24073 2006-01-11  Bruno Haible  <bruno@clisp.org>
24074
24075         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24076         Initialize also noinst_HEADERS to empty.
24077
24078 2006-01-11  Bruno Haible  <bruno@clisp.org>
24079
24080         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
24081         variables.
24082         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
24083         autoreconf.
24084
24085 2006-01-11  Bruno Haible  <bruno@clisp.org>
24086
24087         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
24088         overridable by the user.
24089         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24090
24091 2006-01-10  Simon Josefsson  <jas@extundo.com>
24092
24093         * modules/sys_socket: New file.
24094
24095 2006-01-10  Simon Josefsson  <jas@extundo.com>
24096
24097         * m4/sys_socket_h.m4: New file.
24098
24099 2006-01-10  Simon Josefsson  <jas@extundo.com>
24100
24101         * lib/socket_.h: New file.
24102
24103 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24104
24105         * modules/readutmp (Maintainer): Add myself.
24106
24107 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24108
24109         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
24110         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
24111         People who are still concerned with buggy memcmp implementations
24112         can invoke gl_FUNC_MEMCMP themselves.
24113
24114 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24115
24116         * lib/regex_internal.h (BITSET_WORD_BITS):
24117         Work around a bug in 64-bit PGC (before version 6.1-2), where the
24118         preprocessor mishandles large unsigned values as if they were signed.
24119         Problem reported by Claudio Fontana in
24120         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
24121
24122 2006-01-10  Jim Meyering  <jim@meyering.net>
24123
24124         Avoid the double-free (first in fts_read, second in fts_close) that
24125         would occur when an `active' directory is made inaccessible (e.g.,
24126         via chmod a-x) during a traversal.
24127         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
24128         before returning.  Reproduce this failure by
24129         mkdir -p a/b; cd a; chmod a-x . b
24130         Reported by Stavros Passas.
24131
24132         Sync from coreutils.
24133         * lib/sha1.c: Tweak grammar in a comment.
24134
24135 2006-01-10  Jim Meyering  <jim@meyering.net>
24136
24137         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
24138         Patch by Joerg Sonnenberger.
24139
24140 2006-01-10  Bruno Haible  <bruno@clisp.org>
24141
24142         * modules/readutmp: Depend on module free.
24143         * modules/strtok_r: Depend on module restrict.
24144
24145 2006-01-10  Bruno Haible  <bruno@clisp.org>
24146
24147         * modules/gettext (configure.ac): Add an invocation of
24148         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
24149
24150 2006-01-10  Bruno Haible  <bruno@clisp.org>
24151
24152         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
24153         Reported by Werner Lemberg <wl@gnu.org>.
24154
24155 2006-01-10  Bruno Haible  <bruno@clisp.org>
24156
24157         * lib/localcharset.c: Update from GNU gettext.
24158
24159 2006-01-10  Bruno Haible  <bruno@clisp.org>
24160
24161         * lib/argp.h (__const): Remove macro. Use const instead.
24162         * lib/argp-fmtstream.h (__const): Likewise.
24163         * lib/glob_.h (__const): Remove macro.
24164         * lib/glob-libc.h: Use const instead of __const.
24165
24166 2006-01-10  Bruno Haible  <bruno@clisp.org>
24167
24168         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
24169         variable.
24170         Needed to avoid an automake error regarding the 'gettext' module.
24171
24172 2006-01-09  Simon Josefsson  <jas@extundo.com>
24173
24174         * modules/inet_ntop (Depends-on): Add restrict.
24175
24176 2006-01-09  Simon Josefsson  <jas@extundo.com>
24177
24178         * modules/gc-rijndael-tests (License): Put under LGPL.
24179
24180         * modules/gc-des-tests (License): Likewise.
24181
24182         * modules/gc-arcfour-tests (License): Likewise.
24183
24184         * modules/gc-arctwo-tests (License): Likewise.
24185
24186         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
24187
24188         * modules/gc-hmac-sha1-tests (Files): Likewise.
24189
24190         * modules/gc-hmac-md5-tests (License): Likewise.
24191
24192         * modules/gc-sha1-tests (License): Likewise.
24193
24194         * modules/gc-md5-tests (License): Likewise.
24195
24196         * modules/gc-md4-tests (License): Likewise.
24197
24198         * modules/gc-md2-tests (License): Likewise.
24199
24200         * modules/gc-tests (License): Likewise.
24201
24202         * modules/des-tests (License): Likewise.
24203
24204         * modules/md4-tests (License): Likewise.
24205
24206         * modules/md2-tests (License): Likewise.
24207
24208 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24209
24210         Sync from coreutils:
24211
24212         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
24213         * modules/lib-ignore: New file.
24214         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
24215         chdir-safer.m4, lchmod.m4.
24216         * modules/openat: Add mkdirat.c, openat-priv.h.
24217
24218 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24219
24220         Sync from coreutils.
24221         * m4/lib-ignore.m4: New file.
24222         * m4/lchmod.m4: New file.
24223
24224 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24225
24226         Sync from coreutils.
24227         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
24228         for write access: POSIX says that must fail.
24229         * lib/fts.c (diropen): Likewise.
24230         * lib/save-cwd.c (save_cwd): Likewise.
24231         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
24232         well, for minor improvements on hosts that lack O_DIRECTORY.
24233         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
24234         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
24235         Fall back on chown if open failed with EACCES.
24236
24237         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
24238         Report an error at compile-time if only a 1-second nominal clock
24239         resolution is found.
24240
24241         * lib/lchmod.h: New file.
24242         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
24243         (make_dir_parents): Use lchown rather than chown, and
24244         lchmod rather than chmod.
24245
24246         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
24247         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
24248         "proc" reported by n0dalus.
24249
24250         * lib/mountlist.c: Include <limits.h>.
24251         (dev_from_mount_options)
24252         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
24253         New function.  It no longer assumes "dev=" has the System V meaning
24254         on Linux (since it doesn't).  It also parses "dev=" more carefully.
24255         (read_file_system_list)
24256         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
24257         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
24258         dev= in that case.
24259
24260         * lib/posixtm.h (PDS_PRE_2000): New macro.
24261         * lib/posixtm.c (year): Arg is now syntax_bits rather than
24262         allow_century.  All usages changed.  Reject dates outside the range
24263         1969-1999 if PDS_PRE_2000 is used.
24264
24265 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24266
24267         Sync from coreutils.
24268         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
24269         (Time of day items): Mention the possibility of leap seconds.
24270         Problem reported by Dr. David Alan Gilbert.
24271
24272 2006-01-09  Jim Meyering  <jim@meyering.net>
24273
24274         Sync from coreutils.
24275
24276         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
24277
24278         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
24279
24280         * lib/modechange.c (mode_compile): Reject an invalid mode string
24281         that starts with an octal digit.  From Andreas Gruenbacher.
24282
24283         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
24284         and dup to open_safer and dup_safer, respectively.
24285         (openat_permissive): Fix typo in comment.
24286
24287         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
24288         "gettext.h"; either no longer needed or are guaranteed by openat.h.
24289         (_): Remove; no longer needed.
24290         (openat): Renamed from rpl_openat; no need for rpl_openat
24291         since openat.h renames openat for us.
24292         Replace most of the body with a call to openat_permissive,
24293         to avoid duplicate code.
24294         Port to (probably hypothetical) environments were mode_t is
24295         wider than int.
24296         (openat_permissive): Require mode arg, so that we can check
24297         types better.  Put it just after flags.  Change cwd failure
24298         indicator from pointer-to-bool to pointer-to-errno-value.
24299         All callers changed.
24300         Invoke openat_save_fail and/or openat_restore_fail if
24301         cwd_errno is null, so that openat can call us.
24302         (openat_permissive, fdopendir, fstatat, unlinkat):
24303         Simplify errno handling to avoid some duplicate code,
24304         as it's OK to set errno on success.
24305         * lib/openat.h: Revamp code so that function macros depend on
24306         __OPENAT_PREFIX only, not also on AT_FDCWD.
24307         (openat_ro): Remove.  Caller changed to use openat_permissive.
24308         (openat_permissive): Now a macro, if not a function.
24309         (openat_restore_fail, openat_save_fail): Now always functions,
24310         since mkdirat needs them even if __OPENAT_PREFIX is defined.
24311
24312         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
24313         and openat.c.
24314         * lib/mkdirat.c: Include openat-priv.h.
24315         Remove definitions of macros defined therein.
24316         * lib/openat.c: Likewise.
24317
24318         * lib/mkdirat.c (mkdirat): New file and function.
24319         * lib/openat.h (mkdirat): Declare.
24320
24321         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
24322
24323         * lib/openat.h (openat_permissive): Declare.
24324         (openat_ro): Define.
24325
24326         * lib/openat.c (EXPECTED_ERRNO): New macro.
24327         (openat_permissive): New function -- used in remove.c rewrite.
24328         (all functions): Set errno just before returning, only if there
24329         was an actual failure.
24330         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
24331
24332         Emulate openat-family functions using Linux's procfs, if possible.
24333         Idea and some code based on Ulrich Drepper's glibc changes.
24334
24335         * lib/openat.c: (BUILD_PROC_NAME): New macro.
24336         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
24337         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
24338         before falling back on save_cwd and restore_cwd.
24339         (fdopendir, fstatat, unlinkat): Likewise.
24340
24341         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
24342         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
24343
24344         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
24345         as second argument to va_arg.  Otherwise, some versions of gcc
24346         warn that `if this code is reached, the program will abort'.
24347
24348 2006-01-09  Jim Meyering  <jim@meyering.net>
24349
24350         Sync from coreutils.
24351         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
24352         Require openat-priv.h.
24353
24354 2006-01-09  Bruno Haible  <bruno@clisp.org>
24355
24356         * modules/strnlen (Include): Use strnlen.h.
24357
24358 2006-01-09  Bruno Haible  <bruno@clisp.org>
24359
24360         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
24361
24362 2006-01-09  Bruno Haible  <bruno@clisp.org>
24363
24364         * lib/sysexit_.h (EX_OK): New macro.
24365         Suggested by Martin Lambers <marlam@marlam.de>.
24366
24367 2006-01-09  Bruno Haible  <bruno@clisp.org>
24368
24369         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
24370         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
24371
24372 2006-01-09  Bruno Haible  <bruno@clisp.org>
24373
24374         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
24375         numbers.
24376
24377 2006-01-09  Bruno Haible  <bruno@clisp.org>
24378
24379         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
24380         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
24381         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
24382         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
24383
24384 2006-01-09  Bruno Haible  <bruno@clisp.org>
24385
24386         * build-aux/javacomp.sh.in: New file, moved from lib/.
24387         * modules/javacomp-script (Files): Update.
24388         (configure.ac): Add AC_CONFIG_FILES invocation.
24389         (EXTRA_DIST): Remove variable.
24390
24391         * build-aux/javaexec.sh.in: New file, moved from lib/.
24392         * modules/javaexec (Files): Update.
24393         (configure.ac): Add AC_CONFIG_FILES invocation.
24394         (EXTRA_DIST): Remove javaexec.sh.in.
24395
24396         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
24397         * modules/csharpcomp-script (Files): Update.
24398         (configure.ac): Add AC_CONFIG_FILES invocation.
24399         (EXTRA_DIST): Remove variable.
24400
24401         * build-aux/csharpexec.sh.in: New file, moved from lib/.
24402         * modules/csharpexec (Files): Update.
24403         (configure.ac): Add AC_CONFIG_FILES invocation.
24404         (EXTRA_DIST): Remove csharpexec.sh.in.
24405
24406 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
24407
24408         Sync from coreutils.
24409
24410         Add POSIX ACL support
24411         * lib/acl.h (copy_acl, set_acl): Add declarations.
24412         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
24413         systems other than Linux.
24414         (chmod_or_fchmod): New function: use fchmod when possible,
24415         and chmod otherwise.
24416         (file_has_acl): Add a POSIX ACL implementation, with a
24417         Linux-specific subcase.
24418         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
24419         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
24420         acls are unsupported.
24421         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
24422         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
24423         are unsupported.
24424
24425 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
24426
24427         Sync from coreutils.
24428         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
24429
24430 2006-01-07  Bruno Haible  <bruno@clisp.org>
24431
24432         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
24433         gl_EARLY.
24434
24435 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24436
24437         * lib/strftime.c (tzname): Don't declare if it is already #defined.
24438         Problem reported for Mingw by Mark Junker.
24439
24440 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24441
24442         * README: Gnulib normally doesn't generate a tarball.
24443
24444 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
24445
24446         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
24447         long int, not int, for nanosecond counts, so that people who are
24448         used to POSIX struct timespec won't be surprised.  Reported by Jim
24449         Meyering.
24450
24451 2005-12-28  Bruno Haible  <bruno@clisp.org>
24452
24453         * build-aux/config.rpath: Update from GNU gettext.
24454
24455 2005-12-16  Jim Meyering  <jim@meyering.net>
24456
24457         * modules/fprintftime: New module.
24458         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
24459
24460 2005-12-16  Jim Meyering  <jim@meyering.net>
24461
24462         * m4/fprintftime.m4: New file.
24463
24464 2005-12-16  Jim Meyering  <jim@meyering.net>
24465
24466         * lib/fprintftime.c, lib/fprintftime.h: New files.
24467
24468 2005-12-15  Simon Josefsson  <jas@extundo.com>
24469
24470         * modules/socklen (configure.ac): Fix M4 macro name, to align with
24471         new m4/socklen.m4.
24472
24473 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24474
24475         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
24476         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
24477
24478 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24479
24480         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
24481         * lib/argp-help.c (fill_in_uparams): Check if the constructed
24482         struct uparams is valid. Fall back to the default values if it is
24483         not.
24484
24485 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24486
24487         * modules/argp (Files): Add argp-pin.c
24488         (Depends-on): dirname
24489         (lib_SOURCES): Add argp-pin.c
24490
24491 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24492
24493         * m4/argp.m4:  Check if program_invocation_name and
24494         program_invocation_short_name are declared and define appropriate
24495         macros if they are not.
24496
24497 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24498
24499         * lib/argp-help.c (__argp_base_name): New function
24500         (__argp_short_program_name): Rewrite using __argp_base_name
24501         * lib/argp-namefrob.h: Define program_invocation_name and
24502         program_invocation_short_name if requested
24503         (__argp_base_name): Add prototype
24504         * lib/argp-parse.c (argp_def): Use gettext wrappers
24505         (argp_default_parser): Use __argp_base_name
24506         * lib/argp-pin.c: New file. Defines program_invocation_name and
24507         program_invocation_short_name on systems that lack them.
24508
24509 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24510
24511         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
24512         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
24513         porting problem reported by Georg Schwarz in
24514         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
24515
24516 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24517
24518         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
24519         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
24520         porting problem reported by Georg Schwarz in
24521         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
24522
24523 2005-12-05  Bruno Haible  <bruno@clisp.org>
24524
24525         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
24526         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
24527         Reported by Mark Junker <mjscod@gmx.de>.
24528
24529 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
24530
24531         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
24532         Use implementation from Albert Chin, with some
24533         comments/corrections by Stepan Kasal and myself.
24534
24535 2005-12-02  Bruno Haible  <bruno@clisp.org>
24536
24537         * gnulib-tool (func_import): Accept GPLed build tool modules when
24538         --lgpl is given.
24539         * modules/csharpcomp-script: New file.
24540         * modules/csharpcomp: Depend on it.
24541         * modules/javacomp-script: New file.
24542         * modules/javacomp: Depend on it.
24543         Suggested by Simon Josefsson.
24544
24545 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
24546
24547         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
24548         statement, to work around an HP-UX 10.20 compiler bug reported by
24549         Peter O'Gorman.
24550
24551 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
24552
24553         * modules/savedir (Depends-on): Add openat.
24554
24555 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
24556
24557         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
24558         (uintmax_t) [defined uintmax_t]: Do not declare.
24559         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
24560         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
24561         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
24562         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
24563         sake of portability to weird hosts that C allows (though we don't
24564         know of any practical examples).
24565
24566         * lib/savedir.h (fdsavedir): New decl.
24567         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
24568         contains most of the former guts of savedir.
24569         (savedir): Use savedirstream.
24570         Include "openat.h".
24571
24572 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24573
24574         * modules/obstack (Files): Add m4/ulonglong.m4.
24575         Problem reported by Davide Angelocola.
24576
24577 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
24578
24579         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
24580         coreutils no longer futzes with rounding modes.
24581
24582 2005-11-14  Jim Meyering  <jim@meyering.net>
24583
24584         * lib/mkstemp-safer.c: Include <config.h>, required for possible
24585         replacement of mkstemp.
24586
24587 2005-11-10  Simon Josefsson  <jas@extundo.com>
24588
24589         * lib/readline.c: Remove EOL.
24590
24591 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24592
24593         * modules/gethrxtime (Depends-on): Add gettime.
24594
24595 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24596
24597         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
24598         or gettimeofday; no longer needed.
24599
24600 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24601
24602         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
24603         time business.
24604         (gethrxtime) [! (HAVE_NANOUPTIME
24605         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
24606         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
24607         our own approximation.
24608
24609 2005-11-08  Eric Blake  <ebb9@byu.net>
24610
24611         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
24612
24613 2005-11-08  Eric Blake  <ebb9@byu.net>
24614
24615         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
24616
24617 2005-11-04  Bruno Haible  <bruno@clisp.org>
24618
24619         * gnulib-tool: Implement --update mode.
24620
24621 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24622
24623         Fix porting problem reported by Theodoros V. Kalamatianos.
24624         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
24625         Don't assume that futimes failing means we must fail.
24626
24627 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24628
24629         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
24630         variables to suggest the intended function of the PATH_MAX check.
24631
24632 2005-10-30  Kean Johnston  <jkj@sco.com>
24633
24634         Trivial changes to support SCO systems.
24635         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
24636         as PATH_MAX.
24637         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
24638         where __ptr is null when no I/O is pending.
24639
24640 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24641
24642         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
24643         leave errno alone.  Problem reported by Dmitry V. Levin.
24644
24645 2005-10-28  Simon Josefsson  <jas@extundo.com>
24646
24647         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
24648         Test more.
24649
24650         * tests/test-gc-md2.c, tests/test-md2.c: New files.
24651
24652         * modules/md2, modules/md2-tests: New files.
24653
24654 2005-10-28  Simon Josefsson  <jas@extundo.com>
24655
24656         * m4/inet_ntop.m4: More tests.
24657
24658         * m4/gc-md2.m4, md2.m4: New file.
24659
24660 2005-10-28  Simon Josefsson  <jas@extundo.com>
24661
24662         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
24663         "restrict" keywords, as per POSIX.  Protect the function
24664         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
24665         Don't use K&R prototypes.  Check the sprintf return values.
24666         Re-define EAFNOSUPPORT if not present.  Indent.
24667
24668         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
24669         suggested by Bruno Haible <bruno@clisp.org>.
24670
24671         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
24672
24673         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
24674
24675         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
24676         libgcrypt).
24677
24678         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
24679
24680         * lib/md2.h, lib/md2.c: New files.
24681
24682 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
24683
24684         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
24685         errno alone.  Problem reported by Frederic Jolliton.
24686
24687 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
24688
24689         * modules/verify (License): Change from GPL to LGPL.  This is a
24690         tiny module and there are apparently near-equivalents that are
24691         under the BSD license.
24692
24693 2005-10-24  Simon Josefsson  <jas@extundo.com>
24694
24695         * modules/sha1: Relicense to LGPL.
24696
24697 2005-10-24  Simon Josefsson  <jas@extundo.com>
24698
24699         * lib/md4.h: Shrink buffer size, now that we changed the type.
24700
24701 2005-10-23  Simon Josefsson  <jas@extundo.com>
24702
24703         * gnulib-tool (func_import): Fix --tests-base.
24704
24705 2005-10-22  Simon Josefsson  <jas@extundo.com>
24706
24707         * modules/arcfour (Depends-on): Need stdint.
24708
24709 2005-10-22  Simon Josefsson  <jas@extundo.com>
24710
24711         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
24712         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
24713
24714 2005-10-22  Simon Josefsson  <jas@extundo.com>
24715
24716         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
24717         suggested by Bruno Haible <bruno@clisp.org>.
24718
24719 2005-10-22  Simon Josefsson  <jas@extundo.com>
24720
24721         * lib/crc.h: Include stddef.h, for size_t.
24722
24723 2005-10-22  Simon Josefsson  <jas@extundo.com>
24724
24725         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
24726         arcfour_context struct (simplify test vector testing in GNU
24727         Shishi).
24728
24729 2005-10-21  Simon Josefsson  <jas@extundo.com>
24730
24731         * modules/des, modules/des-tests: New files.
24732
24733         * modules/gc-des, modules/gc-des-tests: New files.
24734
24735         * tests/test-des.c, tests/test-gc-des.c: New file.
24736
24737 2005-10-21  Simon Josefsson  <jas@extundo.com>
24738
24739         * modules/arctwo, modules/arctwo-tests: New files.
24740
24741         * tests/test-arctwo.c: New file.
24742
24743         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
24744
24745         * tests/test-gc-arctwo.c: New file.
24746
24747 2005-10-21  Simon Josefsson  <jas@extundo.com>
24748
24749         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
24750         Bruno Haible <bruno@clisp.org>.
24751
24752         * m4/gc-des.m4: New file.
24753
24754 2005-10-21  Simon Josefsson  <jas@extundo.com>
24755
24756         * m4/arctwo.m4: New file.
24757
24758         * m4/gc-arctwo.m4: New file.
24759
24760 2005-10-21  Simon Josefsson  <jas@extundo.com>
24761
24762         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
24763         block.
24764
24765 2005-10-21  Simon Josefsson  <jas@extundo.com>
24766
24767         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
24768         <bruno@clisp.org>.
24769
24770         * lib/hmac-sha1.c (hmac_sha1): Likewise.
24771
24772         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
24773         Bruno Haible <bruno@clisp.org>.
24774
24775         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
24776         <bruno@clisp.org>.
24777
24778 2005-10-21  Simon Josefsson  <jas@extundo.com>
24779
24780         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
24781
24782 2005-10-21  Simon Josefsson  <jas@extundo.com>
24783
24784         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
24785
24786 2005-10-21  Simon Josefsson  <jas@extundo.com>
24787
24788         * lib/des.h, lib/des.c: New files.
24789
24790         * lib/gc-gnulib.c: Support DES.c
24791
24792 2005-10-21  Simon Josefsson  <jas@extundo.com>
24793
24794         * lib/arctwo.h, lib/arctwo.c: New files.
24795
24796         * lib/gc-gnulib.c: Support ARCTWO.
24797
24798 2005-10-21  Simon Josefsson  <jas@extundo.com>
24799
24800         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
24801         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24802
24803 2005-10-21  Simon Josefsson  <jas@extundo.com>
24804
24805         * gnulib-tool (func_import, func_create_testdir): Define automake
24806         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
24807         Makefile.am snippet),
24808         suggested by Bruno Haible <bruno@clisp.org>.
24809
24810         * modules/gc (Makefile.am): Use it.
24811
24812 2005-10-21  Bruno Haible  <bruno@clisp.org>
24813
24814         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
24815         patch.
24816
24817 2005-10-19  Simon Josefsson  <jas@extundo.com>
24818
24819         * tests/test-gc-rijndael.c: New file.
24820
24821         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
24822
24823 2005-10-19  Simon Josefsson  <jas@extundo.com>
24824
24825         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
24826         interface too.
24827
24828 2005-10-19  Simon Josefsson  <jas@extundo.com>
24829
24830         * tests/test-gc-arcfour.c: New file.
24831
24832         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
24833
24834 2005-10-19  Simon Josefsson  <jas@extundo.com>
24835
24836         * modules/gc-md4, modules/gc-md4-tests: New file.
24837
24838         * tests/test-gc-md4.c: New file.
24839
24840 2005-10-19  Simon Josefsson  <jas@extundo.com>
24841
24842         * m4/gc-md4.m4: New file.
24843
24844 2005-10-19  Simon Josefsson  <jas@extundo.com>
24845
24846         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
24847         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
24848         <kasal@ucw.cz>.
24849
24850 2005-10-19  Simon Josefsson  <jas@extundo.com>
24851
24852         * m4/gc-arcfour.m4: New file.
24853
24854         * m4/gc-rijndael.m4: New file.
24855
24856 2005-10-19  Simon Josefsson  <jas@extundo.com>
24857
24858         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
24859
24860 2005-10-19  Simon Josefsson  <jas@extundo.com>
24861
24862         * lib/gc-gnulib.c: Support ARCFOUR.
24863
24864 2005-10-19  Simon Josefsson  <jas@extundo.com>
24865
24866         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
24867         support.
24868
24869         * lib/gc.h: Add ECB enum type.
24870
24871         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
24872
24873 2005-10-18  Simon Josefsson  <jas@extundo.com>
24874
24875         * tests/test-md5.c: New file.
24876
24877         * modules/md5-tests: New file.
24878
24879 2005-10-18  Simon Josefsson  <jas@extundo.com>
24880
24881         * tests/test-md4.c: New file.
24882
24883         * modules/md4, modules/md4-tests: New files.
24884
24885 2005-10-18  Simon Josefsson  <jas@extundo.com>
24886
24887         * m4/md4.m4: New file.
24888
24889 2005-10-18  Simon Josefsson  <jas@extundo.com>
24890
24891         * lib/md4.h, lib/md4.c: New files, based on md5.?.
24892
24893 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
24894
24895         * gnulib-tool (func_create_testdir): Omit the second check whether
24896         BUILT_SOURCES in nonempty.
24897
24898 2005-10-17  Simon Josefsson  <jas@extundo.com>
24899
24900         * tests/test-rijndael.c: New file.
24901
24902 2005-10-17  Simon Josefsson  <jas@extundo.com>
24903
24904         * modules/sha1: Depend on stdint instead of md5.
24905
24906         * modules/md5: Depend on stdint, remove uint32_t.
24907
24908 2005-10-17  Simon Josefsson  <jas@extundo.com>
24909
24910         * modules/gc-sha1-tests: New file.
24911
24912         * tests/test-gc-sha1.c: New file.
24913
24914 2005-10-17  Simon Josefsson  <jas@extundo.com>
24915
24916         * m4/md5.m4: Remove call to uint32_t.m4.
24917
24918 2005-10-17  Simon Josefsson  <jas@extundo.com>
24919
24920         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
24921
24922         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
24923         md5.h.
24924
24925         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
24926
24927         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
24928
24929 2005-10-17  Simon Josefsson  <jas@extundo.com>
24930
24931         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
24932
24933 2005-10-17  Simon Josefsson  <jas@extundo.com>
24934
24935         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
24936
24937 2005-10-17  Simon Josefsson  <jas@extundo.com>
24938
24939         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
24940
24941         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
24942
24943 2005-10-17  Bruno Haible  <bruno@clisp.org>
24944
24945         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
24946         that it can also be used in a test.
24947
24948 2005-10-16  Bruno Haible  <bruno@clisp.org>
24949
24950         * gnulib-tool (func_emit_tests_Makefile_am): Also define
24951         TESTS_ENVIRONMENT, so that individual tests can augment it.
24952
24953         * gnulib-tool (func_create_testdir): Use an intermediate target for
24954         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
24955         macros, like $(ALLOCA_H), which cannot be passed through the command
24956         line.
24957
24958 2005-10-15  Simon Josefsson  <jas@extundo.com>
24959
24960         * modules/rijndael-tests: New file.
24961
24962         * modules/rijndael: New file.
24963
24964 2005-10-15  Simon Josefsson  <jas@extundo.com>
24965
24966         * m4/rijndael.m4: New file.
24967
24968 2005-10-15  Simon Josefsson  <jas@extundo.com>
24969
24970         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
24971
24972         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
24973
24974 2005-10-14  Simon Josefsson  <jas@extundo.com>
24975
24976         * tests/test-arcfour.c: New file.
24977
24978         * modules/arcfour, modules/arcfour-tests: New files.
24979
24980 2005-10-14  Simon Josefsson  <jas@extundo.com>
24981
24982         * m4/arcfour.m4: New file.
24983
24984 2005-10-14  Simon Josefsson  <jas@extundo.com>
24985
24986         * lib/arcfour.h, lib/arcfour.c: New files.
24987
24988 2005-10-14  Roland McGrath  <roland@redhat.com>
24989
24990         Import from libc.  [BZ #1331]
24991         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
24992         macro argument.
24993         Reported by Matej Vela <vela@debian.org>.
24994
24995 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
24996
24997         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
24998         include <wchar.h>; no longer needed.
24999
25000 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25001
25002         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
25003
25004 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
25005         and  Ulrich Drepper  <drepper@redhat.com>
25006
25007         Import from libc.
25008         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
25009         instead of inline stream orientation test and two separate
25010         function calls.  Pay no attention to USE_IN_LIBIO.
25011
25012 2005-10-13  Simon Josefsson  <jas@extundo.com>
25013
25014         * modules/gc-hmac-md5-tests: New file.
25015
25016         * tests/test-gc-hmac-sha1.c: New file.
25017
25018         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
25019
25020         * modules/gc-hmac-md5-tests: New file.
25021
25022         * tests/test-gc-md5.c: New file.
25023
25024         * modules/gc-md5-tests: New file.
25025
25026 2005-10-13  Simon Josefsson  <jas@extundo.com>
25027
25028         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
25029         Move memory allocation outside of loop.
25030
25031 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
25032
25033         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
25034         intermediate directory is in a read-only file system.  Problem
25035         reported by Eric Blake.
25036
25037 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
25038
25039         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
25040
25041 2005-10-12  Simon Josefsson  <jas@extundo.com>
25042
25043         * tests/test-hmac-sha1.c: New file.
25044
25045         * modules/hmac-sha1-tests: New file.
25046
25047         * modules/hmac-sha1: New file.
25048
25049 2005-10-12  Simon Josefsson  <jas@extundo.com>
25050
25051         * modules/gc-sha1: New file.
25052
25053 2005-10-12  Simon Josefsson  <jas@extundo.com>
25054
25055         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
25056
25057         * tests/test-gc-pbkdf2-sha1.c: New file.
25058
25059 2005-10-12  Simon Josefsson  <jas@extundo.com>
25060
25061         * modules/gc-md5, modules/gc-hmac-md5: New files.
25062
25063         * modules/gc (Files): Remove md5, memxor and hmac files.
25064
25065 2005-10-12  Simon Josefsson  <jas@extundo.com>
25066
25067         * m4/gc-pbkdf2-sha1.m4: New file.
25068
25069         * m4/gc-hmac-sha1.m4: New file.
25070
25071         * m4/gc-sha1: New file.
25072
25073         * m4/hmac-sha1.m4: New file.
25074
25075 2005-10-12  Simon Josefsson  <jas@extundo.com>
25076
25077         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
25078
25079         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
25080
25081 2005-10-12  Simon Josefsson  <jas@extundo.com>
25082
25083         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
25084         suggested by Bruno Haible <bruno@clisp.org>.
25085
25086 2005-10-12  Simon Josefsson  <jas@extundo.com>
25087
25088         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
25089
25090 2005-10-12  Simon Josefsson  <jas@extundo.com>
25091
25092         * lib/gc-pbkdf2-sha1.c: New file.
25093
25094         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
25095
25096 2005-10-12  Simon Josefsson  <jas@extundo.com>
25097
25098         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
25099
25100         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
25101
25102 2005-10-12  Simon Josefsson  <jas@extundo.com>
25103
25104         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
25105         GC_USE_HMAC_MD5, respectively.
25106
25107         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
25108         (gc_md5): Fix typo.
25109
25110         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
25111
25112         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
25113
25114         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
25115
25116 2005-10-12  Bruno Haible  <bruno@clisp.org>
25117
25118         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
25119         Reported by Stepan Kasal <kasal@ucw.cz>.
25120
25121 2005-10-11  Simon Josefsson  <jas@extundo.com>
25122
25123         * tests/test-crc.c: New file.
25124
25125         * modules/crc, modules/crc-tests: New files.
25126
25127 2005-10-11  Simon Josefsson  <jas@extundo.com>
25128
25129         * m4/crc.m4: New file.
25130
25131 2005-10-11  Simon Josefsson  <jas@extundo.com>
25132
25133         * lib/gc.h: Add gc_hash and gc_hash_buffer.
25134
25135         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
25136
25137         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
25138
25139 2005-10-11  Simon Josefsson  <jas@extundo.com>
25140
25141         * lib/crc.h, lib/crc.c: New files.
25142
25143         * lib/gc.h (gc_hash_buffer): Add doc.
25144
25145 2005-10-11  Bruno Haible  <bruno@clisp.org>
25146
25147         * modules/c-strcasestr: New file.
25148         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
25149
25150 2005-10-11  Bruno Haible  <bruno@clisp.org>
25151
25152         * modules/c-strcase: New file.
25153         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
25154
25155 2005-10-11  Bruno Haible  <bruno@clisp.org>
25156
25157         * lib/strcasecmp.c: Include limits.h.
25158         (strcasecmp): Avoid integer overflow on exotic platforms.
25159         * lib/strncasecmp.c: Include limits.h.
25160         (strncasecmp): Avoid integer overflow on exotic platforms.
25161         Reported by Paul Eggert.
25162
25163 2005-10-11  Bruno Haible  <bruno@clisp.org>
25164
25165         * lib/c-strcasestr.h: New file, from GNU gettext.
25166         * lib/c-strcasestr.c: New file, from GNU gettext.
25167
25168 2005-10-11  Bruno Haible  <bruno@clisp.org>
25169
25170         * lib/c-strcase.h: New file, from GNU gettext.
25171         * lib/c-strcasecmp.c: New file, from GNU gettext.
25172         * lib/c-strncasecmp.c: New file, from GNU gettext.
25173
25174 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
25175
25176         * modules/mempcpy (License): GPL -> LGPL.
25177         * modules/strchrnul (License): Likewise.
25178         * modules/sysexits (License): Likewise.
25179
25180 2005-10-08  Simon Josefsson  <jas@extundo.com>
25181
25182         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
25183
25184 2005-10-07  Simon Josefsson  <jas@extundo.com>
25185
25186         * m4/memxor.m4: Remove gl_C_RESTRICT call.
25187
25188 2005-10-06  Simon Josefsson  <jas@extundo.com>
25189
25190         * tests/test-hmac-md5.c: New file.
25191
25192         * modules/hmac-md5-tests: New file.
25193
25194         * modules/hmac-md5: New file.
25195
25196 2005-10-06  Simon Josefsson  <jas@extundo.com>
25197
25198         * m4/hmac-md5.m4: New file.
25199
25200         * m4/memxor.m4: Require gl_C_RESTRICT.
25201
25202 2005-10-06  Simon Josefsson  <jas@extundo.com>
25203
25204         * lib/memxor.c (memxor): Avoid casts and warnings.
25205
25206 2005-10-06  Simon Josefsson  <jas@extundo.com>
25207
25208         * lib/hmac-md5.c: New file.
25209
25210         * lib/hmac.h: New file.
25211
25212 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
25213
25214         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
25215         promotes to int, not unsigned int, to catch the AIX 5.3
25216         compiler bug.
25217
25218 2005-10-05  Simon Josefsson  <jas@extundo.com>
25219
25220         * modules/memxor: New file.
25221
25222         * modules/iconv (Files): Move config.rpath to havelib, it is used
25223         there.
25224
25225         * modules/havelib (Files): Add config.rpath.
25226
25227 2005-10-05  Simon Josefsson  <jas@extundo.com>
25228
25229         * m4/memxor.m4: New file.
25230
25231 2005-10-05  Simon Josefsson  <jas@extundo.com>
25232
25233         * lib/memxor.c (memxor): Fix compiler error.
25234
25235         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
25236         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
25237
25238         * lib/memxor.h, lib/memxor.c: New files.
25239
25240         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
25241         we assume all systems have it, suggested by Jim Meyering
25242         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
25243         any systems lack sys/socket.h; mingw32 is known to lack it, but we
25244         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
25245         same reasons.
25246
25247 2005-10-05  Simon Josefsson  <jas@extundo.com>
25248
25249         * config/srclist.txt: Add glibc bug 1423 for md5.h.
25250
25251 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
25252
25253         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
25254         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
25255         needed, since the source code now assumes these .h files.
25256
25257 2005-10-05  Derek Price  <derek@ximbiot.com>
25258
25259         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
25260
25261 2005-10-05  Bruno Haible  <bruno@clisp.org>
25262
25263         * modules/stdint (License): Change to LGPL.
25264
25265 2005-10-04  Simon Josefsson  <jas@extundo.com>
25266
25267         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
25268         D. Baushke" <mdb@gnu.org>.
25269
25270 2005-10-04  Bruno Haible  <bruno@clisp.org>
25271
25272         * lib/verify.h (verify_true): Provide alternative definition for C++.
25273
25274 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
25275
25276         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
25277         (SSIZE_MAX): New macro, if not already defined.
25278         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
25279         than 2 GiB.
25280
25281 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25282
25283         Sync from coreutils.
25284         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
25285         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
25286         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
25287         ULLONG_MAX doesn't work with 2.7.2.1.
25288
25289 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25290
25291         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
25292         From Ben Pfaff.
25293
25294         * modules/exclude (Depends-on): Depend on verify.
25295         * modules/strtoimax (Depends-on): Likewise.
25296         * modules/utimecmp (Depends-on): Likewise.
25297
25298 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25299
25300         * lib/exclude.c: Include verify.h.
25301         (verify): Remove.  All callers changed to use verify.h's version.
25302         * lib/strtoimax.c: Likewise.
25303         * lib/utimecmp.c: Likewis.e
25304
25305         Sync from coreutils.
25306         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
25307         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
25308         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
25309         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
25310         bother returning ENOSYS if settimeofday or stime fails; just let
25311         them return whatever errno they want to return.
25312         * lib/utimens.c: Include unistd.h, for dup2.
25313         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
25314         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
25315
25316 2005-10-02  Jim Meyering  <jim@meyering.net>
25317
25318         Sync from coreutils.
25319         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
25320         from glibc-2.2.5 that fails for read-only files.
25321
25322 2005-10-02  Jim Meyering  <jim@meyering.net>
25323
25324         Sync from coreutils.
25325         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
25326         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
25327         `#if HAVE_CONFIG_H'.
25328         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
25329         Remove AT_FDCWD test.
25330         Do not consume the fd unless successful.
25331         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
25332         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
25333         block, so that we don't even try to compile it if settimeofday is
25334         available.  This works around a compilation failure on OSF1 V5.1,
25335         due to stime requiring a `long int*' while tv_sec is `int'.
25336
25337 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
25338
25339         Sync from coreutils.
25340         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
25341         against `yes', rather than just testing for nonempty.
25342
25343 2005-10-01  Simon Josefsson  <jas@extundo.com>
25344
25345         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
25346         and Darwin.
25347
25348         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
25349         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
25350         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
25351         freeaddrinfo and gai_strerror are declared by the POSIX headers.
25352         Check if struct addrinfo is declared.
25353
25354 2005-10-01  Simon Josefsson  <jas@extundo.com>
25355
25356         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
25357         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
25358         AI_* and EAI_* definitions.  Protect function declarations.
25359
25360 2005-10-01  Jim Meyering  <jim@meyering.net>
25361
25362         Sync from coreutils.
25363
25364         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
25365         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
25366         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
25367         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
25368         in the inet and nsl libraries.  Required on Solaris 5.7.
25369
25370 2005-10-01  Jim Meyering  <jim@meyering.net>
25371
25372         Sync from coreutils.
25373         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
25374         in the inet and nsl libraries.  Required on Solaris 5.7.
25375
25376 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
25377
25378         * lib/getdelim.c (getdelim): Remove unused variables.
25379
25380 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
25381
25382         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
25383         so that the code works even with ancient cpp.  Portability problem
25384         with GCC 2.7.2.1 reported by Thomas M.Ott.
25385
25386 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
25387
25388         * modules/regex (Depends-on): Add strcase.
25389
25390         * modules/gethostname (Licence): Change from GPL to LGPL, since
25391         gethostname.c is a trivial implementation of a standard library
25392         function.
25393         * modules/poll (License): Change from GPL to LGPL, since it's
25394         derived from LGPL code.
25395
25396 2005-09-27  Jim Meyering  <jim@meyering.net>
25397
25398         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
25399         HAVE_CONFIG_H.
25400
25401         * lib/intprops.h (signed_type_or_expr__): Define.
25402         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
25403         for unsigned types.
25404
25405 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
25406
25407         * lib/verify.h (verify_expr): Remove, replacing with:
25408         (verify_true): New macro that returns true instead of void.
25409         (verify_type__): Remove.
25410         (verify): Use verify_true rather than verify_type__.
25411
25412 2005-09-26  Bruno Haible  <bruno@clisp.org>
25413
25414         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
25415         is necessary.
25416         (lib_SOURCES): Remove mbchar.c.
25417         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
25418         (Files): Add m4/mbrtowc.m4.
25419         * modules/mbiter: Likewise.
25420         * modules/mbuiter: Likewise.
25421
25422 2005-09-26  Bruno Haible  <bruno@clisp.org>
25423
25424         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
25425         compile mbchar.c if they are not both present.
25426         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
25427         * m4/mbiter.m4 (gl_MBITER): Likewise.
25428         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
25429         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
25430         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
25431
25432 2005-09-25  Jim Meyering  <jim@meyering.net>
25433
25434         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
25435         also uses socklen_t.
25436
25437 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
25438
25439         * lib/utimens.c (ENOSYS): Define if not already defined.
25440         (futimens): Support having a null PATH if the file descriptor
25441         is nonnegative.
25442
25443         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
25444         Remove.
25445         (__attribute): Define to empty unless GCC 3.1 or later.
25446         This works around a core dump on OpenBSD 3.4, which has GCC
25447         2.95.3, which dumps core when given __attribute__(()).  It also
25448         simplifies other tests, since we really don't want to bother with
25449         worrying about which ancient version of GCC supported what.
25450         Original problem reported by Yoann Vandoorselaere, with part of
25451         the fix suggested by Derek Price.
25452
25453 2005-09-24  Jim Meyering  <jim@meyering.net>
25454
25455         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
25456         so we can once again use a positive bitfield width of 1 -- now we
25457         don't have to explain why we were using a bitfield width of 2.
25458
25459 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
25460
25461         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
25462         and similarly for the other external symbols.  Problem reported
25463         by James Gallager.
25464
25465         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
25466         bug reported by Jim Meyering.
25467
25468         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
25469         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
25470         not needed, since socklen is a prerequisite module.
25471
25472 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
25473
25474         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
25475         Problem reported by Eric Blake.
25476         (getaddrinfo): Initialize se so that it's not garbage.
25477         Redo internal storage allocation so that it doesn't make unportable
25478         assumptions about alignment.
25479         Fix a memory leak.
25480
25481         * lib/utimens.c (futimens): Use futimesat if available.
25482         Prefer it to futimes since it doesn't have the futimes bug.
25483
25484         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
25485         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
25486         Instead, declare a function that returns a pointer to an array,
25487         and use verify_type__ to declare the size of the array.
25488         Problem and germ of a solution reported by Bruno Haible.
25489         (verify_type__): Use 2, not 1, for bitfield size, to avoid
25490         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
25491
25492 2005-09-23  Jim Meyering  <jim@meyering.net>
25493
25494         Sync from coreutils.
25495         Correct build failure (socklen_t not defined) on at least
25496         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
25497         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
25498
25499 2005-09-23  Jim Meyering  <jim@meyering.net>
25500
25501         * modules/getaddrinfo (Depends-on): Add socklen.
25502
25503 2005-09-23  Bruno Haible  <bruno@clisp.org>
25504
25505         * tests/test-verify.c: New file.
25506
25507 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25508
25509         Sync from coreutils.
25510
25511         * modules/argmatch (Depends-on): Add verify.
25512         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
25513         unistd-safer.
25514         * modules/save-cwd (Depends-on): Likewise.
25515
25516         * modules/openat (Files): Add lib/openat-die.c.
25517         (Depends-on): Remove error, exitfail.
25518         Add dirname.
25519
25520         * modules/verify: New file.
25521         * MODULES.html.sh (Diagnostics <assert.h>): New section,
25522         with "verify" module.
25523
25524 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25525
25526         Sync from coreutils.
25527
25528         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
25529         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
25530         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
25531         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
25532         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
25533         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
25534         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
25535         Don't bother checking for string.h, stdlib.h, unistd.h.
25536         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
25537         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
25538         module's job.
25539         * m4/jm-macros.m4 (gl_MACROS): Likewise.
25540         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
25541
25542         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
25543         (gl_GETDATE): Use it.
25544
25545         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
25546
25547 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25548
25549         Sync from coreutils.
25550
25551         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
25552         stat-time.h.
25553         * lib/argmatch.h: Include verify.h
25554         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
25555         (ARGMATCH_ASSERT): Remove; unused.
25556         * lib/canonicalize.c: Assume STDC_HEADERS.
25557         * lib/exclude.c: Include "strcase.h".
25558         * lib/regex_internal.h [!defined _LIBC]: Likewise.
25559         * lib/getusershell.c: Include stdio--.h rather than stdio.h
25560         and stdio-safer.h.
25561         (getusershell): Call fopen, not fopen_safer.
25562         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
25563         Do not include unistd-safer.h.
25564         (save_cwd): Don't call fd_safer; no longer needed
25565         now that we include fcntl--.h.
25566
25567         * lib/getdate.y (relative_time): New type.
25568         (RELATIVE_TIME_0): New constant.
25569         (parser_control): Use relative_time instead of doing it ourselves.
25570         (%union): Add new relative_time rel member.
25571         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
25572         Now typeless.
25573         (relunit, relunit_snumber): Now of type rel.
25574         (zone, rel, relunit, get_date): Adjust to above changes.
25575
25576         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
25577         Do not include unistd-safer.h.
25578         (getloadavg): Don't call fd_safer; no longer needed
25579         now that we include fcntl--.h.
25580
25581         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
25582         (make_dir_parents): Treat ENOSYS like EEXIST.
25583
25584         Improve quality of diagnostics on restore_cwd failure.
25585         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
25586         (make_dir_parents): Last arg is now int * (for errno), not bool *.
25587         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
25588         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
25589         each time through the loop.  Do not diagnose restore_cwd failure;
25590         that is the caller's job (and perhaps the caller does not care).
25591
25592         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
25593         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
25594         If the file already exists but is not a directory, don't bother
25595         to try to make its parents.
25596         Close potential file descriptor leak if we can't chdir("/") (!).
25597         Don't always return true if chdir($PWD) fails; return true only
25598         if the requested action was done successfully (except for the
25599         chdir($PWD)).
25600         Don't log final directory unless we actually made it.
25601         Refactor to avoid duplicate code to fix up permissions.
25602         Don't attempt to fix up parent permissions if chdir($PWD) fails.
25603
25604         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
25605         to make it a bit faster and (I hope) clearer.
25606         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
25607         Fix bug in formats like %2N.
25608
25609         * lib/verify.h: New file.
25610
25611 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25612
25613         Sync from coreutils.
25614         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
25615
25616 2005-09-22  Jim Meyering  <jim@meyering.net>
25617
25618         Sync from coreutils.
25619
25620         * m4/lstat.m4 (gl_FUNC_LSTAT):
25621         Use AC_LIBSOURCES to require lstat.c and lstat.h.
25622         Remove obsolete comment.
25623         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
25624         * m4/xstrtod.m4: Likewise.
25625
25626         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
25627
25628 2005-09-22  Jim Meyering  <jim@meyering.net>
25629
25630         Sync from coreutils.
25631
25632         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
25633
25634         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
25635         the .tm_year member, since otherwise gcc-4.0 would now warn about
25636         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
25637
25638         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
25639         order to avoid an unsuppressible warning from gcc on 64-bit systems.
25640
25641         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
25642         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
25643         when run in a time zone for which daylight savings time is in effect
25644         for the starting date.
25645
25646         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
25647         stop us from restricting permissions of just-created absolute-named
25648         directories.
25649         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
25650         to restore initial working directory.
25651         * lib/mkdir-p.c (make_dir_parents): New parameter:
25652         different_working_dir, to tell caller if/when we change the working
25653         directory and are unable to return to the initial one.
25654         * lib/mkdir-p.h (make_dir_parents): Update prototype.
25655         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
25656         `return false'.  This fixes a bug introduced on 2004-07-30.
25657
25658         * lib/openat.c (fdopendir): Be sure to close the supplied
25659         file descriptor before returning.  This makes our replacement
25660         implementation a little closer to Solaris's, where fdopendir
25661         ties the file descriptor to the returned DIR* pointer.
25662         * lib/openat.c (unlinkat): New function.
25663         * lib/openat.h (unlinkat): Add prototype.
25664         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
25665         (openat_restore_fail): Rename from openat_restore_die.
25666         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
25667
25668         Provide an alternative to exiting immediately upon save_cwd or
25669         restore_cwd failure.  Now, an application can arrange e.g.,
25670         to perform a longjump in that case.
25671         * lib/openat.c: Include dirname.h.
25672         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
25673         (rpl_openat, fdopendir, fstatat): Call openat_save_die
25674         and openat_restore_die rather than calling error directly.
25675         Don't include "error.h" or "exitfail.h"; they're no longer needed.
25676
25677         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
25678         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
25679         define.
25680
25681         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
25682         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
25683                             int utc, int nanoseconds);
25684         Background:
25685         date should not have to allocate a megabyte of virtual memory to
25686         handle a format argument like +%1048575T.  When implemented with
25687         strftime, it must allocate such a buffer, use strftime to fill it
25688         in, print it, then free it.
25689         With fprintftime, it simply prints everything and exits.
25690         With no need for memory allocation, that's one fewer way to fail.
25691         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
25692         optional field width, not before, so we accept %9:z, not %:9z.
25693         (my_strftime): Be sure to use L_('x') for literals.
25694
25695         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
25696         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
25697         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
25698         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
25699         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
25700         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
25701         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
25702         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
25703         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
25704         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
25705         * lib/xgethostname.c, lib/xreadlink.c:
25706         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
25707
25708         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
25709         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
25710         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
25711         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
25712         and don't include <sys/file.h>).
25713
25714 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
25715
25716         Sync from coreutils.
25717
25718         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
25719         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
25720         [!LDAV_DONE]: Avoid unused variable warning.
25721
25722 2005-09-21  Bruno Haible  <bruno@clisp.org>
25723
25724         * lib/unicodeio.h (unicode_to_mb): New declaration.
25725
25726 2005-09-20  Derek Price  <derek@ximbiot.com>
25727
25728         * lib/getaddrinfo.c: Don't include <netdb.h> included from
25729         getaddrinfo.h.
25730
25731 2005-09-20  Bruno Haible  <bruno@clisp.org>
25732
25733         * gnulib-tool: Remove trailing slashes from the values specified for
25734         --source-base, --m4-base, --tests-base, --aux-dir.
25735         Suggested by Simon Josefsson <jas@extundo.com>.
25736
25737 2005-09-20  Bruno Haible  <bruno@clisp.org>
25738
25739         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
25740         func_modules_to_filelist, func_import, func_create_testdir): Make all
25741         sorting results locale-independent, so that gnulib-cache.m4 doesn't
25742         change when gnulib-tool is invoked in a different locale.
25743
25744 2005-09-19  Simon Josefsson  <jas@extundo.com>
25745
25746         * m4/socklen.m4: Fix typo.
25747
25748 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25749
25750         Use a consistent style for including <config.h>.
25751         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
25752         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
25753         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
25754         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
25755         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
25756         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
25757         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
25758         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
25759         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
25760         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
25761         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
25762         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
25763         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
25764         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
25765         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
25766         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
25767         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
25768         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
25769         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
25770         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
25771         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
25772         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
25773         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
25774         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
25775         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
25776         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
25777         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
25778         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
25779         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
25780         lib/xstrtoumax.c, lib/yesno.c:
25781         Standardize inclusion of config.h.
25782         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
25783         lib/inttostr.h:  Removed inclusion of config.h from header files.
25784         * lib/inttostr.c:  Adjusted in-tree users.
25785         * lib/timespec.h: Remove superfluous warning to include config.h.
25786         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
25787         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
25788         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
25789         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
25790         config.h with HAVE_CONFIG_H.
25791
25792 2005-09-19  Jim Meyering  <jim@meyering.net>
25793
25794         * modules/pathmax (License): Change to LGPL.
25795
25796 2005-09-19  Derek Price  <derek@ximbiot.com>
25797
25798         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
25799
25800 2005-09-19  Bruno Haible  <bruno@clisp.org>
25801
25802         * gnulib-tool (import): Provide default for --tests-base.
25803
25804 2005-09-19  Bruno Haible  <bruno@clisp.org>
25805
25806         * doc/quote.texi: New file, extracted from gnulib.texi.
25807         * doc/ctime.texi: New file, extracted from gnulib.texi.
25808         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
25809         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
25810         * doc/gnulib.texi: Include them.
25811
25812 2005-09-18  Bruno Haible  <bruno@clisp.org>
25813
25814         Portability fix.
25815         * gnulib-tool (func_readlink): New function.
25816         (func_ln_if_changed): Use it.
25817
25818 2005-09-18  Bruno Haible  <bruno@clisp.org>
25819
25820         * gnulib-tool: Support --with-tests also with --import.
25821         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
25822         (func_import): Use variables $testsbase and $inctests. Emit a
25823         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
25824         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
25825         SUBDIRS += $testsdir.
25826         (func_create_testdir): Update.
25827
25828 2005-09-18  Bruno Haible  <bruno@clisp.org>
25829
25830         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
25831         instead of $dry_run.
25832         (func_cp_if_changed, func_mv_if_changed): Remove functions.
25833         (func_ln_if_changed): Don't handle dry-run here.
25834         (func_import): In dry-run mode, detect more precisely which actions
25835         would be performed, and don't use "...ing" verbs.
25836
25837 2005-09-18  Bruno Haible  <bruno@clisp.org>
25838
25839         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
25840         (func_import): Use join on two temporary files instead of three nested
25841         loops, in order to determine which files are new or old.
25842
25843 2005-09-18  Bruno Haible  <bruno@clisp.org>
25844
25845         * gnulib-tool (func_import): Comment out code that spits out the
25846         new files with --dry-run.
25847
25848 2005-09-18  Bruno Haible  <bruno@clisp.org>
25849
25850         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
25851
25852 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
25853
25854         * lib/stat-time.h: New file.
25855         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
25856         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
25857         in a different way.
25858         (timespec_cmp): New function.
25859         * lib/utimecmp.c: Include stat-time.h.
25860         (SYSCALL_RESOLUTION): Depend on whether various struct stat
25861         members exist, not on the obsolescent ST_MTIM_NSEC.
25862         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
25863
25864 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
25865
25866         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
25867
25868 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
25869
25870         * MODULES.html.sh (File system functions): Add stat-time.
25871         * modules/stat-time: New file.
25872         * modules/timespec (Files): Remove m4/st_mtim.m4; this
25873         is now done in a different way, by the stat-time module.
25874         * modules/utimecmp (Depends-on): Add stat-time.
25875
25876 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
25877
25878         * m4/st_mtim.m4: Remove.  Superseded by...
25879         * m4/stat-time.m4: New file.
25880         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
25881         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
25882
25883 2005-09-15  Derek Price  <derek@ximbiot.com>
25884
25885         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
25886
25887 2005-09-15  Derek Price  <derek@ximbiot.com>
25888
25889         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
25890         * lib/regex_internal.c: Ditto, using this...
25891         (__GNUC_PREREQ): ...new macro.
25892         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
25893         using...
25894         (__GNUC_PREREQ): ...this new macro.
25895
25896         * lib/strstr.h: Include string.h. Define strstr as a macro here.
25897
25898 2005-09-15  Derek Price  <derek@ximbiot.com>
25899             Paul Eggert  <eggert@cs.ucla.edu>
25900
25901         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
25902         changes, consolidating in...
25903         * lib/regex_internal.h: ...this file.
25904
25905 2005-09-13  Jim Meyering  <jim@meyering.net>
25906
25907         * lib/canon-host.c: Filter through gnu indent and reword comments
25908         slightly.
25909         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
25910
25911 2005-09-13  Derek Price  <derek@ximbiot.com>
25912
25913         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
25914         failure.
25915         Reported by Jim Meyering  <jim@meyering.net>.
25916
25917 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
25918
25919         * lib/base64.c: Typo.
25920         (base64_encode): Put b64str in initialized data section.
25921
25922 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
25923
25924         Merge glibc and coreutils changes into gnulib, plus a few
25925         extra fixes.
25926         * lib/md5.c: Use #error rather than a string.
25927         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
25928         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
25929         (__attribute__): Define to empty for non recent-GCC.
25930         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
25931         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
25932         Renamed from their non-__ counterparts, with new macros replacing
25933         them if not _LIBC.  Add __THROW attribute.
25934         (rol): Remove.
25935         (struct md5_ctx): Align buffer if using GCC.
25936         * lib/sha1.h (struct sha1_ctx): Likewise.
25937         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
25938         The old name was backwards.
25939         (NOTSWAP): Remove; not used.
25940         (rol): New macro, moved here from md5.h.
25941         (sha1_process_block): Remove a FIXME that doesn't make sense.
25942
25943 2005-09-12  Derek Price  <derek@ximbiot.com>
25944
25945         Return usable errors from canon-host.
25946         * lib/canon-host.h: New file.
25947         * lib/canon-host.c (canon_host): Wrap...
25948         (canon_host_r): ...this new function, which now relies exclusively on
25949         getaddrinfo.
25950         (ch_strerror): New function.
25951         (last_cherror): New global.
25952         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
25953         interface.
25954         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
25955         void *.
25956         (freeaddrinfo): Free ai->ai_canonname when set.
25957
25958 2005-09-12  Derek Price  <derek@ximbiot.com>
25959
25960         Make canon-host require getaddrinfo.
25961         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
25962         AC_LIBSOURCE canon-host.h.  Call...
25963         (gl_PREREQ_CANON_HOST): ...this new function, which requires
25964         gl_GETADDRINFO.
25965         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
25966
25967 2005-09-12  Derek Price  <derek@ximbiot.com>
25968
25969         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
25970         LGPL.
25971         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
25972
25973 2005-09-12  Derek Price  <derek@ximbiot.com>
25974
25975         * lib/gai_strerror.c: Include config.h when available.  Include
25976         getaddrinfo.h before other headers to test interface.
25977         Reported by Larry Jones <lawrence.jones@ugs.com>.
25978
25979 2005-09-12  Derek Price  <derek@ximbiot.com>
25980             Paul Eggert  <eggert@cs.ucla.edu>
25981
25982         * modules/glob (Files): Add glob-libc.h.
25983
25984 2005-09-12  Derek Price  <derek@ximbiot.com>
25985             Paul Eggert  <eggert@cs.ucla.edu>
25986
25987         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
25988         glob_.h, glob-libc.h.
25989         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
25990
25991 2005-09-12  Derek Price  <derek@ximbiot.com>
25992             Paul Eggert  <eggert@cs.ucla.edu>
25993
25994         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
25995         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
25996         protecting things that should be done only in gnulib contexts.
25997         * lib/glob_.h: New file, containing only the glob things needed for
25998         gnulib.
25999         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
26000         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
26001         (glob, globfree, glob_pattern_p): Now defined simply in terms of
26002         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
26003         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
26004         and to respect the namespace rules better.
26005
26006 2005-09-08  Simon Josefsson  <jas@extundo.com>
26007
26008         * modules/socklen: New file.
26009
26010 2005-09-08  Simon Josefsson  <jas@extundo.com>
26011
26012         * m4/socklen.m4: New file.
26013
26014 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26015
26016         * modules/utimens (Files): Add m4/utimbuf.m4, since
26017         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
26018         Reported by Sergey Poznyakoff.
26019
26020 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26021
26022         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
26023         definitions, since that's the preferred style in glibc.
26024         Fix a minor spacing issue, and update copyright notice to match
26025         glibc's.
26026
26027 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26028
26029         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
26030
26031 2005-09-06  Simon Josefsson  <jas@extundo.com>
26032
26033         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
26034         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
26035
26036 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26037
26038         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
26039         warning.
26040
26041 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26042
26043         * config/srclist.txt: Add glibc bug 1302.
26044
26045 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
26046
26047         Change bitset word type from unsigned int to unsigned long int,
26048         as this has better performance on typical 64-bit hosts.
26049         Port bitset code to hosts with unusual word sizes.
26050         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
26051         (build_collating_symbol):
26052         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
26053         argument is a bitset.  This is merely a style issue, but it makes
26054         it clearer that an entire array is expected.
26055         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
26056         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
26057         Port to the case where bitset_word is not the same as unsigned int.
26058         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
26059         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
26060         Likewise.
26061         * lib/regexec.c (check_dst_limits_calc_pos_1,
26062         check_subexp_matching_top):
26063         (build_trtable, group_nodes_into_DFAstates):
26064         Likewise.
26065         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
26066         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
26067         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
26068         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
26069         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
26070         * lib/regcomp.c (optimize_subexps, lower_subexp):
26071         Work even if bitset_word has holes in its bitwise representation.
26072         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
26073         * lib/regexec.c (check_dst_limits_calc_pos_1,
26074         check_subexp_matching_top):
26075         Likewise.
26076         * lib/regex_internal.c (re_string_reconstruct):
26077         Don't assume UCHAR_MAX == 255.
26078         * lib/regex_internal.h (bitset_set_all): Likewise.
26079         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
26080         All uses changed.
26081         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
26082         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
26083         All uses changed.
26084         (BITSET_WORD_MAX): New macro.
26085         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
26086         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
26087         (bitset_empty, bitset_copy):
26088         Prefer sizeof (bitset) to multiplying it out ourselves.
26089         (bitset_not_merge): Remove; unused.
26090         (bitset_contain): Return bool, not unsigned int with one bit on.
26091         All callers changed.
26092         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
26093         alignment than re_node_set; do this by defining a new internal
26094         type struct dests_alloc and using it to allocate memory.
26095
26096 2005-09-05  Bruno Haible  <bruno@clisp.org>
26097
26098         * gnulib-tool (func_import): Fix comparison in handling of symbolic
26099         links.
26100
26101 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
26102
26103         * modules/size_max (Makefile.am): Add size_max.h
26104
26105 2005-09-04  Derek Price  <derek@ximbiot.com>
26106
26107         * gnulib-tool (func_import): Fix reversed $symbolic logic.
26108
26109 2005-09-03  Simon Josefsson  <jas@extundo.com>
26110
26111         * gnulib-tool: Fix typo.
26112
26113 2005-09-03  Simon Josefsson  <jas@extundo.com>
26114
26115         * config/srclist.txt: Add glibc bug 1293.
26116
26117 2005-09-03  Derek Price  <derek@ximbiot.com>
26118
26119         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
26120         From Larry Jones <lawrence.jones@ugs.com>.
26121
26122 2005-09-02  Simon Josefsson  <jas@extundo.com>
26123
26124         * modules/socklen: New file.
26125
26126 2005-09-02  Simon Josefsson  <jas@extundo.com>
26127
26128         * modules/havelib: New module.
26129
26130         * modules/gettext, modules/iconv, modules/lock, modules/readline:
26131         Use havelib.
26132
26133 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
26134
26135         Check for arithmetic overflow when calculating sizes, to prevent
26136         some buffer-overflow issues.  These patches are conservative, in the
26137         sense that when I couldn't determine whether an overflow was possible,
26138         I inserted a run-time check.
26139         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
26140         macros.
26141         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
26142         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
26143         (re_xnrealloc, re_x2nrealloc): New inline functions.
26144         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
26145         parse_bracket_exp):
26146         (build_equiv_class, build_charclass): Check for arithmetic overflow
26147         in size expression calculations.
26148         * lib/regex_internal.c (re_string_realloc_buffers):
26149         (build_wcs_upper_buffer, re_node_set_add_intersect):
26150         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
26151         (re_dfa_add_node, register_state): Likewise.
26152         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
26153         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
26154         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
26155         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
26156
26157 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
26158
26159         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
26160         m4/ulonglong.m4.  Problem reported by Martin Lambers.
26161
26162 2005-09-02  Bruno Haible  <bruno@clisp.org>
26163
26164         Support for lib vs. lib64 distinction on biarch platforms.
26165         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
26166         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
26167         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
26168
26169 2005-09-02  Bruno Haible  <bruno@clisp.org>
26170
26171         * gnulib-tool (import): In the other first-use case, provide defaults
26172         as well.
26173
26174 2005-09-02  Bruno Haible  <bruno@clisp.org>
26175
26176         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
26177         patches not yet found in the latest gettext release.
26178
26179 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26180
26181         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
26182         to avoid a collision with bits/local_lim.h in glibc.
26183         All uses changed.  Problem reported by Dmitry V. Levin in
26184         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
26185
26186         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
26187         bugs in int versus size_t comparisons.
26188         (re_string_context_at): Fix bug where the code assumed that
26189         Idx is signed.
26190
26191         Use bool where appropriate.
26192         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
26193         All callers changed.
26194         (calc_eclosure_iter): Likewise, for ROOT arg.
26195         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
26196         (build_charclass_op): Likewise, for NON_MATCH arg.
26197         * lib/regex_internal.c (re_string_allocate, re_string_construct):
26198         (re_string_construct_common): Likewise, for ICASE arg.
26199         * lib/regexec.c (re_search_2_stub, re_search_stub):
26200         Likewise, for RET_LEN arg.
26201         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
26202         (set_regs): Likewise, for FL_BACKTRACK arg.
26203         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
26204         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
26205         (calc_eclosure_iter, parse_bracket_exp):
26206         Use bool for internal variables that are booleans.
26207         * lib/regexec.c (re_search_internal, check_matching,
26208         proceed_next_node):
26209         (set_regs, build_sifted_states, sift_states_bkref):
26210         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
26211         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
26212         (find_collation_sequence_value):
26213         Likewise.
26214         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
26215         (re_node_set_compare):
26216         Return bool, not int. All callers changed.
26217         * lib/regexec.c (check_halt_node_context, check_dst_limits):
26218         (build_trtable, check_node_accept): Likewise.
26219         * lib/regex_internal.h: Include stdbool.h.
26220
26221         Fix bugs uncovered when converting to bool.
26222         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
26223         failure instead of charging ahead blindly.
26224         * lib/regex_internal.c (register_state): Likewise.
26225         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
26226         for freeing internal storage.
26227         (group_nodes_into_DFA_states): Use unsigned int, not int, for
26228         bitset pieces used as boolean, to avoid undefined behavior
26229         on hosts that do int overflow checking.
26230
26231 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26232
26233         * config/srclist.txt: Add glibc bugs 1285-1287.
26234
26235 2005-09-01  Jim Meyering  <jim@meyering.net>
26236
26237         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
26238         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
26239         Require gl_STAT_MACROS, too.
26240
26241 2005-09-01  Bruno Haible  <bruno@clisp.org>
26242
26243         * gnulib-tool (import): In the first-use case, provide defaults.
26244
26245 2005-09-01  Bruno Haible  <bruno@clisp.org>
26246
26247         * gnulib-tool (func_import): Remove the .tmp files.
26248
26249 2005-09-01  Bruno Haible  <bruno@clisp.org>
26250
26251         * gnulib-tool (func_import): Fix handling of symbolic links.
26252
26253 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26254
26255         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
26256         old glibc regex code mishandles strings longer than 2**31 bytes.
26257         This patch fixes this when the regex code is used in gnulib
26258         (i.e., outside glibc).
26259
26260         This patch should not affect the use of the regex code inside
26261         glibc.  No doubt this problem also needs to be handled for glibc
26262         as well, but the result will be an incompatible change to the
26263         glibc ABI, and the old ABI will have to be supported too.  That
26264         can be the the subject for another patch.
26265
26266         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
26267         governing whether the rest of this patch is active.  By default,
26268         the macro is disabled and the patch has no effect.
26269         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
26270         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
26271         (struct re_pattern_buffer, re_search, re_search_2, re_match):
26272         (re_match_2, re_set_registers): Use the new types.
26273         * lib/regex_internal.h (Idx, re_hashval_t): New types.
26274         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
26275         New macros.
26276         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
26277         (re_string_context_at, bin_tree_t, re_dfastate_t):
26278         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
26279         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
26280         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
26281         (re_string_char_size_at, re_string_wchar_at):
26282         (re_string_elem_size_at):
26283         Use the new types and macros to port to 64-bit hosts.
26284         Use unsigned types for internal values, so that the code
26285         mostly works even for arrays larger than SSIZE_MAX.
26286         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
26287         (search_duplicated_node, calc_eclosure_iter, fetch_number):
26288         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
26289         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
26290         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
26291         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
26292         (calc_inveclosure, parse_dup_op, build_range_exp):
26293         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
26294         (fetch_number, create_token_tree, mark_opt_subexp):
26295         Likewise.
26296         * lib/regex_internal.c (re_string_construct_common,
26297         create_ci_newstate):
26298         (create_cd_newstate, re_string_allocate, re_string_construct):
26299         (re_string_realloc_buffers, build_wcs_upper_buffer):
26300         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
26301         (re_string_reconstruct, re_string_peek_byte_case):
26302         (re_string_fetch_byte_case, re_string_context_at):
26303         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
26304         (re_node_set_init_copy, re_node_set_add_intersect):
26305         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26306         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26307         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
26308         (re_acquire_state, re_acquire_state_context, register_state):
26309         Likewise.
26310         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
26311         search_cur_bkref_entry):
26312         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
26313         (re_search_internal, re_search_2_stub, re_search_stub)
26314         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
26315         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
26316         (update_cur_sifted_state, check_dst_limits):
26317         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
26318         (check_subexp_limits, sift_states_bkref, merge_state_array):
26319         (check_subexp_matching_top, get_subexp, get_subexp_sub):
26320         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
26321         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
26322         (expand_bkref_cache, check_node_accept_bytes):
26323         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
26324         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
26325         (acquire_init_state_context, check_halt_node_context):
26326         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
26327         (sift_states_backward, clean_state_log_if_needed):
26328         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
26329         (find_recover_state, transit_state_sb, transit_state_mb):
26330         (transit_state_bkref, build_trtable, match_ctx_clean):
26331         Likewise.
26332         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
26333         to work around an assumption that REG_MISSING is negative.
26334
26335         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
26336         (seek_collating_symbol_entry) [defined _LIBC]:
26337         (lookup_collation_sequence_value) [defined _LIBC]:
26338         (build_range_exp, build_collating_symbol) [defined _LIBC]:
26339         Use prototypes rather than old-style function definitions.
26340         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
26341         (transit_state_sb) [0]:
26342         (find_collation_sequence_value) [defined _LIBC]: Likewise.
26343
26344         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
26345         rm_eo.
26346
26347         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
26348         (optimize_subexps, lower_subexp):
26349         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
26350         since the signed shift might overflow.  Use 1u<<31 instead.
26351         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
26352         Likewise.
26353         * lib/regexec.c (check_dst_limits_calc_pos_1,
26354         check_subexp_matching_top): Likewise.
26355
26356         * lib/regcomp.c (optimize_subexps, lower_subexp):
26357         Use CHAR_BIT rather than 8, for clarity.
26358         * lib/regexec.c (check_dst_limits_calc_pos_1):
26359         (check_subexp_matching_top): Likewise.
26360         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
26361         have to worry about portability issues when shifting it left.
26362         Remove no-longer-needed test for table_size > 0.
26363         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
26364         in a word, as the resulting behavior is undefined.
26365         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
26366         in one case, a <= should have been an <, and in another case the
26367         whole test was missing.
26368         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
26369         the standard name CHAR_BIT.
26370         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
26371         this is not true on one's complement and signed-magnitude hosts.
26372
26373         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
26374         next_last_offset.
26375         (struct re_dfa_t): Remove unused member states_alloc.
26376         * lib/regcomp.c (init_dfa): Don't initialize unused members.
26377
26378 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26379
26380         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
26381         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
26382         and large-file glibc and in 32-bit large-file Solaris.
26383
26384 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26385
26386         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
26387         lengths fit in regoff_t; this isn't true if regoff_t is the same
26388         width as size_t.
26389         * lib/regex.c (re_search_internal): 5th arg is LAST_START
26390         (= START + RANGE) instead of RANGE.  This avoids overflow
26391         problems when regoff_t is the same width as size_t.
26392         All callers changed.
26393         (re_search_2_stub): Check for overflow when adding the
26394         sizes of the two strings.
26395         (re_search_stub): Check for overflow when adding START
26396         to RANGE; if it occurs, substitute the extreme value.
26397
26398 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26399
26400         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
26401
26402 2005-08-31  Jim Meyering  <jim@meyering.net>
26403
26404         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
26405         a pointer-to-const.
26406         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
26407         (register_state): Likewise.
26408         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
26409         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
26410         (group_nodes_into_DFAstates): Likewise.
26411
26412 2005-08-31  Jim Meyering  <jim@meyering.net>
26413
26414         * check-module: Add a FIXME comment.
26415
26416 2005-08-31  Eric Blake  <ebb9@byu.net>
26417
26418         * modules/unistd-safer (Files): Add unistd--.h.
26419         * modules/stdio-safer (Files): Add stdio--.h.
26420
26421 2005-08-31  Derek Price  <derek@ximbiot.com>
26422
26423         * lib/getdelim.c (getdelim): Return EOF on EOF.
26424         Reported by Larry Jones <lawrence.jones@ugs.com>.
26425
26426 2005-08-31  Bruno Haible  <bruno@clisp.org>
26427
26428         Avoid unnecessary diffs in the generated lib/Makefile.am.
26429         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
26430         the generated files.
26431         (func_import): Don't set cmd.
26432
26433 2005-08-31  Bruno Haible  <bruno@clisp.org>
26434
26435         * lib/strstr.c: Include <stddef.h>, for NULL.
26436         * lib/strcasestr.c: Likewise.
26437         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26438
26439 2005-08-31  Bruno Haible  <bruno@clisp.org>
26440
26441         * gnulib-tool: New option --macro-prefix.
26442         (func_import): Use macro_prefix.
26443         (import): Handle option --macro-prefix.
26444
26445 2005-08-31  Bruno Haible  <bruno@clisp.org>
26446
26447         * gnulib-tool (import): Rename most ac_* variables to cached_*.
26448         Also use new variables cached_lgpl, cached_libtool.
26449
26450 2005-08-31  Bruno Haible  <bruno@clisp.org>
26451
26452         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
26453         always instantiating them.
26454
26455 2005-08-31  Bruno Haible  <bruno@clisp.org>
26456
26457         * gnulib-tool (func_import): Read the previous cached settings
26458         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
26459         earlier added by gnulib but are now dropped. Warn when a gnulib file
26460         overwrites a non-gnulib file.
26461
26462 2005-08-31  Bruno Haible  <bruno@clisp.org>
26463
26464         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
26465         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
26466         projects that don't keep autogenerated files in CVS. Put into
26467         actioncmd only the specified modules, not the transitive closure.
26468
26469 2005-08-31  Bruno Haible  <bruno@clisp.org>
26470
26471         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
26472         Create directories that shall be filled.
26473         (import): Don't look for gl_* macros in configure.ac. Recurse across
26474         all directories containing a gnulib-cache.m4 files, if meaningful.
26475
26476 2005-08-31  Bruno Haible  <bruno@clisp.org>
26477
26478         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
26479         (import): Set seen_libtool when we see gl_LIBTOOL.
26480
26481 2005-08-31  Bruno Haible  <bruno@clisp.org>
26482
26483         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
26484         declaration macro definitions from generated gnulib.m4.
26485
26486 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
26487
26488         * lib/iconvme.h: Add prototype for iconv_alloc.
26489
26490 2005-08-29  Simon Josefsson  <jas@extundo.com>
26491
26492         * lib/iconvme.c: Fix errno.
26493
26494 2005-08-29  Bruno Haible  <bruno@clisp.org>
26495
26496         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
26497         that it works when the directory contains spaces.
26498
26499 2005-08-29  Bruno Haible  <bruno@clisp.org>
26500
26501         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
26502
26503 2005-08-29  Bruno Haible  <bruno@clisp.org>
26504
26505         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
26506         Emit more advice.
26507
26508 2005-08-29  Bruno Haible  <bruno@clisp.org>
26509         and Stepan Kasal  <kasal@ucw.cz>
26510
26511         * check-module: If more parameters are given, check each of them
26512         separately; add more exceptions, as noted by Jim Meyering.
26513         (check_module): New procedure.
26514         (%exempt_header): Now contains all exceptions.
26515
26516 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
26517
26518         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
26519
26520 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
26521
26522         * lib/iconvme.c: Split iconv_string into iconv_alloc.
26523
26524 2005-08-28  Bruno Haible  <bruno@clisp.org>
26525
26526         * m4/gnulib-tool.m4: New file.
26527
26528 2005-08-27  Jim Meyering  <jim@meyering.net>
26529
26530         * modules/unistd-safer (Files): Add pipe-safer.c.
26531         * modules/fcntl-safer (Files): Add creat-safer.c.
26532
26533 2005-08-27  Jim Meyering  <jim@meyering.net>
26534
26535         * m4/stdlib-safer.m4: New file.  From coreutils.
26536         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
26537         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
26538         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
26539         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
26540         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
26541
26542 2005-08-27  Jim Meyering  <jim@meyering.net>
26543
26544         * lib/fopen-safer.c: Merge minor changes from coreutils.
26545         * lib/dup-safer.c: Likewise.
26546         * lib/fd-safer.c: Likewise.
26547
26548         Merge from coreutils.
26549         * lib/stdio--.h: New file.
26550         * lib/stdlib--.h: New file.
26551         * lib/mkstemp-safer.c: New file.
26552
26553         GNU tar needs these.
26554         * lib/pipe-safer.c: New file.
26555         * lib/creat-safer.c: New file.
26556         * lib/fcntl--.h (creat): Define to creat_safer.
26557         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
26558         * lib/unistd--.h (pipe): Define to pipe_safer.
26559         * lib/unistd-safer.h: Declare pipe_safer.
26560
26561 2005-08-26  Simon Josefsson  <jas@extundo.com>
26562
26563         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
26564         Haible <bruno@clisp.org>.
26565
26566 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
26567
26568         * lib/regex_internal.h: Remove all references to
26569         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
26570         or better.
26571         (bitset_not, bitset_merge, bitset_not_merge):
26572         (bitset_mask, re_string_allocate, re_string_construct):
26573         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
26574         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
26575         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
26576         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
26577         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26578         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26579         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
26580         (re_acquire_state_context):
26581         Remove unnecessary forward decls.
26582         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
26583         Put __attribute at function definition,
26584         now that the function decl has been removed.
26585         * lib/regex_internal.c (re_string_peek_byte_case):
26586         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
26587         Likewise.
26588
26589 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
26590
26591         * m4/regex.m4: Add AC_PREREQ(2.50).
26592         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
26593
26594 2005-08-25  Simon Josefsson  <jas@extundo.com>
26595
26596         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
26597         __fsetlocking.
26598
26599 2005-08-25  Simon Josefsson  <jas@extundo.com>
26600
26601         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
26602         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
26603         GLIBC specific code.
26604
26605 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26606
26607         Make regex safe for g++.  This fixes one real bug (an "err"
26608         that should have been "*err").  g++ problem reported by
26609         Sam Steingold.
26610         * lib/regex_internal.h (re_calloc): New macro, consistent with
26611         re_malloc etc.  All callers of calloc changed to use re_calloc.
26612         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
26613         not int.  All callers changed.
26614         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
26615         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
26616         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
26617         (find_recover_state): Change "err" to "*err"; this fixes what
26618         appears to be a real bug.
26619         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
26620         versus int.
26621
26622 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26623
26624         * modules/regex (Depends-on): Add malloc, since the code
26625         assumes that !malloc(0) means failure.
26626
26627 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26628
26629         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
26630
26631         alloca modernization/simplification for regex.
26632         * lib/regex.c: Remove portability cruft for alloca.  This no longer
26633         needs to be at the start of the file, and can be moved into
26634         regex_internal.h and simplified.
26635         * lib/regex_internal.h: Include <alloca.h>.
26636         (__libc_use_alloca) [!defined _LIBC]: New macro.
26637         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
26638         now works outside glibc.
26639
26640 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26641
26642         * config/srclist.txt: Add glibc bugs 1241, 1245.
26643
26644 2005-08-25  Jim Meyering  <jim@meyering.net>
26645
26646         * lib/open-safer.c: Include <config.h>.
26647         Otherwise, we'd lose LARGEFILE support in any file using
26648         e.g. "fcntl--.h"
26649
26650 2005-08-25  Bruno Haible  <bruno@clisp.org>
26651
26652         * m4/minmax.m4: Require autoconf 2.52.
26653         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
26654         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
26655         alternatives of translit over the alphabet.
26656         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
26657
26658 2005-08-24  Simon Josefsson  <jas@extundo.com>
26659
26660         * tests/test-getpass.c: New file.
26661
26662 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
26663
26664         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
26665         for GNU regex features.
26666
26667 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
26668
26669         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
26670         * lib/regex.h (regerror): Likewise.
26671
26672         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
26673         requires this.  (The code never needed it.)
26674
26675         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
26676         All uses of recently-renamed identifiers changed to use the new,
26677         POSIX-compliant names.  The code will build and run just fine
26678         without these changes, but it's better to eat our own dog food
26679         and use the standard-conforming names.
26680
26681         * lib/regex.h: Fix a multitude of POSIX name space violations.
26682         These changes have an effect only for programs that define
26683         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
26684         do not change anything for programs compiled in the normal way.
26685         Also, there is no effect on the ABI.
26686
26687         (_REGEX_SOURCE): New macro.
26688         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
26689         defined and _GNU_SOURCE is not; this fixes a name space violation.
26690
26691         Rename the following macros to obey POSIX requirements.
26692         The old names are still visible as macros if _REGEX_SOURCE is defined.
26693         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
26694         RE_BACKSLASH_ESCAPE_IN_LISTS.
26695         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
26696         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
26697         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
26698         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
26699         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
26700         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
26701         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
26702         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
26703         (REG_INTERVALS): renamed from RE_INTERVALS.
26704         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
26705         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
26706         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
26707         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
26708         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
26709         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
26710         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
26711         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
26712         RE_UNMATCHED_RIGHT_PAREN_ORD.
26713         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
26714         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
26715         (REG_DEBUG): renamed from RE_DEBUG.
26716         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
26717         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
26718         unusual, since we can't clash with the POSIX REG_ICASE.
26719         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
26720         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
26721         (REG_NO_SUB): renamed from RE_NO_SUB.
26722         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
26723         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
26724         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
26725         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
26726         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
26727         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
26728         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
26729         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
26730         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
26731         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
26732         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
26733         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
26734         RE_SYNTAX_POSIX_MINIMAL_BASIC.
26735         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
26736         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
26737         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
26738         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
26739         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
26740         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
26741         (REG_FIXED): Renamed from REGS_FIXED.
26742         (REG_NREGS): Renamed from RE_NREGS.
26743
26744         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
26745         of other REG_* macros, since POSIX says the user is allowed to
26746         #undef these macros selectively.
26747
26748         (reg_errcode_t): Update comment stating what other tables need
26749         to be consistent.
26750
26751         Rename the following enum values to obey POSIX requirements.
26752         The old names are still visible as macros.
26753         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
26754         is not defined, since GNU is supposed to be a superset of POSIX as
26755         much as possible, and since we want reg_errcode_t to be a signed
26756         type for implementation consistency.
26757         (_REG_NOERROR): Renamed from REG_NOERROR.
26758         (_REG_NOMATCH): Renamed from REG_NOMATCH.
26759         (_REG_BADPAT): Renamed from REG_BADPAT.
26760         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
26761         (_REG_ECTYPE): Renamed from REG_ECTYPE.
26762         (_REG_EESCAPE): Renamed from REG_EESCAPE.
26763         (_REG_ESUBREG): Renamed from REG_ESUBREG.
26764         (_REG_EBRACK): Renamed from REG_EBRACK.
26765         (_REG_EPAREN): Renamed from REG_EPAREN.
26766         (_REG_EBRACE): Renamed from REG_EBRACE.
26767         (_REG_BADBR): Renamed from REG_BADBR.
26768         (_REG_ERANGE): Renamed from REG_ERANGE.
26769         (_REG_ESPACE): Renamed from REG_ESPACE.
26770         (_REG_BADRPT): Renamed from REG_BADRPT.
26771         (_REG_EEND): Renamed from REG_EEND.
26772         (_REG_ESIZE): Renamed from REG_ESIZE.
26773         (_REG_ERPAREN): Renamed from REG_ERPAREN.
26774         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
26775         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
26776         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
26777         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
26778
26779         (_REG_RE_NAME, _REG_RM_NAME): New macros.
26780         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
26781         changed.  But support the old name if the new one is not defined
26782         and if _REGEX_SOURCE.
26783
26784         Change the following member names in struct re_pattern_buffer.
26785         The old names are still supported if !_REGEX_SOURCE.
26786         The new names are always supported, regardless of _REGEX_SOURCE.
26787         (re_buffer): Renamed from buffer.
26788         (re_allocated): Renamed from allocated.
26789         (re_used): Renamed from used.
26790         (re_syntax): Renamed from syntax.
26791         (re_fastmap): Renamed from fastmap.
26792         (re_translate): Renamed from translate.
26793         (re_can_be_null): Renamed from can_be_null.
26794         (re_regs_allocated): Renamed from regs_allocated.
26795         (re_fastmap_accurate): Renamed from fastmap_accurate.
26796         (re_no_sub): Renamed from no_sub.
26797         (re_not_bol): Renamed from not_bol.
26798         (re_not_eol): Renamed from not_eol.
26799         (re_newline_anchor): Renamed from newline_anchor.
26800
26801         Change the following member names in struct re_registers.
26802         The old names are still supported if !_REGEX_SOURCE.
26803         The new names are always supported, regardless of _REGEX_SOURCE.
26804         (rm_num_regs): Renamed from num_regs.
26805         (rm_start): Renamed from start.
26806         (rm_end): Renamed from end.
26807
26808         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
26809         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
26810         Prepend __ to parameter names.
26811
26812         Undo yesterday's changes.
26813
26814 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
26815
26816         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
26817         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
26818         lib/regex.c.
26819
26820 2005-08-24  Jim Meyering  <jim@meyering.net>
26821
26822         Sync from coreutils.
26823         * m4/fcntl-safer.m4: New file.
26824
26825         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
26826         and object files for this module.
26827
26828 2005-08-24  Jim Meyering  <jim@meyering.net>
26829
26830         Sync from coreutils.
26831         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
26832
26833 2005-08-24  Jim Meyering  <jim@meyering.net>
26834
26835         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
26836         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
26837
26838 2005-08-24  Jim Meyering  <jim@meyering.net>
26839
26840         * modules/fcntl-safer: New module.
26841         * modules/fts (Depends-on): Add fcntl-safer.
26842         * MODULES.html.sh (File descriptor based Input/Output):
26843         Add fcntl-safer.
26844
26845 2005-08-24  Bruno Haible  <bruno@clisp.org>
26846
26847         Support for unit test modules.
26848         * modules/README: Mention tests modules.
26849         * modules/TEMPLATE-TESTS: New file.
26850         * gnulib-tool: New options --extract-tests-module, --with-tests and
26851         --tests-base (unused for the moment).
26852         (testsbase, inctests): New variables.
26853         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
26854         (func_verify_module): Exclude TEMPLATE-TESTS.
26855         (func_verify_nontests_module, func_verify_tests_module): New functions.
26856         (func_get_dependencies): Add implicit dependency for tests modules.
26857         (func_get_tests_module): New function.
26858         (func_modules_transitive_closure): When --with-tests was specified,
26859         include the unit tests as well, unless explicitly avoided.
26860         (func_emit_lib_Makefile_am): Ignore the tests modules here.
26861         (func_emit_tests_Makefile_am): New function.
26862         (func_create_testdir): When --with-tests was specified, emit a
26863         tests/ directory.
26864         * MODULES.html.sh (Future developments): Update.
26865
26866 2005-08-24  Bruno Haible  <bruno@clisp.org>
26867
26868         * modules/tls-tests: New file.
26869         * tests/test-tls.c: New file, from GNU gettext.
26870
26871 2005-08-24  Bruno Haible  <bruno@clisp.org>
26872
26873         * modules/lock-tests: New file.
26874         * tests/test-lock.c: New file, from GNU gettext.
26875
26876 2005-08-24  Bruno Haible  <bruno@clisp.org>
26877
26878         * lib/lock.h: Add multiple inclusion guard.
26879         * lib/tls.h: Add multiple inclusion guard.
26880
26881 2005-08-24  Bruno Haible  <bruno@clisp.org>
26882
26883         * gnulib-tool: Add support for the --aux-dir option to
26884         --create-testdir, --create-megatestdir, --test, --megatest.
26885         (func_create_testdir, func_create_megatestdir): Optionally emit a
26886         AC_CONFIG_AUX_DIR directive.
26887         (create-testdir, create-megatestdir, test, megatest): Provide a
26888         default value for $auxdir.
26889
26890 2005-08-24  Bruno Haible  <bruno@clisp.org>
26891
26892         * gnulib-tool (import): Use compound statement instead of subshell
26893         where possible.
26894
26895 2005-08-24  Bruno Haible  <bruno@clisp.org>
26896
26897         * gnulib-tool (import): Change --aux-dir default to "build-aux".
26898
26899 2005-08-24  Bruno Haible  <bruno@clisp.org>
26900
26901         * gnulib-tool (func_version): Update.
26902
26903 2005-08-24  Bruno Haible  <bruno@clisp.org>
26904
26905         * gnulib-tool (func_import, func_create_testdir,
26906         func_create_megatestdir): Quote all autoconf macro arguments.
26907
26908 2005-08-24  Bruno Haible  <bruno@clisp.org>
26909
26910         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
26911         option --force, because --force causes the aclocal.m4 of each
26912         subdirectory to be newer than the corresponding config.h.in.
26913
26914 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
26915
26916         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
26917         All contents moved to gl_REGEX.
26918         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
26919         assume that it does.
26920
26921 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
26922
26923         * lib/regex.h (REG_NOSYS)
26924         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
26925         Define, since POSIX requires it as of 2001.
26926         (_REG_ENOSYS)
26927         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
26928         New private symbol, used to keep the enum signed in all cases.
26929         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
26930         Youngman in
26931         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
26932
26933         * lib/regex_internal.c (re_string_skip_chars, register_state):
26934         (calc_state_hash):
26935         Remove forward decls; no longer needed now that we use prototypes.
26936         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
26937         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
26938         (clean_state_log_if_needed): Likewise.
26939
26940 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
26941
26942         * config/srclist.txt: Add glibc bugs 1231-1233.
26943
26944 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26945
26946         Fix problems reported by Sam Steingold in
26947         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
26948         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
26949         assumed that reg_errcode_t is a signed type, which is not
26950         necessarily true if _XOPEN_SOURCE is not defined.
26951         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
26952         since some compilers warn about it otherwise.
26953
26954 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26955
26956         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
26957         (init_word_char, create_initial_state, duplicate_node_closure):
26958         (fetch_token, peek_token_bracket, build_range_exp):
26959         (build_collating_symbol): Remove forward decls; no longer needed
26960         now that we use prototypes.
26961
26962         * lib/regcomp.c:
26963         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
26964         (re_compile_fastmap_iter, regcomp, regerror, regfree):
26965         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
26966         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
26967         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
26968         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
26969         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
26970         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
26971         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
26972         (build_range_exp, build_collating_symbol, parse_bracket_exp):
26973         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
26974         (build_charclass, build_charclass_op, fetch_number, create_tree):
26975         (create_token_tree, mark_opt_subexp, duplicate_tree):
26976         Use prototypes rather than old-style definitions.
26977
26978         * lib/regex_internal.c:
26979         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
26980         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
26981         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
26982         (re_string_reconstruct, re_string_peek_byte_case):
26983         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
26984         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
26985         (re_node_set_init_copy, re_node_set_add_intersect):
26986         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26987         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26988         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
26989         (re_acquire_state, re_acquire_state_context, register_state):
26990         (create_ci_newstate, create_cd_newstate, free_state):
26991         Likewise.
26992         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
26993         re_search_2):
26994         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
26995         (re_search_internal, prune_impossible_nodes):
26996         (acquire_init_state_context, check_matching, static):
26997         (check_halt_node_context, check_halt_state_context, proceed_next_node):
26998         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
26999         (update_regs, sift_states_backward, build_sifted_states):
27000         (clean_state_log_if_needed, merge_state_array):
27001         (update_cur_sifted_state, add_epsilon_src_nodes):
27002         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
27003         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
27004         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
27005         (find_recover_state, check_subexp_matching_top, transit_state_mb):
27006         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
27007         (check_arrival, check_arrival_add_next_nodes):
27008         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
27009         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
27010         (check_node_accept_bytes, check_node_accept, extend_buffers):
27011         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
27012         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
27013         (sift_ctx_init):
27014         Likewise.
27015
27016         * lib/regex_internal.h:
27017         (re_string_allocate, re_string_construct, re_string_reconstruct):
27018         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
27019         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
27020         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
27021         (re_string_context_at, re_string_peek_byte_case):
27022         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
27023         is defined, since we now use prototypes always.
27024
27025         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
27026         C89 or better.  All uses removed.
27027
27028 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27029
27030         * config/srclist.txt: Add glibc bugs 1220-1227.
27031
27032 2005-08-20  Jim Meyering  <jim@meyering.net>
27033
27034         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
27035         of unused local, dfa.
27036
27037 2005-08-20  Bruno Haible  <bruno@clisp.org>
27038
27039         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
27040
27041 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27042
27043         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
27044         (re_node_set_insert_last, re_dfa_add_node):
27045         Rename local variables to avoid GCC shadowing warnings.
27046
27047 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27048
27049         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
27050         [defined lint]: Suppress bogus uninitialized-variable warnings.
27051
27052         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
27053         and let the caller return REG_ESPACE if out of space.  This
27054         removes an uninitialied-variable warning with GCC 4.0.1, and also
27055         avoids taking the address of a local variable.  All callers
27056         changed.
27057
27058 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27059
27060         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
27061         $LIBCSRC/posix/regexec.c.
27062         Add glibc bug 1217 for regcomp.c.
27063
27064 2005-08-19  Jim Meyering  <jim@meyering.net>
27065
27066         * lib/regexec.c (proceed_next_node): Redo local variables to
27067         avoid GCC shadowing warnings.
27068
27069 2005-08-18  Bruno Haible  <bruno@clisp.org>
27070
27071         * lib/strstr.c (strstr): Fix return value in multibyte case.
27072         * lib/strcasestr.c (strcasestr): Likewise.
27073
27074 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
27075
27076         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
27077
27078 2005-08-17  Jim Meyering  <jim@meyering.net>
27079
27080         Make the %s format (seconds since the epoch) work for a negative
27081         number and when used with a zero-padded field width, e.g. %015s.
27082
27083         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
27084         label so that it precedes the code to set `digits'.  Otherwise,
27085         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
27086         print `00-22'.  Now, it prints `-0022', as it should.
27087
27088 2005-08-17  Bruno Haible  <bruno@clisp.org>
27089
27090         * modules/strstr (Files): Add m4/mbrtowc.m4.
27091         (Depends-on): Add mbuiter.
27092
27093 2005-08-17  Bruno Haible  <bruno@clisp.org>
27094
27095         * modules/strcasestr: New file.
27096         * MODULES.html.sh (String handling, based on ANSI C 89): Add
27097         strcasestr.
27098
27099 2005-08-17  Bruno Haible  <bruno@clisp.org>
27100
27101         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
27102
27103 2005-08-17  Bruno Haible  <bruno@clisp.org>
27104
27105         * modules/mbuiter: New file.
27106         * MODULES.html.sh (Extended multibyte and wide character utilities):
27107         Add mbuiter.
27108
27109 2005-08-17  Bruno Haible  <bruno@clisp.org>
27110
27111         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
27112         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
27113
27114 2005-08-17  Bruno Haible  <bruno@clisp.org>
27115
27116         * m4/strcasestr.m4: New file.
27117
27118 2005-08-17  Bruno Haible  <bruno@clisp.org>
27119
27120         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
27121         * lib/strstr.c: Completely rewritten, with multibyte locale support.
27122
27123 2005-08-17  Bruno Haible  <bruno@clisp.org>
27124
27125         * lib/strcasestr.h: New file.
27126         * lib/strcasestr.c: New file.
27127
27128 2005-08-17  Bruno Haible  <bruno@clisp.org>
27129
27130         * lib/strcasecmp.c: Use mbuiter.h.
27131
27132 2005-08-17  Bruno Haible  <bruno@clisp.org>
27133
27134         * lib/mbuiter.h: New file.
27135
27136 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
27137
27138         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
27139         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
27140         and gl_GETOPT are both invoked via different paths (as happens
27141         with GNU tar CVS because it uses both argp and getopt), the former
27142         wins.
27143
27144 2005-08-16  Bruno Haible  <bruno@clisp.org>
27145
27146         * modules/tls: New file.
27147         * MODULES.html.sh (Multithreading): Add tls.
27148
27149 2005-08-16  Bruno Haible  <bruno@clisp.org>
27150
27151         * modules/strnlen1: New file.
27152         * MODULES.html.sh (String handling): Add strnlen1.
27153
27154 2005-08-16  Bruno Haible  <bruno@clisp.org>
27155
27156         * modules/strcase (Files): Add m4/mbrtowc.m4.
27157         (Depends-on): Add strnlen1, mbchar.
27158
27159 2005-08-16  Bruno Haible  <bruno@clisp.org>
27160
27161         * modules/mbiter: New file.
27162         * MODULES.html.sh (Extended multibyte and wide character utilities):
27163         Add mbiter.
27164
27165 2005-08-16  Bruno Haible  <bruno@clisp.org>
27166
27167         * modules/mbfile: New file.
27168         * MODULES.html.sh (Extended multibyte and wide character utilities):
27169         Add mbfile.
27170
27171 2005-08-16  Bruno Haible  <bruno@clisp.org>
27172
27173         * modules/mbchar: New file.
27174         * MODULES.html.sh (Extended multibyte and wide character utilities):
27175         New section.
27176
27177 2005-08-16  Bruno Haible  <bruno@clisp.org>
27178
27179         * m4/tls.m4: New file, from GNU gettext.
27180
27181 2005-08-16  Bruno Haible  <bruno@clisp.org>
27182
27183         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
27184         always.
27185         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
27186
27187 2005-08-16  Bruno Haible  <bruno@clisp.org>
27188
27189         * m4/mbiter.m4: New file.
27190
27191 2005-08-16  Bruno Haible  <bruno@clisp.org>
27192
27193         * m4/mbfile.m4: New file.
27194
27195 2005-08-16  Bruno Haible  <bruno@clisp.org>
27196
27197         * m4/mbchar.m4: New file.
27198
27199 2005-08-16  Bruno Haible  <bruno@clisp.org>
27200
27201         * lib/tls.h: New file, from GNU gettext.
27202         * lib/tls.c: New file, from GNU gettext.
27203
27204 2005-08-16  Bruno Haible  <bruno@clisp.org>
27205
27206         * lib/strnlen1.h: New file.
27207         * lib/strnlen1.c: New file.
27208
27209 2005-08-16  Bruno Haible  <bruno@clisp.org>
27210
27211         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
27212         (mbi_init): Update.
27213         (mbi_avail, mbi_advance): Let the iteration end before the terminating
27214         NUL byte, not after it.
27215
27216 2005-08-16  Bruno Haible  <bruno@clisp.org>
27217
27218         * lib/strcase.h (strcasecmp): Add note in comments.
27219         * lib/strncasecmp.c: Use code from strcasecmp.c.
27220         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
27221         (strcasecmp): Work correctly in multibyte locales.
27222
27223 2005-08-16  Bruno Haible  <bruno@clisp.org>
27224
27225         * lib/mbiter.h: New file.
27226
27227 2005-08-16  Bruno Haible  <bruno@clisp.org>
27228
27229         * lib/mbfile.h: New file.
27230
27231 2005-08-16  Bruno Haible  <bruno@clisp.org>
27232
27233         * lib/mbchar.h: New file.
27234         * lib/mbchar.c: New file.
27235
27236 2005-08-16  Bruno Haible  <bruno@clisp.org>
27237
27238         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
27239         the valid ones. Makes the comparison operations transitive:
27240         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
27241         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
27242
27243 2005-08-15  Simon Josefsson  <jas@extundo.com>
27244
27245         * modules/ssize_t (License): Change to 'unlimited'.
27246
27247         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
27248
27249 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
27250
27251         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
27252         Add comments for each pending glibc patch.
27253
27254 2005-08-15  Bruno Haible  <bruno@clisp.org>
27255
27256         * lib/regex.h (__restrict_arr): Don't define to __restrict if
27257         __cplusplus is defined.
27258
27259 2005-08-14  Jim Meyering  <jim@meyering.net>
27260
27261         Sync from coreutils.
27262
27263         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
27264         Use the hash-table-based cycle-detection code not just when
27265         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
27266         Reported by James Youngman in
27267         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
27268         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
27269         FTS_TIGHT_CYCLE_CHECK.
27270         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
27271         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
27272         once again.
27273         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
27274         * lib/fts.c (fd_safer): Remove decl.
27275         Include fcntl--.h rather than unistd-safer.h
27276         (fts_safe_changedir): Don't call fd_safer; no longer needed
27277         now that we include fcntl--.h.
27278
27279 2005-08-12  Simon Josefsson  <jas@extundo.com>
27280
27281         * modules/getndelim2: Use ssize_t module.
27282         * modules/getnline: Likewise.
27283         * modules/safe-read: Likewise.
27284         * modules/xreadlink: Likewise.
27285
27286         * modules/ssize_t: New file.
27287
27288 2005-08-12  Simon Josefsson  <jas@extundo.com>
27289
27290         * m4/readline.m4: Look for termcap, curses or ncurses if required.
27291
27292 2005-08-12  Simon Josefsson  <jas@extundo.com>
27293
27294         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27295         ssize_t.
27296
27297 2005-08-12  Simon Josefsson  <jas@extundo.com>
27298
27299         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
27300         readline, getdelim and check_version.
27301         (Support for systems lacking ISO C 99: Sizes of integer types):
27302         Add size_max.
27303
27304 2005-08-12  Bruno Haible  <bruno@clisp.org>
27305
27306         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
27307
27308 2005-08-11  Simon Josefsson  <jas@extundo.com>
27309
27310         * modules/readline: New file.
27311
27312         * modules/strnlen (Files): Add strnlen.h.
27313
27314 2005-08-11  Simon Josefsson  <jas@extundo.com>
27315
27316         * m4/readline.m4: New file.
27317
27318 2005-08-11  Simon Josefsson  <jas@extundo.com>
27319
27320         * lib/readline.h, readline.c: New file.
27321
27322 2005-08-11  Simon Josefsson  <jas@extundo.com>
27323
27324         * doc/gnulib.texi (Initial import, Finishing touches): Mention
27325         gl_AVOID.
27326
27327 2005-08-11  Bruno Haible  <bruno@clisp.org>
27328
27329         * lib/strnlen.h (strnlen): Change parameter name to match comment.
27330
27331 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
27332
27333         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
27334
27335 2005-08-10  Simon Josefsson  <jas@extundo.com>
27336
27337         * tests/test-iconvme.c: New file.
27338
27339 2005-08-10  Simon Josefsson  <jas@extundo.com>
27340
27341         * m4/strnlen.m4: New file.
27342
27343         * m4/strndup.m4: Don't check for strnlen declaration, done in
27344         strnlen.m4.
27345
27346 2005-08-10  Simon Josefsson  <jas@extundo.com>
27347
27348         * lib/strndup.c: Use strnlen.h.
27349
27350         * lib/strnlen.h: New file.
27351
27352 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27353
27354         * README: Typos.
27355
27356 2005-08-02  Simon Josefsson  <jas@extundo.com>
27357
27358         * modules/readline: New file.
27359
27360 2005-08-02  Simon Josefsson  <jas@extundo.com>
27361
27362         * modules/getdelim: New file.
27363
27364         * modules/getline: Rewrite, don't use getndelim2.
27365
27366 2005-08-02  Simon Josefsson  <jas@extundo.com>
27367
27368         * m4/getline.m4: Separate out getdelim stuff into separate module.
27369
27370         * m4/getdelim.m4: New file.
27371
27372 2005-08-02  Simon Josefsson  <jas@extundo.com>
27373
27374         * lib/getline.h, getline.c: Rewrite.
27375
27376         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
27377
27378 2005-07-31  Bruno Haible  <bruno@clisp.org>
27379
27380         * lib/lock.h (gl_lock_initializer): New macro.
27381         (gl_lock_define_initialized): Use it.
27382         (gl_rwlock_initializer): New macro.
27383         (gl_rwlock_define_initialized): Use it.
27384         (gl_recursive_lock_initializer): New macro.
27385         (gl_recursive_lock_define_initialized): Use it.
27386
27387 2005-07-30  Karl Berry  <karl@gnu.org>
27388
27389         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
27390         Report from Ben Pfaff, regarding getopt.
27391
27392 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
27393
27394         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
27395         normal way.
27396         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
27397         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
27398         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
27399         (gl_GETOPT): Use the new macros.  Most of the implementation
27400         is moved to the new macros.  This is for programs like Emacs
27401         that don't want all the functionality of gl_GETOPT.
27402
27403 2005-07-26  Bruno Haible  <bruno@clisp.org>
27404
27405         * m4/lock.m4: Update from GNU gettext.
27406
27407 2005-07-26  Bruno Haible  <bruno@clisp.org>
27408
27409         * lib/lock.h: Update from GNU gettext.
27410         * lib/lock.c: Update from GNU gettext.
27411
27412 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
27413
27414         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
27415         obsolescent AC_TRY_RUN.  Include the default includes files, for
27416         'exit'.
27417
27418 2005-07-24  Bruno Haible  <bruno@clisp.org>
27419
27420         * modules/visibility: New file.
27421         * MODULES.html.sh (Misc): Add visibility.
27422
27423 2005-07-24  Bruno Haible  <bruno@clisp.org>
27424
27425         * m4/visibility.m4: New file.
27426
27427 2005-07-24  Bruno Haible  <bruno@clisp.org>
27428
27429         * doc/visibility.texi: New file.
27430
27431 2005-07-22  Bruno Haible  <bruno@clisp.org>
27432
27433         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
27434         $(ALLOCA_H), redundant through BUILT_SOURCES.
27435         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
27436         redundant through BUILT_SOURCES.
27437         * modules/byteswap (Makefile.am): Remove explicit dependency on
27438         $(BYTESWAP_H), redundant through BUILT_SOURCES.
27439         * modules/fnmatch (Makefile.am): Remove explicit dependency on
27440         $(FNMATCH_H), redundant through BUILT_SOURCES.
27441         * modules/getopt (Makefile.am): Remove explicit dependency on
27442         $(GETOPT_H), redundant through BUILT_SOURCES.
27443         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
27444         redundant through BUILT_SOURCES.
27445         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
27446         redundant through BUILT_SOURCES.
27447         * modules/stdbool (Makefile.am): Remove explicit dependency on
27448         $(STDBOOL_H), redundant through BUILT_SOURCES.
27449         * modules/stdint (Makefile.am): Remove explicit dependency on
27450         $(STDINT_H), redundant through BUILT_SOURCES.
27451         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
27452         Remove explicit dependency on $(SYSEXITS_H).
27453         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
27454
27455 2005-07-18  Simon Josefsson  <jas@extundo.com>
27456
27457         * lib/check-version.c (check_version): Accept identical versions too.
27458
27459 2005-07-18  Bruno Haible  <bruno@clisp.org>
27460
27461         * modules/lock: New file.
27462         * MODULES.html.sh (Multithreading): New section.
27463
27464 2005-07-18  Bruno Haible  <bruno@clisp.org>
27465
27466         * m4/lock.m4: New file, from GNU gettext.
27467
27468 2005-07-18  Bruno Haible  <bruno@clisp.org>
27469
27470         * lib/lock.h: New file, from GNU gettext.
27471         * lib/lock.c: New file, from GNU gettext.
27472
27473 2005-07-18  Bruno Haible  <bruno@clisp.org>
27474
27475         * lib/lock.h (gl_once_t): New type.
27476         (gl_once_define, gl_once): New macros.
27477         * lib/lock.c (fresh_once): New variable.
27478         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
27479         functions.
27480
27481 2005-07-16  Simon Josefsson  <jas@extundo.com>
27482
27483         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
27484         workaround, suggested by Bruno.
27485
27486 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
27487
27488         * modules/xalloc (Depends-on): Add xalloc-die.
27489         * modules/xvasprintf (Depends-on): Add xalloc-die.
27490
27491 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
27492
27493         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
27494         with a minor change.
27495
27496 2005-07-15  Bruno Haible  <bruno@clisp.org>
27497
27498         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
27499         When using lib/poll.c, define poll as rpl_poll.
27500
27501 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
27502
27503         * modules/argp (Depends-on): Remove unlocked-io.
27504
27505 2005-07-14  Derek Price  <derek@ximbiot.com>
27506
27507         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
27508         for glob symlink bug.
27509
27510 2005-07-14  Bruno Haible  <bruno@clisp.org>
27511
27512         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
27513         Instead, test for *_unlocked function declarations directly.
27514
27515 2005-07-11  Simon Josefsson  <jas@extundo.com>
27516
27517         * modules/size_max: New file.
27518
27519         * modules/xsize: Depend on size_max module for size_max.m4.
27520
27521 2005-07-11  Simon Josefsson  <jas@extundo.com>
27522
27523         * lib/size_max.h: New file.
27524
27525 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
27526
27527         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
27528         copyright symbol and the year.
27529         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
27530         (version_etc_va): Use parameterized copyright notice.
27531         Reword to conform to the current GNU coding standards.
27532
27533 2005-07-11  Karl Berry  <karl@gnu.org>
27534
27535         * doc/gnulib.texi (Quoting): new node.
27536         (Initial import): more info, from Patrice.
27537
27538 2005-07-11  Bruno Haible  <bruno@clisp.org>
27539
27540         * gnulib-tool (func_usage): Document option --avoid.
27541         (Command line options): Handle --avoid.
27542         (func_acceptable): New function.
27543         (func_modules_transitive_closure): Use it.
27544
27545 2005-07-11  Bruno Haible  <bruno@clisp.org>
27546
27547         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
27548         Reported by Jim Meyering.
27549
27550 2005-07-10  Bruno Haible  <bruno@clisp.org>
27551
27552         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
27553         Needed when size_t is smaller than 'unsigned int'.
27554         Reported by Paul Eggert.
27555
27556 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27557
27558         * modules/argp (Depends-on): Add unlocked-io
27559
27560 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27561
27562         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
27563         block of defines.
27564
27565 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
27566
27567         * config/srclist.txt: Comment out regcomp.c, since we have a porting
27568         fix now.
27569
27570 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
27571         and Paul Eggert  <eggert@cs.ucla.edu>
27572
27573         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
27574         in wint_t, not wchar_t.  Remove now-unnecessary cast.
27575
27576 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27577
27578         * modules/regex (Files): Add lib/regex_internal.c,
27579         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
27580         (Depends-on): Add extensions.
27581         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
27582
27583 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27584
27585         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
27586         pathconf.
27587         * m4/same.m4 (gl_SAME): Likewise.
27588         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
27589
27590         * m4/regex.m4: Adjust to new libc regex implementation.
27591         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
27592         all the .c and .h parts of (the new) regex.
27593         Quote the m4 stuff better.
27594         Check for RE_ICASE bug of old gnulib.
27595         Check for REG_STARTEND of recent libc.
27596         Rename local variables from jm_* to gl_*.
27597         Quote operand of "test -f".
27598         Say "recent enough" version of libc, not "version 2".
27599         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
27600         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
27601         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
27602         Remove check for btowc, isascii.
27603         Require AM_LANGINFO_CODESET.
27604
27605 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27606
27607         * lib/regex.c, regex.h: Sync from libc.
27608         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
27609         * lib/regexec.c:
27610         New files, synced from libc, except that regex_internal.h
27611         currently has a small porting fix.
27612
27613 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27614
27615         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
27616         regex_internal.c, regexec.c.
27617         Add regex_internal.h too, but as a comment, since the libc version
27618         is currently broken in gnulib mode.
27619
27620 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27621
27622         Support programs like Emacs that use gnulib but not gettext.
27623         * MODULES.html.sh (Internationalization functions): Add gettext-h.
27624         * modules/gettext-h: New file.
27625         * modules/gettext (Files): Remove lib/gettext.h.
27626         (Depends-on): Add gettext-h.
27627         (Makefile.am): Remove lib_SOURCES.
27628         * modules/argmatch, modules/c-stack, modules/closeout:
27629         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
27630         * modules/execute, modules/file-type, modules/getaddrinfo:
27631         * modules/getopt, modules/human, modules/javacomp:
27632         * modules/javaexec, modules/mkdir-p, modules/obstack:
27633         * modules/openat, modules/pagealign_alloc, modules/pipe:
27634         * modules/quotearg, modules/regex, modules/rpmatch:
27635         * modules/unicodeio, modules/userspec, modules/version-etc:
27636         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
27637         * modules/xsetenv:
27638         Depend on gettext-h, not gettext.
27639
27640 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27641
27642         * gnulib-tool (func_import): Add support for 'public domain' license.
27643         * modules/alloca, modules/atexit, modules/memmove:
27644         Now public domain, not GPL.
27645         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
27646         * modules/realloc, modules/strerror, modules/strtod:
27647         Now LGPL, not GPL.
27648
27649 2005-07-05  Bruno Haible  <bruno@clisp.org>
27650
27651         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
27652         autoconf CVS. Needed for mingw.
27653
27654 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27655
27656         Remove the dependency of the strftime module on the tzset module.
27657         * modules/strftime (Depends-on): Remove dependency on tzset.
27658
27659 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27660
27661         Remove the dependency of the strftime module on the tzset module.
27662         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
27663         gl_FUNC_TZSET_CLOBBER.
27664
27665 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27666
27667         Remove the dependency of the strftime module on the tzset module.
27668         * lib/strftime.c (my_strftime)
27669         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
27670         Copy the input structure, to work around some of the bug with
27671         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
27672         Solaris releases, you should also use the tzset module, but we won't
27673         require it as a dependency any more since we don't want LGPLed code
27674         to depend on GPLed code.
27675
27676 2005-07-02  Jim Meyering  <jim@meyering.net>
27677
27678         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
27679         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
27680         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
27681         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
27682
27683 2005-07-02  Jim Meyering  <jim@meyering.net>
27684
27685         * lib/backupfile.c (backup_args): Change a `0' to NULL.
27686
27687 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27688
27689         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
27690         declares only 'struct timespec;' (!).
27691
27692 2005-07-01  Jim Meyering  <jim@meyering.net>
27693
27694         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
27695         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
27696         * lib/save-cwd.c, tempname.c:
27697         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
27698         and don't include <sys/file.h>).
27699
27700 2005-06-29  Jim Meyering  <jim@meyering.net>
27701
27702         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
27703         type name.  Use the variable name instead.
27704         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
27705         Likewise.
27706
27707 2005-06-28  Simon Josefsson  <jas@extundo.com>
27708
27709         * modules/check-version (Files): Add check-version.m4.
27710
27711 2005-06-28  Simon Josefsson  <jas@extundo.com>
27712
27713         * m4/check-version.m4: New file, suggested by Jim Meyering
27714         <jim@meyering.net>.
27715
27716 2005-06-28  Simon Josefsson  <jas@extundo.com>
27717
27718         * lib/check-version.h, lib/check-version.c: New files.
27719
27720 2005-06-28  Simon Josefsson  <jas@extundo.com>
27721
27722         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
27723         collision with global variable.  Better indentation.  Don't
27724         increment buffer pointer beyond buffer end.  Based on comments
27725         from Paul Eggert <eggert@cs.ucla.edu>.
27726
27727         * lib/base64.h: Indent.
27728
27729 2005-06-28  Simon Josefsson  <jas@extundo.com>
27730
27731         * doc/gnulib.texi (Library version handling): New section.
27732
27733 2005-06-28  Jim Meyering  <jim@meyering.net>
27734
27735         * check-module (find_included_lib_files): Hard-code another
27736         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
27737         but modules/fts-lgpl (correctly) does not list those files.
27738
27739         * modules/canonicalize (Files): Add lib/pathmax.h.
27740
27741 2005-06-25  Simon Josefsson  <jas@extundo.com>
27742
27743         * modules/check-version: New file.
27744
27745 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
27746
27747         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
27748         initializer of struct addrinfo, as an indication that we don't
27749         care how many members the structure has.
27750
27751 2005-06-24  Derek Price  <derek@ximbiot.com>
27752         and Bruno Haible  <bruno@clisp.org>
27753
27754         Remove stat module & update lstat.
27755         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
27756         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27757         * m4/stat.m4: Remove this file.
27758
27759 2005-06-24  Derek Price  <derek@ximbiot.com>
27760         and Bruno Haible  <bruno@clisp.org>
27761
27762         Remove stat module & update lstat.
27763         * lib/stat.c: Remove this file...
27764         (slash_aware_lstat): ...moving this content and its support...
27765         * lib/lstat.c (rpl_lstat): ...into here.
27766         * lib/lstat.h: New file.
27767
27768 2005-06-24  Derek Price  <derek@ximbiot.com>
27769         and Bruno Haible  <bruno@clisp.org>
27770
27771         Remove stat module & update lstat.
27772         * config/srclist.txt (libc sources): Remove stat.
27773
27774 2005-06-24  Derek Price  <derek@ximbiot.com>
27775         and Bruno Haible  <bruno@clisp.org>
27776
27777         Remove stat module & update lstat.
27778         * MODULES.html.sh (stat): Remove.
27779         * MODULES.html: Regenerated.
27780         * modules/lstat (Description): Correct function name.
27781         (Files): Add "lstat.h".
27782         (Depends-on): Remove stat, add xalloc, stat-macros.
27783         * modules/stat: Remove this file.
27784         (Include): Add "lstat.h", remove <sys/stat.h>.
27785
27786 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
27787
27788         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
27789         (ranged_convert): Don't save conversion in a temporary struct.
27790         This causes a warning with GCC 4.0.0, and anyway in the typical
27791         case it's not worth the extra 100 bytes or so of code.
27792         (ranged_convert, __mktime_internal): When calling a function via a
27793         pointer P, use P () rather than (*P) (), as we now assume C89 or
27794         better.
27795
27796 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27797
27798         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
27799         "who -r" failed to give output.  Problem reported by Tim Waugh.
27800
27801         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
27802         (xcalloc): Use it to avoid needless tests.
27803         Problem reported by Jim Meyering.
27804
27805 2005-06-20  Derek Price  <derek@ximbiot.com>
27806
27807         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
27808         unnecessary for Autoconfs > 2.59c.
27809
27810 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27811
27812         * lib/argp.h (__option_is_short): Check upper limit of
27813         __key. Isprint() requires its argument to have the value
27814         of an unsigned char or EOF.
27815
27816 2005-06-16  Jim Meyering  <jim@meyering.net>
27817
27818         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
27819         when either N or S is zero.
27820
27821 2005-06-16  Derek Price  <derek@ximbiot.com>
27822
27823         * m4/bison.m4: Declare YACC & YFLAGS precious.
27824
27825 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
27826
27827         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
27828         multibyte string or pattern, fall back on unibyte matching.
27829         Problem reported by James Youngman.
27830
27831 2005-06-08  Bruno Haible  <bruno@clisp.org>
27832
27833         * modules/csharpcomp: New file.
27834         * MODULES.html.sh (C#): Add csharpcomp.
27835
27836 2005-06-08  Bruno Haible  <bruno@clisp.org>
27837
27838         * m4/csharpcomp.m4: New file, from GNU gettext.
27839
27840 2005-06-08  Bruno Haible  <bruno@clisp.org>
27841
27842         * lib/csharpcomp.h: New file, from GNU gettext.
27843         * lib/csharpcomp.c: New file, from GNU gettext.
27844         * lib/csharpcomp.sh.in: New file, from GNU gettext.
27845
27846 2005-06-08  Bruno Haible  <bruno@clisp.org>
27847
27848         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
27849         warning on mingw.
27850
27851 2005-06-07  Derek Price  <derek@ximbiot.com>
27852
27853         Sync from CVS.
27854         * lib/glob_.h: Indent nested #ifdef.
27855
27856 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
27857
27858         Sync from coreutils.
27859         Use "file name" when talking about file names, instead of "filename"
27860         or "path", as per the GNU coding standards.
27861         * lib/mkdir-p.c: Renamed from makepath.c.
27862         (make_dir_parents): Renamed from make_path.  All callers changed.
27863         * lib/mkdir-p.h: Likewise.  All includers changed.
27864         * lib/filenamecat.c: Renamed from path-concat.c.
27865         (file_name_concat): Renamed from path_concat.  All callers changed.
27866         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
27867         * lib/filenamecat.h: Likewise.  All includers changed.
27868         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
27869         in comments or local variable names.
27870         * lib/basename.c: Likewise.
27871         * lib/canonicalize.c, canonicalize.h: Likewise.
27872         * lib/dirname.c, dirname.h: Likewise.
27873         * lib/euidaccess.c: Likewise.
27874         * lib/exclude.c: Likewise
27875         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
27876         * lib/fsusage.c, fsuage.h: Likewise.
27877         * lib/fts.c, fts_.h: Likewise.
27878         * lib/getcwd.c: Likewise.
27879         * lib/getloadavg.c: Likewise.
27880         * lib/mkstemp.c: Likewise.
27881         * lib/mountlist.c, mountlist.h: Likewise.
27882         * lib/openat.c, openat.h: Likewise.
27883         * lib/readlink-stub.c: Likewise.
27884         * lib/readutmp.c, readutmp.h: Likewise.
27885         * lib/rename.c: Likewise.
27886         * lib/rmdir.c: Likewise.
27887         * lib/same.c: Likewise.
27888         * lib/savedir.c: Likewise.
27889         * lib/stripslash.c: Likewise.
27890         * lib/tempname.c: Likewise.
27891         * lib/xreadlink.c: Likewise.
27892         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
27893         All uses changed.
27894         * lib/exclude.h: Likewise.
27895
27896         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
27897         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
27898         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
27899         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
27900         * lib/pathmax.h: Include <limits.h> unconditionally, since other
27901         files have been getting away with it for years (MORE/BSD 4.3
27902         is extinct now).
27903         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
27904         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
27905
27906         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
27907         Define to 256, not 255, as per modern POSIX.
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         * MODULES.html.sh: mkdir-p renamed from makepath.
27915         filenamecat renamed from path-concat.
27916         * modules/filenamecat: Renamed from modules/path-concat.
27917         (Files): filenamecat.h and filenamecat.c renamed from
27918         path-concat.h and path-concat.c.
27919         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
27920         (Include): filenamecat.h, not path-concat.h.
27921         * modules/mkdir-p: Renamed from modules/makepath.
27922         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
27923         makepath.c.
27924         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
27925         (Include): mkdir-p.h, not makepath.h.
27926
27927 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
27928
27929         Sync from coreutils.
27930         * m4/mkdir-p.m4: Renamed from makepath.m4.
27931         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
27932         Rename files from makepath.c to mkdir-p.c, and from
27933         makepath.h to mkdir-p.h.
27934         * m4/filenamecat.m4: Renamed from path-concat.m4.
27935         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
27936         Rename files from path-concat.c to filenamecat.c,
27937         and from path-concat.h to filenamecat.h.
27938         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
27939         "file name" in local variables or comments.
27940         * m4/rename.m4: Likewise.
27941
27942 2005-06-01  Bruno Haible  <bruno@clisp.org>
27943
27944         * modules/csharpexec: New file.
27945         * MODULES.html.sh (C#): New section.
27946
27947 2005-06-01  Bruno Haible  <bruno@clisp.org>
27948
27949         * m4/csharp.m4: New file, from GNU gettext.
27950         * m4/csharpexec.m4: New file, from GNU gettext.
27951
27952 2005-06-01  Bruno Haible  <bruno@clisp.org>
27953
27954         * lib/csharpexec.h: New file, from GNU gettext.
27955         * lib/csharpexec.c: New file, from GNU gettext.
27956         * lib/csharpexec.sh.in: New file, from GNU gettext.
27957
27958 2005-05-31  Derek Price  <derek@ximbiot.com>
27959             Paul Eggert  <eggert@cs.ucla.edu>
27960
27961         Sync from cvs.
27962         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
27963
27964 2005-05-31  Derek Price  <derek@ximbiot.com>
27965             Paul Eggert  <eggert@cs.ucla.edu>
27966
27967         Sync from cvs.
27968         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
27969
27970 2005-05-29  Derek Price  <derek@ximbiot.com>
27971
27972         * config/srclist.txt (glob_.h, glob.c): Add these files.
27973
27974 2005-05-29  Derek Price  <derek@ximbiot.com>
27975
27976         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
27977         * modules/glob: New file.
27978         * modules/getlogin_r: Add link to POSIX spec in description.
27979
27980 2005-05-29  Derek Price  <derek@ximbiot.com>
27981             Paul Eggert  <eggert@cs.ucla.edu>
27982
27983         * m4/glob.m4: New file.
27984
27985 2005-05-29  Derek Price  <derek@ximbiot.com>
27986             Paul Eggert  <eggert@cs.ucla.edu>
27987
27988         * lib/glob_.h, lib/glob.c: New files.
27989
27990 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
27991
27992         * modules/fts (Files): Remove m4/inttypes-pri.m4.
27993         * modules/fts-lgpl (Depends-on): Remove gettext.
27994
27995 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
27996
27997         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
27998         and don't require gt_INTTYPES_PRI.
27999
28000 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28001
28002         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
28003
28004         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
28005         the configuration hassle isn't worth it.
28006         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
28007         (LONGEST_MODIFIER, PRIuMAX): Remove.
28008
28009 2005-05-27  Bruno Haible  <bruno@clisp.org>
28010
28011         * lib/getlogin_r.h: Remove second include of <stddef.h>.
28012
28013 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
28014
28015         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
28016         _POSIX_PTHREAD_SEMANTICS for Solaris.
28017
28018 2005-05-25  Derek Price  <derek@ximbiot.com>
28019
28020         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
28021
28022 2005-05-25  Derek Price  <derek@ximbiot.com>
28023             Paul Eggert  <eggert@cs.ucla.edu>
28024
28025         * modules/getlogin_r, m4/getlogin_r.m4: New files.
28026         * lib/getlogin_r.c, getlogin_r.h: New files.
28027
28028 2005-05-25  Bruno Haible  <bruno@clisp.org>
28029             Derek Price  <derek@ximbiot.com>
28030
28031         * lib/getlogin_r.h: Simplify API documentation.
28032
28033 2005-05-23  Derek Price  <derek@ximbiot.com>
28034
28035         * modules/minmax (Files): Add m4/minmax.m4.
28036         (configure.ac): Add gl_MINMAX.
28037
28038 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
28039
28040         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
28041         so that unistd-safer.h (GPL'ed code) need not be included.
28042
28043 2005-05-22  Bruno Haible  <bruno@clisp.org>
28044
28045         * m4/minmax.m4: New file.
28046         Based on a patch by Derek Price <derek@ximbiot.com>.
28047
28048 2005-05-22  Bruno Haible  <bruno@clisp.org>
28049
28050         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
28051         (INT64_MIN): Fix definition.
28052         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
28053
28054         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
28055         NEED_SIGNED_INT_TYPES.
28056
28057         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
28058         HAVE_SYSTEM_INTTYPES.
28059
28060 2005-05-22  Bruno Haible  <bruno@clisp.org>
28061
28062         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
28063         Also include <sys/param.h> if it defines MIN, MAX.
28064         Based on a patch by Derek Price <derek@ximbiot.com>.
28065
28066 2005-05-21  Jim Meyering  <jim@meyering.net>
28067
28068         * modules/fts (Files): Add m4/inttypes-pri.m4.
28069         (Depends-on): Add lstat and remove gettext.  Alphabetize.
28070
28071 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28072
28073         New fts module.
28074         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
28075         (setup_dir, free_dir): New functions.
28076         (enter_dir, leave_dir): Define trivial
28077         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
28078         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
28079         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
28080         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
28081         Move to fts-cycle.c.
28082         (fts_open): Use setup_dir.
28083         (fts_close): Use free_dir.
28084         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
28085         This adds a label and some gotos, but the alternatives were messier.
28086         Check for memory allocation failure when entering a dir.
28087         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
28088         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
28089         (FTS): New member fts_cycle, that is a union that contains the
28090         old active_dir_ht and cycle_state.  All uses changed to mention
28091         fts_cycle.ht and fts_cycle.state.
28092         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
28093         fts.c, with the following changes:
28094         (setup_dir, free_dir): New functions.
28095         (enter_dir): Now returns bool.  Return true if successful, false
28096         if memory exhausted.  All callers changed.
28097         Do not bother partly cleaning up on
28098         memory allocation failure; that is free_dir's job.
28099         However, free ad if hash_insert fails, to avoid memory leak.
28100         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
28101         fts->fts_options to see which union member to use.
28102
28103 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28104
28105         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
28106         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
28107
28108 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28109
28110         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
28111
28112 2005-05-20  Jim Meyering  <jim@meyering.net>
28113
28114         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
28115         Now a macro, to pacify GCC.
28116
28117 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
28118
28119         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
28120         of -1.
28121
28122 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
28123
28124         * lib/chown.c (rpl_chown): Return -1 on failure.
28125
28126 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
28127
28128         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
28129         Don't check for stddef.h.
28130         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
28131         don't use its results.
28132         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
28133         since we include them unconditionally.  Don't require
28134         AM_STDBOOL_H, since stdbool is a prerequisite.
28135         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
28136         since we assume C89 or better.
28137         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
28138         as we don't use their results.
28139         Don't check for fchdir, memmove, memset, strrchr, as we use
28140         them unconditionally.
28141         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
28142         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
28143
28144 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
28145
28146         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
28147         Include <stddef.h> unconditionally, since we assume C89 now.
28148         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
28149         * lib/fts.c: Include fts_.h first, to check interface.
28150         Do not include intprops.h; no longer needed.
28151         Include cycle-check.h and hash.h, since fts_.h no longer does.
28152         Remove unnecessary casts of closedir to void.
28153         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
28154         decide whether to decrement nlinks.
28155         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
28156         (FTS): Use struct hash_table * instead of Hash_table, so that
28157         we no longer need to include hash.h here.
28158
28159 2005-05-18  Jim Meyering  <jim@meyering.net>
28160
28161         * modules/dirfd (License): Change to LGPL.  Most of the code
28162         is already in the public domain.
28163
28164 2005-05-18  Jim Meyering  <jim@meyering.net>
28165
28166         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
28167         Reported by Yoann Vandoorselaere.
28168
28169 2005-05-17  Jim Meyering  <jim@meyering.net>
28170
28171         * m4/fts.m4: New file, from coreutils.
28172
28173 2005-05-17  Jim Meyering  <jim@meyering.net>
28174
28175         * lib/fts.c, lib/fts_.h: New files, from coreutils.
28176
28177 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28178
28179         Sync from coreutils.
28180         * m4/unlinkdir.m4: New file.
28181
28182 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28183
28184         Sync from coreutils.
28185         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
28186         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
28187         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
28188         White space changes only.
28189         * lib/makepath.c (make_path): Port to hosts where leading "//" is
28190         special.
28191         * lib/yesno.c: Include getline.h, not ctype.h.
28192         (yesno): Don't remove leading white space; POSIX doesn't allow it.
28193         Use getline to remove arbitrary restriction on response length.
28194
28195 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28196
28197         * config/srclist-update: Spell out "Street" in FSF postal
28198         mail address; this is the style the FSF seems to prefer.
28199
28200         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
28201         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
28202         this updates FSF postal mail address.
28203
28204         Sync from coreutils.
28205         * modules/unlinkdir: New file.
28206         * modules/yesno (Depends-on): Add getline.
28207         * MODULES.html.sh (File system functions): Add unlinkdir.
28208
28209 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28210
28211         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
28212         lib/strsep.h:
28213         Change the initial comment to refer to GPL, not LGPL.
28214         gnulib-tool will change it to LGPL as needed.
28215
28216         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
28217         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
28218         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
28219         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
28220         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
28221         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
28222         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
28223         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
28224         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
28225         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
28226         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
28227         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
28228         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
28229         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
28230         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
28231         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
28232         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
28233         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
28234         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
28235         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
28236         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
28237         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
28238         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
28239         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
28240         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
28241         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
28242         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
28243         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
28244         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
28245         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
28246         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
28247         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
28248         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
28249         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
28250         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
28251         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
28252         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
28253         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
28254         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
28255         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
28256         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
28257         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
28258         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
28259         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
28260         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
28261         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
28262         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
28263         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
28264         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
28265         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
28266         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
28267         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
28268         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
28269         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
28270         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
28271         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
28272         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
28273         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
28274         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
28275         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
28276         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
28277         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
28278         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
28279         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
28280         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
28281         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
28282         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
28283         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
28284         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
28285         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
28286         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
28287         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
28288         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
28289         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
28290         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
28291         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
28292         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
28293         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
28294         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
28295         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
28296         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
28297         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
28298         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
28299         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
28300         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
28301         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
28302         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
28303         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
28304         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
28305         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
28306         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
28307         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
28308         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
28309         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
28310         lib/yesno.c, lib/yesno.h:
28311         Update FSF postal mail address.
28312
28313 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28314
28315         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
28316         tests/test-memmem.c, tests/test-stpncpy.c:
28317         Update FSF postal mail address.
28318
28319 2005-05-13  Bruno Haible  <bruno@clisp.org>
28320
28321         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
28322         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
28323         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
28324         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
28325         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
28326         Add support for 64-bit integers in the MSVC compiler.
28327
28328 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28329
28330         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
28331
28332 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
28333
28334         * gnulib-tool (func_import): Sort and uniquify recommended includes.
28335
28336 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
28337
28338         * doc/getdate.texi (General date syntax): Don't say that date
28339         date --iso-8601=ns generates acceptable dates; it doesn't yet.
28340         Problem reported by Nic Ferrier.
28341
28342 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28343
28344         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
28345         specified in ai_socktype. Fix invalid ai_protocol
28346         check. ai_protocol is usually set to 0 or depending on
28347         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
28348         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
28349         ai_socktype / ai_protocol in the returned addrinfo structure.
28350
28351 2005-05-10  Simon Josefsson  <jas@extundo.com>
28352
28353         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
28354         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28355
28356 2005-05-10  Karl Berry  <karl@gnu.org>
28357
28358         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
28359         (from http://www.gnu.org/licenses).
28360         * doc/COPYING.LIB: also rename to COPYING.LESSER.
28361         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
28362         fdl.texi suffices.
28363
28364 2005-05-10  Karl Berry  <karl@gnu.org>
28365
28366         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
28367         (COPYING.DOC): remove.
28368
28369         * config/srclist-update: new FSF address.
28370
28371 2005-05-10  Derek Price  <derek@ximbiot.com>
28372
28373         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
28374         possible.
28375
28376 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28377             Bruno Haible  <bruno@clisp.org>
28378
28379         * modules/inet_ntop: New file.
28380         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28381         inet_ntop.
28382
28383 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28384             Bruno Haible  <bruno@clisp.org>
28385
28386         * m4/inet_ntop.m4: New file.
28387
28388 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28389             Bruno Haible  <bruno@clisp.org>
28390
28391         * lib/inet_ntop.h: New file.
28392         * lib/inet_ntop.c: New file, from glibc with modifications.
28393
28394 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
28395
28396         * modules/time_r (License): Change to LGPL.
28397         * modules/extensions (License): Change to LGPL.  Actually,
28398         the license is more permissive than that, but currently gnulib-tool
28399         doesn't know how to handle more-permissive licenses.
28400
28401         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
28402         Problem reported by Dave Love.
28403
28404 2005-05-08  Jim Meyering  <jim@meyering.net>
28405
28406         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
28407         blank.
28408
28409 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
28410
28411         * modules/argmatch (Depends-on): Add stdbool.
28412         * modules/backupfile (Depends-on): Likewise.
28413         * modules/chdir-long (Depends-on): Likewise.
28414         * modules/closeout (Depends-on): Likewise.
28415         * modules/cycle-check (Depends-on): Likewise.
28416         * modules/dirname (Depends-on): Likewise.
28417         * modules/fnmatch (Depends-on): Likewise.
28418         * modules/fsusage (Depends-on): Likewise.
28419         * modules/fwriteerror (Depends-on): Likewise.
28420         * modules/getcwd (Depends-on): Likewise.
28421         * modules/getloadavg (Depends-on): Likewise.
28422         * modules/hard-locale (Depends-on): Likewise.
28423         * modules/makepath (Depends-on): Likewise.
28424         * modules/mountlist (Depends-on): Likewise.
28425         * modules/nanosleep (Depends-on): Likewise.
28426         * modules/posixtm (Depends-on): Likewise.
28427         * modules/quotearg (Depends-on): Likewise.
28428         * modules/readtokens (Depends-on): Likewise.
28429         * modules/readtokens0 (Depends-on): Likewise.
28430         * modules/readutmp (Depends-on): Likewise.
28431         * modules/save-cwd (Depends-on): Likewise.
28432         * modules/strftime (Depends-on): Likewise.
28433         * modules/userspec (Depends-on): Likewise.
28434         * modules/utimecmp (Depends-on): Likewise.
28435         * modules/xgetcwd (Depends-on): Likewise.
28436         * modules/xnanosleep (Depends-on): Likewise.
28437         * modules/xstrtod (Depends-on): Likewise.
28438         * modules/yesno (Depends-on): Likewise.
28439
28440 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
28441
28442         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
28443         needless checks.
28444
28445 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28446
28447         Merge from coreutils.  Among other things,
28448         add bulletproofing for cases where stdin, stdout, or stderr are closed.
28449         * lib/fd-safer.c: New file.
28450         * lib/fcntl-safer.h, open-safer.c: Remove.
28451         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
28452         * lib/dup-safer.c: Include unistd-safer.h first.
28453         Don't include errno.h.
28454         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
28455         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
28456         * lib/file-type.c: Rely on file-type.h change.
28457         * lib/getloadavg.c: Include unistd-safer.h.
28458         (getloadavg): Use safer open.
28459         * lib/getusershell.c: Include "stdio-safer.h".
28460         (getusershell): Use safer fopen.
28461         * lib/long-options.c (long_options): Use NULL rather than 0.
28462         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
28463         'free'.
28464         * lib/modechange.c: Likewise.
28465         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
28466         (MODE_DONE): New constant.
28467         (struct mode_change): Remove 'next' member.
28468         (make_node_op_equals): New function; like the old one of the
28469         same name, except it allocates an array.
28470         (mode_compile, mode_create_from_ref): Use it.
28471         (mode_compile): Allocate result as an array, not a linked list.
28472         Parse octal string ourself, so that we catch mistakes like "+0".
28473         (mode_adjust): Arg is an array, not a linked list.
28474         * lib/modechange.c: Include stat-macros.h, xalloc.h.
28475         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
28476         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
28477         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
28478         Remove.  This is now stat-macros.h's job.
28479         (talloc): Remove.  All callers replaced by xalloc, so that
28480         our invokers don't have to worry about reporting memory failures.
28481         (make_node_op_equals): Remove.
28482         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
28483         New constants.
28484         (struct mode_change): Moved here from modechange.h.
28485         (mode_append_entry): Remove.
28486         (mode_compile): Remove MASKED_OPS arg, since it encouraged
28487         apps to have incorrect behavior.  Use simpler algorithm for head
28488         and tail.  Don't futz with umask; that's now the job of mode_adjust.
28489         Detect more invalid usages rather than having somewhat-random behavior.
28490         Don't insert an "a=" action, as that leads to incorrect behavior.
28491         (mode_compile, mode_create_from_ref): Return NULL on error instead
28492         of an enum, since now there's only one way to have an error.  All
28493         callers changed.
28494         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
28495         at the correct time.  Simplify calculation of "+u" and its ilk.
28496         Don't mishandle "+X".
28497         (mode_free): Remove "register" and localize decls.
28498         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
28499         (struct mode_change): Move to modechange.c; callers don't
28500         need to see this stuff.
28501         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
28502         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
28503         (mode_change, mode_adjust): Reflect the new signatures noted above.
28504         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
28505         that might redefine system include files.
28506         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
28507         (my_usleep): Use NULL rather than (void *) 0.
28508         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
28509         Use siginterrupt to specify that system calls should be interrupted.
28510         (rpl_nanosleep): Move initialization of suspended closer to call of
28511         my_usleep.
28512         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
28513         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
28514         (desirable_utmp_entry): New function.
28515         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
28516         using x2nrealloc, to simplify logic.
28517         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
28518         size calculation.  Do not assume utmp file is a regular file.
28519         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
28520         (READ_UTMP_CHECK_PIDS): New constant.
28521         * lib/save-cwd.c: Include unistd-safer.h.
28522         (save_cwd): Use fd_safer.
28523         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
28524         [!_LIBC] Include "stat-macros.h" instead.
28525         * lib/unistd-safer.h (fd_safer): New decl.
28526
28527 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28528
28529         * modules/getloadavg (Depends-on): Add unistd-safer.
28530         * modules/getusershell (Depends-on): Add stdio-safer.
28531         * modules/lstat (Depends-on): Remove xalloc.
28532         * modules/mkstemp (Depends-on): Add stat-macros.
28533         * modules/modechange (Depends-on): Remove xstrtol.
28534         Add stat-macros, xalloc.
28535         * modules/save-cwd (Depends-on): Add unistd-safer.
28536         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
28537         * modules/unistd-safer (Files): Add lib/fd-safer.c
28538         (Makefile.am): Remove lib_SOURCES.
28539
28540         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
28541         Remove fcntl-safer; unistd-safer supersedes it.
28542
28543 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28544
28545         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
28546         AC_HEADER_STAT.
28547         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
28548         (gl_PREREQ_CHOWN): Remove.
28549         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
28550         it.  Don't require AC_HEADER_STAT.
28551         (gl_PREREQ_LSTAT): Remove.
28552         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
28553         Don't require AC_HEADER_STAT.
28554         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
28555         (gl_PREREQ_RMDIR): Remove.
28556         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
28557         mention stat-macros.h or AC_HEADER_STAT, since we'll make
28558         the stat-macros module a prerequisite.
28559         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
28560         * m4/filemode.m4 (gl_FILEMODE): Likewise.
28561         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
28562         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
28563         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
28564         variable names.
28565         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
28566         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
28567         variable prefixes.
28568         * m4/fcntl-safer.m4: Remove.
28569         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
28570         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
28571         Invoke gl_PREREQ_FD_SAFER.
28572         (gl_PREREQ_FD_SAFER): New macro.
28573         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
28574         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
28575         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
28576         Remove duplicate call to AC_LIBOBJ(readutmp).
28577         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
28578
28579         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
28580         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
28581
28582 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28583
28584         * MODULES.html.sh (Misc): Add byteswap.
28585
28586 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28587
28588         * modules/getcwd (Depends-on): Add extensions.
28589         * modules/openat (Depends-on): Likewise.
28590
28591 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28592
28593         * modules/byteswap: New file.
28594
28595 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28596
28597         * m4/byteswap.m4: New file.
28598
28599 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28600
28601         * lib/byteswap_.h: New file.
28602
28603 2005-04-25  Karl Berry  <karl@gnu.org>
28604
28605         * m4/gettext.m4: Update from GNU gettext 0.14.4.
28606
28607 2005-04-25  Albert Chin  <china@thewrittenword.com>
28608
28609         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
28610         Toolkit C bug.
28611
28612 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
28613
28614         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
28615         (func_ln_if_changed) Remove forcibly for no error message
28616         in case file does not exist.
28617
28618 2005-04-19  Simon Josefsson  <jas@extundo.com>
28619
28620         * gnulib-tool (Options): Make --symlink mean --symbolic.
28621
28622 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
28623
28624         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
28625
28626 2005-04-16  Simon Josefsson  <jas@extundo.com>
28627
28628         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
28629
28630 2005-04-15  Simon Josefsson  <jas@extundo.com>
28631
28632         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
28633
28634 2005-04-15  Simon Josefsson  <jas@extundo.com>
28635
28636         * gnulib-tool: Rename --symlink to --symbolic.
28637
28638 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
28639
28640         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
28641         symbolic links to files instead of copying/moving.  Add --aux-dir,
28642         specifying directory relative --dir where auxiliary build tools
28643         are placed.
28644
28645 2005-04-14  Bruno Haible  <bruno@clisp.org>
28646
28647         * modules/allocsa (License): Change to LGPL.
28648         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
28649
28650 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
28651
28652         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
28653         that "UTC +1 second" continues to work.  Problem reported
28654         by Dmitry V. Levin.
28655         (relunit_snumber): New rule.
28656         (relunit): Use it.
28657
28658 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
28659
28660         * lib/getdate.y (universal_time_zone_table): New constant.
28661         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
28662         universal_time_zone_table.
28663         (lookup_zone): Prefer universal_time_zone_table to
28664         local_time_zone_table, so that "GMT" time stamps are allowed in
28665         London during the summer.  Problem reported by Ian Abbott.
28666
28667 2005-04-12  Jim Meyering  <jim@meyering.net>
28668
28669         * lib/human.c (humblock): Set *options even when returning due to
28670         xstrtoumax conversion failure.  Thanks to a used-uninitialized
28671         warning from gcc-4.
28672
28673 2005-04-09  Jim Meyering  <jim@meyering.net>
28674
28675         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
28676         -Wuninitialized: initialize tm0.tm_year.
28677
28678 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
28679
28680         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
28681         count, since there's no maximum.  All uses changed.
28682         Add member dsts_seen.
28683         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
28684         not being INT_MAX.
28685         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
28686         Use pc_rels_seen to decide whther a date is absolute.
28687
28688         * lib/getdate.y (number): Don't overwrite year.
28689         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
28690         check.
28691
28692 2005-04-02  Simon Josefsson  <jas@extundo.com>
28693
28694         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
28695         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
28696
28697 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
28698
28699         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
28700         where no absolute path name can be longer than PATH_MAX.
28701
28702 2005-03-27  Jim Meyering  <jim@meyering.net>
28703
28704         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
28705
28706 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
28707
28708         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
28709         "one's complement" -> "ones' complement" in comment, as per Knuth.
28710         "value of type" -> "type or expression" in comment.
28711         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
28712
28713 2005-03-26  Jim Meyering  <jim@meyering.net>
28714
28715         Comment nits.
28716         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
28717         Correct typos: s/or/of/.
28718
28719 2005-03-26  Jim Meyering  <jim@meyering.net>
28720
28721         * modules/check-include-files: Move to ../ and rename to...
28722         * check-module: ...this.
28723
28724 2005-03-25  Jim Meyering  <jim@meyering.net>
28725
28726         * modules/xvasprintf (Files): Add xalloc.h.
28727
28728 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
28729
28730         * modules/gettext (Files): config/config.rpath ->
28731         build-aux/config.rpath
28732         * modules/iconv (Files): Likewise.
28733         Problem reported by Oskar Liljeblad.
28734
28735 2005-03-23  Jim Meyering  <jim@meyering.net>
28736
28737         * modules/check-include-files: New script to check for
28738         missing dependencies, multiple includes, etc.
28739
28740         * modules/c-strtold (Depends-on): Add xalloc.
28741         * modules/c-strtod (Depends-on): Add xalloc.
28742         * modules/hash (Depends-on): Add xalloc.
28743         (Files): Remove lib/xalloc.h.
28744
28745         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
28746         * modules/userspec (Files): Add lib/inttostr.h.
28747
28748 2005-03-23  Jim Meyering  <jim@meyering.net>
28749
28750         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
28751
28752 2005-03-22  Jim Meyering  <jim@meyering.net>
28753
28754         * modules/stat-macros: New module.
28755         * modules/canonicalize, modules/euidaccess, modules/file-type,
28756         * modules/filemode, modules/lchown, modules/makepath,
28757         * modules/rmdir, modules/stat: Depend on new stat-macros module
28758         rather than listing lib/stat-macros.h manually.
28759         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
28760
28761 2005-03-22  Jim Meyering  <jim@meyering.net>
28762
28763         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
28764
28765 2005-03-22  Bruno Haible  <bruno@clisp.org>
28766
28767         * config/srclist.txt: Replace target directory 'config' with
28768         'build-aux'.
28769         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
28770         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
28771         ../build-aux/.
28772
28773 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
28774
28775         * modules/chdir-long (Depends-on): Add mempcpy.
28776
28777         * modules/acl, modules/backupfile, modules/c-strtod,
28778         modules/c-strtold, modules/canon-host, modules/canonicalize,
28779         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
28780         modules/exclude, modules/exitfail, modules/file-type,
28781         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
28782         modules/getdate, modules/getline, modules/getpagesize,
28783         modules/getpass, modules/getugroups, modules/group-member,
28784         modules/hard-locale, modules/hash, modules/human, modules/idcache,
28785         modules/inttostr, modules/long-options, modules/makepath,
28786         modules/md5, modules/memcasecmp, modules/memcoll,
28787         modules/modechange, modules/mountlist, modules/path-concat,
28788         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
28789         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
28790         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
28791         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
28792         modules/strftime, modules/strndup, modules/strverscmp,
28793         modules/timespec, modules/unlocked-io, modules/userspec,
28794         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
28795         modules/yesno:
28796         Remove lib_SOURCES line from Makefile.am section, as this is now
28797         done automatically by the corresponding Autoconf macro.
28798
28799 2005-03-21  Jim Meyering  <jim@meyering.net>
28800
28801         Changes imported from coreutils.
28802
28803         * lib/cycle-check.c: Don't include xalloc.h.
28804
28805         * lib/path-concat.c: Don't include assert.h.
28806         (path_concat): Remove assertion that would have triggered
28807         for ABASE starting with more than one slash.
28808         Reported by Andreas Schwab.
28809
28810         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
28811         properly when ABASE is an absolute file name.
28812         Correct the description of this function.
28813         Include <assert.h>.
28814         Add an assertion and a test driver.
28815         This fixes a bug introduced on 2004-07-02.
28816         Andreas Schwab reported the resulting failure of cp --parents:
28817         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
28818
28819 2005-03-21  Jim Meyering  <jim@meyering.net>
28820
28821         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
28822         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
28823
28824 2005-03-21  Jim Meyering  <jim@meyering.net>
28825         and  Paul Eggert  <eggert@cs.ucla.edu>
28826
28827         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
28828         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
28829         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
28830         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
28831         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
28832         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
28833         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
28834         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
28835         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
28836         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
28837         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
28838         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
28839         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
28840         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
28841         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
28842         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
28843         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
28844         for these modules.
28845
28846 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
28847
28848         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
28849         (which shouldn't happen), generate nothing instead of returning 0
28850         immediately, so that nstrftime (NULL, ...) doesn't return 0.
28851
28852 2005-03-16  Bruno Haible  <bruno@clisp.org>
28853
28854         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
28855         HAVE_LONGLONG_64BIT.
28856
28857 2005-03-16  Bruno Haible  <bruno@clisp.org>
28858
28859         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
28860         HAVE_LONGLONG_64BIT.
28861
28862 2005-03-16  Bruno Haible  <bruno@clisp.org>
28863
28864         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
28865         HAVE_LONGLONG_64BIT.
28866
28867 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
28868
28869         * lib/strftime.c (my_strftime): Prepend space to format so that we can
28870         reliably distinguish strftime failure from empty output on POSIX
28871         hosts.
28872
28873 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
28874
28875         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
28876         (iconv_string): Don't guess a size-zero buffer, as that might cause
28877         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
28878         result would be 'too large', where 'too large' is (heuristically)
28879         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
28880         overflow concerns.  This will prevent some unwanted malloc failures
28881         when the inputs are very large.
28882
28883 2005-03-15  Karl Berry  <karl@gnu.org>
28884
28885         * config/srclist.txt (config.rpath): from gettext.
28886         * config/config.rpath: update.
28887
28888 2005-03-15  Bruno Haible  <bruno@clisp.org>
28889
28890         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
28891         to 'negate'.
28892
28893         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
28894         variable.
28895
28896         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
28897         results.
28898
28899 2005-03-14  Simon Josefsson  <jas@extundo.com>
28900
28901         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
28902         <fx@gnu.org>.
28903
28904 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
28905
28906         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
28907         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
28908         intprops.h.
28909         * lib/strtol.c: Likewise.
28910
28911 2005-03-14  Jim Meyering  <jim@meyering.net>
28912
28913         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
28914         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
28915         to be nonzero so that we (and caller) can detect the difference
28916         between a valid zero-length expansion and an error return, even
28917         when the underlying strftime fails before writing anything into
28918         that location.
28919
28920 2005-03-14  Bruno Haible  <bruno@clisp.org>
28921
28922         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
28923         Update from GNU gettext 0.14.3.
28924
28925 2005-03-10  Jim Meyering  <jim@meyering.net>
28926
28927         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
28928
28929 2005-03-10  Jim Meyering  <jim@meyering.net>
28930
28931         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
28932         so that this module works on systems without fchdir.
28933
28934 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
28935
28936         Factor int-properties macros into a single file, except for
28937         glibc-related files.
28938         * lib/intprops.h: New file.
28939         * lib/getloadavg.c: Include it instead of limits.h.
28940         (INT_STRLEN_BOUND): Remove.
28941         * lib/human.c: Include intprops.h.
28942         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
28943         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
28944         302/1000.
28945         * lib/inttostr.h: Include intprops.h instead of limits.h.
28946         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
28947         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
28948         for consistency with intprops.h.
28949         (time_t_is_integer, twos_complement_arithmetic): Use them.
28950         * lib/sig2str.h: Include <signal.h>, intprops.h.
28951         (INT_STRLEN_BOUND): Remove.
28952         * lib/strftime.c (TYPE_SIGNED): Remove.
28953         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
28954         * lib/strtol.c: Adjust comments to match intprops.h.
28955         * lib/userspec.c: Include intprops.h.
28956         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
28957         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
28958         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
28959         instead of rolling our own expressions.
28960         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
28961
28962         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
28963         instead of int.
28964         (my_strftime): Do not mishandle years close to INT_MAX, by doing
28965         the right thing even if adding 1900 would overflow.  Similarly
28966         for tm_mon + 1 and tm_yday + 1.
28967         Make %Y always equivalent to %C%y, and similarly for %G and %g.
28968         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
28969         (DO_SIGNED_NUMBER): New macro.
28970         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
28971
28972 2005-03-07  Bruno Haible  <bruno@clisp.org>
28973
28974         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
28975
28976 2005-03-07  Bruno Haible  <bruno@clisp.org>
28977
28978         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
28979
28980 2005-03-04  Derek R. Price  <derek@ximbiot.com>
28981
28982         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
28983         (func_import): Only replace files via --import when they have actually
28984         changed.
28985
28986 2005-03-03  Derek R. Price  <derek@ximbiot.com>
28987
28988         * m4/mmap-anon.m4: New file.
28989         * m4/pagealign_alloc.m4: New file.
28990
28991 2005-03-03  Derek R. Price  <derek@ximbiot.com>
28992             Bruno Haible  <bruno@clisp.org>
28993
28994         * modules/pagealign_alloc: New file.
28995         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
28996
28997 2005-03-03  Derek R. Price  <derek@ximbiot.com>
28998             Bruno Haible  <bruno@clisp.org>
28999
29000         * lib/pagealign_alloc.h: New file.
29001         * lib/pagealign_alloc.c: New file.
29002
29003 2005-03-03  Bruno Haible  <bruno@clisp.org>
29004
29005         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
29006         Use an all-permissive copyright notice, recommended by RMS.
29007
29008 2005-03-02  Bruno Haible  <bruno@clisp.org>
29009
29010         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
29011         of AIX, the replacement has to be done only after <string.h> is
29012         included, therefore not in config.h. stpncpy.h does the replacement,
29013         and stpncpy.c uses it.
29014
29015 2005-03-02  Bruno Haible  <bruno@clisp.org>
29016
29017         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
29018         stpncpy.c uses it.
29019
29020 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29021
29022         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
29023         The workaround isn't strictly needed for POSIX conformance, and
29024         it's too much of a pain to configure and maintain.  We'll ask
29025         people to fix their kernels instead.
29026         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
29027         (NANOSLEEP_BUG_WORKAROUND): Remove.
29028         (xnanosleep): Remove the workaround.
29029
29030 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29031
29032         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
29033         Reported by Derek Price.
29034         (Include): Add "timespec.h".
29035
29036         * modules/xnanosleep (Depends-on): Remove gethrxtime.
29037
29038 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29039
29040         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
29041         to detect nanosleep bug.
29042
29043 2005-03-01  Bruno Haible  <bruno@clisp.org>
29044
29045         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
29046
29047 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29048
29049         * modules/gethrxtime: New file.
29050         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
29051         (Depends-on): Add gethrxtime.
29052         (configure.ac): Add gl_XNANOSLEEP.
29053         (Makefile.am): Remove lib_SOURCES line.
29054
29055 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
29056
29057         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
29058         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
29059
29060 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
29061
29062         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
29063         * lib/timespec.h (gettime): Return void, since it always
29064         succeeds now.  All uses changed.
29065         * lib/gettime.c (gettime) Likewise.
29066         [HAVE_NANOTIME]: Prefer nanotime.
29067         Assume gettimeofday succeeds, as POSIX requires.
29068         Assime time () succeeds, since other code already does.
29069         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
29070         (timespec_subtract): Remove.
29071         (NANOSLEEP_BUG_WORKAROUND): New constant.
29072         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
29073         things considerably.  Use it only on GNU/Linux hosts, since the
29074         workaround shouldn't be needed elsewhere.
29075
29076 2005-02-24  Bruno Haible  <bruno@clisp.org>
29077
29078         * modules/gettext (Files): Add m4/glibc2.m4.
29079
29080 2005-02-24  Bruno Haible  <bruno@clisp.org>
29081
29082         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
29083         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
29084         * m4/progtest.m4:
29085         Update from GNU gettext 0.14.2.
29086         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
29087
29088 2005-02-24  Bruno Haible  <bruno@clisp.org>
29089
29090         * lib/localcharset.c: Update from GNU gettext 0.14.2.
29091         * lib/config.charset: Update from GNU gettext 0.14.2.
29092
29093 2005-02-24  Bruno Haible  <bruno@clisp.org>
29094
29095         * lib/gettext.h: Update from GNU gettext 0.14.2.
29096
29097 2005-02-23  Simon Josefsson  <jas@extundo.com>
29098
29099         * m4/iconvme.m4: New file.
29100
29101 2005-02-23  Jim Meyering  <jim@meyering.net>
29102
29103         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
29104         change.
29105         Thanks to Bruno Haible for catching it.
29106
29107 2005-02-22  Simon Josefsson  <jas@extundo.com>
29108
29109         * modules/iconvme: New file.
29110
29111         * MODULES.html.sh: Add iconvme.
29112
29113 2005-02-22  Simon Josefsson  <jas@extundo.com>
29114
29115         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
29116
29117 2005-02-22  Simon Josefsson  <jas@extundo.com>
29118
29119         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
29120
29121 2005-02-22  Jim Meyering  <jim@meyering.net>
29122
29123         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
29124         s/ifndef/ifdef/.
29125
29126 2005-02-20  Neil Conway  <neilc@samurai.com>
29127
29128         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
29129         returned by OSX/Darwin if the specified buffer is not large
29130         enough for the hostname.
29131
29132 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29133
29134         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
29135         pass it to _help, otherwise the latter coredumps trying to
29136         dereference state.root_argp.
29137
29138 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29139
29140         * modules/chdir-long (Depends-on): Add memrchr.
29141         * modules/memrchr (Files): Add lib/memrchr.h.
29142         (Include): "memrchr.h".
29143
29144 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29145
29146         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
29147
29148 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29149
29150         * lib/memrchr.h: New file.
29151         * lib/chdir-long.c: Include it.
29152         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
29153         Don't bother including stddef.h.
29154
29155 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
29156
29157         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
29158         inclusion.
29159         Include <sys/types.h>, for dev_t.
29160         (ME_DUMMY, ME_REMOTE): Move from here....
29161         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
29162         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
29163         Dmitry V. Levin.
29164         Include mountlist.h first, to test the interface.
29165
29166 2005-01-29  Bruno Haible  <bruno@clisp.org>
29167
29168         * lib/progname.c (program_name): Initialize.
29169         Needed when linking statically on MacOS X.
29170
29171 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
29172
29173         Sync from coreutils.
29174         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
29175         (Depends-on): Add c-strtod.
29176         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
29177
29178 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
29179
29180         Sync from coreutils.
29181         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
29182
29183         Remove files that are specific to coreutils.
29184         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
29185
29186 2005-01-28  Bruno Haible  <bruno@clisp.org>
29187
29188         * modules/javacomp: New file.
29189         * MODULES.html.sh (Java): Add javacomp.
29190
29191 2005-01-28  Bruno Haible  <bruno@clisp.org>
29192
29193         * m4/javacomp.m4: New file, from GNU gettext.
29194
29195 2005-01-28  Bruno Haible  <bruno@clisp.org>
29196
29197         * lib/javacomp.sh.in: New file, from GNU gettext.
29198         * lib/javacomp.h: New file, from GNU gettext.
29199         * lib/javacomp.c: New file, from GNU gettext.
29200
29201 2005-01-26  Simon Josefsson  <jas@extundo.com>
29202
29203         * lib/gai_strerror.c: Use GPL in header.
29204
29205 2005-01-26  Bruno Haible  <bruno@clisp.org>
29206
29207         * modules/javaexec: New file.
29208         * MODULES.html.sh (Java): Add javaexec.
29209
29210 2005-01-26  Bruno Haible  <bruno@clisp.org>
29211
29212         * m4/javaexec.m4: New file, from GNU gettext.
29213
29214 2005-01-26  Bruno Haible  <bruno@clisp.org>
29215
29216         * lib/javaexec.sh.in: New file, from GNU gettext.
29217         * lib/javaexec.h: New file, from GNU gettext.
29218         * lib/javaexec.c: New file, from GNU gettext.
29219
29220 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29221
29222         * modules/lchown (Depends-on): Remove lchown.h
29223
29224 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29225
29226         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
29227         must be defined if the header file was not found, in order
29228         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
29229
29230 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29231
29232         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
29233         initializers for struct pentry_state.
29234         (__argp_error): Check return value of __asprintf
29235         (__argp_failure): Translate error message
29236
29237         * lib/argp-parse.c: Removed braces around the expansion of N_()
29238
29239 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29240
29241         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
29242         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
29243         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
29244         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
29245         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
29246         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
29247         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
29248         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
29249         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
29250         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
29251         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
29252         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
29253         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
29254         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
29255         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
29256         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
29257         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
29258         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
29259         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
29260         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
29261         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
29262         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
29263         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
29264         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
29265         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
29266         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
29267         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
29268         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
29269         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
29270         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
29271         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
29272         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
29273         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
29274         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
29275         xstrtol.m4, xstrtoumax.m4, yesno.m4:
29276         Use an all-permissive copyright notice, recommended by RMS.
29277
29278 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
29279
29280         * modules/chdir-long (Depends-on): Remove mempcpy.
29281
29282 2005-01-21  Jim Meyering  <jim@meyering.net>
29283
29284         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
29285         same value as for Solaris 9.
29286
29287         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
29288         component length.  This included changing the parameter to be
29289         of type `char *' rather than `char const *'.
29290         * lib/chdir-long.h (chdir_long): Update prototype.
29291
29292         * lib/openat.c (fdopendir, fstatat): New functions.
29293         * lib/openat.h: Include headers required for use of DIR and struct
29294         stat.
29295         [AT_SYMLINK_NOFOLLOW]: Define.
29296         (fdopendir, fstatat): Add prototypes.
29297
29298 2005-01-21  Bruno Haible  <bruno@clisp.org>
29299
29300         * modules/classpath: New file.
29301         * MODULES.html.sh (Java): Add classpath.
29302
29303 2005-01-21  Bruno Haible  <bruno@clisp.org>
29304
29305         * lib/classpath.h: New file, from GNU gettext.
29306         * lib/classpath.c: New file, from GNU gettext.
29307
29308 2005-01-20  Simon Josefsson  <jas@extundo.com>
29309
29310         * modules/version-etc-fsf: New file.
29311
29312 2005-01-20  Simon Josefsson  <jas@extundo.com>
29313
29314         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
29315         * lib/version-etc.c: Remove version_etc_copyright.
29316         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
29317         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
29318
29319 2005-01-20  Simon Josefsson  <jas@extundo.com>
29320
29321         * lib/base64.h (isbase64): Add.
29322
29323         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
29324         using a unsigned prototype, don't inline.
29325         (base64_decode): Use it.
29326
29327 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29328
29329         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
29330         it.
29331
29332 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29333
29334         * lib/save-cwd.c (save_cwd): Remove code to support the case
29335         where fchdir is missing or flaky.
29336
29337 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29338
29339         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
29340
29341 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
29342
29343         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
29344         AC_LIBSOURCES now does this.
29345         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
29346         with new ullong_max module.
29347
29348 2005-01-19  Bruno Haible  <bruno@clisp.org>
29349
29350         * modules/sh-quote: New file.
29351         * MODULES.html.sh (Executing programs): Add sh-quote.
29352
29353 2005-01-19  Bruno Haible  <bruno@clisp.org>
29354
29355         * lib/sh-quote.h: New file, from GNU gettext.
29356         * lib/sh-quote.c: New file, from GNU gettext.
29357
29358 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29359
29360         Merge from coreutils.
29361         * m4/ullong_max.m4: New file.
29362         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
29363         (gl_MACROS): Assume localeconv exists.
29364
29365 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29366
29367         Merge changes from coreutils, as described below in several
29368         changelogs dated today.
29369
29370         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
29371         (O_DIRECTORY): Remove; not needed here, since "." must be
29372         a directory.  All uses removed.
29373         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
29374         universal on Suns, and we also need to test for IRIX.
29375         Revamp code to use 'if' rather than '#if'.
29376         Avoid unnecessary comparison of cwd->desc to 0.
29377
29378         * lib/utimens.c (futimens): Robustify the previous patch, by checking
29379         for known valid error numbers rather than observed invalid ones.
29380
29381 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29382
29383         * modules/ullong_max: New file.
29384
29385         * modules/chdir-long, modules/openat: New files.
29386         * modules/save-cwd (Depends-on): Depend on chdir-long.
29387         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
29388
29389 2005-01-18  Jim Meyering  <jim@meyering.net>
29390
29391         Merge from coreutils.
29392         * m4/chdir-long.m4, m4/openat.m4: New files.
29393         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
29394         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
29395         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
29396         is sane and DOES follow symlinks.  Besides, testing 20 different
29397         systems found no broken chown implementations.
29398         Prompted by a change in rsync's copy of this macro.
29399         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
29400
29401         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
29402
29403         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
29404         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
29405         NULL-means-set-to-current-time semantics.
29406         Remove temporary file immediately, rather than waiting
29407         for configure's at-exit trap code to do it.
29408
29409 2005-01-18  Jim Meyering  <jim@meyering.net>
29410
29411         * lib/version-etc.c (version_etc_copyright): Update copyright date.
29412
29413         * lib/utimens.c (futimens): Account for the fact that futimes
29414         can also fail with errno == ENOSYS or errno == ENOENT.
29415         Patch from Dmitry V. Levin.
29416
29417         Change the name of the robust chdir function from chdir to chdir_long.
29418         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
29419         (restore_cwd): Use chdir_long, not chdir.
29420         * lib/chdir-long.c: Renamed from chdir.c.
29421         * lib/chdir-long.h: Renamed from chdir.h.
29422         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
29423         Hurd.
29424
29425 2005-01-18  Bruno Haible  <bruno@clisp.org>
29426
29427         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
29428         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
29429         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
29430         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
29431         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
29432         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
29433         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
29434         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
29435         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
29436         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
29437         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
29438         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
29439         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
29440         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
29441         Use an all-permissive copyright notice, recommended by RMS.
29442
29443 2005-01-18  Bob Proulx  <bob@proulx.com>
29444
29445         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
29446         simplify offsetof() macro construct to avoid compile failure with
29447         native HP-UX 11.0 ANSI C compiler.
29448
29449 2005-01-17  Bruno Haible  <bruno@clisp.org>
29450
29451         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
29452         redundant because stpncpy.m4 takes care of it.
29453
29454 2005-01-17  Bruno Haible  <bruno@clisp.org>
29455
29456         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
29457
29458 2005-01-17  Bruno Haible  <bruno@clisp.org>
29459
29460         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
29461         used.
29462
29463 2005-01-17  Bruno Haible  <bruno@clisp.org>
29464
29465         * lib/fwriteerror.h (fwriteerror): Change specification to include
29466         fclose.
29467         * lib/fwriteerror.c: Include <stdbool.h>.
29468         (fwriteerror): At the end, close the file stream. Record whether
29469         stdout was already closed.
29470
29471 2005-01-17  Bruno Haible  <bruno@clisp.org>
29472
29473         * lib/execute.c (environ): Declare if needed.
29474         * lib/pipe.c (environ): Likewise.
29475         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
29476
29477 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29478
29479         * modules/argp: Depend on vsnprintf
29480
29481 2005-01-10  Jim Meyering  <jim@meyering.net>
29482
29483         * modules/closeout (Depends-on): Add atexit.
29484
29485 2005-01-06  Bruno Haible  <bruno@clisp.org>
29486
29487         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
29488
29489 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29490
29491         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
29492         definitions to be after all include files, to avoid collisions.
29493         Problem reported by Bob Proulx.
29494
29495 2005-01-04  Jim Meyering  <jim@meyering.net>
29496
29497         Changes imported from coreutils.
29498         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
29499         as the mkstemp template, use a temporary directory and an
29500         8.3-friendly template to avoid trouble on systems like DJGPP.
29501         Reported by Juan M. Guerrero via Stepan Kasal.
29502         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
29503         close. Remove the temporary directory right away, rather than waiting
29504         for configure's at-exit trap code to do it.
29505         Suggestion from Stepan Kasal.
29506
29507 2005-01-01  Simon Josefsson  <jas@extundo.com>
29508
29509         * gnulib-tool: Print #include directives when --import'ing.
29510
29511 2004-12-28  Simon Josefsson  <jas@extundo.com>
29512
29513         * tests/test-base64.c: Include required header files.  Remove
29514         unused variables.
29515
29516 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
29517
29518         * modules/error (Depends-on): Remove gettext.
29519
29520 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
29521
29522         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
29523         not needed.  This removes a dependency on the gettext module.
29524         [defined _LIBC]: Do not include <libintl.h>; not needed.
29525
29526 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
29527
29528         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
29529         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
29530
29531 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
29532
29533         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
29534         HAVE_DECL_STRTOLD.
29535
29536 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29537
29538         * modules/getdate (Depends-on): Remove alloca-opt.
29539
29540 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29541
29542         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
29543
29544 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29545
29546         * lib/argp-parse.c: Include <stddef.h>.
29547         (alignof, alignto): New macros.
29548         (parser_init): Don't assume that void * is aligned sufficiently
29549         for struct option.
29550
29551         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
29552         need to extend the stack.
29553         (YYINITDEPTH): New macro, so that the initial stack isn't overly
29554         large.
29555
29556 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29557
29558         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
29559
29560 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
29561
29562         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
29563         (2004-10-24) change.  Apparently this was a false alarm.
29564
29565         * modules/getdate: Depend on alloca-opt, not alloca.
29566
29567 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
29568
29569         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
29570         Remove now-obsolete comment about AIX.
29571         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
29572         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
29573         (YYMAXDEPTH): New macro.
29574
29575 2004-12-18  Simon Josefsson  <jas@extundo.com>
29576
29577         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
29578
29579 2004-12-18  Bruno Haible  <bruno@clisp.org>
29580
29581         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
29582
29583 2004-12-18  Bruno Haible  <bruno@clisp.org>
29584
29585         * lib/fatal-signal.c (fatal_signals): Make non-const.
29586         (init_fatal_signals): New function.
29587         (uninstall_handlers, install_handlers): Ignore signals that were set to
29588         SIG_IGN.
29589         (at_fatal_signal): Call init_fatal_signals.
29590         (init_fatal_signal_set): Likewise. Ignore signals that were set to
29591         SIG_IGN.
29592         Reported by Paul Eggert.
29593
29594 2004-12-18  Bruno Haible  <bruno@clisp.org>
29595
29596         * doc/alloca.texi: New file.
29597         * doc/alloca-opt.texi: New file.
29598
29599 2004-12-17  Jim Meyering  <jim@meyering.net>
29600
29601         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
29602         Otherwise, install-sh could exit with improper exit status when
29603         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
29604
29605 2004-12-16  Simon Josefsson  <jas@extundo.com>
29606
29607         * tests/test-base64.c: Add license.
29608
29609 2004-12-15  Stepan Kasal  <address@hidden>
29610
29611         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
29612
29613 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
29614
29615         * modules/getcwd (Files): Add m4/d-ino.m4.
29616         Suggested by Mark D. Baushke.
29617
29618 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
29619
29620         * lib/getdate.y (textint): New member "negative".
29621         (time_zone_hhmm): New function.
29622         Expect 14 shift-reduce conflicts, not 13.
29623         (o_colon_minutes): New rule.
29624         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
29625         (yylex): Set the "negative" member of signed numbers.
29626
29627 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
29628
29629         * doc/getdate.texi (Time of day items, Time zone items):
29630         Describe new formats +00:00, UTC+00:00.
29631
29632 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29633
29634         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
29635         spurious "-l"s.  Problem reported by Stepan Kasal.
29636
29637 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
29638
29639         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
29640         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
29641
29642 2004-12-04  Simon Josefsson  <jas@extundo.com>
29643
29644         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
29645         Vandoorselaere <yoann@prelude-ids.org>.
29646
29647 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
29648
29649         Changes imported from coreutils.
29650         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
29651         exist.
29652         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
29653
29654 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
29655
29656         Changes imported from coreutils.
29657         * lib/hard-locale.c: Assume <locale.h> exists.
29658         Include "strdup.h".
29659         (GLIBC_VERSION): New macro.
29660         (hard_locale): Assume setlocale exists.
29661         Rewrite to avoid #ifdef.
29662         Use strdup rather than malloc + strcpy.
29663         * lib/human.c: Assume <locale.h> exists.
29664         (human_readable): Assume localeconv exists.
29665
29666 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
29667
29668         * modules/hard-locale (Depends-on): Add strdup.
29669
29670 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
29671
29672         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
29673         convert T2, not T.  (Imported from libc.)
29674
29675 2004-11-30  Simon Josefsson  <jas@extundo.com>
29676
29677         * modules/restrict (License): Change to LGPL.
29678
29679 2004-11-30  Simon Josefsson  <jas@extundo.com>
29680
29681         * m4/restrict.m4: Add copyright and copying conditions.
29682
29683 2004-11-30  Simon Josefsson  <jas@extundo.com>
29684
29685         * m4/base64.m4: New file.
29686
29687 2004-11-30  Simon Josefsson  <jas@extundo.com>
29688
29689         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
29690         base64.
29691
29692         * tests/test-base64.c: New file.
29693
29694         * modules/base64: New file.
29695
29696 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
29697
29698         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
29699         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
29700
29701         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
29702
29703 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
29704
29705         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
29706         (__getcwd.c): Don't restore errno; glibc doesn't.
29707         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
29708         first, falling back to our code only if its results look suspicious.
29709         Ensure that the resulting buffer is only as large as necessary.
29710
29711         * lib/readutmp.c: Include readutmp.h first.
29712         Include <errno.h>, since readutmp.h no longer does that.
29713         * lib/readutmp.h: Don't include <errno.h>,
29714         <sys/param.h>, <time.h>; not needed to establish interface.
29715         (errno): Remove decl.
29716         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
29717         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
29718         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
29719
29720 2004-11-28  Simon Josefsson  <jas@extundo.com>
29721
29722         * lib/base64.h, base64.c: New file.
29723
29724 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
29725
29726         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
29727
29728 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
29729
29730         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
29731         (Depends-on): Remove pathmax, same.  Add mempcpy.
29732         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
29733         (Makefile.am): Append getcwd.h to lib_SOURCES.
29734         (Include): Add getcwd.h.
29735         (Maintainer): Change from Jim Meyering to "all, glibc",
29736         since getdate now uses intended-for-glibc code.
29737         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
29738         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
29739
29740 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
29741
29742         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
29743         HP's ANSI C compiler.
29744         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
29745         Declaring int functions causes warnings on some modern systems and
29746         shouldn't be needed to compile on ancient ones.
29747         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
29748         defined.
29749
29750         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
29751         with the following changes.
29752         (__set_errno): Parenthesize properly.
29753         Include <stdbool.h>.
29754         (MIN, MAX, MATCHING_INO): New macros.
29755         (__getcwd): Define with prototype, not K&R form.
29756         Use heuristics to allocate default buffer on stack if possible.
29757         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
29758         behavior, and to avoid the PATH_MAX limit when computing
29759         ../../../../...
29760         Use MATCHING_INO to compare inode number to file.
29761         Check for arithmetic overflow in size calculations.
29762         Fix bug in reallocation of dot array that caused getcwd to fail
29763         on directories nested deeper than 75.
29764         Be more careful about saving errno on error.
29765         Do not use realloc; use only free+malloc, as this is a bit
29766         more flexible and avoids a needless copy operation.
29767         Do not inspect st_dev and st_ino for symbolic links; POSIX
29768         doesn't specify the latter.
29769         Check for closedir errors.
29770         Avoid needless casts.
29771         Use "#ifdef weak_alias" around weak_alias, to be like other
29772         glibc code.
29773         The following changes to getcwd.c have effect only when used in
29774         gnulib; they have no effect inside glibc proper.
29775         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
29776         as alloca isn't used.
29777         (alloca, __alloca): Likewise.
29778         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
29779         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
29780         unconditionally, as gnulib assumes C89 or better.
29781         Do not include <sys/param.h>.
29782         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
29783         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
29784         better.
29785         (NULL) [!defined NULL]: Remove; we assume C89 or better.
29786         Include <dirent.h> in a way that is compatible with modern Autoconf.
29787         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
29788         New macros, if not already defined.
29789         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
29790         Use "_LIBC", not "defined _LIBC", for consistency.
29791         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
29792         a mempcpy module.
29793         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
29794         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
29795         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
29796         credit only to Jim Meyering and adjust the copyright dates.
29797         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
29798         <stdlib.h>, <unistd.h>, "pathmax.h".
29799         Instead, include "xgetcwd.h" (first) and "getcwd.h".
29800         (INITIAL_BUFFER_SIZE): Remove.
29801         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
29802
29803 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
29804
29805         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
29806         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
29807         Use the _ONCE methods, for efficiency.
29808         Check for fcntl.h.  In test program, include <errno.h>
29809         and <fcntl.h> if available.  Remove old K&R cruft from
29810         test program.  Check for common errors in GNU/Linux,
29811         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
29812         don't do AC_LIBOBJ, as that's getcwd.m4's job.
29813         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
29814         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
29815         name accordingly.
29816         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
29817         accommodate new getcwd.c.
29818         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
29819         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
29820         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
29821         that's all we need now.
29822
29823 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29824
29825         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
29826         argp-parse.c depends on getopt internals, that means we should
29827         always use our getopt, to be on the safe side.
29828         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
29829         order not to spoil the result of an eventual previous invocation
29830         of gl_GETOPT_SUBSTITUTE.
29831
29832 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29833
29834         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
29835         redefinition warnings. To avoid them, include the defines
29836         in `#if !defined __need_getopt ... #endif'. The only place
29837         where __getopt_argv_const is used is in definitions
29838         of getopt_long and getopt_long_only below, which are as well
29839         protected by `#ifndef __need_getopt'.
29840         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
29841         __need_getopt after including <stdio.h> and <unistd.h> These
29842         headers might have defined it.
29843
29844 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
29845
29846         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
29847
29848 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
29849
29850         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
29851         (futimens): New function, which uses futimes if available.
29852         (futimens, utimens): Support timespec==NULL, with same semantics
29853         as utime and utimens.
29854         * lib/utimens.h (futimens): New decl.
29855
29856 2004-11-23  Jim Meyering  <jim@meyering.net>
29857
29858         * lib/getopt_.h: Remove trailing blanks.
29859
29860 2004-11-23  Jim Meyering  <jim@meyering.net>
29861
29862         * lib/__fpending.c: Add comment.
29863
29864 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
29865
29866         * modules/canonicalize (Depends-on): Add xreadlink.
29867         Problem reported by James Youngman.
29868
29869 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
29870
29871         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
29872         New macros.
29873         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
29874         optopt): Use them instead of invoking ## directly; otherwise, the
29875         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
29876
29877 2004-11-19  Bruno Haible  <bruno@clisp.org>
29878
29879         * lib/strtok_r.c: Move comments from here...
29880         * lib/strtok_r.h: ... to here.
29881
29882 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
29883
29884         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
29885         implementations that mishandle size_t overflow.
29886
29887 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
29888
29889         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
29890         might fail.  Problem reported by Yoann Vandoorselaere.
29891         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
29892         implementations that mishandle size_t overflow.
29893
29894 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29895
29896         * modules/canon-host (Depends-on): Add strdup.
29897
29898 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29899
29900         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
29901
29902 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29903
29904         * lib/canon-host.c: Include "strdup.h".
29905         (canon_host): Use getaddrinfo if available, so that IPv6 works.
29906         Use strdup instead of malloc/strcpy to duplicate strings.
29907
29908         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
29909         (human_space_before_unit): New constant.
29910         * lib/human.c (human_readable): Support it.
29911
29912         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
29913         (xgetcwd): Set errno correctly when failing.
29914         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
29915         the failure is actually due to a PATH_MAX problem.
29916
29917         Further getopt changes to make it more likely that glibc will
29918         buy the changes back.
29919         * lib/getopt.c (POSIXLY_CORRECT): New constant.
29920         (getopt): Use it, so to preserve glibc semantic
29921         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
29922         when compiling for libc.
29923         * lib/getopt_.h (__getopt_argv_const): Bring it back.
29924         (getopt_long, getopt_long_only): Use it.
29925
29926         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
29927         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
29928         (getopt): Argv is now char * const *, as per standard.
29929         (_getopt_internal_r, _getopt_internal): Argv is now char **,
29930         not char *__getopt_argv_const *.
29931         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
29932         _getopt_long_only_r): Likewise.
29933         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
29934         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
29935         _getopt_long_r, _getopt_long_only_r): Likewise.
29936         * lib/getopt_.h (__getopt_argv_const): Remove.
29937         (getopt): Argv is now char * const *, as per standard.
29938
29939         * lib/getdate.y (tORDINAL): New token.
29940         (day, relunit): Allow it for relative times.
29941         (relative_time_table): Use tORDINAL for ordinals.
29942
29943 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29944
29945         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
29946         Document that "second" isn't allowed as an ordinal number.
29947
29948 2004-11-16  Jim Meyering  <jim@meyering.net>
29949
29950         * modules/closeout (Depends-on): Add fpending.
29951
29952 2004-11-15  Jim Meyering  <jim@meyering.net>
29953
29954         * lib/closeout.c: Include "__fpending.h" once again.
29955         Include <stdbool.h>.
29956         (close_stdout): Don't fail just because stdout was closed initially,
29957         since some programs don't write to stdout in the normal course of
29958         operation (other than --version and --help), and we don't want this
29959         function to make e.g. `touch file >&-' fail.
29960         But do fail if it was closed and someone has tried to write to it.
29961         E.g., `printf foo >&-' must fail.
29962
29963 2004-11-13  Jim Meyering  <jim@meyering.net>
29964
29965         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
29966
29967 2004-11-12  Simon Josefsson  <jas@extundo.com>
29968
29969         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
29970         small doc fix is still pending.
29971
29972 2004-11-11  Simon Josefsson  <jas@extundo.com>
29973
29974         * modules/strtok_r: New file.
29975
29976         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29977         strtok_r.
29978
29979 2004-11-11  Simon Josefsson  <jas@extundo.com>
29980
29981         * m4/strtok_r.m4: New file.
29982
29983         * m4/getopt.m4: Replace opterr.
29984
29985 2004-11-11  Simon Josefsson  <jas@extundo.com>
29986
29987         * lib/strtok_r.h, strtok_r.c: New file.
29988
29989 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
29990
29991         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
29992         of replacing opterr, getopt, etc.  This should handle the
29993         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
29994
29995 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
29996
29997         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
29998         we can stop lying to compilers about the constness of argv when we
29999         are compiled outside glibc.
30000         (getopt, getopt_long, getopt_long_only): Use it.
30001         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
30002         _getopt_internal, getopt): Likewise.
30003         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
30004         _getopt_long_only_r): Likewise.
30005         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
30006         _getopt_long_r, _getopt_long_only_r): Likewise.
30007
30008         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
30009         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
30010         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
30011         the other external symbols.
30012         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
30013         declaration, since the above renaming now works around collisions.
30014
30015 2004-11-11  Jim Meyering  <jim@meyering.net>
30016
30017         * lib/linebreak.c: Remove trailing blanks.
30018         * lib/alloca_.h: Likewise.
30019         * lib/acosl.c: Likewise.
30020         * lib/euidaccess.c: Likewise.
30021         * lib/allocsa.h: Likewise.
30022
30023 2004-11-10  Simon Josefsson  <jas@extundo.com>
30024
30025         * m4/getaddrinfo.m4: New file.
30026
30027 2004-11-10  Simon Josefsson  <jas@extundo.com>
30028
30029         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
30030
30031 2004-11-10  Simon Josefsson  <jas@extundo.com>
30032
30033         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30034         getaddrinfo.
30035
30036         * modules/getaddrinfo: New file.
30037
30038 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30039
30040         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
30041
30042 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30043
30044         * lib/mktime.c (SHR): New macro, which is a portable
30045         substitute for >> that should work even on Crays.
30046         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
30047         Problem reported by Mark D. Baushke in
30048         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
30049         * lib/getdate.y (SHR): Likewise.
30050         (tm_diff): Use it.
30051         * lib/strftime.c (SHR): Likewise.
30052         (tm_diff): Use it.
30053         * lib/quotearg.c (struct quoting_options): Use unsigned int for
30054         quote_these_too, so that right shifts are well defined.  All uses
30055         changed.
30056
30057 2004-11-10  Jim Meyering  <jim@meyering.net>
30058
30059         Ensure that no close failure goes unreported.
30060         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
30061         return early when it seems there's nothing to flush.
30062         Don't include __fpending.h.
30063
30064 2004-11-10  Jim Meyering  <jim@meyering.net>
30065
30066         * modules/closeout (Depends-on): Remove fpending.
30067
30068 2004-11-10  Jim Meyering  <jim@meyering.net>
30069
30070         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
30071
30072 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30073
30074         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
30075         gl_FUNC_STRFTIME.
30076         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
30077         and AC_REQUIRE when possible, to avoid duplicate checks.
30078         Check for <wchar.h>.
30079
30080 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30081
30082         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
30083
30084 2004-11-09  Bruno Haible  <bruno@clisp.org>
30085
30086         * m4/sockpfaf.m4: New file.
30087
30088 2004-11-05  Bruno Haible  <bruno@clisp.org>
30089
30090         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
30091         Reported by Mark D. Baushke <mdb@cvshome.org>.
30092
30093 2004-11-04  Bruno Haible  <bruno@clisp.org>
30094
30095         2004-09-11  Bruno Haible  <bruno@clisp.org>
30096                 * allocsa.valgrind: New file.
30097         2004-02-06  Bruno Haible  <bruno@clisp.org>
30098                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
30099                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
30100                 Reported by Christopher Seip <chris.seip@hp.com>.
30101
30102 2004-11-04  Bruno Haible  <bruno@clisp.org>
30103
30104         * modules/allocsa (Files): Add lib/allocsa.valgrind.
30105         (Makefile.am): Distribute it.
30106
30107 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
30108
30109         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
30110         with errno == ERANGE if the buffer is too small.
30111         Problem reported by Mark D. Baushke.
30112
30113 2004-11-03  Albert Chin  <china@thewrittenword.com>
30114             Paul Eggert  <eggert@cs.ucla.edu>
30115
30116         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
30117         equivalent, substitute $ac_type for equivalent type rather than
30118         blindly using uint32_t *always* which won't work if uint32_t is not
30119         available.  Define _UINT32_T to work around typedef of uint32_t if
30120         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
30121         2.5.1.
30122
30123 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30124
30125         * m4/jm-macros.m4: Sync from coreutils.
30126         (gl_MACROS): Check for mbrlen, for pathchk.
30127         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
30128
30129 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30130
30131         * lib/xreadlink.c (MAXSIZE): New macro.
30132         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
30133         size does not exceed MAXSIZE.  Avoid cast.
30134         As suggested by Mark D. Baushke in
30135         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
30136         if readlink fails with buffer size just under MAXSIZE, try again
30137         with MAXSIZE.
30138
30139 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30140
30141         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
30142
30143 2004-11-02  Derek R. Price  <derek@ximbiot.com>
30144         and  Paul Eggert  <eggert@cs.ucla.edu>
30145
30146         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
30147         (get_date): Overparenthesize to avoid GCC warning.
30148
30149 2004-11-02  Bruno Haible  <bruno@clisp.org>
30150
30151         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
30152         returns void.
30153
30154 2004-11-02  Bruno Haible  <bruno@clisp.org>
30155
30156         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
30157         function returns void.
30158
30159 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30160
30161         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
30162         fflush_unlocked, flockfile, funlockfile, funlockfile,
30163         fputs_unlocked, putc_unlocked.
30164
30165 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30166
30167         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
30168         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
30169         already declared.
30170
30171 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30172
30173         * modules/getdate (Files): Add doc/getdate.texi.
30174         (Depends-on): Add setenv, xalloc.
30175
30176 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30177
30178         * lib/getdate.y: Add support for TZ="foo" within a date string.
30179         Fix some bugs near time_t boundaries.  Reject dates with
30180         out-of-range components, e.g., "Sept 31".
30181         Include <stdlib.h>, "setenv.h", "xalloc.h".
30182         (ISDIGIT_LOCALE): Remove; unused.
30183         Note that the TZ and time functions used here are not reentrant.
30184         (mktime_ok, get_tz): New functions.
30185         (TZBUFSIZE): New constant.
30186         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
30187         This requires that we sometimes generate our own TZ="XXX..." setting.
30188
30189 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30190
30191         * doc/getdate.texi: New file, from coreutils with modifications for
30192         the new TZ parsing.
30193
30194 2004-10-27  Derek R. Price  <derek@ximbiot.com>
30195
30196         * lib/mktime.c (not_equal_tm): Remove redundant check.
30197
30198 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30199
30200         * modules/regex (lib_SOURCES): Add regex.c.
30201         Reported by James Youngman in
30202         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
30203
30204 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30205
30206         * lib/getdate.y: Use Bison 1.875 features, and some minor
30207         code cleanups.  This change does not affect semantics.
30208         Don't include <stdlib.h>; no longer needed.
30209         Don't include unlocked-io.h; only the "#if TEST" code uses
30210         stdio, and performance isn't crucial there.
30211         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
30212         Bison 1.875 features as described below.
30213         All uses of "PC." replaced by "pc->".
30214         (YYSTYPE): Add a forward declaration.
30215         (yylex, yyerror): Use full prototypes in forward decls.
30216         Use "%pure-parser" rather than obsolescent "%pure_parser".
30217         Use %parse-param and %lex-param instead of obsolescent
30218         YYPARSE_PARAM and YYLEX_PARAM.
30219         (meridian_table, month_and_day_table, time_units_table,
30220         relative_time_table, time_zone_table, military_table,
30221         lookup_zone, lookup_word, get_date):
30222         Use NULL instead of 0 where appropriate.
30223         (to_hour): Avoid abort (), to avoid a dependency on
30224         stdlib.h.
30225         (yyerror, yylex): Now accepts parser_control * arg.
30226         (main) [TEST]: Use '\0' rather than 0 for char.
30227
30228 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30229
30230         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
30231
30232 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30233
30234         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
30235         It's now the caller's responsibility to handle the case where
30236         !HAVE_GETPAGESIZE && !defined getpagesize.
30237
30238         * lib/mktime.c (leapyear): Arg is long int, not int.
30239
30240 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
30241
30242         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
30243
30244 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30245
30246         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
30247         missing.  Problem reported by James Youngman.
30248
30249 2004-10-16  Simon Josefsson  <jas@extundo.com>
30250
30251         * gnulib-tool: Fix comments.  Fix parse problem.
30252         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
30253
30254 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
30255
30256         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
30257         implementation of getopt_long.  Problem reported by Alexander Taler in:
30258         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
30259
30260 2004-10-15  Bruno Haible  <bruno@clisp.org>
30261
30262         * gnulib-tool: Untabify. Initialize supplied_libname.
30263         (func_usage): More homogenous output.
30264         (func_modules_transitive_closure, func_modules_to_filelist,
30265         func_emit_lib_Makefile_am): New functions.
30266         (func_import): New function, extracted from big case statement. Use
30267         func_get_license, func_modules_transitive_closure,
30268         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
30269         opt_lgpl. Don't use test -a, as it's not portable.
30270         (func_create_testdir): Use func_modules_transitive_closure,
30271         func_modules_to_filelist, func_emit_lib_Makefile_am.
30272
30273 2004-10-15  Bruno Haible  <bruno@clisp.org>
30274
30275         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
30276
30277 2004-10-15  Bruno Haible  <bruno@clisp.org>
30278
30279         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
30280         the portions belonging to each module.
30281         Suggested by Derek Robert Price <derek@ximbiot.com>.
30282
30283 2004-10-12  Simon Josefsson  <jas@extundo.com>
30284
30285         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
30286         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
30287         to real functions.
30288
30289 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30290
30291         * modules/vsnprintf: New file.
30292
30293 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30294
30295         * m4/vsnprintf.m4: New file.
30296
30297 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30298
30299         * lib/vsnprintf.h: New file.
30300         * lib/vsnprintf.c: New file.
30301
30302 2004-10-11  Bruno Haible  <bruno@clisp.org>
30303
30304         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
30305         vsnprintf.
30306
30307 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30308
30309         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
30310
30311 2004-10-07  Bruno Haible  <bruno@clisp.org>
30312
30313         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
30314         fits into the provided buffer.
30315
30316 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
30317
30318         * lib/diacrit.c, diacrit.h: Add GPL notice.
30319
30320         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
30321         notice.
30322         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
30323         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
30324         This avoids a potential constant-folding bug.
30325
30326 2004-10-05  Bruno Haible  <bruno@clisp.org>
30327
30328         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
30329         for the declaration of strsep.
30330
30331 2004-10-05  Bruno Haible  <bruno@clisp.org>
30332
30333         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
30334
30335 2004-10-04  Simon Josefsson  <jas@extundo.com>
30336
30337         * modules/memmem: New file.
30338         * tests/test-memmem.c: New file.
30339         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
30340
30341 2004-10-04  Simon Josefsson  <jas@extundo.com>
30342
30343         * m4/memmem.m4: New file.
30344
30345 2004-10-04  Simon Josefsson  <jas@extundo.com>
30346
30347         * lib/memmem.h: New file.
30348         * lib/memmem.c: New file, taken from glibc.
30349
30350 2004-10-04  Simon Josefsson  <jas@extundo.com>
30351
30352         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
30353         '#ifdef USE_UNLOCKED_IO'.
30354
30355 2004-10-04  Simon Josefsson  <jas@extundo.com>
30356
30357         * config/srclist.txt: Add memmem from glibc.
30358
30359 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30360
30361         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
30362
30363         * modules/argmatch, modules/argp, modules/closeout, modules/error,
30364         modules/exclude, modules/getdate, modules/getline,
30365         modules/getndelim2, modules/getpass, modules/getpass-gnu,
30366         modules/getusershell, modules/linebuffer, modules/md5,
30367         modules/mountlist, modules/posixtm, modules/readtokens,
30368         modules/readutmp, modules/regex, modules/sha1,
30369         modules/version-etc, modules/yesno:
30370         Remove dependency on unlocked-io.
30371
30372 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30373
30374         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
30375
30376         * m4/unlocked-io.m4: Add copyright notice.
30377         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
30378
30379 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30380
30381         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
30382         * lib/xmalloc.c (xmemdup): Likewise.
30383         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
30384         XFREE): Remove these long-obsolescent macros.
30385         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
30386         * lib/xstrdup.c: Remove.
30387
30388         * lib/regex.c (re_comp): Cast gettext return value to char *,
30389         Problem reported by Martin Neitzel via Mark D. Baushke.
30390
30391 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30392
30393         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
30394         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
30395         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
30396         regex.c, sha1.c, version-etc.c, yesno.c:
30397         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
30398         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
30399         the includer's responsibility.
30400
30401         Sync from coreutils.
30402
30403         * lib/modechange.c (mode_compile): Don't decrement a pointer that
30404         points to the start of a string, as the C Standard says the
30405         resulting behavior is undefined.
30406
30407         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
30408         simple -> simple_backups, numbered_existing ->
30409         numbered_existing_backups, numbered -> numbered_backups
30410         to avoid shadowing problems.  All uses changed.
30411         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
30412         * lib/backupfile.c (check_extension, numbered_backup):
30413         Rename locals to avoid shadowing 'basename'.
30414         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
30415         once.
30416
30417         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
30418         * lib/.cvsignore: Add getopt.h.
30419
30420 2004-10-04  Bruno Haible  <bruno@clisp.org>
30421
30422         * modules/README: New file.
30423         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
30424         not a module.
30425
30426 2004-10-02  Jim Meyering  <jim@meyering.net>
30427
30428         * lib/dirfd.h, getpagesize.h: Add copyright notice.
30429
30430 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30431
30432         * modules/strsep: New file.
30433
30434 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30435
30436         * m4/strsep.m4: New file.
30437
30438 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30439
30440         * lib/strsep.h: New file.
30441         * lib/strsep.c: New file.
30442
30443 2004-10-01  Simon Josefsson  <jas@extundo.com>
30444
30445         * lib/snprintf.c (snprintf): Handle size==0.
30446
30447 2004-10-01  Simon Josefsson  <jas@extundo.com>
30448             Bruno Haible  <bruno@clisp.org>
30449
30450         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
30451         (snprintf): Declare 'args'.
30452
30453 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
30454
30455         * lib/snprintf.c: Remove comments as to why each header is needed.
30456
30457 2004-10-01  Bruno Haible  <bruno@clisp.org>
30458
30459         * MODULES.html.sh: Add strsep.
30460
30461 2004-09-30  Simon Josefsson  <jas@extundo.com>
30462
30463         * modules/snprintf: New file.
30464
30465 2004-09-30  Simon Josefsson  <jas@extundo.com>
30466
30467         * m4/snprintf.m4: New file.
30468
30469 2004-09-30  Simon Josefsson  <jas@extundo.com>
30470
30471         * lib/snprintf.h, lib/snprintf.c: New files.
30472
30473 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30474
30475         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
30476         (hol_entry_help): Never translate an empty string.
30477         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
30478         * lib/argp.h (OPTION_NO_TRANS): New option.
30479
30480 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30481
30482         * modules/argp (Maintainer): Replace Simon Josefsson
30483         by Sergey Poznyakoff.
30484
30485 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30486
30487         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
30488         changes merged back into glibc.
30489
30490 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30491
30492         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
30493
30494 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
30495
30496         * lib/xvasprintf.c: Include xalloc.h.
30497         (xvasprintf): Use xalloc_die, not xmalloc_die.
30498
30499 2004-09-29  Bruno Haible  <bruno@clisp.org>
30500
30501         * modules/alloca-opt: New file, derived from modules/alloca.
30502         * modules/allocsa: Depend on alloca-opt instead of alloca.
30503         * modules/setenv: Likewise.
30504         * modules/vasnprintf: Likewise.
30505         * MODULES.html.sh: Add alloca-opt.
30506
30507 2004-09-28  Simon Josefsson  <jas@extundo.com>
30508
30509         * gnulib-tool: New parameter --lgpl, to asseert that modules are
30510         LGPL, and to replace license template from GPL to LGPL.
30511
30512 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
30513
30514         * modules/dummy: Change license to LGPL.
30515
30516 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
30517
30518         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
30519
30520 2004-09-24  Simon Josefsson  <jas@extundo.com>
30521
30522         * modules/minmax (License): Change from GPL to LGPL.
30523
30524 2004-09-23  Simon Josefsson  <jas@extundo.com>
30525
30526         * gnulib-tool (--import): Typo.
30527
30528 2004-09-23  Simon Josefsson  <jas@extundo.com>
30529
30530         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
30531
30532 2004-09-22  Bruno Haible  <bruno@clisp.org>
30533
30534         * modules/*: Add 'License' field.
30535         * gnulib-tool: Accept --extract-license option.
30536         (func_get_license): New function.
30537
30538 2004-09-21  Bruno Haible  <bruno@clisp.org>
30539
30540         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
30541         Reported by Simon Josefsson.
30542
30543 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30544
30545         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
30546         gl_AC_TYPE_LONG_LONG.
30547
30548 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30549
30550         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
30551
30552 2004-09-18  Simon Josefsson  <jas@extundo.com>
30553         and  Paul Eggert  <eggert@cs.ucla.edu>
30554
30555         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
30556         calls with autoreconf.  Define GL_LIB.
30557
30558 2004-09-14  Karl Berry  <karl@gnu.org>
30559
30560         * config/srclist.txt: unsync setenv.c, sigh.
30561
30562 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
30563
30564         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
30565         Problem reported by Bruno Haible in:
30566         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
30567
30568 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
30569
30570         * config/srclist.txt: Comment out argp-pvh.c.
30571
30572 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
30573
30574         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
30575         in case some system header has #define'd it.  Problem reported by
30576         Soeren D. Schulze in
30577         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
30578
30579 2004-09-09  Karl Berry  <karl@gnu.org>
30580
30581         * regex.[ch]: delete from the root.  These were supposed to be
30582                 synced with emacs cvs, but this has not happened for about
30583                 a year, and anyway nothing else uses emacs regex.[ch].
30584                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
30585                 lib/regex[.ch] is untouched.
30586
30587 2004-09-09  Bruno Haible  <bruno@clisp.org>
30588
30589         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
30590
30591 2004-09-09  Bruno Haible  <bruno@clisp.org>
30592
30593         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
30594         modifications.
30595         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
30596
30597 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
30598
30599         * modules/xvasprintf: New file.
30600         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
30601
30602 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
30603
30604         * lib/xvasprintf.h: New file.
30605         * lib/xvasprintf.c: New file.
30606         * lib/xasprintf.c: New file.
30607
30608 2004-09-08  Bruno Haible  <bruno@clisp.org>
30609
30610         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
30611
30612 2004-09-08  Bruno Haible  <bruno@clisp.org>
30613
30614         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
30615         length is > INT_MAX.
30616         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
30617         more.
30618
30619 2004-09-08  Bruno Haible  <bruno@clisp.org>
30620
30621         * lib/stdint_.h: New file, taken from GNU clisp.
30622
30623 2004-09-08  Bruno Haible  <bruno@clisp.org>
30624             Oskar Liljeblad  <oskar@osk.mine.nu>
30625
30626         * modules/stdint: New file.
30627         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
30628
30629 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30630
30631         Import from coreutils.
30632         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
30633         strings on unbounded length.  alloca's performance benefits aren't
30634         that important here.
30635         (V_STRDUP): Remove.
30636         (parse_with_separator): New function, with most of the internals
30637         of the old parse_user_spec.  Allow user to omit both user and group,
30638         for compatibility with FreeBSD.
30639         Clone only the user name, not the entire spec.
30640         Do not set *uid, *gid unless entirely successful.
30641         Avoid memory leak in some failing cases.
30642         Fix regression for USER.GROUP reported by Dmitry V. Levin in
30643         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
30644         (parse_user_spec): Rewrite to use parse_with_separator.
30645
30646 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30647
30648         * modules/userspec: Don't depend on alloca.
30649
30650 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30651
30652         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
30653
30654 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
30655
30656         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
30657         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
30658         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
30659
30660 2004-08-16  Simon Josefsson  <jas@extundo.com>
30661
30662         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
30663         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
30664         Add --dry-run for --import.
30665         Let user provided command line parameters override configure.ac
30666         settings.
30667
30668 2004-08-12  Simon Josefsson  <jas@extundo.com>
30669
30670         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
30671         as discussed with Paul Eggert in threads rooted at
30672         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
30673         and
30674         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
30675         Before, the test was empty, and relied on ELIDE_CODE in source
30676         code.)
30677         (gl_PREREQ_GETOPT): New macro.
30678         (gl_GETOPT): Use them.
30679
30680 2004-08-12  Simon Josefsson  <jas@extundo.com>
30681
30682         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
30683         * lib/getopt_.h: Renamed from getopt.h.
30684
30685 2004-08-12  Simon Josefsson  <jas@extundo.com>
30686
30687         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
30688         Change default library name from libfoo to libgnu.
30689         Now, if you have a configure.ac that says:
30690                 gl_SOURCE_BASE(gl)
30691                 gl_M4_BASE(gl/m4)
30692                 gl_MODULES(error getopt etcetera)
30693                 gl_INIT
30694         you can import all you need by running:
30695                 ../gnulib/gnulib-tool --import
30696
30697         * modules/getopt (Files): Rename getopt.h to getopt_.h.
30698         (Makefile.am): Rewrite, use logic from argz.
30699         (Include): Use <getopt.h> instead of "getopt.h".
30700
30701 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
30702
30703         * modules/argp (Files): Add m4/unlocked-io.m4.
30704         (Depends-on): Add extensions.
30705
30706 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
30707
30708         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
30709         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
30710         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
30711         Check for program_invocation_name, program_invocation_short_name,
30712         flockfile, funlockfile, features.h, _getopt_long_only_r.
30713
30714 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
30715
30716         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
30717         its complicated substitute.
30718         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
30719         and program_invocation_name.
30720         (__argp_basename) [!_LIBC]: Remove; the only use was
30721         replaced by its body.
30722         (__argp_short_program_name): Change condition from
30723         !defined __argp_short_program_name to
30724         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
30725         to match argp-namefrob.h.
30726         (__argp_failure): Don't assume strerror_r returns char *.
30727         * lib/argp-parse.c (N_): Define unconditionally.
30728         (argp_default_options): Fill out initializers with 0 to avoid
30729         gcc warnings.
30730
30731 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
30732
30733         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
30734         getopt1.c.
30735
30736 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
30737
30738         Merge from coreutils.
30739
30740         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
30741
30742         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
30743         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
30744
30745 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
30746
30747         Merge from coreutils.
30748
30749         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
30750         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
30751         for Reliant Unix 5.43.
30752
30753         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
30754         (union fooround): Use uintmax_t, not long int.
30755         The rest is a merge from libc:
30756         [defined _LIBC]: Include <shlib-compat.h>.
30757         (_obstack) [defined _LIBC]: Remove after 2.3.4.
30758
30759         * lib/settime.c (settime): Recode to avoid warning with
30760         Sun Forte C 6U2.
30761
30762         * lib/strverscmp.c: Convert to UTF-8.
30763
30764 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
30765
30766         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
30767         m4/uintmax_t.m4.
30768
30769 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30770
30771         * modules/xalloc-die: New file.
30772         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
30773
30774         * modules/md5 (Files): Add m4/uint32_t.m4.
30775         * modules/sha1: Renamed from modules/sha.
30776         (Files):
30777         Rename lib/sha.h to lib/sha1.h.
30778         Rename lib/sha.c to lib/sha1.c.
30779         Rename m4/sha.m4 to m4/sha1.m4.
30780         (lib_SOURCES): Likewise.
30781         (configure.ac): Rename gl_SHA to gl_SHA1.
30782         (Include): sha.h -> sha1.h.
30783
30784 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30785
30786         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
30787         * m4/sha1.m4: Renamed from sha.m4.
30788         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
30789
30790 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30791
30792         * lib/obstack.h (obstack_empty_p):
30793         Don't assume that chunk->contents is suitably aligned.
30794         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
30795         Likewise. Problem reported by Benno in
30796         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
30797
30798         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
30799         readable.  This could be improved further but it'd take some work.
30800
30801 2004-08-08  Simon Josefsson  <jas@extundo.com>
30802
30803         * modules/xgethostname (Depends-on): Remove exit and error (not
30804         used).
30805
30806         * modules/getpass-gnu: Add getpass.h.
30807         (Depends-on): Add stdbool.
30808         * modules/getpass: Add getpass.h.
30809
30810 2004-08-08  Simon Josefsson  <jas@extundo.com>
30811
30812         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
30813         Check getpass declaration.
30814
30815 2004-08-08  Simon Josefsson  <jas@extundo.com>
30816
30817         * lib/xgethostname.c: Don't include error.h (not used).
30818
30819         * lib/getpass.h: Add.
30820         * lib/getpass.c: Include getpass.h first.
30821
30822 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
30823
30824         * lib/xalloc-die.c: New file.
30825         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
30826         All uses removed.
30827         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
30828         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
30829         xalloc-die.c.
30830         (_, N_, xalloc_die): Move to xalloc-die.c.
30831         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
30832         so that we needn't mess with xalloc_msg_memory_exhausted.
30833
30834         * lib/sha1.h: Renamed from sha.h.
30835         (SHA1_H): Renamed from _SHA_H.
30836         (sha1_ctx): Renamed from sha_ctx.
30837         (sha1_init_ctx): Renamed from sha_init_ctx.
30838         (sha1_process_block): Renamed from sha_process_block.
30839         (sha1_process_bytes): Renamed from sha_process_bytes.
30840         (sha1_finish_ctx): Renamed from sha_finish_ctx.
30841         (sha1_read_ctx): Renamed from sha_read_ctx.
30842         (sha1_stream): Renamed from sha_stream.
30843         (sha1_buffer): Renamed from sha_buffer.
30844         * lib/sha1.c: Likewise; renamed from sha.c.
30845         Do not include <sys/types.h>.
30846         Include <stddef.h> rather than <stdlib.h>.
30847
30848 2004-08-08  Bruno Haible  <bruno@clisp.org>
30849
30850         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
30851         FILESYSTEM_PREFIX_LEN.
30852         * lib/progreloc.c: Likewise.
30853         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
30854
30855 2004-08-06  Simon Josefsson  <jas@extundo.com>
30856
30857         * modules/progname (Depends-on): Don't depend on stdbool.
30858
30859 2004-08-06  Simon Josefsson  <jas@extundo.com>
30860
30861         * modules/getsubopt: New file.
30862         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30863         getsubopt.
30864
30865 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
30866
30867         More merge from coreutils.
30868
30869         * m4/utimens.m4, m4/utimecmp.m4: New files.
30870         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
30871         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
30872         prereq.m4, sha.m4: Import changes from coreutils.
30873
30874 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
30875
30876         More merge from coreutils.
30877         * modules/raise, modules/readtokens0, modules/utimens:
30878         * modules/utimecmp, module/xnanosleep: New files.
30879         * modules/strftime: Add lib/strftime.h.
30880         Change include from <time.h> to "strftime.h".
30881         * modules/yesno: Add lib/yesno.h.
30882         * modules/backupfile: Remove lib/addext.c.
30883         * modules/euidaccess: Add stat-macros.h.
30884         * modules/canonicalize, modules/euidaccess,
30885         modules/filemode, modules/lchown, modules/makepath,
30886         modules/rmdir, modules/stat: Likewise.
30887
30888 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
30889
30890         Merge from tar.
30891         * lib/argp-help.c (make_hol, hol_append): Don't assume that
30892         SIZE_MAX is a valid preprocessor constant.
30893         (__argp_basename): Change from "#ifndef _LIBC"
30894         to "#ifndef __argp_short_program_name", so that
30895         we don't compile these functions for tar.
30896
30897         More merges from coreutils.
30898         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
30899         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
30900         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
30901         * lib/addext.c: Remove; no longer needed.
30902         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
30903         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
30904         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
30905         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
30906         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
30907         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
30908         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
30909         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
30910         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
30911         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
30912         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
30913         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
30914         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
30915         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
30916         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
30917         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
30918         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
30919         Import changes from coreutils.
30920
30921 2004-08-05  Simon Josefsson  <jas@extundo.com>
30922
30923         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
30924
30925 2004-08-05  Simon Josefsson  <jas@extundo.com>
30926
30927         * m4/getsubopt.m4: New file.
30928
30929 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
30930
30931         Merge from coreutils.
30932
30933         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
30934         * m4/getcwd-path-max.m4: New files.
30935
30936         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
30937         FILESYSTEM_PREFIX_LEN ->
30938         FILE_SYSTEM_PREFIX_LEN.
30939         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
30940         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
30941         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
30942         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
30943
30944         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
30945         prerequisite modules now handle the DOS stuff.
30946         Don't check for unistd.h.
30947
30948 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
30949
30950         Merge from coreutils.
30951
30952         * lib/.gdb-history: Remove; this doesn't belong here.
30953
30954         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
30955         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
30956         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
30957         * lib/getcwd.c: New files.
30958
30959         * lib/dirname.h: Include <stdbool.h>.
30960         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
30961         for consistency with POSIX terminology.  All uses changed.
30962         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
30963         (strip_trailing_slashes): Use bool for booleans.
30964         * lib/stripslash.c (strip_trailing_slashes): Likewise.
30965
30966         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
30967         sometimes returns a positive errno value even when it succeeds.
30968         (print_errno_message) [!LIBC]: Fall back on strerror if
30969         __strerror_r fails.
30970
30971         * lib/path-concat.c (mempcpy): Don't define if a system header defines
30972         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
30973         (longest_relative_suffix): New function.
30974         (path_concat): Use it.  Assume first argument is not NULL.
30975         Port to DOS.  Omit redundant separators.
30976         Report an error instead of returning NULL.
30977         Use mempcpy instead of memcpy.
30978         (xpath_concat): Remove: not declared or used.
30979
30980         * lib/same.h: Include <stdbool.h>
30981         (same_name): Return bool, not int.
30982         * lib/same.c (same_name): Likewise.
30983         (errno): Don't declare; we assume C89 or better now.
30984
30985         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
30986         if not already defined.
30987
30988         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
30989         * lib/dup-safer.c (errno): Likewise.
30990
30991 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
30992
30993         Merge from coreutils.
30994         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
30995         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
30996         * modules/path-concat: Don't depend on strdup.
30997
30998 2004-08-03  Simon Josefsson  <jas@extundo.com>
30999
31000         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
31001         * lib/progname.h: Don't include stdbool.h.
31002
31003 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31004
31005         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
31006         * MODULES.html.sh (func_all_modules): Remove fatal.
31007
31008 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31009
31010         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
31011
31012 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31013
31014         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
31015         working.
31016
31017 2004-08-02  Simon Josefsson  <jas@extundo.com>
31018
31019         * lib/getsubopt.h: New file, with comments from Bruno Haible.
31020         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
31021         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
31022
31023 2004-08-01  Simon Josefsson  <jas@extundo.com>
31024
31025         * lib/xgetdomainname.c: Include stdlib.h, for free().
31026
31027 2004-07-19  Bruno Haible  <bruno@clisp.org>
31028
31029         * MODULES.html.sh (func_all_modules): Add dummy.
31030
31031 2004-07-16  Simon Josefsson  <jas@extundo.com>
31032
31033         * modules/dummy: New file.
31034
31035 2004-07-16  Simon Josefsson  <jas@extundo.com>
31036
31037         * lib/dummy.c: New file.
31038
31039 2004-07-16  Bruno Haible  <bruno@clisp.org>
31040
31041         * lib/backupfile.h: Add extern "C" for C++.
31042         * lib/closeout.h: Likewise.
31043         * lib/copy-file.h: Likewise.
31044         * lib/findprog.h: Likewise.
31045         * lib/full-write.h: Likewise.
31046         * lib/pathname.h: Likewise.
31047         * lib/progname.h: Likewise.
31048         * lib/stpcpy.h: Likewise.
31049         * lib/stpncpy.h: Likewise.
31050         * lib/strcase.h: Likewise.
31051         * lib/strstr.h: Likewise.
31052         * lib/xalloc.h: Likewise.
31053
31054         * lib/mbswidth.h: Add extern "C" for C++.
31055         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
31056
31057 2004-07-13  Robert Millan  <robertmh@gnu.org>
31058
31059         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
31060
31061 2004-07-09  Simon Josefsson  <jas@extundo.com>
31062
31063         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
31064         failed without this.)
31065
31066 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31067
31068         * modules/chown (Files): Add lib/fchown-stub.c, since
31069         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
31070
31071 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31072
31073         * lib/fchown-stub.c: New file.
31074
31075 2004-06-24  Jim Meyering  <jim@meyering.net>
31076
31077         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
31078
31079 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31080
31081         * modules/argz: Omit "#include".
31082
31083         * MODULES.html.sh (func_all_modules): Add calloc, to match
31084         2004-06-01 addition of calloc module.
31085
31086 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31087
31088         * m4/argz.m4: New file, which is autoupdated from libtool.
31089
31090 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31091
31092         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
31093         libtool.
31094
31095 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31096
31097         * config/srclist-update: Don't insist on "USA." before the
31098         close-comment, as libtool omits the period and puts the */ on a
31099         separate line.
31100         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
31101         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
31102
31103 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
31104
31105         * modules/argz: New file.
31106         * MODULES.html.sh (func_all_modules): Add argz.
31107
31108 2004-06-12  Jim Meyering  <jim@meyering.net>
31109         and  Paul Eggert  <eggert@cs.ucla.edu>
31110
31111         * modules/hash (Files): Add lib/xalloc.h.
31112         * modules/pipe (Depends-on): Add wait-process.
31113         * modules/stat (Depends-on): Add xalloc.
31114         * modules/userspec (Files): Add lib/userspec.h.
31115         * modules/xstrto
31116
31117         Upgrade from gettext-0.13.
31118         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
31119         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
31120         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
31121
31122 2004-06-10  Jim Meyering  <jim@meyering.net>
31123
31124         * lib/calloc.c: New file.
31125
31126 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
31127
31128         * lib/getdate.y (yylex): Allow space between sign and number.
31129         Problem reported by Dan Jacobson.
31130
31131 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
31132
31133         Merge from coreutils CVS.
31134
31135         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
31136         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
31137         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
31138         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
31139         xstrtol.m4: Fix copyright date and/or serial number.
31140
31141         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
31142         See if we need an fchown replacement.
31143         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
31144         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
31145         and use the replacement function if we detect either defect.
31146
31147         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
31148         gl_UTIMECMP.
31149
31150 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
31151         and  Jim Meyering  <jim@meyering.net>
31152
31153         Merge from coreutils CVS.
31154
31155         * lib/stat-macros.h: New file, with contents from file-type.h
31156         and coreutils' system.h.
31157         * lib/file-type.c: Include "stat-macros.h".
31158         * lib/file-type.h (file_type): Move all macro definitions to new file,
31159         stat-macros.h.
31160
31161         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
31162         Wrap old code with this conditional.
31163         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
31164         function that does not dereference symlinks.
31165         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
31166
31167         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
31168         dependency problems.
31169         (xreadlink): Accept new arg SIZE, for efficiency.
31170         All decls and uses changed.
31171         * lib/xreadlink.h: Include <stddef.h>, for size_t.
31172
31173         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
31174         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
31175
31176         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
31177         sysexits.h.
31178
31179 2004-06-01  Jim Meyering  <jim@meyering.net>
31180
31181         * m4/calloc.m4: New file.
31182
31183 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
31184
31185         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
31186         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
31187         Also, fix a typo in a diagnostic.
31188
31189 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
31190
31191         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
31192         or AC_FUNC_REALLOC.
31193
31194 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
31195
31196         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
31197         macros to be defined.
31198         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
31199         the allocator returns NULL because the requested size is zero.
31200
31201 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31202
31203         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
31204         var.  Add comment explaining why libc still defines it.  This
31205         merges the following patch from glibc:
31206         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
31207
31208 2004-05-20  Andreas Schwab  <schwab@suse.de>
31209
31210         * m4/free.m4: Replace free if it not known to work, not the other
31211         way round.
31212
31213 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
31214
31215         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
31216         present in glibc since revision 1.1 of this file.
31217         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
31218         obstack_alignment_mask, obstack_alloc, obstack_base,
31219         obstack_blank, obstack_blank_fast, obstack_chunk_size,
31220         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
31221         obstack_grow0, obstack_init, obstack_int_grow,
31222         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
31223         obstack_next_free, obstack_object_size, obstack_ptr_grow,
31224         obstack_ptr_grow_fast, obstack_room): Remove declarations of
31225         nonexistent functions.
31226
31227 2004-05-18  Karl Berry  <karl@gnu.org>
31228
31229         * config/srclist.txt: break link for vasnprintf.c.
31230
31231 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
31232
31233         Port obstack to the AS/400, where pointers are 16 bytes wide and
31234         you cannot cast an integer to a valid pointer.  This patch is
31235         currently waiting to be integrated into glibc; see
31236         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
31237
31238         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
31239         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
31240         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
31241         (struct obstack): temp member is now a union of a pointer and
31242         an integer, instead of an integer.  All integer uses changed.
31243         This does not affect the physical layout of struct obstack,
31244         except on hosts (like the AS/400) where the size or alignment of
31245         void * is greater than that of ptrdiff_t.
31246         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
31247         __STDC__)]: Store temporary in pointer member of union, not
31248         integer member.
31249         * lib/obstack.c: Include <stddef.h>, for offsetof.
31250         (struct fooalign): Remove; it doesn't need a name.
31251         (union fooround): Change double to long double, and add void *.
31252         (DEFAULT_ALIGNMENT): Use offsetof to compute.
31253         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
31254         not a macro.  Hence the values are always int; so remove all
31255         casts-to-int in uses.
31256
31257 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
31258
31259         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
31260         we can get this patch merged into glibc.
31261
31262 2004-05-17  Derek R. Price  <derek@ximbiot.com>
31263             Paul Eggert  <eggert@cs.ucla.edu>
31264
31265         * m4/argp: Depend on alloca.
31266
31267 2004-05-17  Derek R. Price  <derek@ximbiot.com>
31268             Paul Eggert  <eggert@cs.ucla.edu>
31269
31270         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
31271         freecoding.
31272
31273 2004-05-17  Bruno Haible  <bruno@clisp.org>
31274
31275         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
31276         precision that consists of a '.' followed by an empty digit string.
31277         Patch by Tor Lillqvist <tml@iki.fi>.
31278
31279 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
31280
31281         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
31282         for backward compatibility with older code.  We need our own
31283         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
31284         it under some other name, and our alloca.h will define it.
31285
31286 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
31287             Derek Price  <derek@ximbiot.com>
31288
31289         * lib/alloca.c: Include <alloca.h>, to get our interface.
31290         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
31291         include <alloca.h> first.  Use C89 prototype for alloca; this
31292         requires including <stddef.h> for size_t.  Use extern "C" if C++.
31293         Use #elif for simplicity, since we can assume C89 now.
31294         Don't try to source the system alloca.h since it will not be found
31295         and to prevent recursively including its replacement.
31296         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
31297         * lib/regex.c: Likewise.
31298
31299 2004-05-16  Derek Price  <derek@ximbiot.com>
31300             Paul Eggert  <eggert@cs.ucla.edu>
31301
31302         getline cleanup.  This changes the getndelim2 API: both order of
31303         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
31304         no delimiter).
31305
31306         * lib/getline.c: Don't include stddef.h or stdio.h, since our
31307         interface does that.
31308         (getline): Always use getdelim, so that we don't have two
31309         copies of this code.
31310         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
31311         if available.
31312         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
31313         (GETNDELIM2_MAXIMUM): New macro.
31314         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
31315         instead of the old practice of delim2==0.  All callers changed.
31316         Return -1 on overflow, instead of returning junk.
31317         Do not set *linesize unless allocation succeeds.
31318         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
31319         that we include sys/types.h.
31320         * lib/getnline.h: Likewise.
31321         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
31322         (getndelim2): Reorder arguments.
31323         * lib/getnline.c (getnline, getndelim):
31324         Don't discard the NMAX argument.
31325         (getnline): Invoke getndelim, to avoid code duplication.
31326         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
31327         of (size_t) -1 by callers of the getnline family.
31328
31329 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31330
31331         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
31332         Check for gettimeofday.
31333         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
31334         Check for settimeofday, stime.
31335
31336 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31337
31338         * lib/nanosleep.c (suspended): Change its type from int to
31339         sig_atomic_t volatile.
31340         (first_call): Make it private to rpl_nanosleep, and have it
31341         be zero initially as that's a bit faster.
31342         (my_usleep): Round up fractional times instead of truncating them,
31343         as this is the usual meaning for 'sleep'.
31344
31345         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
31346         doesn't work.
31347         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
31348         (ENOSYS): Define if not defined.
31349         (settime): Fall back on stime if it exists and settimeofday fails.
31350         But don't bother with fallbacks if a method fails with errno == EPERM.
31351
31352 2004-05-11  Jim Meyering  <jim@meyering.net>
31353
31354         Prior to this change, the save_cwd caller required read access to the
31355         current directory on most systems (ones with the fchdir function).
31356
31357         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
31358         fails, try write-only, and finally, resort to using xgetcwd.
31359
31360 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
31361
31362         * lib/obstack.c, obstack.h: Import changes from libc.
31363
31364 2004-04-28  Bruno Haible  <bruno@clisp.org>
31365
31366         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
31367         also implicitly appends .exe to executables.
31368         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
31369         accepts Windows pathnames.
31370         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
31371         Treat Cygwin like Windows, since it now accepts Windows pathnames.
31372         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
31373         Treat Cygwin like Windows, since it now accepts Windows pathnames.
31374         Reported by Derek Robert Price <derek@ximbiot.com>.
31375
31376 2004-04-21  Karl Berry  <karl@gnu.org>
31377
31378         * config/srclist.txt (localcharset.c): break sync.
31379
31380 2004-04-20  Paul Eggert  <eggert@twinsun.com>
31381
31382         * m4/host-os.m4: Add a copyright notice.
31383
31384 2004-04-20  Jim Meyering  <jim@meyering.net>
31385
31386         Change UTILS_ to gl_ in AC_DEFINE'd names.
31387         Change utils_- and jm_-prefixed variables, too.
31388         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
31389         UTILS_FUNC_MKDIR_TRAILING_SLASH.
31390         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
31391
31392         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
31393         Don't emit trailing blanks.
31394         Also rename jm_-prefixed variables to have gl_ prefix.
31395
31396         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
31397         Also rename jm_-prefixed variables to have gl_ prefix.
31398
31399         * m4/jm-macros.m4: Reflect the renamings.
31400         * m4/prereq.m4: Likewise.
31401
31402 2004-04-20  Jim Meyering  <jim@meyering.net>
31403
31404         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
31405         memory.
31406
31407 2004-04-20  Jim Meyering  <jim@meyering.net>
31408             Bruno Haible  <bruno@clisp.org>
31409
31410         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
31411         memory when realloc fails.
31412
31413 2004-04-19  Jim Meyering  <jim@meyering.net>
31414
31415         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
31416         now that readutmp.c may call `free (0)'.
31417
31418 2004-04-19  Bruno Haible  <bruno@clisp.org>
31419
31420         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
31421         * m4/inttypes_h.m4: Likewise.
31422         * m4/stdint_h.m4: Likewise.
31423         * m4/intmax_t.m4: Likewise.
31424         * m4/uintmax_t.m4: Likewise.
31425
31426 2004-04-18  Jim Meyering  <jim@meyering.net>
31427
31428         * m4/prereq.m4: Don't forbid jm_ prefix.
31429
31430         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
31431         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
31432         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
31433         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
31434         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
31435         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
31436         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
31437         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
31438         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
31439         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
31440         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
31441         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
31442         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
31443         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
31444         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
31445         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
31446         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
31447         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
31448         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
31449
31450 2004-04-18  Jim Meyering  <jim@meyering.net>
31451
31452         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
31453         failure, don't leak memory and do call END_UTMP_ENT.
31454
31455 2004-04-16  Jim Meyering  <jim@meyering.net>
31456
31457         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
31458         coreutils' stat program.
31459         (gl_PREREQ): Don't require jm_PREREQ_STAT.
31460
31461 2004-04-11  Paul Eggert  <eggert@twinsun.com>
31462
31463         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
31464         C89.
31465         (CHAR_BIT): Remove, since we assume C89.
31466         Include <stdint.h> if available, as per current Autoconf CVS advice.
31467
31468 2004-03-31  Jim Meyering  <jim@meyering.net>
31469
31470         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
31471         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
31472         * m4/xalloc.m4: Likewise.
31473
31474 2004-03-30  Paul Eggert  <eggert@twinsun.com>
31475
31476         Merge from coreutils.
31477
31478         * m4/inttostr.m4: New file.
31479         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
31480         Require AM_STDBOOL_H and gl_TIMESPEC instead.
31481         Require gl_CLOCK_TIME.
31482         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
31483
31484 2004-03-30  Paul Eggert  <eggert@twinsun.com>
31485
31486         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
31487         not bool, to be more consistent with Unix conventions.
31488         Suggested by Bruno Haible.
31489
31490         Merge from coreutils.
31491
31492         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
31493         * lib/umaxtostr.c: New files.
31494
31495         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
31496         the usual <time.h> dance.
31497         (get_date): Change signature to support fractional time stamps.
31498         All callers changed.
31499         * lib/getdate.y: Include "getdate.h" first, as we can now
31500         assume C89 and don't need to worry about 'const'.
31501         Similarly, include "unlocked-io.h" near start, not in middle.
31502         Include <limits.h>.
31503         (textint.value): Use long int rather than int.
31504         (textint.digits): Use size_t rather than int.
31505         (BILLION, LOG10_BILLION): New constants.
31506         (parser_control): New member rel_ns.  Members day_ordinal,
31507         time_zone, month, day, hour, minutes, rel_year, rel_month,
31508         rel_day, rel_hour, rel_minutes, rel_seconds
31509         are now long int, not int.  Member seconds is now struct timespec,
31510         not int.  New member timespec_seen.  Members dates_seen, days_seen,
31511         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
31512         not int.
31513         (%union.intval): Now long int, not int.
31514         New member timespec.
31515         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
31516         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
31517         (spec): Now is a timespec or an item list.
31518         (timespec, items): New nonterminals.
31519         (time, rel, relunit, number, get_date):
31520         Add support for fractional seconds.
31521         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
31522         (gmtime, localtime, mktime): Remove decls; not needed with C89.
31523         (to_hour): First arg is now long int, not int.
31524         (to_year): Returns long int, not int.
31525         Don't treat year -70 like 70.
31526         (tm_diff): Returns long int, not int.
31527         (lookup_word): Use bool instead of int when appropriate.
31528         (yylex): Use size_t for count, not int.
31529         Detect overflow when parsing large integer constants.
31530         Add support for fractions.
31531         (get_date): Make pointers 'const' if possible.
31532         Use more-portable code to detect integer overflow.
31533         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
31534         Don't use ctime; it's not reliable if the year has >4 digits.
31535
31536         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
31537         This is for compatibility with BSD.
31538
31539         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
31540         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
31541         From coreutils' system.h.
31542
31543         * lib/userspec.c: Don't include "posixver.h".
31544         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
31545         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
31546         compatible extension.  Simplify code by removing a boolean int
31547         that was always nonzero if a string was nonnull.
31548
31549 2004-03-30  Jim Meyering  <jim@meyering.net>
31550
31551         Merge from coreutils.
31552
31553         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
31554         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
31555         on some systems one must include <grp.h> before it.
31556         Reported by Christian Krackowizer.
31557
31558 2004-03-30  Jim Meyering  <jim@meyering.net>
31559
31560         Merge from coreutils.
31561
31562         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
31563
31564         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
31565         an empty input stream.
31566
31567         * lib/readtokens.c: Include <stdbool.h>.
31568         (readtoken): Use `size_t' rather than int/long.
31569         All callers adjusted.
31570         Use `bool' rather than `int' where appropriate.
31571         Use memset rather than an explicit loop.
31572         Use x2nrealloc rather than xrealloc.
31573         Allow the use of `\0' as a delimiter.
31574         (readtokens): Likewise.
31575         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
31576
31577 2004-03-30  Jim Meyering  <jim@meyering.net>
31578
31579         * m4/realloc.m4: Remove file, since now it does no more than
31580         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
31581         the `configure.ac' section of module/realloc.
31582         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
31583
31584 2004-03-30  Bruno Haible  <bruno@clisp.org>
31585
31586         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
31587         nonnull.
31588
31589 2004-03-29  Paul Eggert  <eggert@twinsun.com>
31590
31591         Merge changes to getloadavg.c from coreutils and Emacs.
31592
31593         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
31594         Define to an expression, not to the empty string.
31595         Include cloexec.h and xalloc.h.
31596         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
31597         Use set_cloexec_flag rather than rolling our own.
31598         * lib/cloexec.c, lib/cloexec.h: New files.
31599
31600 2004-03-29  Paul Eggert  <eggert@twinsun.com>
31601
31602         * m4/cloexec.m4: New file.
31603
31604 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31605
31606         * lib/getopt.h: Sync with libc CVS.
31607
31608 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31609             Bruno Haible  <bruno@clisp.org>
31610
31611         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
31612         mbswidth.
31613
31614 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31615             Bruno Haible  <bruno@clisp.org>
31616
31617         * lib/mbswidth.h: Include <wchar.h> only if
31618         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
31619         <wchar.h>.
31620         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
31621
31622 2004-03-09  Paul Eggert  <eggert@twinsun.com>
31623
31624         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
31625         Sync with libc CVS.
31626         * lib/getopt_int.h: New file, also synced from libc.
31627
31628 2004-03-09  Paul Eggert  <eggert@twinsun.com>
31629
31630         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
31631         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
31632         Bring back getopt.c, getopt.h, getopt1.c.
31633
31634 2004-03-07  Paul Eggert  <eggert@twinsun.com>
31635
31636         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
31637         All uses changed.  Check for sa_sigaction member; this fixes
31638         a bug first reported by Jason Andrade in
31639         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
31640
31641 2004-03-07  Paul Eggert  <eggert@twinsun.com>
31642
31643         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
31644         '#if' expressions.  Unlike the code it replaces, it does not
31645         depend on (defined _SC_PAGESIZE).  However, it does depend on
31646         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
31647         first reported by Jason Andrade in
31648         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
31649
31650 2004-02-25  Simon Josefsson  <jas@extundo.com>
31651
31652         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
31653
31654 2004-02-25  Simon Josefsson  <jas@extundo.com>
31655
31656         * lib/strdup.h: New file.
31657         * lib/strdup.c: Include it.
31658         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
31659         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
31660
31661 2004-02-23  Karl Berry  <karl@gnu.org>
31662
31663         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
31664         (from fencepost.gnu.org:/gd/gnuorg).
31665
31666 2004-02-23  Karl Berry  <karl@gnu.org>
31667
31668         * config/srclistvars.sh (GNUORG) [karl]: redefine.
31669         * config/srclist.txt: add maintain/standards documents.
31670
31671 2004-02-18  Bruno Haible  <bruno@clisp.org>
31672
31673         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
31674         Reported by Derek Robert Price <derek@ximbiot.com>.
31675
31676 2004-02-16  Karl Berry  <karl@gnu.org>
31677
31678         * config/mkinstalldirs, install-sh: update from automake.
31679
31680 2004-02-06  Karl Berry  <karl@gnu.org>
31681
31682         * m4/po.m4: update from gettext 0.14.1.
31683
31684 2004-02-06  Karl Berry  <karl@gnu.org>
31685
31686         * lib/config.charset: update from gettext 0.14.1.
31687
31688 2004-02-05  Paul Eggert  <eggert@twinsun.com>
31689
31690         Add comments and code, prompted by suggestions from Bruno Haible
31691         for sh-quote.
31692         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
31693         describing the enum quoting_style values.
31694         * lib/quotearg.c (quotearg_alloc): New function.
31695         (quotearg_buffer_restyled): Treat lone { and } as special.
31696         Treat = as special.  Work around bug with older shells
31697         that "see" a '\' that is really the 2nd byte of a multibyte char.
31698         Quote empty string with shell_quoting_style.
31699
31700 2004-02-03  Bruno Haible  <bruno@clisp.org>
31701
31702         * m4/pipe.m4: New file, from GNU gettext.
31703
31704 2004-02-03  Bruno Haible  <bruno@clisp.org>
31705
31706         * lib/pipe.h: New file, from GNU gettext.
31707         * lib/pipe.c: New file, from GNU gettext.
31708
31709 2004-01-27  Bruno Haible  <bruno@clisp.org>
31710
31711         * m4/execute.m4: New file, from GNU gettext.
31712
31713 2004-01-27  Bruno Haible  <bruno@clisp.org>
31714
31715         * lib/execute.h: New file, from GNU gettext.
31716         * lib/execute.c: New file, from GNU gettext.
31717         * lib/w32spawn.h: New file, from GNU gettext.
31718
31719 2004-01-24  Paul Eggert  <eggert@twinsun.com>
31720
31721         Merge from diffutils.
31722
31723         * lib/file-type.c (file_type): Add typed memory objects.
31724         * lib/file-type.h (S_TYPEISTMO): New macro.
31725
31726         * lib/c-stack.h (c_stack_action): Remove argv argument.
31727         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
31728         (die): Don't calculate message unless segv_action returns.
31729         (get_stack_location, min_address_from_argv, max_address_from_argv,
31730         volatile stack_base, volatile_stack_size): Remove.
31731         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
31732         that every segmentation violation is a stack overflow.  (Ouch!)
31733         See Debian bug 136249 (still outstanding) for more info about why
31734         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
31735
31736 2004-01-24  Paul Eggert  <eggert@twinsun.com>
31737
31738         Exit-status fix from coreutils.
31739
31740         Use exit_failure consistently in place of EXIT_FAILURE,
31741         so that program exit statuses are consistent on failure.
31742
31743         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
31744         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
31745         * lib/argmatch.h: Comment fix to match the above.
31746         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
31747         Now a macro referring to exit_failure, instead of a separate
31748         variable.  Include "exitfail.h" to get it.
31749         * lib/xstrtol.h: Include "exitfail.h".
31750         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
31751
31752         * lib/long-options.c (parse_long_options): Use prototype
31753         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
31754         for clarity.
31755
31756 2004-01-21  Jim Meyering  <jim@meyering.net>
31757
31758         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
31759         so as not to conflict with a different-sized __mktime_internal
31760         function in GNU libc.
31761         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
31762         Problem building statically-linked `ls' reported by Michael Brunnbauer.
31763
31764 2004-01-20  Karl Berry  <karl@gnu.org>
31765
31766         * config/config.guess: update from config.
31767
31768         * config/srclistvars.sh: GNUWWWLICENSES for karl.
31769
31770 2004-01-20  Bruno Haible  <bruno@clisp.org>
31771
31772         Safer stack allocation.
31773         * lib/setenv.c: Include allocsa.h.
31774         (alloca): Remove fallback definition.
31775         (freea): Remove macro.
31776         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
31777         instead of freea.
31778
31779 2004-01-20  Bruno Haible  <bruno@clisp.org>
31780
31781         * m4/eealloc.m4: New file, from GNU gettext.
31782
31783 2004-01-20  Bruno Haible  <bruno@clisp.org>
31784
31785         * m4/allocsa.m4: New file, from GNU gettext.
31786
31787 2004-01-20  Bruno Haible  <bruno@clisp.org>
31788
31789         * lib/xallocsa.h: New file, from GNU gettext.
31790         * lib/xallocsa.c: New file, from GNU gettext.
31791
31792 2004-01-20  Bruno Haible  <bruno@clisp.org>
31793
31794         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
31795
31796 2004-01-20  Bruno Haible  <bruno@clisp.org>
31797
31798         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
31799         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
31800         specially.
31801
31802 2004-01-20  Bruno Haible  <bruno@clisp.org>
31803
31804         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
31805         patch.
31806
31807 2004-01-20  Bruno Haible  <bruno@clisp.org>
31808
31809         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
31810
31811 2004-01-20  Bruno Haible  <bruno@clisp.org>
31812
31813         * lib/eealloc.h: New file.
31814
31815 2004-01-20  Bruno Haible  <bruno@clisp.org>
31816
31817         * lib/binary-io.h: Avoid warnings on Cygwin.
31818
31819 2004-01-20  Bruno Haible  <bruno@clisp.org>
31820
31821         * lib/allocsa.h: New file, from GNU gettext.
31822         * lib/allocsa.c: New file, from GNU gettext.
31823
31824 2004-01-18  Karl Berry  <karl@gnu.org>
31825
31826         * doc/gpl.texi, doc/lgpl.texi: new files.
31827
31828 2004-01-18  Karl Berry  <karl@gnu.org>
31829
31830         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
31831         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
31832
31833 2004-01-15  Paul Eggert  <eggert@twinsun.com>
31834
31835         Merge from coreutils.
31836
31837         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
31838         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
31839         (gl_DEFAULT_POSIX2_VERSION): Move
31840         the documentation from 'configure' into 'config.hin',
31841         so that 'configure --help' isn't burdened by it and
31842         we don't have to worry about its formatting there.
31843         Reword the documentation so that it's more succinct
31844         and can be run together into a single paragraph.
31845         * m4/same.m4 (gl_SAME): Check for pathconf.
31846
31847 2004-01-15  Paul Eggert  <eggert@twinsun.com>
31848
31849         Merge from coreutils.
31850
31851         * lib/posixver.c: Include posixver.h.
31852
31853         * lib/same.c: Include <stdbool.h>, <limits.h>.
31854         (_POSIX_NAME_MAX): Define if not defined.
31855         (MIN): New macro.
31856         (same_name): If file names are silently truncated, report
31857         that the file names are the same if they are the same after
31858         the silent truncation.
31859
31860         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
31861         conversion function.
31862         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
31863         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
31864         longer needed.
31865
31866 2004-01-15  Jim Meyering  <jim@meyering.net>
31867
31868         Merge from coreutils.
31869
31870         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
31871         if no library is required.
31872         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
31873         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
31874         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
31875         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
31876         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
31877         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
31878         value, $ac_cv_search_crypt, if it's "none required".
31879         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
31880         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
31881         not gl_FUNC_GETLOADAVG.
31882         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
31883         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
31884
31885 2004-01-15  Jim Meyering  <jim@meyering.net>
31886
31887         Merge from coreutils.
31888
31889         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
31890         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
31891         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
31892
31893         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
31894         optional configure-time default.
31895
31896         * lib/version-etc.c (version_etc_copyright): Update copyright date.
31897
31898         * lib/xreadlink.c (xreadlink): Correct outdated comment.
31899
31900 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
31901
31902         Merge from coreutils.
31903
31904         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
31905         value, $ac_cv_search_nanosleep, if it's "none required".
31906
31907 2004-01-14  Paul Eggert  <eggert@twinsun.com>
31908
31909         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
31910         with like-named macro in fnmatch.c.
31911         (EXT): Use an internal constant instead.
31912
31913         Merge fnmatch patches from glibc.
31914         * lib/fnmatch.c (mbsinit): Remove define.
31915         Add libc_hidden_ver (__fnmatch, fnmatch).
31916         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
31917         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
31918
31919 2004-01-14  Karl Berry  <karl@gnu.org>
31920
31921         * config/install-sh: update from automake.
31922
31923 2004-01-13  Karl Berry  <karl@gnu.org>
31924
31925         * config/install-sh: update from automake.
31926
31927 2004-01-09  Karl Berry  <karl@gnu.org>
31928
31929         * config/install-sh: update from automake.
31930
31931 2004-01-05  Karl Berry  <karl@gnu.org>
31932
31933         * config/config.{sub,guess}: update from config.
31934
31935 2003-12-31  Karl Berry  <karl@gnu.org>
31936
31937         * config/depcomp: update from automake.
31938
31939 2003-12-14  Karl Berry  <karl@gnu.org>
31940
31941         * lib/config.charset: update from gettext-runtime.
31942
31943 2003-12-03  Paul Eggert  <eggert@twinsun.com>
31944
31945         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
31946         Bug reported by Alfred M. Szmidt.
31947
31948 2003-12-03  Bruno Haible  <bruno@clisp.org>
31949
31950         * m4/gettext.m4: Upgrade from gettext-0.13.
31951         * m4/po.m4: Upgrade from gettext-0.13.
31952         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
31953         * m4/intmax.m4: New file, from gettext-0.13.
31954         * m4/printf-posix.m4: New file, from gettext-0.13.
31955
31956 2003-11-29  Karl Berry  <karl@gnu.org>
31957
31958         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
31959
31960 2003-11-25  Paul Eggert  <eggert@twinsun.com>
31961             Bruno Haible  <bruno@clisp.org>
31962
31963         * lib/printf-parse.h: Don't include sys/types.h.
31964         (ARG_NONE): New macro.
31965         (char_directive): Change type of *arg_index fields to size_t.
31966         * lib/printf-parse.c: Don't include sys/types.h.
31967         (SSIZE_MAX): Remove macro.
31968         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
31969         Remove unnecessary overflow check.
31970         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
31971         fields.
31972
31973 2003-11-25  Bruno Haible  <bruno@clisp.org>
31974
31975         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
31976
31977 2003-11-25  Bruno Haible  <bruno@clisp.org>
31978
31979         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
31980         gt_TYPE_SSIZE_T.
31981
31982 2003-11-24  Paul Eggert  <eggert@twinsun.com>
31983
31984         * modules/alloca: Remove dependency on xalloc.
31985
31986 2003-11-24  Paul Eggert  <eggert@twinsun.com>
31987
31988         * lib/alloca.c: Remove dependency on xalloc module.
31989         (xalloc_die): Remove.
31990         (memory_full) [!defined emacs]: New macro.
31991         [!defined emacs]: Don't include xalloc.h.
31992         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
31993         address arithmetic overflows.  Change datatypes a bit to avoid
31994         unnecessary casts.
31995
31996 2003-11-22  Jim Meyering  <jim@meyering.net>
31997
31998         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
31999         s/size/size_t/.
32000
32001 2003-11-21  Karl Berry  <karl@gnu.org>
32002
32003         * config/config.{sub,guess}: update from config.
32004
32005 2003-11-18  Karl Berry  <karl@gnu.org>
32006
32007         * config/config.{sub,guess}: update from config.
32008
32009         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
32010
32011 2003-11-17  Paul Eggert  <eggert@twinsun.com>
32012
32013         * README: Mention that S+T cannot overflow if S is the size of
32014         an existing object and T is sufficiently small.
32015
32016 2003-11-17  Jim Meyering  <jim@meyering.net>
32017
32018         On systems without utime and without a utimes function capable of
32019         dealing with a NULL struct utimbuf* argument, this utime replacement
32020         could -- in unusual circumstances -- leak a file descriptor.
32021         * lib/utime.c: Include <unistd.h> and <errno.h>.
32022         (utime_null): Be sure to close `fd' and to preserve errno.
32023         Reported by Geoff Collyer via Arnold Robbins.
32024
32025 2003-11-17  Bruno Haible  <bruno@clisp.org>
32026
32027         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
32028         (Depends-on): Add xsize.
32029
32030 2003-11-17  Bruno Haible  <bruno@clisp.org>
32031
32032         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
32033
32034 2003-11-17  Bruno Haible  <bruno@clisp.org>
32035
32036         * lib/vasnprintf.c (alloca): Remove fallback definition.
32037         (freea): Remove definition.
32038         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
32039         Reported by Paul Eggert.
32040
32041 2003-11-16  Paul Eggert  <eggert@twinsun.com>
32042             Bruno Haible  <bruno@clisp.org>
32043
32044         Protect against address arithmetic overflow.
32045         * lib/printf-args.h: Include stddef.h.
32046         (arguments): Change type of field 'count' to size_t.
32047         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
32048         'unsigned int' where appropriate.
32049         * lib/printf-parse.h: Include sys/types.h.
32050         (char_directive): Change type of *arg_index fields to ssize_t.
32051         (char_directives): Change type of fields 'count', max_*_length to
32052         size_t.
32053         * lib/printf-parse.c: Include sys/types.h and xsize.h.
32054         (SSIZE_MAX): Define fallback value.
32055         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
32056         instead of 'int' where appropriate. Check a_allocated, d_allocated
32057         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
32058         * lib/vasnprintf.c: Include xsize.h.
32059         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
32060         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
32061         overflow. Avoid wraparound when converting a width or precision from
32062         decimal to binary.
32063
32064 2003-11-16  Bruno Haible  <bruno@clisp.org>
32065
32066         Update from GNU gettext.
32067         * lib/printf-parse.c: Generalize to it can be compiled for wide
32068         strings.
32069         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
32070         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
32071         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
32072         SNPRINTF): New macros.
32073         Don't include <alloca.h> if the file is used inside libintl.
32074         (local_wcslen): New function, for Solaris 2.5.1.
32075         (VASNPRINTF): Use it instead of wcslen.
32076
32077 2003-11-16  Bruno Haible  <bruno@clisp.org>
32078
32079         * lib/xsize.h (xmax): New function.
32080         (xsum, xsum3, xsum4): Declare as "pure" functions.
32081
32082 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32083
32084         * modules/xalloc (Files): Undo latest change, since xalloc.h
32085         no longer needs SIZE_MAX or PTRDIFF_MAX.
32086
32087 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32088
32089         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
32090         gl_PTRDIFF_MAX.
32091
32092 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32093
32094         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
32095         "return", to pacify some unknown compiler.  Problem reported
32096         by Joerg Schilling.
32097
32098 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32099
32100         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
32101         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
32102         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
32103         heuristic is just as accurate as far as we know, and it removes a
32104         dependency on size_max.m4 and ptrdiff_max.m4.
32105
32106 2003-11-11  Bruno Haible  <bruno@clisp.org>
32107
32108         * modules/xsize (Files): Add m4/size_max.m4.
32109         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
32110
32111 2003-11-11  Bruno Haible  <bruno@clisp.org>
32112
32113         * m4/size_max.m4: New file.
32114         * m4/ptrdiff_max.m4: New file.
32115         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
32116         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
32117         (gl_XALLOC): Invoke it.
32118
32119 2003-11-11  Bruno Haible  <bruno@clisp.org>
32120
32121         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
32122         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
32123         defined.
32124
32125 2003-11-10  Paul Eggert  <eggert@twinsun.com>
32126
32127         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
32128         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
32129         rejected some allocations of exactly SIZE_MAX - 2 bytes.
32130         From Bruno Haible.
32131         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
32132         not (size_t) -1, since it's defined here.
32133
32134 2003-11-09  Karl Berry  <karl@gnu.org>
32135
32136         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
32137
32138 2003-11-06  Paul Eggert  <eggert@twinsun.com>
32139
32140         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
32141         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
32142         Reject sizes of exactly SIZE_MAX bytes.
32143         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
32144         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
32145
32146 2003-11-05  Bruno Haible  <bruno@clisp.org>
32147
32148         * lib/xsize.h: Include limits.h, to avoid a possible collision with
32149         SIZE_MAX defined in <limits.h> on Solaris.
32150
32151 2003-11-04  Jim Meyering  <jim@meyering.net>
32152
32153         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
32154         variable names, rather than @VAR@.
32155         * modules/poll: Likewise.
32156
32157 2003-11-04  Bruno Haible  <bruno@clisp.org>
32158
32159         * modules/xsize: New file.
32160         * modules/linebreak: Depend on xsize.
32161         * MODULES.html.sh (func_all_modules): Add xsize.
32162
32163 2003-11-04  Bruno Haible  <bruno@clisp.org>
32164
32165         * m4/xsize.m4: New file.
32166
32167 2003-11-04  Bruno Haible  <bruno@clisp.org>
32168
32169         * lib/xsize.h: New file.
32170         * lib/linebreak.c: Include xsize.h.
32171         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
32172         argument for overflow.
32173         Suggested by Paul Eggert.
32174
32175 2003-11-03  Karl Berry  <karl@gnu.org>
32176
32177         * config/config.{guess,sub}: update from config.
32178
32179 2003-11-03  Jim Meyering  <jim@meyering.net>
32180
32181         * modules/userspec (lib_SOURCES): Add userspec.h.
32182         (Include): Add "userspec.h".
32183         Improve description.
32184
32185 2003-11-03  Jim Meyering  <jim@meyering.net>
32186
32187         * lib/userspec.c: Include "userspec.h".
32188         * lib/userspec.h: New file.
32189
32190 2003-11-03  Bruno Haible  <bruno@clisp.org>
32191
32192         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
32193
32194 2003-11-03  Bruno Haible  <bruno@clisp.org>
32195
32196         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
32197         available, to avoid (extremely rare) race condition.
32198         Suggested by Paul Eggert.
32199
32200 2003-11-02  Karl Berry  <karl@gnu.org>
32201
32202         * config/srclist.txt (vasprintf.c): sync broken, sigh.
32203
32204 2003-10-31  Paul Eggert  <eggert@twinsun.com>
32205
32206         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
32207         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
32208         (read_filesystem_list): Set and use me_type_malloced.
32209         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
32210         whatever the type happens to be), for brevity and consistency.
32211         Check for size calculation overflow on Alphas running OSF/1.
32212
32213 2003-10-31  Jim Meyering  <jim@meyering.net>
32214
32215         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
32216
32217         * lib/linebuffer.c: Include <string.h> for declaration of memset.
32218
32219 2003-10-30  Paul Eggert  <eggert@twinsun.com>
32220             Bruno Haible  <bruno@clisp.org>
32221
32222         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
32223         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
32224
32225 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32226
32227         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
32228         netbsd*-gnu*.  Suggested by Robert Millan.
32229
32230 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32231
32232         * modules/group-member: Depend on stdbool.
32233
32234 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32235
32236         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
32237
32238 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32239
32240         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
32241         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
32242         after the 'gnu' in these cases.  This fixes some bugs in the
32243         previous change, and is based on suggestions by Robert Millan.
32244
32245 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32246
32247         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
32248         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
32249         no longer needed.
32250         * lib/quotearg.c (quotearg_n_options): Use it.
32251         * lib/group-member.c: Include <stdbool.h>.
32252         (free_group_info): Arg is now const *; don't free arg.
32253         (get_group_info): Now returns bool and accepts struct group_info *,
32254         rather than returning a malloc'ed struct group_info *.
32255         All uses changed.  Check for overflow in internal size calculation.
32256
32257         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
32258         rather than xmalloc/xrealloc.
32259         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
32260         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
32261         conformance bug: the old code used a pointer after freeing the
32262         storage that it addressed.
32263         * lib/hash.c (hash_initialize): Simplify the code by using
32264         xalloc_oversized rather than doing it by hand.
32265         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
32266         the buffer preserved.  Use free and xmalloc instead.
32267         * lib/quotearg.c (quotearg_n_options): Likewise.
32268         Use a simpler test for size overflow.  Don't use xalloc_oversized
32269         because unsigned int might be wider than size_t (!); this suggests
32270         that we should switch from unsigned int to size_t for slot numbers.
32271
32272 2003-10-28  Paul Eggert  <eggert@twinsun.com>
32273
32274         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
32275         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
32276         NetBSD kernels.  Requested by Richard Stallman.
32277
32278 2003-10-27  Paul Eggert  <eggert@twinsun.com>
32279
32280         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
32281         to allocate the returned structure.  Do not allocate a subarray,
32282         as x2nrealloc will do that.
32283         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
32284         instead of xnrealloc.
32285         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
32286
32287 2003-10-27  Bruno Haible  <bruno@clisp.org>
32288
32289         * lib/stdbool_.h: Better support for BeOS.
32290
32291 2003-10-26  Paul Eggert  <eggert@twinsun.com>
32292
32293         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
32294         now uses inline.
32295
32296 2003-10-26  Paul Eggert  <eggert@twinsun.com>
32297
32298         * lib/xalloc.h (xalloc_oversized): New static inline function, for
32299         callers that want to do their own size-overflow checking.  Include
32300         <stdbool.h>, since xalloc_oversized returns bool.
32301         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
32302         to use xalloc_oversized.
32303
32304         Add two functions x2realloc, x2nrealloc, for programs that grow
32305         arrays dynamically by doubling their sizes.
32306         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
32307         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
32308         New functions.
32309
32310         Port to C99 semantics for 'inline' of external functions.
32311         Bug reported by Bruno Haible.
32312         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
32313         with the old contents of xnmalloc.
32314         (xnmalloc, xmalloc): Use it.
32315         (xnrealloc_inline): New static inline function,
32316         with the old contents of xnrealloc.
32317         (xnrealloc, xrealloc): Use it.
32318
32319         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
32320         that.
32321
32322 2003-10-26  Karl Berry  <karl@gnu.org>
32323
32324         * config/srclist.txt (COPYING.DOC): no longer available from
32325         /gd/gnuorg; don't know where the ultimate source is.
32326
32327 2003-10-25  Paul Eggert  <eggert@twinsun.com>
32328
32329         Fix several address-calculation bugs in the hash modules,
32330         plus some minor code cleanup.
32331
32332         * lib/hash.h: Include <stdbool.h>, for bool.
32333         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
32334         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
32335         hash_get_n_entries, hash_get_max_bucket_length,
32336         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
32337         hash_rehash): Use size_t rather than unsigned.
32338         * lib/hash.c (struct hash_table, hash_get_n_buckets,
32339         hash_get_n_buckets_used, hash_get_n_entries,
32340         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
32341         hash_get_entries, hash_do_for_each, hash_string, is_prime,
32342         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
32343         Likewise.
32344         (SIZE_MAX): Define if not defined.
32345         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
32346         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
32347         hash_print):
32348         Use const * when possible.
32349         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
32350         (check_tuning): Fix bug: if tuning parameters were very close to
32351         0 or 1, rounding errors could have caused subscript violations.
32352         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
32353         (hash_initialize): Add 'fail:' label
32354         to free table and return NULL, and use it to simplify code.
32355         Use calloc rather than clearing the storage ourself.
32356         (hash_initialize, hash_rehash): Check for arithmetic overflow in
32357         buffer size calculations.
32358         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
32359         Include <stddef.h>, for size_t.
32360         * lib/hash-pjw.c (hash_pjw): Likewise.
32361         Switch to method described by Bruno Haible.
32362         Include <limits.h>, for CHAR_BIT.
32363         (SIZE_BITS): New macro.
32364
32365 2003-10-23  Paul Eggert  <eggert@twinsun.com>
32366
32367         * m4/getline.m4 (AM_FUNC_GETLINE):
32368         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
32369         hosts.  Problem reported by Derek Robert Price in
32370         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
32371         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
32372         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
32373
32374 2003-10-21  Paul Eggert  <eggert@twinsun.com>
32375
32376         * lib/getndelim2.c (getndelim2): When size calculation overflows,
32377         ceiling the allocation at NMAX bytes rather than silently
32378         discarding input bytes before NMAX is reached.  This makes
32379         a difference only if NMAX exceeds SIZE_MAX / 2.
32380
32381         * lib/obstack.c: Merge from glibc.
32382         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
32383         Add libc_hidden_def (_obstack_newchunk).
32384         (_obstack_free) [! defined _LIBC]: Remove.
32385         [defined _LIBC]: Make a strong alias from obstack_free, rather than
32386         a clone of the function body.
32387         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
32388         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
32389
32390         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
32391         glibc.
32392         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
32393         arg to memcpy.
32394
32395         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
32396         (obstack_ptr_grow_fast, obstack_int_grow_fast):
32397         Don't use lvalue casts, as GCC plans to remove support for them
32398         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
32399         was also present in the non-GCC version, indicating that this
32400         code had always been buggy and had never been widely used.
32401         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
32402         Use the fast variant of each macro, rather than copying the
32403         definiens of the fast variant; that way, we'll be more likely to
32404         catch future bugs in the fast variants.
32405
32406 2003-10-20  Bruno Haible  <bruno@clisp.org>
32407
32408         * modules/wait-process: New file.
32409         * MODULES.html.sh (func_all_modules): Add wait-process.
32410
32411 2003-10-20  Bruno Haible  <bruno@clisp.org>
32412
32413         * m4/wait-process.m4: New file.
32414
32415 2003-10-20  Bruno Haible  <bruno@clisp.org>
32416
32417         * lib/wait-process.h: New file, from GNU gettext.
32418         * lib/wait-process.c: New file, from GNU gettext.
32419
32420 2003-10-19  Jim Meyering  <jim@meyering.net>
32421
32422         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
32423         HPUX 10.20.
32424
32425 2003-10-18  Karl Berry  <karl@gnu.org>
32426
32427         * config/config.guess: update from config.
32428
32429 2003-10-16  Paul Eggert  <eggert@twinsun.com>
32430
32431         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
32432         (getgroups): First arg is int, not size_t.
32433         Don't let 'free' mangle errno.
32434
32435 2003-10-16  Paul Eggert  <eggert@twinsun.com>
32436
32437         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
32438
32439 2003-10-16  Karl Berry  <karl@gnu.org>
32440
32441         * config/config.{guess,sub}: update from config.
32442
32443 2003-10-16  Jim Meyering  <jim@meyering.net>
32444
32445         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
32446         memcpy.
32447
32448 2003-10-15  Paul Eggert  <eggert@twinsun.com>
32449
32450         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
32451         (SIZE_MAX): Remove.
32452         (new_exclude, add_exclude_file): Initial size no longer needs to
32453         be a power of 2.
32454         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
32455         our own address arithmetic overflow checking.
32456
32457         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
32458         (fnmatch): Do not alloca more than 2000 wide characters;
32459         instead, use malloc for large buffers.
32460         Check for address arithmetic overflow, and return -1
32461         with errno set to ENOMEM in that case.
32462         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
32463         (NEW_PATTERN): Do not alloca more than 8000 bytes;
32464         instead, return -1.  Check for address arithmetic overflow.
32465
32466 2003-10-14  Paul Eggert  <eggert@twinsun.com>
32467
32468         Handle invalid suffixes and overflow independently, so that
32469         callers can treat them independently as needed.  Fix some bugs in
32470         suffix handling, e.g., "100k@" was not diagnosed as an invalid
32471         suffix for a human-readable blocksize.  The major caller-visible
32472         change is the addition of a new
32473         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
32474         that both overflow and suffix chars were found.
32475
32476         * lib/human.c (humblock): Don't check separately for invalid suffix
32477         char; that is xstrtoumax's job (now that its bug is fixed).
32478         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
32479         INTMAX_MAX]: New macros.
32480         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
32481         TYPE_MAXIMUM): New macros.
32482         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
32483         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
32484         if overflow occurs, as it's what __strtol does and it's more useful
32485         in practice.
32486         (__xstrtol): If __strtol reports some error other than ERANGE,
32487         reflect it to the caller as LONGINT_INVALID.  If it reports
32488         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
32489         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
32490         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
32491         value.
32492         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
32493         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
32494         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
32495         [defined UINTMAX_MAX]: New macros.
32496
32497 2003-10-14  Bruno Haible  <bruno@clisp.org>
32498
32499         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
32500
32501 2003-10-14  Bruno Haible  <bruno@clisp.org>
32502
32503         * m4/sig_atomic_t: New file, from GNU gettext.
32504         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
32505
32506 2003-10-14  Bruno Haible  <bruno@clisp.org>
32507
32508         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
32509         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
32510         Also use volatile where needed.
32511
32512 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32513
32514         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
32515         Change maintainer from Bruno Haible to 'all'.
32516
32517 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32518
32519         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
32520
32521 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32522
32523         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
32524         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
32525         and define in terms of the other primitives.
32526         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
32527         (SIZE_MAX): Define if not already defined.
32528         (array_size_overflow): New function.
32529         (xalloc_die): Abort instead of exiting if 'error' returns.
32530         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
32531         (xmalloc, xrealloc): Use them.
32532         (xcalloc): Check for address arithmetic overflow.
32533         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
32534         a bit faster than strcpy.
32535
32536 2003-10-10  Simon Josefsson  <jas@extundo.com>
32537
32538         * modules/argp (Depends-on): Add restrict and strcase.
32539
32540 2003-10-10  Simon Josefsson  <jas@extundo.com>
32541
32542         * m4/argp.m4: Add AC_C_INLINE.
32543
32544 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32545
32546         Merge getpass from libc, plus a few fixes.
32547
32548         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
32549         Include <stdbool.h>.
32550         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
32551         __fsetlocking to empty.
32552         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
32553         do include <bits/libc-lock.h>.
32554         Do not include <fcntl.h>; not needed.
32555         [_LIBC]: Include <wchar.h>.
32556         (NOTCANCEL_MODE): New macro.
32557         (flockfile, funlockfile) [_LIBC]: New macros.
32558         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
32559         [!_LIBC]: New macros.
32560         (call_fclose): New function.
32561         (getpass): Use it.  Save tty stream separately; this simplifies the
32562         code and makes it more reliable if stdin happens to equal stdout.
32563         Invoke __fsetlocking on tty.
32564         Handle thread cancellation if needed.
32565         Namespace cleanup (use __tcgetattr, __getline).
32566         Use bool for Booleans.
32567         [USE_IN_LIBIO]: Handle wide streams.
32568         [!_LIBC]: Unconditionally do the fseek, since we don't know what
32569         stream might go where.
32570
32571         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
32572         doesn't have to include <stdio.h> before us.
32573         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
32574         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
32575         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
32576         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
32577         if not declared, so that we can use getpass.c code from libc without
32578         rewriting it.
32579         (flockfile, ftrylockfile, funlockfile): New macros.
32580
32581 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32582
32583         * modules/getpass: Depend on stdbool.
32584
32585 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32586
32587         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
32588
32589 2003-10-07  Karl Berry  <karl@gnu.org>
32590
32591         * config/config.{guess,sub}: update from config.
32592
32593 2003-10-06  Jim Meyering  <jim@meyering.net>
32594             Bruno Haible  <bruno@clisp.org>
32595
32596         This lets translators provide better translations for the
32597         "Written by ..." part of --version output.
32598         * lib/version-etc.h: Include stdarg.h.
32599         (version_etc_copyright): Declare as readonly.
32600         (version_etc): Make this function variadic with a NULL-terminated list
32601         of author name strings.
32602         (version_etc_va): New declaration.
32603         * lib/version-etc.c: Include stdarg.h, stdlib.h.
32604         (version_etc_copyright): Declare as readonly.
32605         (version_etc_va): New function. Provide a different translatable string
32606         for each possible number of authors < 10. Abbreviate when there are 10
32607         authors or more.
32608         (version_etc): Make this function variadic. Call version_etc_va.
32609         Suggestion from Gary V. Vaughan.
32610
32611         * lib/long-options.h (parse_long_options): Change prototype: the
32612         authors string is moved to the end and becomes variadic.
32613         * lib/long-options.c: Include stdarg.h.
32614         (parse_long_options): Make this function variadic, too.
32615         Call version_etc_va, not version_etc.
32616
32617 2003-10-06  Bruno Haible  <bruno@clisp.org>
32618
32619         * modules/version-etc-2: Remove file.
32620         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
32621
32622 2003-10-06  Bruno Haible  <bruno@clisp.org>
32623
32624         * modules/fatal-signal: New file.
32625         * MODULES.html.sh (func_all_modules): Add fatal-signal.
32626
32627 2003-10-06  Bruno Haible  <bruno@clisp.org>
32628
32629         * m4/fatal-signal.m4: New file.
32630         * m4/signalblocking.m4: New file, from GNU gettext.
32631
32632 2003-10-06  Bruno Haible  <bruno@clisp.org>
32633
32634         * lib/version-etc-2.h: Remove file.
32635         * lib/version-etc-2.c: Remove file.
32636
32637 2003-10-06  Bruno Haible  <bruno@clisp.org>
32638
32639         * lib/fatal-signal.h: New file, from GNU gettext.
32640         * lib/fatal-signal.c: New file, from GNU gettext.
32641
32642 2003-10-05  Paul Eggert  <eggert@twinsun.com>
32643
32644         * README: Rework advice for preventing empty .o files.
32645         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
32646         not <sys/types.h>.
32647
32648 2003-10-04  Karl Berry  <karl@gnu.org>
32649
32650         * lib/argp*: update from libc.
32651
32652 2003-10-04  Karl Berry  <karl@gnu.org>
32653
32654         * config/config.{guess,sub}: update from config.
32655
32656 2003-10-02  Bruno Haible  <bruno@clisp.org>
32657
32658         * modules/lchown (Include): Add lchown.h.
32659         * modules/time_r (Include): Use "..." syntax.
32660         * modules/xgetdomainname (Include): Add xgetdomainname.h.
32661
32662 2003-10-01  Simon Josefsson  <jas@extundo.com>
32663
32664         * MODULES.html.sh (func_all_modules): Move gethostname from section
32665         'based on' to section 'lacking' POSIX:2001.
32666
32667 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
32668
32669         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
32670         to output mode on the same stream.
32671
32672 2003-09-29  Paul Eggert  <eggert@twinsun.com>
32673
32674         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
32675         Fix arg typo in previous patch.
32676
32677 2003-09-28  Jim Meyering  <jim@meyering.net>
32678
32679         * lib/error.c: Correct cpp indentation.
32680
32681 2003-09-27  Paul Eggert  <eggert@twinsun.com>
32682
32683         * modules/free: New file.
32684
32685 2003-09-27  Paul Eggert  <eggert@twinsun.com>
32686
32687         * m4/free.m4: New file.
32688
32689 2003-09-27  Paul Eggert  <eggert@twinsun.com>
32690
32691         * lib/minmax.h (MIN, MAX)
32692         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
32693         Omit the special code that used __typeof__, since we worry that
32694         it could be more trouble than it's worth.  See:
32695         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
32696         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
32697
32698         * lib/free.c: New file.
32699
32700 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
32701
32702         Trivial fixes to Makefile.am parts of module listings.
32703         * modules/strstr: Append strstr.h to lib_SOURCES.
32704         * modules/strcase: Likewise, for strcase.h.
32705
32706 2003-09-27  Karl Berry  <karl@gnu.org>
32707
32708         * config/mkinstalldirs: update from automake.
32709
32710 2003-09-26  Paul Eggert  <eggert@twinsun.com>
32711
32712         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
32713         (error_tail): Do not loop, reallocating temporary buffer, since
32714         the output cannot contain more wide characters than the input
32715         contains bytes, the size must be big enough already.  This avoids
32716         one potential size overflow calculation.  Check for size overflow
32717         when calculating temporary buffer size.  Free temporary buffer
32718         when done, if it was allocated with malloc; this plugs a memory
32719         leak.  Remove casts from void * to pointers, that are no longer
32720         needed now that we're assuming C89 or better.
32721
32722         Merge error changes from glibc.
32723
32724         * lib/error.c, error.h: Update copyright notice header to match glibc.
32725         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
32726         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
32727         Disable cancellation while printing error.
32728         * lib/error.h: Prepend __ to parameter names.
32729
32730 2003-09-26  Jim Meyering  <jim@meyering.net>
32731
32732         * lib/error.c (error_tail): Move some declarations
32733         into inner scope where the local variables are used.
32734
32735 2003-09-26  Bruno Haible  <bruno@clisp.org>
32736
32737         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
32738         stpncpy().
32739         Don't define stpncpy through config.h; it's now done through stpncpy.h.
32740
32741 2003-09-26  Bruno Haible  <bruno@clisp.org>
32742
32743         * lib/stpncpy.h (gnu_stpncpy): New declaration.
32744         (stpncpy): Define as alias for gnu_stpncpy.
32745         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
32746
32747 2003-09-25  Simon Josefsson  <jas@extundo.com>
32748
32749         * lib/xgetdomainname.h: New file.
32750         * lib/xgetdomainname.c: New file.
32751
32752 2003-09-25  Simon Josefsson  <jas@extundo.com>
32753             Bruno Haible  <bruno@clisp.org>
32754
32755         * modules/getdomainname: New file.
32756         * modules/xgetdomainname: New file.
32757         * MODULES.html.sh (func_all_modules): Add getdomainname,
32758         xgetdomainname.
32759
32760 2003-09-25  Simon Josefsson  <jas@extundo.com>
32761             Bruno Haible  <bruno@clisp.org>
32762
32763         * m4/getdomainname.m4: New file.
32764
32765 2003-09-25  Simon Josefsson  <jas@extundo.com>
32766             Bruno Haible  <bruno@clisp.org>
32767
32768         * lib/getdomainname.h: New file.
32769         * lib/getdomainname.c: New file.
32770
32771 2003-09-25  Karl Berry  <karl@gnu.org>
32772
32773         * lib/argp-fmtstream.c, argp-help.c: update from libc.
32774
32775 2003-09-25  Karl Berry  <karl@gnu.org>
32776
32777         * config/install-sh: update from automake.
32778
32779 2003-09-25  Bruno Haible  <bruno@clisp.org>
32780
32781         * modules/version-etc-2: New file, from modules/version-etc with
32782         modifications.
32783         * MODULES.html.sh (func_all_modules): Add version-etc-2.
32784
32785 2003-09-25  Bruno Haible  <bruno@clisp.org>
32786
32787         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
32788         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
32789
32790 2003-09-24  Simon Josefsson  <jas@extundo.com>
32791
32792         * modules/xgethostname: Add xgethostname.h.
32793
32794 2003-09-24  Paul Eggert  <eggert@twinsun.com>
32795
32796         * lib/linebuffer.c (freebuffer): Don't free the argument, just
32797         the buffer associated with the argument.  Bug reported by
32798         Simon Josefsson.
32799
32800 2003-09-24  Paul Eggert  <eggert@twinsun.com>
32801
32802         * README: Document assumptions that 'int' is at least 32 bits
32803         wide, that integer arithmetic is 2's complement without overflow,
32804         that there are no holes in integer values, that adding sizes of
32805         two nonoverlapping objects can't overflow, and that all-bits-zero
32806         yields scalar zero.  Fix spelling and capitalization typos.
32807
32808 2003-09-19  Karl Berry  <karl@gnu.org>
32809
32810         * lib/argp.h: update from libc.
32811
32812 2003-09-17  Paul Eggert  <eggert@twinsun.com>
32813
32814         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
32815         to avoid spurious warnings like "AC_RUN_IFELSE was called before
32816         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
32817
32818 2003-09-17  Paul Eggert  <eggert@twinsun.com>
32819
32820         * gnulib-tool: Use "test -h", not "test -L", for portability
32821         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
32822         (tags_regexp): Remove, since \| doesn't conform to POSIX.
32823         (sed_extract_prog): Issue s commands one-by-one, rather than
32824         using \| in one s command.
32825
32826 2003-09-16  Paul Eggert  <eggert@twinsun.com>
32827
32828         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
32829         input error, instead of returning NULL the next time we are called
32830         (and therefore losing track of errno).
32831
32832 2003-09-16  Bruno Haible  <bruno@clisp.org>
32833
32834         * gnulib-tool (func_create_testdir): Warn about duplicated
32835         dependencies.
32836
32837 2003-09-15  Paul Eggert  <eggert@twinsun.com>
32838
32839         * modules/argmatch, modules/fatal, modules/obstack,
32840         modules/xalloc, modules/xgethostname: Sort dependencies by
32841         importance, not alphabetically.
32842
32843 2003-09-15  Paul Eggert  <eggert@twinsun.com>
32844
32845         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
32846         fails, so that the caller gets the proper errno.
32847
32848         * lib/readutmp.c (read_utmp): Likewise.
32849         Check for fstat error.  Close stream and free storage
32850         when failing.
32851
32852 2003-09-14  Karl Berry  <karl@gnu.org>
32853
32854         * config/srclist.txt (strdup.c): disable for c89 changes.
32855
32856 2003-09-14  Jim Meyering  <jim@meyering.net>
32857
32858         * lib/getloadavg.c: Correct cpp indentation.
32859         * lib/strdup.c: Likewise.
32860         * lib/vasnprintf.c: Likewise.
32861
32862 2003-09-14  Bruno Haible  <bruno@clisp.org>
32863
32864         * modules/fwriteerror: New file.
32865         * MODULES.html.sh (func_all_modules): Add fwriteerror.
32866
32867 2003-09-14  Bruno Haible  <bruno@clisp.org>
32868
32869         * lib/fwriteerror.h: New file.
32870         * lib/fwriteerror.c: New file.
32871
32872 2003-09-12  Paul Eggert  <eggert@twinsun.com>
32873
32874         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
32875         modules/xgethostname, modules/xalloc: Depend on exit.
32876
32877 2003-09-12  Paul Eggert  <eggert@twinsun.com>
32878
32879         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
32880
32881         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
32882         and AC_MINIX, too, so that their extensions are available.
32883
32884         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
32885         This macro has been superseded by gl_BACKUPFILE.
32886
32887         More patches to assume C89 or better.
32888
32889         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
32890
32891         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
32892         unconditionally.
32893         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
32894         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
32895         Include <string.h>, <stdlib.h> unconditionally.
32896         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
32897         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
32898         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
32899         headers or for string.h.
32900         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
32901         or strtoul.
32902
32903         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
32904         headers.
32905         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
32906         * m4/userspec.m4 (gl_USERSPEC): Likewise.
32907         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
32908         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
32909         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
32910         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
32911         memcpy, memset.
32912         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
32913         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
32914         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
32915         strtol.
32916         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
32917         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
32918         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
32919         strtoul.
32920
32921 2003-09-12  Paul Eggert  <eggert@twinsun.com>
32922
32923         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
32924         * lib/obstack.c [!defined _LIBC]: Likewise.
32925         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
32926         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
32927         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
32928
32929         More changes to assume C89 or better.
32930
32931         * lib/error.c (error_tail): Assume vprintf.
32932
32933         * lib/argmatch.c (getenv): Remove decl.
32934         * lib/progreloc.c (get_full_program_name): Define via prototype.
32935         * lib/setenv.c (clearenv): Likewise.
32936         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
32937         needed.
32938         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
32939         (malloc, memcpy): Remove decls.
32940         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
32941         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
32942         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
32943         (memcpy): Remove macro.
32944         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
32945         (__P): Remove.  All uses removed.
32946         (PTR): Remove.  All uses changed to void *.
32947         (CHAR_BIT, NULL): Remove.
32948         (spaces, zeros, memset_space, memset_zero)
32949         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
32950         Remove.
32951         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
32952         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
32953         Define with prototype.
32954         Remove now-unnecessary prototype decl.
32955         (extra_args_spec): Assume ANSI C.  All uses changed.
32956         (extra_args_spec_iso): Remove.
32957         (my_strftime, emacs_strftimeu): Define via prototype.
32958         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
32959         unconditionally.
32960         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
32961         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
32962         (strtoul, strtol): Remove decls.
32963         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
32964         LONG_MAX): Remove.
32965         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
32966         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
32967         (LOCALE_PARAM_PROTO): New macro.
32968         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
32969         (INTERNAL (strtol), strtol): Define with a prototype.
32970         (PARAMS): Remove.  All uses removed.
32971         * lib/tempname.c: Include <string.h> unconditionally.
32972         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
32973         * lib/xgethostname.c (main): Define with a prototype.
32974         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
32975         Include <stdlib.h> unconditionally.
32976         (calloc, malloc, realloc, free): Remove decls.
32977         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
32978         Include <stdlib.h> unconditionally.  Sort include file names.
32979         (strtod): Remove.
32980         (xstrtod): Define with a prototype.
32981         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
32982         (strtol, strtoul): Remove decls.
32983
32984 2003-09-11  Paul Eggert  <eggert@twinsun.com>
32985
32986         More patches to assume C89 or better.
32987         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
32988         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
32989         string.h, memchr, STDC_HEADERS.
32990
32991 2003-09-11  Paul Eggert  <eggert@twinsun.com>
32992
32993         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
32994         Include <stdlib.h>, <string.h> unconditionally.
32995         Remove now-unnecessary cast to char *.
32996         * lib/strnlen.c: Include <string.h> unconditionally.
32997         * lib/yesno.c (yesno): Define with a prototype.
32998
32999 2003-09-11  Bruno Haible  <bruno@clisp.org>
33000
33001         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
33002
33003 2003-09-10  Jim Meyering  <jim@meyering.net>
33004
33005         * lib/error.c: Correct indentation of cpp directives.
33006
33007 2003-09-10  Bruno Haible  <bruno@clisp.org>
33008
33009         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
33010         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
33011         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
33012         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
33013         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
33014         <stdlib.h> and <string.h> checks.
33015         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
33016         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
33017
33018 2003-09-10  Bruno Haible  <bruno@clisp.org>
33019
33020         * lib/strcspn.c: Include <string.h> unconditionally.
33021         * lib/strpbrk.c: Include <string.h> unconditionally.
33022         * lib/strstr.c: Include <string.h> unconditionally.
33023         * lib/unicodeio.c: Include <string.h> unconditionally.
33024         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
33025         * lib/unsetenv.c: Likewise.
33026         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
33027         * lib/yesno.c: Include <stdlib.h> unconditionally.
33028         (rpmatch): Add prototype.
33029
33030 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33031
33032         More patches to assume C89 or better.
33033         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
33034         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
33035         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
33036         or for string.h.
33037         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
33038         stdlib.h.
33039         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
33040         C headers.
33041         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
33042         string.h.
33043         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
33044         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
33045         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
33046         or for string.h.
33047         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
33048         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
33049         C headers.
33050         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
33051         memcpy.
33052         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
33053         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
33054         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
33055         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
33056         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
33057         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
33058         string.h, free.
33059         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
33060         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
33061         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
33062         C headers, or for string.h.
33063         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
33064         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
33065         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
33066         headers, memory.h, stdlib.h, string.h, strings.h.
33067         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
33068         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
33069         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
33070         strchr.
33071         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
33072         headers, memory.h, string.h.
33073         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
33074         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
33075         free.
33076         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
33077         headers.
33078         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
33079         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
33080         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
33081         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
33082         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
33083
33084 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33085
33086         More K&R removal.
33087
33088         * lib/acosl.c (main): Use a prototype.
33089         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
33090         tanl.c: Likewise.
33091
33092         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
33093
33094         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
33095         (getopt, etopt_long, getopt_long_only, _getopt_internal)
33096         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
33097         with a prototype.
33098         * lib/getopt.c (const): Remove macro.
33099         Include <string.h> unconditionally.
33100         (my_index): Remove; all uses changed to strchr.
33101         (strlen): Remove decl.
33102         (exchange): Remove forward decl; no longer needed.
33103         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
33104         Define with prototype.
33105         * lib/getopt1.c (const): Remove macro.
33106         (getopt_long, getopt_long_only, main): Define with prototype.
33107
33108         * lib/getugroups.c: Include <string.h> unconditionally.
33109
33110         * lib/getusershell.c: Include <stdlib.h> unconditionally.
33111         (getusershell, setusershell, endusershell, readname, main):
33112         Define with prototypes.
33113
33114         * lib/group-member.c: Include group-member.h first.
33115         Include <stdlib.h> unconditionally.
33116
33117         * lib/hard-locale.c: Include hard-locale.h first.
33118         Include <stdlib.h>, <string.h> unconditionally.
33119
33120         * lib/hash.c (free, malloc): Remove decls.
33121         Include <stdlib.h> unconditionally.
33122
33123         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
33124         (getenv): Do not declare.
33125
33126         * lib/idcache.c: Include <string.h> unconditionally.
33127
33128         * lib/long-options.c: Include long-options.h first, to test interface.
33129         Include <stdlib.h> unconditionally.
33130
33131         * lib/makepath.c: Include makepath.h first, to test interface.
33132         Include <stdlib.h> and <string.h> unconditionally.
33133
33134         * lib/linebuffer.c: Include <stdlib.h>.
33135         (free): Remove decl.
33136
33137         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
33138         stddef.h. rpl_malloc returns void *, not char *.
33139         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
33140         prototype.
33141
33142         * lib/md5.h: Include <limits.h> unconditionally.
33143         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
33144         (__P): Remove; all uses removed.
33145         * lib/md5.c: Include "md5.h" first.
33146         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
33147         md5_buffer, md5_process_bytes, md5_process_block):
33148         Define with prototypes.
33149         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
33150         * lib/sha.c: Include "sha.h" first.
33151         Include <stdlib.h>, <string.h> unconditionally.
33152
33153         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
33154         * lib/memcmp.c (__ptr_t): Likewise.
33155         * lib/memrchr.c (__ptr_t): Likewise.
33156         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
33157         Include <string.h> unconditionally.
33158         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
33159         * lib/memchr.c: Include <stdlib.h> unconditionally.
33160         * lib/memchr.c (LONG_MAX): Remove.
33161         * lib/memrchr.c (LONG_MAX): Likewise.
33162         * lib/memchr.c (__memchr): Define via a prototype.
33163         * lib/memrchr.c (__memrchr): Likewise.
33164         * lib/memcmp.c (__P): Remove, and remove all uses.
33165         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
33166         Remove forward decls; no longer needed.
33167         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
33168         Use types required by C89 in prototype.
33169
33170         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
33171         * lib/savedir.c: Likewise.
33172         * lib/mkdir.c (free): Remove decl.
33173         * lib/rmdir.c (rmdir): Define with a prototype.
33174         * lib/savedir.c: Include savedir.h first, to test interface.
33175
33176         * lib/mktime.c (STDC_HEADERS): Remove.
33177         Include <stdlib.h>, <string.h> unconditionally.
33178
33179         * lib/modechange.c: Include <stdlib.h> unconditionally.
33180         (malloc): Remove decl.
33181
33182         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
33183         (free): Remove decl.
33184
33185         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
33186         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
33187         (This type really should be intptr_t, but that's a C99ism.)
33188         (_obstack_memcpy): Remove: all uses changed to memcpy.
33189         Include <string.h> unconditionally.
33190         (struct obstack): Assume __STDC__ for types of members
33191         chunkfun, freefun, extra_arg.
33192         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
33193         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
33194         obstack_begin, obstack_specify_allocation,
33195         obstack_specify_allocation_with_arg, obstack_chunkfun,
33196         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
33197         Remove unprototyped decls and the macros that use them.
33198         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
33199         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
33200         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
33201         (defined __STDC__ && __STDC__)]:
33202         Remove nonprototyped code.
33203         Include <stdlib.h> unconditionally.
33204         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
33205         _obstack_allocated_p, _obstack_free, obstack_free,
33206         _obstack_memory_used, print_and_abort):
33207         Define using prototypes.
33208         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
33209         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
33210         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
33211         obstack_next_free, obstack_object_size, obstack_room) [0]:
33212         Remove unused, unprototyped code.
33213
33214         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
33215
33216         * lib/physmem.c (physmem_total, physmem_available, main): Define
33217         with prototypes.
33218
33219         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
33220         (main): Define with a prototype.
33221
33222         * lib/posixver.c (getenv): Remove decl.
33223
33224         * lib/putenv.c (malloc): Returns void *, not char *.
33225         Include <string.h> unconditionally.
33226         (strchr, memcpy, NULL): Do not define.
33227
33228         * lib/readtokens.c: Include readtokens.h first, to test interface.
33229         Include <stdlib.h>, <string.h> unconditionally.
33230         (init_tokenbuffer): Define with a prototype.
33231
33232         * lib/regex.c (PARAMS): Remove.  All uses removed.
33233         All uses of _RE_ARGS removed, too.
33234         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
33235         unconditionally.
33236         (bzero): Assume memset exists.
33237         (memcmp, memcpy, NULL): Remove.
33238         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
33239         char, or assignments to local vars of type signed char.
33240         (init_syntax_once, PREFIX(extract_number_and_incr),
33241         PREFIX(print_partial_compiled_pattern),
33242         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
33243         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
33244         PREFIX(regex_grow_registers), PREFIX(regex_compile),
33245         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
33246         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
33247         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
33248         wcs_compile_range, byte_compile_range, truncate_wchar,
33249         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
33250         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
33251         count_mbs_length, wcs_re_match_2_internal,
33252         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
33253         PREFIX(alt_match_null_string_p),
33254         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
33255         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
33256         regfree, PREFIX(extract_number)): Define with prototype.  Remove
33257         now-unnecessary declaration, if any.
33258         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
33259         regcomp, regexec):
33260         Remove now-unnecessary casts among pointer types.
33261         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
33262
33263         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
33264         (free): Remove decl.
33265
33266         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
33267
33268         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
33269         (free): Remove decl.
33270
33271         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
33272         * lib/xgetcwd.c: Likewise.
33273
33274         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
33275         (free): Remove decl.
33276
33277         * lib/strchrnul.c (strchrnul): Define with a prototype.
33278         Fix bug: c_in was not converted to char before searching.
33279
33280         The following changes are not K&R related:
33281
33282         * lib/group-member.h: Include <sys/types.h>, so that this file is
33283         self-contained.
33284         * lib/makepath.h: Likewise.
33285
33286         * lib/getusershell.c (readname, default_index, line_size, readname):
33287         Use size_t, not int, for sizes.
33288         (readname): If the size overflows, report an error instead of
33289         looping forever.
33290
33291 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33292
33293         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
33294         libc.
33295
33296 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33297
33298         * README: New section: portability guidelines.
33299
33300 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
33301
33302         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
33303         C89 spec.
33304
33305 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
33306
33307         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
33308
33309 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33310
33311         Assume C89 or better; remove K&R cruft.
33312         A few of these changes were first proposed by Derek Robert Price
33313         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
33314
33315         * lib/addext.c: Include <string.h> unconditionally.
33316         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
33317         Don't declare getenv or malloc.
33318
33319         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
33320         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
33321         (NULL): Remove.
33322         (find_stack_direction, alloca): Use prototypes.
33323
33324         * lib/atexit.c (atexit): Define using a prototype.
33325
33326         * lib/basename.c, dirname.c, stripslash.c:
33327         Include <string.h> unconditionally.
33328
33329         * lib/bcopy.c: Include <stddef.h>.
33330         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
33331
33332         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
33333
33334         * lib/error.h (error, error_at_line, error_print_progname)
33335         [! (defined (__STDC__) && __STDC__)]: Remove decls.
33336         * lib/error.c: Include error.h first, to check interface.
33337         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
33338         (VA_START): Remove; all uses changeed to va_start.
33339         (exit, strerror): Remove decls.
33340         (error_print_progname): Prototype uncondionally.
33341         Don't include <errno.h>; no longer needed.
33342         (private_strerror): Remove.
33343         (error_tail): Always define.
33344         (error, error_at_line): Assume C89 or better; always use prototypes.
33345         * lib/fatal.c: Include "fatal.h" first, to test interface.
33346         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
33347         (VA_START): Remove; all uses changed to va_start.
33348         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
33349         this case.
33350         (exit): Remove decl.
33351         (fatal): Prototype unconditionally.  Assume va_start works.
33352         Abort at end, to pacify gcc.
33353
33354         * lib/euidaccess.c (main): Define with a prototype.
33355
33356         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
33357
33358         * lib/exitfail.c: Include <stdlib.h> unconditionally.
33359
33360         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
33361         prototypes.
33362         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
33363         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
33364         (getenv): Remove decl.
33365         (fnmatch): Define using a prototype.
33366         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
33367         (FCT): Define using a prototype.
33368
33369         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
33370
33371         * lib/gethostname.c: Include <stddef.h>.
33372         (gethostname): Define with prototype.  Length is size_t, not int.
33373
33374 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33375
33376         Assume C89 or better; remove K&R cruft.
33377         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
33378         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
33379         string.h, getenv, malloc.
33380         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
33381         headers.
33382         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
33383         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
33384         do not check for strerror.
33385         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
33386         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
33387         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
33388         do not check for doprnt or vprintf.
33389         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
33390         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
33391
33392 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33393
33394         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
33395         getversion.c should have been removed then, but was accidentally
33396         preserved.
33397
33398         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
33399         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
33400
33401 2003-09-08  Karl Berry  <karl@gnu.org>
33402
33403         * config/config.sub, config.guess, srclistvars.sh: update from savannah
33404                 config, forget about prep.
33405
33406         * config/depcomp, missing: update from automake.
33407
33408 2003-09-07  Paul Eggert  <eggert@twinsun.com>
33409
33410         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
33411         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
33412
33413 2003-09-07  Paul Eggert  <eggert@twinsun.com>
33414
33415         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
33416         copy_tm_result.  Bug reported by Simon Josefsson in
33417         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
33418
33419 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33420
33421         * m4/time_r.m4: New file.
33422         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
33423         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
33424         is. Check for timegm declaration.
33425         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
33426         Do not check for gmtime_r.
33427         Replace mktime if __mktime_internal does not exist and if mktime
33428         hasn't been replaced already.
33429
33430 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33431
33432         * lib/time_r.c, lib/time_r.h: New files.
33433
33434         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
33435         __localtime_r.
33436         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
33437         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
33438
33439         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
33440         __gmtime_r.
33441         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
33442         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
33443         Include <time_r.h>.
33444
33445         * lib/timegm.c: Switch to glibc implementation, with the following
33446         changes:
33447         [defined HAVE_CONFIG_H]: Include <config.h>.
33448         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
33449         (__mktime_internal) [!defined _LIBC]: New decl.
33450         (__gmtime_r) [!defined _LIBC]: New macro and function.
33451         (timegm): Use a prototype, since gnulib assumes C89.
33452         Do not bother declaring tmp to be const, as it's not really usefu.
33453         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
33454         (timegm): Declare only if HAVE_DECL_TIMEGM.
33455
33456 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33457
33458         * MODULES.html.sh (func_all_modules): Add time_r.
33459         * modules/time_r: New file.
33460         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
33461         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
33462
33463 2003-09-03  Paul Eggert  <eggert@twinsun.com>
33464
33465         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
33466         Bug reported by Lute Kamstra in
33467         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
33468
33469         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
33470         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
33471         course with correspondingly smaller numbers for tomorrow and
33472         yesterday.  From Tadayoshi Funaba.  Originally installed into
33473         sh-utils on 1999-08-07, but the patch got lost (I guess during the
33474         coreutils merge?).
33475
33476 2003-08-31  Simon Josefsson  <jas@extundo.com>
33477
33478         * modules/timegm: New file.
33479         * MODULES.html.sh (func_all_modules): Add timegm.
33480
33481 2003-08-31  Simon Josefsson  <jas@extundo.com>
33482
33483         * m4/timegm.m4: New file.
33484
33485 2003-08-31  Simon Josefsson  <jas@extundo.com>
33486
33487         * lib/timegm.h: New file.
33488         * lib/timegm.c: New file.  Based on
33489         wget-1.8.2/src/http.c:mktime_from_utc.
33490
33491 2003-08-31  Karl Berry  <karl@gnu.org>
33492
33493         * lib/argp.h: update from libc.
33494
33495 2003-08-28  Bruno Haible  <bruno@clisp.org>
33496
33497         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
33498         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
33499         followed by '#define fnmatch fnmatch_posix' gives an error.
33500
33501 2003-08-28  Bruno Haible  <bruno@clisp.org>
33502
33503         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
33504         warning on QNX, which defines O_BINARY to 000000.
33505
33506 2003-08-27  Jim Meyering  <jim@meyering.net>
33507
33508         * m4/mkstemp.m4: Require that the system mkstemp be able to create
33509         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
33510         would fail after 32.  Reported by Danny Levinson.  Details here:
33511         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
33512
33513 2003-08-24  Bruno Haible  <bruno@clisp.org>
33514
33515         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
33516         MSVC7 <stdio.h> is included later.
33517
33518 2003-08-22  Simon Josefsson  <jas@extundo.com>
33519
33520         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
33521
33522 2003-08-20  Karl Berry  <karl@gnu.org>
33523
33524         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
33525
33526 2003-08-20  Bruno Haible  <bruno@clisp.org>
33527
33528         * modules/progname: New file.
33529         * MODULES.html.sh (func_all_modules): Add progname.
33530
33531 2003-08-20  Bruno Haible  <bruno@clisp.org>
33532
33533         * lib/progname.h: New file, from GNU gettext.
33534         * lib/progname.c: New file, from GNU gettext.
33535         * lib/progreloc.c: New file, from GNU gettext.
33536
33537 2003-08-19  Jim Meyering  <jim@meyering.net>
33538
33539         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
33540         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
33541
33542 2003-08-19  Bruno Haible  <bruno@clisp.org>
33543
33544         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
33545         more.
33546
33547 2003-08-19  Bruno Haible  <bruno@clisp.org>
33548
33549         * lib/xstrdup.c: Assume <string.h> exists.
33550
33551 2003-08-18  Paul Eggert  <eggert@twinsun.com>
33552
33553         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
33554         in makefile rules.
33555
33556 2003-08-18  Jim Meyering  <jim@meyering.net>
33557
33558         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
33559         * m4/lib-ld.m4: Likewise.
33560
33561 2003-08-18  Jim Meyering  <jim@meyering.net>
33562
33563         * lib/setenv.h: Indent nested cpp directive.
33564         * lib/vasnprintf.c: Remove trailing blanks.
33565
33566 2003-08-17  Simon Josefsson  <jas@extundo.com>
33567
33568         * modules/xstrndup: New file.
33569         * MODULES.html.sh (func_all_modules): Add xstrndup.
33570
33571 2003-08-17  Simon Josefsson  <jas@extundo.com>
33572
33573         * modules/argp: Fix autoconf macro name. Add more dependencies.
33574
33575 2003-08-17  Simon Josefsson  <jas@extundo.com>
33576
33577         * m4/xstrndup.m4: New file.
33578
33579 2003-08-17  Simon Josefsson  <jas@extundo.com>
33580
33581         * m4/argp.m4: New file.
33582
33583 2003-08-17  Simon Josefsson  <jas@extundo.com>
33584             Bruno Haible  <bruno@clisp.org>
33585
33586         * lib/xstrndup.h: New file.
33587         * lib/xstrndup.c: New file.
33588
33589 2003-08-17  Bruno Haible  <bruno@clisp.org>
33590
33591         * modules/strndup (Files, Include): Add lib/strndup.h.
33592
33593 2003-08-17  Bruno Haible  <bruno@clisp.org>
33594
33595         * modules/euidaccess (Files): Add lib/euidaccess.h.
33596
33597 2003-08-17  Bruno Haible  <bruno@clisp.org>
33598
33599         * lib/strndup.h: New file.
33600
33601 2003-08-17  Bruno Haible  <bruno@clisp.org>
33602
33603         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
33604         like AC_GNU_SOURCE.
33605         * modules/extensions (configure.ac): Comment out the invocation of
33606         gl_USE_SYSTEM_EXTENSIONS.
33607
33608 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33609
33610         Merges from coreutils, etc.
33611         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
33612         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
33613         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
33614         fixing a typo.
33615         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
33616         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
33617
33618 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33619
33620         Document merge from coreutils.
33621         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
33622         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
33623         * modules/utime: Add m4/utimes-null.m4.
33624
33625 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33626
33627         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
33628         space, undoing this 2003-08-12 change:
33629         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
33630
33631 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33632
33633         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
33634         strtoul.c from libc, undoing this 2003-08-12 change:
33635         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
33636
33637 2003-08-16  Jim Meyering  <jim@meyering.net>
33638
33639         Merges from coreutils.
33640         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
33641         prefix.  Adjust cache variables similarly.  Create 500 rather than
33642         just 300 files, to exercise bug on Darwin6.5, too.
33643         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
33644         $missing_dir.
33645         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
33646         AM_SYS_POSIX_TERMIOS.
33647         Reported by mkc@mathdogs.com.
33648         Also change use of $am_cv_sys_posix_termios
33649         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
33650         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
33651         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
33652         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
33653         in /proc/mounts until it finds one with matching device number.  This
33654         is unnecessary when the FILE argument *is* a mount point.  No stat call
33655         is necessary in that case.  So, disable the statvfs-testing code on
33656         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
33657         as RedHat bug# 84846.
33658         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
33659         to 1MB, so as not to render systems with no stack size limit (e.g.,
33660         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
33661         Include <unistd.h>.  On some systems,
33662         it is required for the definition of _SC_PAGESIZE.
33663
33664 2003-08-16  Jim Meyering  <jim@meyering.net>
33665
33666         Merge from coreutils.
33667         * lib/xstrtoimax.c: #else #if -> #elif.
33668         * lib/xstrtoumax.c: Likewise.
33669
33670 2003-08-16  Jim Meyering  <jim@meyering.net>
33671
33672         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
33673         * m4/utimes.m4: Removed.
33674         * m4/utimes-null.m4: Renamed from utimes.m4.
33675
33676         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
33677         to 1MB, so as not to render systems with no stack size limit (e.g.,
33678         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
33679         Include <unistd.h>.  On some systems,
33680         it is required for the definition of _SC_PAGESIZE.
33681
33682 2003-08-16  Jim Meyering  <jim@meyering.net>
33683         and Paul Eggert  <eggert@cs.ucla.edu>
33684
33685         Merges from coreutils, etc.
33686
33687         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
33688         using the latest version from cvs.  This avoids problems with #line
33689         directives using a vendor (Sun) compiler.
33690         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
33691         Don't set GETGROUPS_LIB here; now it's
33692         done via getgroups.m4's wrapper function.
33693         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
33694         rather than just in sh-util/configure.in, so that the
33695         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
33696         same.
33697         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
33698         AC_FUNC_GETLOADAVG where to find getloadavg.c.
33699         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
33700         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
33701         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
33702         Remove code that is now done by the newly-required macros.
33703         Append $(EXEEXT) to DF_PROG.
33704         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
33705         Do not invoke or require the following here,
33706         since prereq.m4 or some gnulib .m4 now does this for us:
33707         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
33708         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
33709         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
33710         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
33711         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
33712         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
33713         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
33714         AC_FUNC_OBSTACK.
33715         Do not replace the following functions, as this is now the job
33716         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
33717         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
33718         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
33719         atexit getpass, strdup, getpagesize.
33720         Replace 'raise'.
33721         Do not check for the following functions, as this is now the job
33722         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
33723         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
33724         setregid.
33725         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
33726         Check for sys/sysctl.h.
33727         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
33728         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
33729         of checking for ssize_t ourselves.
33730
33731         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
33732         Require every macro that gnulib/modules/* suggests for us.
33733         (jm_PREREQ_ADDEXT): New macro.
33734         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
33735         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
33736
33737         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
33738         (gl_PHYSMEM): Use it.
33739         Also check for `table' function.
33740         Check for new headers and functions.
33741         Add check for sys/sysmp.h.
33742         With suggestions from Kaveh Ghazi.
33743         Ignore headers that are present but cannot be compiled.  This
33744         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
33745         C 5.4.
33746
33747 2003-08-15  Paul Eggert  <eggert@twinsun.com>
33748
33749         Document merge from coreutils.
33750         * modules/userspec: Depend on posixver.
33751         * modules/strftime: Depend on tzset.
33752
33753 2003-08-15  Paul Eggert  <eggert@twinsun.com>
33754
33755         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
33756         rather than tab, after '#' in shell-script copyright notices.
33757         Suggested by Bruno Haible.
33758
33759 2003-08-15  Paul Eggert  <eggert@twinsun.com>
33760
33761         * config/srclist-update: Use three spaces, rather than tab, after '#'
33762         in shell-script copyright notices.  Suggested by Bruno Haible.
33763         Remove unnecessary parenthesization in regular expression.
33764
33765 2003-08-15  Jim Meyering  <jim@meyering.net>
33766
33767         Merge from coreutils.
33768         * lib/xgethostname.c: Include <stdlib.h>.
33769         (xghostname): Don't exit for anything other than memory-related
33770         failure; just return NULL.
33771         * lib/userspec.c: Include "posixver.h".
33772         (parse_user_spec): Accept `.' as a separator only
33773         in pre-POSIX-200112 mode.
33774         * lib/strtoimax.c: Use #elif rather than #else #if.
33775         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
33776         Remove function, now that we can rely on a working tzset function.
33777         [!_LIBC]: Ensure that the required autoconf test has been run.
33778         [!defined _NL_CURRENT && HAVE_STRFTIME]:
33779         Use underlying_strftime for %r.
33780         * lib/sha.c: Merge in some clean-up and optimization changes from
33781         glibc.
33782         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
33783         Ensure that it is a multiple of 64.
33784         Rearrange loop exit tests so as to avoid performing an
33785         additional fread after encountering an error or EOF.
33786         * lib/realloc.c: Update copyright date.
33787
33788 2003-08-15  Jim Meyering  <jim@meyering.net>
33789         and Paul Eggert  <eggert@twinsun.com>
33790
33791         Merge from coreutils.
33792         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
33793         member but strut utmpx does not.  Needed for AIX 4.3.3.
33794         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
33795
33796 2003-08-15  Jim Meyering  <jim@meyering.net>
33797         and Paul Eggert  <eggert@cs.ucla.edu>
33798
33799         Merges from coreutils, etc.
33800         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
33801         Require gl_FUNC_TZSET_CLOBBER.
33802         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
33803         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
33804         members.
33805
33806 2003-08-14  Paul Eggert  <eggert@twinsun.com>
33807
33808         Help the merge from coreutils.
33809         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
33810         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
33811         * m4/tzset.m4: Use it too.
33812
33813 2003-08-14  Paul Eggert  <eggert@twinsun.com>
33814
33815         * modules/tzset: New file.
33816
33817 2003-08-14  Jim Meyering  <jim@meyering.net>
33818
33819         Merges from coreutils.
33820         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
33821         variable names, rather than @FNMATCH_H@.
33822         * modules/alloca: Likewise for $(ALLOCA_H).
33823
33824         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
33825         the three copies of the literal target, `fnmatch.h'.
33826         * modules/alloca (alloca.h): Likewise.
33827
33828 2003-08-14  Jim Meyering  <jim@meyering.net>
33829
33830         Merge from coreutils.
33831         * m4/tzset.m4: New file.
33832         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
33833         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
33834         otherwise, AIX 5.1 systems would end up using the latter.
33835         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
33836         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
33837         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
33838         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
33839
33840 2003-08-14  Jim Meyering  <jim@meyering.net>
33841
33842         Merge from coreutils.
33843         * lib/obstack.h: Whitespace changes.
33844         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
33845         and xcalloc return values.
33846         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
33847         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
33848         hang on OSF/1 5.1 for DIR on both local and remote file systems.
33849         Reported by (and fix confirmed by) Nelson H. F. Beebe.
33850         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
33851         error from mntctl.
33852         Use mntctl's return value to drive the entry-processing loop, since
33853         we can't rely on the value of the vmt_length member in the last
33854         entry.  On some systems doing so could result in exhausting
33855         virtual memory.  Based in part on a patch from Mike Jetzer.
33856
33857 2003-08-14  Jim Meyering  <jim@meyering.net>
33858         and Paul Eggert  <eggert@twinsun.com>
33859
33860         Merges from coreutils, plus other fixes.
33861         * lib/physmem.c: Merge in portability changes from gcc/libiberty
33862         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
33863         for credits and details.  Thanks to Kaveh Ghazi for helping
33864         to keep these files in sync.
33865         (ARRAY_SIZE): Define it.
33866         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
33867         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
33868         (memcasecmp): Don't assume size_t fits in unsigned int.
33869         Remove casts and duplicate code.
33870         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
33871         (memcpy): Remove definition.
33872         Merge in some clean-up and optimization changes from glibc.
33873         [BLOCKSIZE]: Move definition to top of file.
33874         Ensure that it is a multiple of 64.
33875         Rearrange loop exit tests so as to avoid performing an
33876         additional fread after encountering an error or EOF.
33877         * lib/md5.h (md5_uintptr): Define.
33878         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
33879         return to the initial working directory.  Preserve errno
33880         for caller.
33881         * lib/idcache.c: Include "xalloc.h".
33882         (xmalloc, xrealloc): Remove decls.
33883         (getuser): Remove casts no longer required in C89.
33884         * lib/human.c: Include stdio.h, for sprintf.
33885         * lib/group-member.c: Include "xalloc.h".
33886         (xmalloc, xrealloc): Remove decls.
33887         (get_group_info): Remove casts no longer required in C89.
33888         * lib/getusershell.c (readname): Remove casts no longer required in
33889         C89.
33890         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
33891         * lib/getline.c: Whitespace fix, from coreutils.
33892
33893 2003-08-13  Paul Eggert  <eggert@twinsun.com>
33894
33895         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
33896         Check for isascii.
33897
33898         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
33899         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
33900         Undo previous (whitespace-only) change.
33901
33902 2003-08-13  Paul Eggert  <eggert@twinsun.com>
33903
33904         * lib/exclude.c: Include <ctype.h>
33905         (IN_CTYPE_DOMAIN): New macro.
33906         (is_space): New fn.
33907         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
33908         and empty lines.
33909
33910         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
33911         Undo previous (whitespace-only) change.
33912
33913 2003-08-13  Paul Eggert  <eggert@twinsun.com>
33914
33915         * config/srclist-update: Change update back to the old behavior,
33916         leaving whitespace alone.  Use one 'sed' command rather than a
33917         pipeline.
33918         (fixlicense): Now a variable, not a function.
33919         (remove_trailing_blanks): Remove.
33920         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
33921         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
33922         Undo previous (whitespace-only) change.
33923
33924 2003-08-12  Paul Eggert  <eggert@twinsun.com>
33925
33926         Merge from coreutils.
33927         * modules/euidaccess: Add lib_SOURCES, include for new
33928         file euidaccess.h
33929
33930 2003-08-12  Paul Eggert  <eggert@twinsun.com>
33931
33932         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
33933         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
33934         Normalize leading white space and remove trailing white space.
33935
33936         Merge from coreutils
33937         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
33938
33939         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
33940         0.12.1.  These files are now being upgraded automatically by
33941         ../config/srclist-update.
33942
33943 2003-08-12  Paul Eggert  <eggert@twinsun.com>
33944
33945         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
33946         Normalize leading white space and remove trailing white space.
33947         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
33948         notice, as per ../config/srclist-update.
33949
33950         Merge from coreutils.
33951         * lib/euidaccess.h: New file.
33952         * lib/euidaccess.c: Include it.
33953         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
33954         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
33955         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
33956
33957 2003-08-12  Paul Eggert  <eggert@twinsun.com>
33958
33959         * config/srclist-update: Add copyright notice.
33960         (remove_id_lines, remove_trailing_blanks): New constants.
33961         (fixfile): Use them to normalize spacing a bit in copied files.
33962         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
33963         Normalize leading white space and remove trailing white space.
33964
33965         * config/texinfo.tex: Sync with texinfo.
33966
33967         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
33968         strtoul.c from libc, to merge coreutils whitespace changes.
33969
33970         * config/srclist.txt: Get the following m4 files from gettext:
33971         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
33972         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
33973         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
33974         wint_t.m4.
33975
33976 2003-08-12  Karl Berry  <karl@gnu.org>
33977
33978         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
33979         been made.
33980
33981 2003-08-11  Paul Eggert  <eggert@twinsun.com>
33982
33983         * modules/gnu-source, m4/gnu-source.m4:
33984         Remove; we're assuming Autoconf 2.54 or later now.
33985         Suggested by Bruno Haible.
33986         * MODULES.html.sh (func_all_modules): Remove gnu-source.
33987
33988 2003-08-11  Bruno Haible  <bruno@clisp.org>
33989
33990         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
33991
33992 2003-08-11  Bruno Haible  <bruno@clisp.org>
33993
33994         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
33995         (vasnprintf): Use it instead of wcslen.
33996
33997 2003-08-11  Bruno Haible  <bruno@clisp.org>
33998
33999         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
34000         value to ensure that _Bool promotes to int. Use #define for _Bool when
34001         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
34002
34003 2003-08-10  Karl Berry  <karl@gnu.org>
34004
34005         * lib/regex.h: update from libc (whitespace fix).
34006
34007 2003-08-09  Paul Eggert  <eggert@twinsun.com>
34008
34009         Merge some files from coreutils.  These changes were
34010         originally made by Jim Meyering.
34011         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
34012         many older Unixes require this.
34013         * lib/alloca.c (alloca): Remove cast to argument of free;
34014         no longer needed in C89.
34015         * lib/alloca_.h, regex.h: Fix white space to match
34016         what GNU indent does.
34017
34018 2003-08-09  Paul Eggert  <eggert@twinsun.com>
34019
34020         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
34021         apparently Emacs's Unicode mode got confused before my 2003-08-05
34022         checkin.
34023
34024 2003-08-08  Paul Eggert  <eggert@twinsun.com>
34025
34026         * m4/extensions.m4: New file.
34027         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
34028         Require gl_USE_SYSTEM_EXTENSIONS.
34029         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
34030         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
34031
34032 2003-08-08  Paul Eggert  <eggert@twinsun.com>
34033
34034         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
34035         * modules/extensions, modules/gnu-source: New files.
34036         * modules/timespec, modules/unlocked-io: Depend on extensions.
34037
34038 2003-08-07  Paul Eggert  <eggert@twinsun.com>
34039
34040         * modules/restrict: New file.
34041         * MODULES.html.sh (func_all_modules): Add restrict.
34042         * modules/regex: Depend on restrict.
34043
34044 2003-08-07  Paul Eggert  <eggert@twinsun.com>
34045
34046         * m4/restrict.m4: New file.
34047         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
34048
34049 2003-08-07  Bruno Haible  <bruno@clisp.org>
34050
34051         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
34052         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
34053
34054 2003-08-07  Bruno Haible  <bruno@clisp.org>
34055
34056         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
34057         makes the module 'getndelim2' compatible with the module 'getline'.
34058
34059 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34060
34061         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
34062         byte with "\201" to avoid glitches when editing that source file
34063         with multi-gnome-terminal.
34064
34065 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34066
34067         * lib/bumpalloc.h: Remove.
34068
34069 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34070
34071         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
34072         * modules/bumpalloc: Remove.
34073
34074 2003-08-04  Paul Eggert  <eggert@twinsun.com>
34075
34076         * lib/getloadavg.c: Change copyright notice and spacing to conform to
34077         GNU coding style.
34078
34079         Merge from coreutils.
34080         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
34081         1. From glibc.
34082         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
34083         from Karl Berry, implemented by Jim Meyering.
34084         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
34085         from Dmitry V. Levin.
34086         Remove anachronistic cast of xrealloc.
34087         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
34088         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
34089         type. Otherwise, it wouldn't compile with at least /bin/cc on
34090         ymp-cray-unicos9.0.2.X.
34091         Combine two mostly-identical uses of alloca into one.
34092         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
34093
34094 2003-08-04  Dave Love  <d.love@dl.ac.uk>
34095
34096         [From Emacs.]
34097
34098         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
34099         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
34100         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
34101         obsolete NLIST_NAME_UNION.
34102         [__GNU__]: Undef BSD and FSCALE.
34103         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
34104
34105 2003-08-03  Paul Eggert  <eggert@twinsun.com>
34106
34107         * lib/stdbool_.h (_Bool): Make it signed char, instead of
34108         an enum type, so that it's guaranteed to promote to int.  See:
34109         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
34110
34111 2003-08-03  Karl Berry  <karl@gnu.org>
34112
34113         * config/depcomp: update from automake.
34114
34115 2003-07-31  Paul Eggert  <eggert@twinsun.com>
34116
34117         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
34118         (strerror): Don't assume that a printable int fits in 14 bytes.
34119
34120 2003-07-31  Bruno Haible  <bruno@clisp.org>
34121
34122         * modules/getpass-gnu: New file.
34123         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
34124
34125 2003-07-31  Bruno Haible  <bruno@clisp.org>
34126
34127         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
34128
34129 2003-07-24  Karl Berry  <karl@gnu.org>
34130
34131         * config/missing: update from automake.
34132
34133 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
34134             Bruno Haible  <bruno@clisp.org>
34135
34136         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
34137         * lib/getline.c (getline, getdelim): Likewise.
34138         Remove _GNU_SOURCE define; now it's defined in config.h through
34139         m4/getline.m4.
34140
34141 2003-07-23  Karl Berry  <karl@gnu.org>
34142
34143         * config/config.sub: update from prep.
34144
34145 2003-07-22  Paul Eggert  <eggert@twinsun.com>
34146
34147         * modules/xalloc (Depends-on): Add exitfail.
34148         * modules/xmemcoll: Likewise.
34149
34150 2003-07-22  Paul Eggert  <eggert@twinsun.com>
34151
34152         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
34153         over-parenthesization in macros.
34154
34155         Sync with coreutils.
34156
34157         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
34158         required by C99.
34159
34160         Use `exit_failure' for xalloc and xmemcoll instead of their own
34161         private exit-failure variables.
34162         * lib/xalloc.h (xalloc_exit_failure): Remove.
34163         * lib/xmalloc.c: Likewise.  Include exitfail.h.
34164         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
34165         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
34166         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
34167         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
34168
34169 2003-07-20  Jim Meyering  <jim@meyering.net>
34170
34171         * modules/closeout (Depends-on): Add exitfail.
34172         Suggestion from Bruno Haible.
34173
34174 2003-07-19  Karl Berry  <karl@gnu.org>
34175
34176         * config/config.sub: update from prep.
34177
34178 2003-07-18  Paul Eggert  <eggert@twinsun.com>
34179
34180         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
34181         Remove.
34182         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
34183         to test that it can stand by itself.  Include "exitfail.h".
34184         Clients should set exit_failure instead.
34185         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
34186
34187 2003-07-18  Bruno Haible  <bruno@clisp.org>
34188
34189         * modules/getndelim2: New file.
34190         * modules/getline: Share files with module getndelim2.
34191         * modules/getnline: Depend on getndelim2 instead of sharing files with
34192         it. Add getnline.c to lib_SOURCES.
34193         * MODULES.html.sh (func_all_modules): Add getndelim2.
34194
34195 2003-07-18  Bruno Haible  <bruno@clisp.org>
34196
34197         * m4/getndelim2.m4: New file.
34198         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
34199         invoke gl_PREREQ_GETNDELIM2.
34200         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
34201         gl_PREREQ_GETNDELIM2.
34202         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
34203         gl_GETNDELIM2.
34204
34205 2003-07-18  Bruno Haible  <bruno@clisp.org>
34206
34207         * lib/getndelim2.h: New file.
34208         * lib/getndelim2.c: Make into a module of its own. Include config.h,
34209         getndelim2.h.
34210         (getndelim2): Make non-static. Change return type to ssize_t.
34211         * lib/getline.h: Change argument names.
34212         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
34213         * lib/getnline.c: Include getndelim2.h.
34214
34215 2003-07-18  Andreas Schwab  <schwab@suse.de>
34216
34217         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
34218
34219 2003-07-17  Karl Berry  <karl@gnu.org>
34220
34221         * config/config.sub: update from prep.
34222
34223 2003-07-17  Bruno Haible  <bruno@clisp.org>
34224
34225         * modules/getnline: New file.
34226         * modules/getline: Add lib/getndelim2.c to source file list.
34227         * MODULES.html.sh (func_all_modules): Add getnline.
34228
34229 2003-07-17  Bruno Haible  <bruno@clisp.org>
34230
34231         * m4/getnline.m4: New file.
34232
34233 2003-07-17  Bruno Haible  <bruno@clisp.org>
34234
34235         * m4/Makefile.am.in: Remove file.
34236         * m4/Makefile.am: Remove file.
34237         * m4/Makefile.in: Remove file.
34238
34239 2003-07-17  Bruno Haible  <bruno@clisp.org>
34240
34241         * lib/getnline.h: New file.
34242         * lib/getnline.c: New file.
34243         * lib/getndelim2.c: New file, extracted from getline.c.
34244         (getndelim2): Renamed from getdelim2, with added nmax argument.
34245         * lib/getline.c: Include getndelim2.c.
34246         (getdelim2): Moved out to getndelim2.c.
34247         (getline, getdelim): Update.
34248
34249 2003-07-17  Bruno Haible  <bruno@clisp.org>
34250
34251         * lib/Makefile.am: Remove file.
34252         * lib/Makefile.in: Remove file.
34253
34254 2003-07-17  Bruno Haible  <bruno@clisp.org>
34255
34256         * configure.in: Remove file.
34257         * Makefile.in: Remove file.
34258
34259 2003-07-17  Bruno Haible  <bruno@clisp.org>
34260
34261         * MODULES.html.sh: Put the </BODY> right before </HTML>.
34262
34263 2003-07-16  Karl Berry  <karl@gnu.org>
34264
34265         * config/srclist-update: was running fixlicense twice, which caused
34266                 texinfo.tex to be nullified for some reason.  Simplify,
34267                 $gplsrc is no longer needed as far as I can see?
34268
34269 2003-07-16  Jim Meyering  <jim@meyering.net>
34270
34271         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
34272
34273 2003-07-15  Paul Eggert  <eggert@twinsun.com>
34274
34275         * config/srclist.txt: Get the following files from gettext-runtime/intl
34276         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
34277         ref-del.sin.  From Bruno Haible.
34278         * config/srclist-update (fixfile): Change grep pattern again, since the
34279         previous fix didn't work (there was another trailing $).  Use
34280         '[$]' to escape the $s.
34281
34282 2003-07-15  Karl Berry  <karl@gnu.org>
34283
34284         * lib/vasnprintf.c: update from gettext.
34285
34286 2003-07-15  Karl Berry  <karl@gnu.org>
34287
34288         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
34289         gets expanded when surrounded by '$'.
34290
34291 2003-07-15  Jim Meyering  <jim@meyering.net>
34292
34293         * modules/save-cwd: Don't depend on error.  From Derek Price.
34294
34295 2003-07-15  Jim Meyering  <jim@meyering.net>
34296
34297         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
34298
34299 2003-07-14  Simon Josefsson  <jas@extundo.com>
34300
34301         * modules/mempcpy: New file.
34302         * MODULES.html.sh (func_all_modules): Add mempcpy.
34303
34304 2003-07-14  Simon Josefsson  <jas@extundo.com>
34305
34306         * m4/mempcpy.m4: New file.
34307
34308 2003-07-14  Simon Josefsson  <jas@extundo.com>
34309
34310         * lib/mempcpy.h: New file.
34311         * lib/mempcpy.c: New file.
34312
34313 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34314
34315         * modules/getdate, modules/posixtm: Depend on mktime.
34316
34317 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34318
34319         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
34320         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
34321         unicodeio.c, unicodeio.h, unlocked-io.h:
34322         Switch from LGPL to GPL.
34323
34324 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34325
34326         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
34327         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
34328         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
34329         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
34330         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
34331         updated automatically by ../config/srclist-update.  This changes
34332         their license from LPGL to GPL.
34333
34334 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34335
34336         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
34337         assumed to refer to the root of the most recent stable gettext version.
34338         * config/srclistvars.sh: Add defaults for eggert.
34339         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
34340         Match "This program" as well as "The program".  This is needed
34341         for gettext.
34342
34343 2003-07-14  Jim Meyering  <jim@meyering.net>
34344
34345         Don't emit diagnostics.  Let callers do that.
34346         * lib/save-cwd.c: Don't include "error.h".
34347         (save_cwd): Don't call error.  Ensure that errno is valid
34348         when returning nonzero.
34349
34350         * lib/save-cwd.h (restore_cwd): Update prototype.
34351         * lib/save-cwd.c (restore_cwd): Remove two parameters.
34352         Simplify.  Don't call error upon failure.  Let callers do that.
34353         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
34354         when auditing is enabled.  But don't bother updating the #if.
34355
34356 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
34357
34358         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
34359         it breaks C++ compilation.
34360         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
34361
34362 2003-07-10  Simon Josefsson  <jas@extundo.com>
34363
34364         * modules/strchrnul (Makefile.am): Add strchrnul.h.
34365
34366 2003-07-10  Jim Meyering  <jim@meyering.net>
34367
34368         * m4/clock_time.m4: Remove trailing blank.
34369         * m4/intmax_t.m4: Likewise.
34370
34371 2003-07-10  Jim Meyering  <jim@meyering.net>
34372
34373         * lib/vasnprintf.c: Remove trailing blanks.
34374         Make cpp indentation consistent.
34375
34376 2003-07-09  Paul Eggert  <eggert@twinsun.com>
34377
34378         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
34379         posixver.c, strftime.c, strnlen.c, strverscmp.c:
34380         Switch from LGPL to GPL.
34381
34382 2003-07-09  Paul Eggert  <eggert@twinsun.com>
34383
34384         * config/srclist.txt: Sort sublists.  Add
34385         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
34386         that differ from gnulib for one reason or another; we'd like this list
34387         to be smaller but for now let's document what we have.
34388
34389 2003-07-08  Paul Eggert  <eggert@twinsun.com>
34390
34391         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
34392         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
34393         and sweeter "eval x=$x".
34394         * config/srclist.txt: Get lib/argp* from glibc.
34395
34396 2003-07-07  Paul Eggert  <eggert@twinsun.com>
34397
34398         * lib/mktime.c: Fix some boundary cases and remove need for floating
34399         point.
34400
34401         Issue a compile-time diagnostic if time_t is floating point, or if
34402         two's complement arithmetic is not in effect, or if arithmetic
34403         right shift does not propagate the sign.  These assumptions were
34404         all in the original code but they weren't checked.
34405
34406         (TIME_T_MIDPOINT, verify): New macros.
34407         (__isleap): Remove; it has integer overflow problems.
34408         (leapyear): New function, without those problems.
34409         (ydhms_tm_diff): Remove; splitting into two parts.
34410         (ydhms_diff): New function, containing the arithmetic part of
34411         the old ydhms_tm_diff function.  Issue a compile-time
34412         diagnostic if we are not using C99 integer division.
34413         Avoid casts when possible.
34414         (guess_time_tm): New function, containing the checking part of
34415         the old ydhms_tm_diff function.  Return the new value, rather than
34416         the difference between it and the old.  Accept a new argument T
34417         so that *T specifies the old value.  Check for overflow in the result.
34418
34419         (__mktime_internal): Use a time_t offset, not a long int offset.
34420         This undoes the 2003-06-04 change, which is no longer needed now
34421         that we have better overflow checking.
34422         (localtime_offset): Likewise.
34423
34424         (__mktime_internal): Avoid harmful overflow on hosts where time_t
34425         and long are 64-bit but int is only 32-bit.
34426         (ydhms_diff): Use long int to store year1 and yday1.
34427         Issue a compile-time diagnostic if long int is not wide enough.
34428
34429         (__mktime_internal): Use long int to store adjusted year and yday.
34430         Use plain C rather than preprocessor commands, if that doesn't
34431         affect efficiency.
34432         Check for overflow (and try to repair) after each probe
34433         rather than checking only at the very end.  This avoids some bugs
34434         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
34435         does not equal GMT offset at maximum time).
34436         Use integer to check for overflow rather than floating point; this
34437         is more portable to non-IEEE hosts, and is a tad faster.
34438         When we detect that we are oscillating between two values,
34439         don't check whether tm_isdst has the requested value, since
34440         we already know the answer.  When tm_isdst has the wrong value,
34441         use a different heuristic to find the right one, based on the
34442         extreme values actually observed in practice in tz2003a,
34443         rather than the (overly optimistic) "previous 3 calendar quarters".
34444
34445         (not_equal_tm, print_tm, check_result): Use "const T" rather than
34446         "T const" to accommodate glibc style.
34447         (check_result): Use less-confusing report format.  "long" -> "long int.
34448         (main): Likewise.
34449         Don't loop if the iteration overflows time_t.
34450         Allow a negative step in the iteration.
34451
34452 2003-07-06  Karl Berry  <karl@gnu.org>
34453
34454         * config/depcomp: update from automake.
34455         * config/config.sub: update from prep.
34456
34457 2003-07-03  Karl Berry  <karl@gnu.org>
34458
34459         * config/config.guess: update from prep.
34460
34461 2003-07-01  Paul Eggert  <eggert@twinsun.com>
34462
34463         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
34464         xreadlink.c now includes it unconditionally.
34465
34466 2003-07-01  Paul Eggert  <eggert@twinsun.com>
34467
34468         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
34469         having it depend on HAVE_SYS_TYPES_H.
34470
34471 2003-07-01  Bruno Haible  <bruno@clisp.org>
34472
34473         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
34474         <sys/types.h> should be sufficient.
34475         Reported by Paul Eggert.
34476
34477 2003-06-26  Karl Berry  <karl@gnu.org>
34478
34479         * config/depcomp: update from automake.
34480
34481 2003-06-26  Bruno Haible  <bruno@clisp.org>
34482
34483         * modules/human: Depend on module stdbool.
34484
34485 2003-06-25  Bruno Haible  <bruno@clisp.org>
34486
34487         * modules/readlink: New file.
34488         * modules/xreadlink: Depend on it.
34489         * MODULES.html.sh (func_all_modules): Add readlink.
34490
34491 2003-06-25  Bruno Haible  <bruno@clisp.org>
34492
34493         * m4/readlink.m4: New file.
34494
34495 2003-06-25  Bruno Haible  <bruno@clisp.org>
34496
34497         * lib/readlink.c: New file.
34498
34499 2003-06-22  Karl Berry  <karl@gnu.org>
34500
34501         * config/srclist.txt: update mkinstalldirs from automake.
34502         * config/mkinstalldirs: update.
34503
34504 2003-06-22  Bruno Haible  <bruno@clisp.org>
34505
34506         Portability to mingw32.
34507         * m4/ssize_t.m4: New file, from GNU gettext.
34508         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
34509         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
34510
34511 2003-06-22  Bruno Haible  <bruno@clisp.org>
34512
34513         * modules/safe-read: Add m4/ssize_t.m4.
34514         * modules/xreadlink: Add m4/ssize_t.m4.
34515
34516 2003-06-20  Bruno Haible  <bruno@clisp.org>
34517
34518         Assume C89, so PARAMS isn't needed.
34519         * lib/unicodeio.h (PARAMS): Remove.
34520         * lib/unicodeio.c: Don't use PARAMS.
34521
34522 2003-06-18  Karl Berry  <karl@gnu.org>
34523
34524         * config/config.{guess,sub}: update from prep.
34525
34526 2003-06-18  Jim Meyering  <jim@meyering.net>
34527
34528         Merge changes from coreutils.
34529         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
34530         Remove explicit declarations of xmalloc and realloc.
34531         Include xalloc.h.
34532         (read_utmp): Remove anachronistic cast of xmalloc.
34533
34534 2003-06-17  Paul Eggert  <eggert@twinsun.com>
34535
34536         Assume C89, so PARAMS isn't needed.
34537         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
34538         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
34539         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
34540         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
34541         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
34542         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
34543         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
34544         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
34545         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
34546         lib/xstrtod.h, lib/xstrtol.h: Likewise.
34547         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
34548         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
34549         no longer needed. Anyway, config.h should always be included before any
34550         other file.
34551
34552 2003-06-11  Simon Josefsson  <jas@extundo.com>
34553
34554         * modules/sysexits: New file.
34555         * MODULES.html.sh (func_all_modules): Add sysexits.
34556
34557 2003-06-11  Simon Josefsson  <jas@extundo.com>
34558
34559         * lib/sysexit_.h: New file.
34560
34561 2003-06-11  Derek Price  <derek@ximbiot.com>
34562
34563         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
34564         necessary.
34565
34566 2003-06-11  Bruno Haible  <bruno@clisp.org>
34567
34568         * m4/sysexits.m4: New file.
34569
34570 2003-06-10  Simon Josefsson  <jas@extundo.com>
34571
34572         * lib/argp.h: New file, from glibc.
34573         * lib/argp-ba.c: New file, from glibc.
34574         * lib/argp-eexst.c: New file, from glibc.
34575         * lib/argp-fmtstream.c: New file, from glibc.
34576         * lib/argp-fmtstream.h: New file, from glibc.
34577         * lib/argp-fs-xinl.c: New file, from glibc.
34578         * lib/argp-help.c: New file, from glibc.
34579         * lib/argp-namefrob.h: New file, from glibc.
34580         * lib/argp-parse.c: New file, from glibc.
34581         * lib/argp-pv.c: New file, from glibc.
34582         * lib/argp-pvh.c: New file, from glibc.
34583         * lib/argp-xinl.c: New file, from glibc.
34584
34585 2003-06-10  Simon Josefsson  <jas@extundo.com>
34586
34587         * modules/strchrnul: New file.
34588
34589 2003-06-10  Simon Josefsson  <jas@extundo.com>
34590
34591         * modules/argp: New file.
34592
34593 2003-06-10  Simon Josefsson  <jas@extundo.com>
34594
34595         * m4/strchrnul.m4: New file.
34596
34597 2003-06-10  Simon Josefsson  <jas@extundo.com>
34598
34599         * lib/strchrnul.h: New file.
34600         * lib/strchrnul.c: New file.
34601
34602 2003-06-10  Bruno Haible  <bruno@clisp.org>
34603
34604         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
34605
34606 2003-06-07  Karl Berry  <karl@gnu.org>
34607
34608         * config/config.{guess,sub}: update from prep.
34609
34610 2003-06-07  Jim Meyering  <jim@meyering.net>
34611
34612         * modules/strtod: Use $(...) notation, not @...@ for
34613         AC_REPLACE'd variables.
34614         * modules/localcharset: Likewise.
34615
34616 2003-06-07  Jim Meyering  <jim@meyering.net>
34617
34618         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
34619         in place of my name in the copyright comment.
34620         Remove definition and uses of __P.
34621
34622         From coreutils.
34623         * lib/stat.c: Don't declare xmalloc explicitly.
34624         Instead, include "xalloc.h".
34625         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
34626         xrealloc, and xcalloc return values.
34627         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
34628         Improve comment.
34629         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
34630
34631 2003-06-07  Bruno Haible  <bruno@clisp.org>
34632
34633         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
34634         avoid AC_CONFIG_LINKS.
34635         * modules/fnmatch (Makefile.am): Use explicit creation rule for
34636         fnmatch.h, to avoid AC_CONFIG_LINKS.
34637         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
34638
34639 2003-06-07  Bruno Haible  <bruno@clisp.org>
34640
34641         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
34642         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
34643         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
34644         directory.
34645         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
34646         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
34647         directory.
34648
34649 2003-06-06  Jim Meyering  <jim@meyering.net>
34650
34651         Merge from coreutils.
34652         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
34653         Consolidate declarations and initializations of *_base* locals.
34654
34655         Merge from coreutils.
34656         This avoids a core dump on systems without GNU putenv,
34657         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
34658         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
34659         (unsetenv): New static function, from GNU libc.
34660         (rpl_putenv): Use it.
34661
34662         * lib/modechange.c: Remove trailing blanks.
34663
34664         Merge from coreutils.
34665         * lib/fsusage.c: Remove declaration of statfs.
34666         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
34667
34668         * lib/posixtm.c: Include <stdbool.h> unconditionally.
34669
34670 2003-06-06  Jim Meyering  <jim@meyering.net>
34671
34672         * lib/stdbool_.h: Renamed from stdbool.h.in.
34673
34674 2003-06-06  Jim Meyering  <jim@meyering.net>
34675             Bruno Haible  <bruno@clisp.org>
34676
34677         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
34678         Adjust Makefile.am snippet not to redirect directly to target.
34679         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
34680
34681 2003-06-05  Paul Eggert  <eggert@twinsun.com>
34682
34683         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
34684         mismatch, look in future quarters as well as past.  This fixes a
34685         bug when processing fall-backwards gaps immediately after a long
34686         period of daylight-saving time.
34687
34688         * lib/mktime.c: Assume freestanding C89 or better.
34689         (HAVE_LIMITS_H): Remove.  Assume it's 1.
34690         (__P): Remove; not used.
34691         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
34692         (mktime, not_equal_tm, print_tm, check_result,
34693         main): Use prototypes.  Use const * where appropriate.
34694         (main): Fix typo in testing code that uncovered by above changes.
34695         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
34696
34697 2003-06-04  Paul Eggert  <eggert@twinsun.com>
34698
34699         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
34700         locale.h, localeconv.  This merges changes from coreutils.
34701
34702         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
34703         It can be removed after the next Autoconf is released.
34704         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
34705         needed.
34706
34707 2003-06-04  Paul Eggert  <eggert@twinsun.com>
34708
34709         * lib/mktime.c: Fix Debian bug 177940
34710         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
34711         (localtime_offset): Now long int, not time_t, because we want it
34712         to be guaranteed to be signed.  All uses changed.
34713         (__mktime_internal): If overflow would occur when adding offset,
34714         don't add it.
34715
34716         Merge 'human' changes from coreutils.  Rewrite to support
34717         locale-specific notations like thousands separators.
34718         * lib/human.c: Simplify authorship notice.
34719         Include human.h immediately after config.h.
34720         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
34721         <limits.h>: Do not include, since human.h does.
34722         (SIZE_MAX, UINTMAX_MAX): New macros.
34723         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
34724         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
34725         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
34726         (power_letter): Renamed from suffixes.
34727         (generate_suffix_backwards): Remove.
34728         (adjust_value): Now takes int style (because of human.h changes)
34729         and long double value (for greater precision on some platforms).
34730         (group_number): New function.
34731         (human_readable): Use it.  Use integer options, not enum.
34732         Put the options before the sizes in the arg list.
34733         Support all the new options.
34734         The old human_readable function has been removed;
34735         use inttostr.h instead.
34736         (human_readable, default_block_size, humblock):
34737         Use uintmax_t, not int, for block sizes.
34738         (human_readable_inexact, block_size_types): Remove.
34739         (block_size_opts): New constant.
34740         (human_options): Renamed from human_block_size, with new signature
34741         that allows block sizes up to UINTMAX_MAX.  All callers changed.
34742         * lib/human.h: Add copyright and authorship notice.
34743         Include <limits.h> and <stdbool.h> unconditionally.
34744         (PARAMS): Remove.  All uses removed.
34745         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
34746         (enum human_inexact_style): Remove tag; now a nameless enum.
34747         (human_floor, human_ceiling, human_round_to_even): Now have
34748         values 2, 0, 1 rather than -1, 1, 0.
34749         (human_group_digits, human_suppress_point_zero, human_autoscale,
34750         human_base_1024, human_SI, human_B): New constants.
34751         (human_readable_inexact, human_block_size): Remove.
34752         (human_readable): Size args are now uintmax_t, not int.
34753         (human_options): New decl.
34754
34755         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
34756         unnecessary now that we assume C89 or better.  This change
34757         imported from coreutils.
34758
34759         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
34760         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
34761         in the 2003-05-30 sync from glibc.
34762
34763         .h files should stand alone, but we shouldn't include <sys/types.h>
34764         if we can get away with just <stddef.h>.
34765
34766         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
34767         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
34768         rather than <sys/types.h>, as we merely need size_t.
34769         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
34770         to get size_t.
34771         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
34772         Include <stdio.h>, to get FILE.
34773         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
34774         memcasecmp.h has included <stddef.h> and all we need is size_t.
34775         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
34776         our interface, instead of including <sys/types.h>
34777
34778 2003-06-04  Paul Eggert  <eggert@twinsun.com>
34779
34780         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
34781         now, as glibc mktime is buggy on non-glibc systems.
34782
34783 2003-06-03  Karl Berry  <karl@gnu.org>
34784
34785         * config/config.sub: update from prep.
34786
34787 2003-06-02  Paul Eggert  <eggert@twinsun.com>
34788
34789         [from coreutils]
34790         Fix some minor time-related bugs with POSIX time arguments.
34791         Some valid time stamps were being rejected (notably -1, and
34792         time stamps before 1900 on 64-bit hosts).  And some invalid
34793         time stamps were being accepted, e.g. September 31.
34794
34795         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
34796         that we can return (time_t) -1 successfully.
34797         * lib/posixtm.c: Likewise.
34798         [HAVE_STDBOOL_H]: Include <stdbool.h>.
34799         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
34800         (t): Remove static var.
34801         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
34802         of static var.  All uses changed.
34803         (year): Do not reject years before 1900; they can occur with
34804         64-bit time_t.
34805         (posix_time_parse): Do not check for out-of-range components;
34806         that is now the caller's responsibility, since our checks were
34807         only approximations.
34808         (posixtime): Use mktime to check for out-of-range components,
34809         since it knows them exactly.
34810         If mktime returns (time_t) -1, check whether an error actually occurred
34811         by invoking localtime on -1.
34812         (main) [TEST_POSIXTIME]: Check for input data errors, and report
34813         posixtime failures better.
34814         Improve the test data (in comments only).
34815
34816 2003-06-02  Karl Berry  <karl@gnu.org>
34817
34818         * config/mkinstalldirs (version): new variable.
34819         (--version): new option.
34820         (usage): improve message.
34821
34822 2003-05-30  Karl Berry  <karl@gnu.org>
34823
34824         * lib/mktime.c: update from libc.
34825
34826 2003-05-30  Bruno Haible  <bruno@clisp.org>
34827
34828         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
34829         * config/config.rpath: Upgrade to gettext-0.12.1.
34830
34831 2003-05-30  Bruno Haible  <bruno@clisp.org>
34832
34833         * m4/gettext.m4: Upgrade to gettext-0.12.1.
34834         * m4/nls.m4: New file, from gettext-0.12.1.
34835         * m4/po.m4: New file, from gettext-0.12.1.
34836         * m4/progtest.m4: Upgrade to gettext-0.12.1.
34837
34838 2003-05-30  Bruno Haible  <bruno@clisp.org>
34839
34840         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
34841         * lib/localcharset.h: Likewise.
34842         * lib/localcharset.c: Likewise.
34843
34844 2003-05-29  Karl Berry  <karl@gnu.org>
34845
34846         * config/config.rpath: update from gettext.
34847
34848 2003-05-28  Paul Eggert  <eggert@twinsun.com>
34849
34850         Assume the headers required for C89 freestanding compilers.
34851         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
34852         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
34853         * m4/human.m4 (gl_HUMAN): Likewise.
34854         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
34855         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
34856         * m4/userspec.m4 (gl_USERSPEC): Likewise.
34857         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
34858         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
34859         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
34860
34861 2003-05-28  Paul Eggert  <eggert@twinsun.com>
34862
34863         Assume the headers required for C89 freestanding compilers.
34864         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
34865         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
34866         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
34867         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
34868         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
34869         define, since <limits.h> is guaranteed to do that.
34870         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
34871         * lib/exclude.c: Include <stdbool.h> unconditionally.
34872         * lib/tempname.c: Include <stddef.h> unconditionally.
34873         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
34874         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
34875         <stddef.h> does that.
34876         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
34877         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
34878         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
34879         needed.
34880         * lib/xstrtol.c: Likewise.
34881         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
34882         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
34883
34884         * lib/addext.c (addext): Use assignment rather than cast, to avoid
34885         warnings on some platforms.
34886
34887         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
34888         arbitrarily.
34889
34890 2003-05-26  Jim Meyering  <jim@meyering.net>
34891
34892         Merge in a change from coreutils:
34893         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
34894         that is guaranteed to be `no'.  Use `no_such_member' to indicate
34895         that condition, rather than `-1' which is slightly misleading.
34896         Change the name of the cache variable to have the gl_ prefix.
34897         Prompted by a patch from Richard Dawe for DJGPP.
34898
34899 2003-05-24  Karl Berry  <karl@gnu.org>
34900
34901         * config/config.guess: update from prep.
34902
34903 2003-05-22  Karl Berry  <karl@gnu.org>
34904
34905         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
34906
34907 2003-05-20  Karl Berry  <karl@gnu.org>
34908
34909         * config/config.guess: update from prep.
34910
34911 2003-05-18  Karl Berry  <karl@gnu.org>
34912
34913         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
34914         might actually be set by the user.
34915
34916         * config/depcomp, install-sh, mdate-sh: update from automake.
34917
34918 2003-05-17  Bruno Haible  <bruno@clisp.org>
34919
34920         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
34921         invalid expansion for AC_EGREP_CPP.
34922         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
34923         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
34924         Suggested by Akim Demaille <akim@epita.fr> in
34925         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
34926
34927 2003-05-12  Jim Meyering  <jim@meyering.net>
34928
34929         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
34930         the space-padded-by-default conversion specifiers, %e, %k, %l.
34931
34932 2003-05-12  Bruno Haible  <bruno@clisp.org>
34933
34934         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
34935         the string is longer than 4 KB.
34936
34937 2003-05-11  Karl Berry  <karl@gnu.org>
34938
34939         * config/config.{guess,sub}: update from prep.
34940
34941 2003-05-09  Bruno Haible  <bruno@clisp.org>
34942
34943         * modules/error: Add m4/strerror_r.m4 to file list.
34944
34945 2003-05-03  Bruno Haible  <bruno@clisp.org>
34946
34947         Upgrade to Unicode-4.0.
34948         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
34949         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
34950         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
34951         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
34952         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
34953         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
34954         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
34955         Change width of U+E0100..U+E01EF from 1 to 0.
34956
34957 2003-04-25  Jim Meyering  <jim@meyering.net>
34958
34959         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
34960         of type size_t, not int.
34961
34962 2003-04-25  Bruno Haible  <bruno@clisp.org>
34963
34964         * lib/copy-file.c: Include <stddef.h>, for size_t.
34965
34966 2003-04-21  Paul Eggert  <eggert@twinsun.com>
34967
34968         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
34969         code which expansion is under static control.  Patch imported from
34970         Akim Demaille's patch to Bison; see
34971         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
34972
34973 2003-04-14  Bruno Haible  <bruno@clisp.org>
34974
34975         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
34976
34977 2003-04-11  Jim Meyering  <jim@meyering.net>
34978
34979         Merge changes from Coreutils.
34980
34981         2003-03-22  Jim Meyering  <jim@meyering.net>
34982
34983         * lib/strftime.c (widen): Cast alloca return value to proper type.
34984
34985         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
34986
34987         From GNU libc.
34988         * lib/strftime.c (my_strftime): Handle very large width
34989         specifications for numeric values correctly.  Improve checks for
34990         overflow.
34991
34992         2003-01-19  Jim Meyering  <jim@meyering.net>
34993
34994         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
34995         definitions.
34996         (nl_get_alt_digit) [! defined my_strftime]: Define.
34997         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
34998         _nl_get_alt_digit and _nl_get_walt_digit.
34999
35000         * lib/strftime.c (my_strftime): Merge in locale-related changes from
35001         libc. These changes have no effect outside of _LIBC.
35002
35003 2003-04-10  Bruno Haible  <bruno@clisp.org>
35004
35005         * modules/findprog: New file.
35006         * MODULES.html.sh (func_all_modules): Add it.
35007
35008 2003-04-10  Bruno Haible  <bruno@clisp.org>
35009
35010         * m4/findprog.m4: New file.
35011         * m4/eaccess.m4: New file.
35012
35013 2003-04-10  Bruno Haible  <bruno@clisp.org>
35014
35015         * lib/findprog.h: New file, from GNU gettext.
35016         * lib/findprog.c: New file, from GNU gettext.
35017
35018 2003-04-05  Jim Meyering  <jim@meyering.net>
35019
35020         Merge changes from Coreutils.
35021
35022         * lib/exclude.h (PARAMS): Remove definition and uses.
35023         * lib/exclude.c: Remove uses of `PARAMS'.
35024
35025         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
35026         Add test-cases for DOS filenames. Declare program_name.
35027         (main): Set up program_name.  Patch by Rich Dawe.
35028
35029         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
35030         error from mntctl.
35031         Use mntctl's return value to drive the entry-processing loop, since
35032         we can't rely on the value of the vmt_length member in the last
35033         entry.  On some systems doing so could result in exhausting
35034         virtual memory.  Based in part on a patch from Mike Jetzer.
35035
35036 2003-04-04  Bruno Haible  <bruno@clisp.org>
35037
35038         * modules/linebreak: New file.
35039         * MODULES.html.sh (func_all_modules): Add it.
35040
35041 2003-04-04  Bruno Haible  <bruno@clisp.org>
35042
35043         * m4/linebreak.m4: New file.
35044
35045 2003-04-04  Bruno Haible  <bruno@clisp.org>
35046
35047         * lib/linebreak.h: New file, from GNU gettext.
35048         * lib/linebreak.c: New file, from GNU gettext with slight
35049         modifications.
35050         * lib/lbrkprop.h: New file, from GNU gettext.
35051
35052 2003-04-03  Bruno Haible  <bruno@clisp.org>
35053
35054         * modules/utf8-ucs4: New file.
35055         * modules/utf16-ucs4: New file.
35056         * modules/ucs4-utf8: New file.
35057         * modules/ucs4-utf16: New file.
35058         * MODULES.html.sh (func_all_modules): Add them.
35059
35060 2003-04-03  Bruno Haible  <bruno@clisp.org>
35061
35062         * m4/utf-ucs4.m4: New file.
35063         * m4/ucs4-utf.m4: New file.
35064
35065 2003-04-03  Bruno Haible  <bruno@clisp.org>
35066
35067         * lib/utf8-ucs4.h: New file, from GNU gettext.
35068         * lib/utf16-ucs4.h: New file, from GNU gettext.
35069         * lib/ucs4-utf8.h: New file, from GNU gettext.
35070         * lib/ucs4-utf16.h: New file, from GNU gettext.
35071
35072 2003-04-02  Bruno Haible  <bruno@clisp.org>
35073
35074         * modules/binary-io: New file.
35075         * MODULES.html.sh (func_all_modules): Add it.
35076
35077 2003-04-02  Bruno Haible  <bruno@clisp.org>
35078
35079         * lib/binary-io.h: New file, from GNU gettext.
35080
35081 2003-04-01  Bruno Haible  <bruno@clisp.org>
35082
35083         * modules/pathname: New file.
35084         * MODULES.html.sh (func_all_modules): Add it.
35085
35086 2003-04-01  Bruno Haible  <bruno@clisp.org>
35087
35088         * lib/pathname.h: New file, from GNU gettext.
35089         * lib/concatpath.c: New file, from GNU gettext.
35090
35091 2003-03-30  Bruno Haible  <bruno@clisp.org>
35092
35093         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
35094
35095 2003-03-30  Bruno Haible  <bruno@clisp.org>
35096
35097         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
35098         function chown() doesn't exist.
35099
35100 2003-03-28  Bruno Haible  <bruno@clisp.org>
35101
35102         * modules/copy-file: New file.
35103         * MODULES.html.sh (func_all_modules): Add it.
35104
35105 2003-03-28  Bruno Haible  <bruno@clisp.org>
35106
35107         * m4/copy-file.m4: New file.
35108
35109 2003-03-28  Bruno Haible  <bruno@clisp.org>
35110
35111         * lib/copy-file.h: New file, from GNU gettext.
35112         * lib/copy-file.c: New file, from GNU gettext.
35113
35114 2003-03-18  Jim Meyering  <jim@meyering.net>
35115
35116         * lib/quote.c (quote_n): Fix typo in comment.
35117
35118 2003-03-18  Bruno Haible  <bruno@clisp.org>
35119
35120         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
35121         checking.
35122         * m4/onceonly_2_57.m4: Likewise.
35123
35124 2003-03-17  Bruno Haible  <bruno@clisp.org>
35125
35126         * m4/onceonly.m4: Require autoconf 2.54 or newer.
35127         (m4_quote): Remove macro.
35128         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
35129
35130 2003-03-14  Jim Meyering  <jim@meyering.net>
35131
35132         Merge changes from Coreutils.
35133         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
35134         to be const, in order to avoid warnings.
35135         (obstack_room): Likewise.
35136         (obstack_empty_p): Likewise.
35137
35138 2003-03-14  Bruno Haible  <bruno@clisp.org>
35139
35140         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
35141         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
35142
35143 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35144
35145         Merge changes from Bison.
35146         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
35147         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
35148         when compiling Bison 1.875's `bitset bset = obstack_alloc
35149         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
35150         * lib/hash.c: Include <stdbool.h> unconditionally.
35151
35152 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35153
35154         * m4/onceonly.m4 (m4_quote): New macro.
35155         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
35156         Quote AC_FOREACH variable-expansions properly.
35157
35158 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35159
35160         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
35161
35162 2003-03-09  Paul Eggert  <eggert@twinsun.com>
35163
35164         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
35165         Reported by Bruce Becker; see:
35166         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
35167
35168 2003-03-03  Paul Eggert  <eggert@twinsun.com>
35169             Bruno Haible  <bruno@clisp.org>
35170
35171         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
35172         Reported by John Hughes, see
35173         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
35174
35175 2003-02-20  Bruno Haible  <bruno@clisp.org>
35176
35177         * MODULES.html.sh (func_all_modules): Add poll.
35178
35179 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35180
35181         * modules/poll: New file.
35182
35183 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35184
35185         * lib/poll_.h: New file.
35186         * lib/poll.c: New file.
35187
35188 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35189
35190         * m4/poll.m4: New file.
35191
35192 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35193
35194         * modules/mathl: New file.
35195
35196 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35197
35198         * lib/mathl.h: New file.
35199         * lib/acosl.c: New file.
35200         * lib/asinl.c: New file.
35201         * lib/atanl.c: New file.
35202         * lib/ceill.c: New file.
35203         * lib/cosl.c: New file.
35204         * lib/expl.c: New file.
35205         * lib/floorl.c: New file.
35206         * lib/frexpl.c: New file.
35207         * lib/ldexpl.c: New file.
35208         * lib/logl.c: New file.
35209         * lib/sincosl.c: New file.
35210         * lib/sinl.c: New file.
35211         * lib/sqrtl.c: New file.
35212         * lib/tanl.c: New file.
35213         * lib/trigl.c: New file.
35214         * lib/trigl.h: New file.
35215
35216 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35217
35218         * m4/mathl.m4: New file.
35219
35220 2003-02-18  Bruno Haible  <bruno@clisp.org>
35221
35222         * MODULES.html.sh (func_all_modules): Add mathl.
35223
35224 2003-02-17  Bruno Haible  <bruno@clisp.org>
35225
35226         * modules/mkdtemp: New module.
35227         * MODULES.html.sh (func_all_modules): Add it.
35228
35229 2003-02-17  Bruno Haible  <bruno@clisp.org>
35230
35231         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
35232
35233 2003-02-17  Bruno Haible  <bruno@clisp.org>
35234
35235         * lib/mkdtemp.h: New file, from GNU gettext.
35236         * lib/mkdtemp.c: New file, from GNU gettext.
35237
35238 2003-02-02  Jim Meyering  <jim@meyering.net>
35239
35240         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
35241         e.g. glibc-2.2.93.
35242
35243 2003-01-31  Bruno Haible  <bruno@clisp.org>
35244
35245         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
35246         'rpl_rename'.
35247         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
35248         'rpl_strnlen'.
35249         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
35250         'rpl_strtod'.
35251         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
35252         'rpl_utime'.
35253
35254 2003-01-31  Bruno Haible  <bruno@clisp.org>
35255
35256         * lib/rename.c: #undef rename before defining rpl_rename.
35257         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
35258
35259 2003-01-30  Bruno Haible  <bruno@clisp.org>
35260
35261         * modules/vasnprintf, modules/vasprintf: New modules.
35262         * MODULES.html.sh (func_all_modules): Add them.
35263
35264 2003-01-30  Bruno Haible  <bruno@clisp.org>
35265
35266         * m4/signed.m4: New file, from GNU gettext.
35267         * m4/longdouble.m4: New file, from GNU gettext.
35268         * m4/wchar_t.m4: New file, from GNU gettext.
35269         * m4/wint_t.m4: New file, from GNU gettext.
35270         * m4/vasnprintf.m4: New file.
35271         * m4/vasprintf.m4: New file.
35272
35273 2003-01-30  Bruno Haible  <bruno@clisp.org>
35274
35275         * lib/printf-args.h: New file, from GNU gettext.
35276         * lib/printf-args.c: New file, from GNU gettext.
35277         * lib/printf-parse.h: New file, from GNU gettext.
35278         * lib/printf-parse.c: New file, from GNU gettext.
35279         * lib/vasnprintf.h: New file, from GNU gettext.
35280         * lib/vasnprintf.c: New file, from GNU gettext.
35281         * lib/asnprintf.c: New file, from GNU gettext.
35282         * lib/vasprintf.h: New file, from GNU gettext with modifications.
35283         * lib/vasprintf.c: New file, from GNU gettext.
35284         * lib/asprintf.c: New file, from GNU gettext.
35285
35286 2003-01-29  Bruno Haible  <bruno@clisp.org>
35287
35288         * modules/stpncpy: New module.
35289         * MODULES.html.sh (func_all_modules): Add it.
35290
35291 2003-01-29  Bruno Haible  <bruno@clisp.org>
35292
35293         * m4/stpncpy.m4: New file.
35294
35295 2003-01-29  Bruno Haible  <bruno@clisp.org>
35296
35297         * lib/stpncpy.h: New file, from GNU gettext with modifications.
35298         * lib/stpncpy.c: New file, from GNU gettext with modifications.
35299
35300 2003-01-28  Bruno Haible  <bruno@clisp.org>
35301
35302         * modules/c-ctype: New module.
35303         * MODULES.html.sh (func_all_modules): Add it.
35304
35305 2003-01-28  Bruno Haible  <bruno@clisp.org>
35306
35307         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
35308         Paul Eggert.
35309         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
35310         Paul Eggert.
35311
35312 2003-01-27  Bruno Haible  <bruno@clisp.org>
35313
35314         * modules/xsetenv: New module.
35315         * MODULES.html.sh (func_all_modules): Add it.
35316
35317 2003-01-27  Bruno Haible  <bruno@clisp.org>
35318
35319         * lib/xsetenv.h: New file, from GNU gettext.
35320         * lib/xsetenv.c: New file, from GNU gettext.
35321
35322 2003-01-23  Jim Meyering  <jim@meyering.net>
35323
35324         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
35325         from working on systems without dirfd (at least Irix and OSF1/Tru64).
35326
35327 2003-01-23  Bruno Haible  <bruno@clisp.org>
35328
35329         * modules/minmax: New module.
35330         * MODULES.html.sh (func_all_modules): Add it.
35331
35332 2003-01-23  Bruno Haible  <bruno@clisp.org>
35333
35334         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
35335         Eggert.
35336
35337 2003-01-22  Bruno Haible  <bruno@clisp.org>
35338
35339         * modules/exit: New module.
35340         * MODULES.html.sh (func_all_modules): Add it.
35341
35342 2003-01-22  Bruno Haible  <bruno@clisp.org>
35343
35344         * lib/exit.h: New file, from GNU gettext.
35345
35346 2003-01-19  Bruno Haible  <bruno@clisp.org>
35347
35348         * gnulib-tool: Recognize option --extract-maintainer.
35349         (func_get_maintainer): New function.
35350         * modules/*: Add Maintainer entry.
35351
35352 2003-01-16  Jim Meyering  <jim@meyering.net>
35353
35354         * m4/regex.m4: The `regex' struct is both input and output.
35355         Initialize it before each use.  Patch by Tim Waugh.
35356
35357 2003-01-16  Bruno Haible  <bruno@clisp.org>
35358
35359         * MODULES.html.sh: Add a table of contents. Add the module name as
35360         leftmost column. Add hyperlinks.
35361
35362 2003-01-15  Bruno Haible  <bruno@clisp.org>
35363
35364         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
35365
35366 2003-01-15  Bruno Haible  <bruno@clisp.org>
35367
35368         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
35369         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
35370         suffix.
35371
35372 2003-01-15  Bruno Haible  <bruno@clisp.org>
35373
35374         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
35375
35376 2003-01-15  Bruno Haible  <bruno@clisp.org>
35377
35378         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
35379         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
35380
35381 2003-01-14  Jim Meyering  <jim@meyering.net>
35382
35383         * lib/same.c (same_name): Tweak a comment.
35384
35385 2003-01-14  Bruno Haible  <bruno@clisp.org>
35386
35387         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
35388         when a string comparison is sufficient.
35389
35390 2003-01-14  Bruno Haible  <bruno@clisp.org>
35391
35392         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
35393         'unsigned int'.
35394
35395 2003-01-14  Bruno Haible  <bruno@clisp.org>
35396
35397         * lib/hash-pjw.c: Add comment about low quality of this function.
35398
35399 2003-01-13  Bruno Haible  <bruno@clisp.org>
35400
35401         * modules/stpcpy: Distribute lib/stpcpy.h.
35402         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
35403
35404 2003-01-13  Bruno Haible  <bruno@clisp.org>
35405
35406         * modules/*: Add a description.
35407         * modules/strpbrk: Fix Makefile.am snippet.
35408         * modules/strtoimax: Fix dependencies.
35409         * modules/strtoumax: Likewise.
35410
35411 2003-01-13  Bruno Haible  <bruno@clisp.org>
35412
35413         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
35414         * modules/alloca (Makefile.am): All object files depend on alloca.h.
35415         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
35416
35417 2003-01-13  Bruno Haible  <bruno@clisp.org>
35418
35419         * gnulib-tool (func_create_testdir): Store config/* files in the main
35420         directory.
35421         * config.rpath: Move to ...
35422         * config/config.rpath: ... here.
35423         * modules/gettext: Contains config/config.rpath, not config.rpath.
35424         * modules/iconv: Likewise.
35425
35426 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35427
35428         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35429         to avoid collisions with libcurses and libreadline.
35430
35431         * m4/getstr.m4: Remove.
35432         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
35433
35434 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35435
35436         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35437         to avoid collisions with libcurses and libreadline.
35438
35439         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
35440         * lib/getstr.h, getstr.c: Remove.
35441         * lib/getline.c: Include "getline.h", to check interface.
35442         Move body of old getstr.c here: this defines MIN_CHUNK and
35443         declares getdelim2, which is renamed from getstr.
35444         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
35445
35446         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
35447         All uses changed.
35448         * lib/linebuffer.h: Likewise.
35449         (readline): Remove backward-compatibility macro.
35450
35451 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35452
35453         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35454         to avoid collisions with libcurses and libreadline.
35455         * getstr: Remove.
35456         * MODULES.html.sh: Remove getstr.
35457         * modules/getline: Depend on unlocked-io, not getstr.
35458
35459 2003-01-12  Jim Meyering  <jim@meyering.net>
35460
35461         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
35462
35463 2003-01-10  Bruno Haible  <bruno@clisp.org>
35464
35465         * modules/alloca: Change Makefile.am requirements. Simplify Include
35466         requirements. Add lib/alloca_.h to file list.
35467
35468 2003-01-10  Bruno Haible  <bruno@clisp.org>
35469
35470         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
35471
35472 2003-01-10  Bruno Haible  <bruno@clisp.org>
35473
35474         * lib/alloca_.h: New file.
35475         * lib/getdate.y: Unconditionally include alloca.h.
35476         * lib/makepath.c: Likewise.
35477         * lib/setenv.c: Likewise.
35478         * lib/userspec.c: Likewise.
35479
35480 2003-01-09  Karl Berry  <karl@gnu.org>
35481
35482         * MODULES.html.sh: include `dirname $0` in PATH, to find
35483         gnulib-tool.
35484
35485 2003-01-09  Bruno Haible  <bruno@clisp.org>
35486
35487         * modules/stdbool: Change configure.ac, Makefile.am requirements.
35488         Simplify Include requirements. Add lib/stdbool.h.in to file list.
35489
35490 2003-01-09  Bruno Haible  <bruno@clisp.org>
35491
35492         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
35493
35494 2003-01-09  Bruno Haible  <bruno@clisp.org>
35495
35496         * lib/stdbool.h.in: New file.
35497
35498 2003-01-09  Bruno Haible  <bruno@clisp.org>
35499
35500         * gnulib-tool (func_all_modules): Ignore files ending in ~.
35501         * MODULES.html.sh: Likewise.
35502
35503 2003-01-08  Jim Meyering  <jim@meyering.net>
35504
35505         * lib/full-write.c: Undefine and define-away `const' after inclusion
35506         of errno.h, not before.  Suggestion from Bruno Haible.
35507
35508 2003-01-08  Bruno Haible  <bruno@clisp.org>
35509
35510         * modules/full-read: Depend on full-write.
35511
35512 2003-01-08  Bruno Haible  <bruno@clisp.org>
35513
35514         * lib/safe-read.c: Include specification header first, to ensure its
35515         selfcontainedness.
35516         * lib/full-write.c: Likewise.
35517
35518 2003-01-07  Jim Meyering  <jim@meyering.net>
35519
35520         * lib/full-write.c: Rework so that it may serve to define full_read,
35521         too.
35522         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
35523
35524 2003-01-07  Bruno Haible  <bruno@clisp.org>
35525
35526         * lib/strtoimax.c: Include <stdint.h> as an alternative to
35527         <inttypes.h>.
35528         * lib/xstrtol.h: Likewise.
35529         * lib/xstrtoimax.c: Likewise.
35530         * lib/xstrtoumax.c: Likewise.
35531         * lib/human.h: Likewise.
35532
35533         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
35534         on systems that have <inttypes.h> but not <stdint.h>.
35535
35536 2003-01-07  Bruno Haible  <bruno@clisp.org>
35537
35538         * MODULES.html.sh: Add copyright notice.
35539         (missed_files): Omit CVS directory entries.
35540         (func_module): Make it work with sed-3.02.
35541         * MODULES.txt: Remove file.
35542
35543 2003-01-06  Jim Meyering  <jim@meyering.net>
35544
35545         * lib/version-etc.c: Update year in translatable copyright string.
35546
35547 2003-01-03  Karl Berry  <karl@gnu.org>
35548
35549         * config/config.{guess,sub}: update from prep.
35550
35551 2003-01-02  Karl Berry  <karl@gnu.org>
35552
35553         * doc/COPYING.DOC: belatedly updated to 1.2.
35554
35555 2003-01-01  Karl Berry  <karl@gnu.org>
35556
35557         * gnulib-tool (func_verify_module): report module name $module in
35558         error message, not $1.
35559         * gnulib-tool (create-testdir): don't complain if destdir couldn't
35560         be created, only if it doesn't exist.
35561         * gnulib-tool (last_checkin_date): don't expand the $Date here.
35562
35563 2002-12-31  Paul Eggert  <eggert@twinsun.com>
35564
35565         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
35566
35567 2002-12-31  Paul Eggert  <eggert@twinsun.com>
35568
35569         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
35570         memcmp if strcoll doesn't work.
35571
35572 2002-12-31  Bruno Haible  <bruno@clisp.org>
35573
35574         * lib/utime.c (utime_null): No need to call ftruncate if the file was
35575         nonempty.
35576
35577 2002-12-31  Bruno Haible  <bruno@clisp.org>
35578
35579         * lib/memcoll.c (STRCOLL): New macro.
35580         (memcoll): Use it.
35581
35582 2002-12-31  Bruno Haible  <bruno@clisp.org>
35583
35584         * lib/localcharset.h: New file.
35585         * lib/localcharset.c: Include it.
35586         * lib/unicodeio.c: Likewise.
35587
35588 2002-12-31  Bruno Haible  <bruno@clisp.org>
35589
35590         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
35591         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
35592
35593 2002-12-31  Bruno Haible  <bruno@clisp.org>
35594
35595         * lib/getline.h: Include <stddef.h>, for size_t.
35596
35597         * lib/unicodeio.h: Include <stddef.h>, for size_t.
35598         * lib/unicodeio.c: Don't include <stddef.h>.
35599
35600 2002-12-31  Bruno Haible  <bruno@clisp.org>
35601
35602         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
35603         HAVE_TM_ZONE.
35604
35605 2002-12-24  Karl Berry  <karl@gnu.org>
35606
35607         * config/config.guess: update from prep.
35608
35609 2002-12-24  Bruno Haible  <bruno@clisp.org>
35610
35611         General infrasructure.
35612         * m4/README: Rewritten.
35613         * m4/onceonly.m4: New file.
35614         * m4/onceonly_2_57.m4: New file.
35615
35616         Module atexit.
35617         * m4/atexit.m4: New file.
35618
35619         Module strtod.
35620         * m4/strtod.m4: New file.
35621
35622         Module strtol.
35623         * m4/strtol.m4: New file.
35624
35625         Module strtoul.
35626         * m4/strtoul.m4: New file.
35627
35628         Module memchr.
35629         * m4/memchr.m4: New file.
35630
35631         Module memcmp.
35632         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
35633         (jm_FUNC_MEMCMP): Invoke it.
35634
35635         Module memcpy.
35636         * m4/memcpy.m4: New file.
35637
35638         Module memmove.
35639         * m4/memmove.m4: New file.
35640
35641         Module memset.
35642         * m4/memset.m4: New file.
35643
35644         Module strcspn.
35645         * m4/strcspn.m4: New file.
35646
35647         Module strpbrk.
35648         * m4/strpbrk.m4: New file.
35649
35650         Module strstr.
35651         * m4/strstr.m4: New file.
35652
35653         Module strerror.
35654         * m4/strerror.m4: New file.
35655
35656         Module mktime.
35657         * m4/mktime.m4: Renamed from jm-mktime.m4.
35658         (gl_PREREQ_MKTIME): New macro.
35659         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
35660
35661         Module malloc.
35662         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
35663         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
35664         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
35665
35666         Module realloc.
35667         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
35668         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
35669         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
35670
35671         Module strftime.
35672         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
35673         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
35674         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
35675         gl_TM_GMTOFF.
35676         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
35677
35678         Module xalloc.
35679         * m4/xalloc.m4: New file.
35680
35681         Module alloca.
35682         * m4/alloca.m4: New file.
35683
35684         Module putenv.
35685         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
35686         (jm_FUNC_PUTENV): Invoke it.
35687
35688         Module setenv.
35689         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
35690         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
35691         when invoked twice.
35692         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
35693         gt_FUNC_SETENV.
35694
35695         Module memrchr.
35696         * m4/memrchr.m4: New file.
35697
35698         Module stpcpy.
35699         * m4/stpcpy.m4: New file.
35700
35701         Module strcase.
35702         * m4/strcase.m4: New file.
35703
35704         Module strdup.
35705         * m4/strdup.m4: New file.
35706
35707         Module strnlen.
35708         * m4/strnlen.m4: New file.
35709
35710         Module strndup.
35711         * m4/strndup.m4: New file.
35712
35713         Module xstrtod.
35714         * m4/xstrtod.m4: New file.
35715
35716         Module xstrtol.
35717         * m4/xstrtol.m4: New file.
35718
35719         Module getdate.
35720         * m4/getdate.m4: New file.
35721
35722         Module unlocked-io.
35723         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
35724         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
35725         * m4/jm-glibc-io.m4n: Remove file.
35726
35727         Module long-options.
35728         * m4/long-options.m4: New file.
35729
35730         Module md5.
35731         * m4/md5.m4: New file.
35732
35733         Module sha.
35734         * m4/sha.m4: New file.
35735
35736         Module getstr.
35737         * m4/getstr.m4: New file.
35738
35739         Module getline.
35740         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
35741         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
35742         <sys/types.h>, for size_t. Use the function name gnu_getline, not
35743         simply getline. Infoke gl_PREREQ_GETLINE.
35744
35745         Module obstack.
35746         * m4/obstack.m4: New file.
35747
35748         Module hash.
35749         * m4/hash.m4: New file.
35750
35751         Module readtokens.
35752         * m4/readtokens.m4: New file.
35753
35754         Module strverscmp.
35755         * m4/strverscmp.m4: New file.
35756
35757         Module stdbool.
35758         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
35759         OSF/1.
35760
35761         Module strtoll.
35762         * m4/strtoll.m4: New file.
35763
35764         Module strtoull.
35765         * m4/strtoull.m4: New file.
35766
35767         Module strtoimax.
35768         * m4/strtoimax.m4: New file.
35769
35770         Module strtoumax.
35771         * m4/strtoumax.m4: New file.
35772
35773         Module xstrtoimax.
35774         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
35775         jm_AC_PREREQ_XSTRTOIMAX.
35776         Moved the strtol prerequisites to strtol.m4.
35777         Moved the strtoll prerequisites to strtoll.m4.
35778         Moved the strtoimax prerequisites to strtoimax.m4.
35779
35780         Module xstrtoumax.
35781         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
35782         jm_AC_PREREQ_XSTRTOUMAX.
35783         Moved the strtoul prerequisites to strtoul.m4.
35784         Moved the strtoull prerequisites to strtoull.m4.
35785         Moved the strtoumax prerequisites to strtoumax.m4.
35786
35787         Module chown.
35788         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
35789         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
35790
35791         Module dup2.
35792         * m4/dup2.m4: New file.
35793
35794         Module ftruncate.
35795         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
35796         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
35797
35798         Module getgroups.
35799         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
35800         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
35801
35802         Module gettimeofday.
35803         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
35804         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
35805         gl_PREREQ_GETTIMEOFDAY.
35806
35807         Module mkdir.
35808         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
35809         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
35810
35811         Module mkstemp.
35812         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
35813         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
35814         jm_AC_TYPE_UINTMAX_T.
35815         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
35816
35817         Module stat.
35818         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
35819         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
35820
35821         Module lstat.
35822         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
35823         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
35824
35825         Module timespec.
35826         * m4/timespec.m4 (gl_TIMESPEC): New macro.
35827         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
35828         * m4/st_mtim.m4: Indentation.
35829
35830         Module nanosleep.
35831         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
35832         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
35833         gl_PREREQ_NANOSLEEP.
35834
35835         Module regex.
35836         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
35837         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
35838         (gl_REGEX): New macro.
35839
35840         Module rename.
35841         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
35842         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
35843
35844         Module rmdir.
35845         * m4/rmdir.m4: New file.
35846
35847         Module utime.
35848         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
35849         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
35850         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
35851
35852         Module dirname.
35853         * m4/dirname.m4: New file.
35854
35855         Module getopt.
35856         * m4/getopt.m4: New file.
35857
35858         Module unistd-safer.
35859         * m4/unistd-safer.m4: New file.
35860
35861         Module fnmatch.
35862         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
35863         declaration.
35864         (gl_PREREQ_FNMATCH_EXTRA): New macro.
35865         (gl_FUNC_FNMATCH_POSIX): New macro.
35866         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
35867         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
35868         simply fnmatch.
35869
35870         Module exclude.
35871         * m4/exclude.m4: New file.
35872
35873         Module human.
35874         * m4/human.m4: New file.
35875
35876         Module acl.
35877         * m4/acl.m4: Nop.
35878
35879         Module backupfile.
35880         * m4/backupfile.m4: New file.
35881         * m4/d-ino.m4: Indentation.
35882
35883         Module fsusage.
35884         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
35885         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
35886         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
35887
35888         Module dirfd.
35889         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
35890         requirements.
35891
35892         Module euidaccess.
35893         * m4/euidaccess.m4: New file.
35894
35895         Module file-type.
35896         * m4/file-type.m4: New file.
35897
35898         Module fileblocks.
35899         * m4/fileblocks.m4: New file.
35900
35901         Module filemode.
35902         * m4/filemode.m4: New file.
35903
35904         Module isdir.
35905         * m4/isdir.m4: New file.
35906
35907         Module lchown.
35908         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
35909         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
35910
35911         Module makepath.
35912         * m4/makepath.m4: New file.
35913
35914         Module modechange.
35915         * m4/modechange.m4: New file.
35916
35917         Module mountlist.
35918         * m4/mountlist.m4: New file.
35919         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
35920         Indentation.
35921
35922         Module path-concat.
35923         * m4/path-concat.m4: New file.
35924
35925         Module pathmax.
35926         * m4/pathmax.m4: New file.
35927
35928         Module same.
35929         * m4/same.m4: New file.
35930
35931         Module save-cwd.
35932         * m4/save-cwd.m4: New file.
35933
35934         Module savedir.
35935         * m4/savedir.m4: New file.
35936
35937         Module xgetcwd.
35938         * m4/xgetcwd.m4: New file.
35939         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
35940
35941         Module xreadlink.
35942         * m4/xreadlink.m4: New file.
35943
35944         Module safe-read.
35945         * m4/safe-read.m4: New file.
35946
35947         Module safe-write.
35948         * m4/safe-write.m4: New file.
35949
35950         Module closeout.
35951         * m4/closeout.m4: New file.
35952
35953         Module stdio-safer.
35954         * m4/stdio-safer.m4: New file.
35955
35956         Module getpass.
35957         * m4/getpass.m4: New file.
35958
35959         Module getugroups.
35960         * m4/getugroups.m4: New file.
35961
35962         Module group-member.
35963         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
35964         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
35965
35966         Module idcache.
35967         * m4/idcache.m4: New file.
35968
35969         Module userspec.
35970         * m4/userspec.m4: New file.
35971
35972         Module gettime.
35973         * m4/clock_time.m4: New file.
35974         * m4/gettime.m4: New file.
35975
35976         Module settime.
35977         * m4/settime.m4: New file.
35978
35979         Module posixtm.
35980         * m4/posixtm.m4: New file.
35981
35982         Module gethostname.
35983         * m4/gethostname.m4: New file.
35984
35985         Module canon-host.
35986         * m4/canon-host.m4: New file.
35987
35988         Module gettext.
35989         * m4/codeset.m4: New file, from gettext-0.11.5.
35990         * m4/gettext.m4: New file, from gettext-0.11.5.
35991         * m4/glibc21.m4: New file, from gettext-0.11.5.
35992         * m4/iconv.m4: New file, from gettext-0.11.5.
35993         * m4/intdiv0.m4: New file, from gettext-0.11.5.
35994         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
35995         * m4/inttypes.m4: New file, from gettext-0.11.5.
35996         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
35997         * m4/isc-posix.m4: New file, from gettext-0.11.5.
35998         * m4/lcmessage.m4: New file, from gettext-0.11.5.
35999         * m4/lib-ld.m4: New file, from gettext-0.11.5.
36000         * m4/lib-link.m4: New file, from gettext-0.11.5.
36001         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
36002         * m4/progtest.m4: New file, from gettext-0.11.5.
36003         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
36004         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
36005         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
36006
36007         Module localcharset.
36008         * m4/localcharset.m4: New file.
36009
36010         Module hard-locale.
36011         * m4/hard-locale.m4: New file.
36012
36013         Module mbswidth.
36014         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
36015         onceonly macros.
36016         * m4/mbrtowc.m4: Add comment.
36017
36018         Module memcasecmp.
36019         * m4/memcasecmp.m4: New file.
36020
36021         Module memcoll.
36022         * m4/memcoll.m4: New file.
36023
36024         Module unicodeio.
36025         * m4/unicodeio.m4: New file.
36026
36027         Module rpmatch.
36028         * m4/rpmatch.m4: New file.
36029
36030         Module yesno.
36031         * m4/yesno.m4: New file.
36032
36033         Module exitfail.
36034         * m4/exitfail.m4: New file.
36035
36036         Module c-stack.
36037         * m4/c-stack.m4 (gl_C_STACK): New macro.
36038         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
36039
36040         Module error.
36041         * m4/error.m4 (gl_ERROR): New macro.
36042         (jm_PREREQ_ERROR): Use onceonly macros.
36043
36044         Module fatal.
36045         * m4/fatal.m4: New file.
36046
36047         Module getloadavg.
36048         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
36049         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
36050
36051         Module getpagesize.
36052         * m4/getpagesize.m4: New file.
36053
36054         Module getusershell.
36055         * m4/getusershell.m4: New file.
36056
36057         Module physmem.
36058         * m4/physmem.m4: New file.
36059
36060         Module posixver.
36061         * m4/posixver.m4: New file.
36062
36063         Module quotearg.
36064         * m4/quotearg.m4: New file.
36065
36066         Module quote.
36067         * m4/quote.m4: New file.
36068
36069         Module readutmp.
36070         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
36071
36072         Module sig2str.
36073         * m4/sig2str.m4: New file.
36074
36075         Other.
36076         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
36077         ulonglong.m4.
36078         * m4/intmax_t.m4: New file.
36079         * m4/d-type.m4: Indentation.
36080         * m4/jm-macros.m4: Update.
36081         * m4/prereq.m4 (jm_PREREQ): Update.
36082         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
36083         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
36084         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
36085         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
36086         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
36087         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
36088         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
36089         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
36090         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
36091         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
36092         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
36093         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
36094         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
36095         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
36096         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
36097         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
36098         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
36099         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
36100         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
36101
36102 2002-12-24  Bruno Haible  <bruno@clisp.org>
36103
36104         * MODULES.txt: Update according to m4/ changes.
36105
36106         Module gettext.
36107         * config.rpath: New file, from gettext-0.11.5.
36108
36109         * modules/*: New module descriptions.
36110         * gnulib-tool: New file.
36111         * MODULES.html.sh: New file.
36112
36113 2002-12-21  Karl Berry  <karl@gnu.org>
36114
36115         * doc/fdl.texi: update to version 1.2.
36116
36117 2002-12-19  Karl Berry  <karl@gnu.org>
36118
36119         * config/config.guess: update from prep.
36120
36121 2002-12-18  Bruno Haible  <bruno@clisp.org>
36122
36123         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
36124         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
36125
36126 2002-12-17  Bruno Haible  <bruno@clisp.org>
36127
36128         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
36129         stdlib.h, string.h.
36130
36131 2002-12-17  Bruno Haible  <bruno@clisp.org>
36132
36133         * lib/canon-host.c (strdup): Remove unused declaration.
36134
36135         * lib/fsusage.c: Include full_read.h.
36136         (get_fs_usage): Use full_read instead of safe_read.
36137
36138         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
36139
36140 2002-12-12  Karl Berry  <karl@gnu.org>
36141
36142         * config/config.guess: update from prep.
36143
36144 2002-12-11  Bruno Haible  <bruno@clisp.org>
36145
36146         * m4/setenv.m4: New file, from gettext-0.11.5.
36147
36148 2002-12-11  Bruno Haible  <bruno@clisp.org>
36149
36150         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
36151         not unsetenv().
36152         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
36153         modifications:
36154
36155         2002-12-11  Bruno Haible  <bruno@clisp.org>
36156
36157                 * setenv.c (alloca): Fall back to malloc.
36158                 (freea): New macro.
36159                 (setenv): Use freea() to free memory allocated with alloca().
36160
36161         2002-11-13  Bruno Haible  <bruno@clisp.org>
36162
36163                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
36164                 function declarations.
36165                 * unsetenv.c (unsetenv): Likewise.
36166
36167         2002-03-04  Bruno Haible  <bruno@clisp.org>
36168
36169                 Portability to AIX 4.3.3.
36170                 * unsetenv.c: New file, extracted from setenv.c.
36171                 * setenv.c: Move the unsetenv() function to unsetenv.c.
36172
36173         2001-12-20  Bruno Haible  <bruno@clisp.org>
36174
36175                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
36176                 use malloc instead. For SunOS 4.
36177
36178         2001-12-11  Bruno Haible  <bruno@clisp.org>
36179
36180                 * setenv.c: Declare alloca.
36181                 (compar_fn_t): New typedef.
36182                 (KNOWN_VALUE, STORE_VALUE): Use it.
36183
36184         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
36185         setenv.h.
36186
36187 2002-12-10  Paul Eggert  <eggert@twinsun.com>
36188
36189         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
36190         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
36191         Choose values that are less likely to collide with system fnmatch
36192         options.
36193         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
36194         defined (e.g., a pure POSIX system).
36195         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
36196         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
36197
36198 2002-12-06  Paul Eggert  <eggert@twinsun.com>
36199
36200         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
36201         a pain in practice to deal with generated m4 files.  This change
36202         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
36203
36204         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
36205         and jm-glibc-io.m4, as they are no longer a special case.
36206         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
36207         kludge and the auto-generation stuff.  Check only whether the
36208         functions are declared, not whether they exist, since older hosts
36209         that don't declare the functions can't use the optimization anyway.
36210
36211 2002-12-06  Jim Meyering  <jim@meyering.net>
36212
36213         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
36214
36215         Merge in changes from libc's misc/error.c, in preparation
36216         for the merge of gnulib's changes back into libc.
36217
36218         * lib/error.c (_): Define only if not already defined.
36219         Move definition to follow all #include directives.
36220         Include unlocked-io.h only if !_LIBC.
36221         [_LIBC]: Include <libio/libioP.h>.
36222         [USE_IN_LIBIO]: Include <libio/iolibio.h>
36223         (fflush): Tweak definition to use INTUSE.
36224         (putc): Define.
36225
36226 2002-12-05  Paul Eggert  <eggert@twinsun.com>
36227
36228         * lib/alloca.c [defined emacs]: Include "lisp.h".
36229         (xalloc_die) [defined emacs]: New macro.
36230         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
36231         [! defined emacs]: Include <xalloc.h>.
36232         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
36233         (pointer): Typedef to POINTER_TYPE *.
36234         (malloc): Remove decl; we now always use xmalloc.
36235         (alloca): Use old-style definition, since Emacs needs this.
36236         Check for arithmetic overflow when computing combined size.
36237
36238 2002-12-04  Paul Eggert  <eggert@twinsun.com>
36239
36240         Do not generate unlocked-io.h automatically, since it's easier to
36241         maintain it by hand.
36242
36243         * lib/unlocked-io.h: New file, from GNU diffutils,
36244         but with proper copyright notice and attribution.
36245         * lib/gen-uio: Remove.
36246         * lib/Makefile.am: Add copyright notice.
36247         (libfetish_a_SOURCES): Add unlocked-io.h.
36248         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
36249         (DISTCLEANFILES, io_functions): Remove macros.
36250         (EXTRA_DIST): Remove gen_uio.
36251         (unlocked-io.h): Remove rule.
36252
36253 2002-12-04  Jim Meyering  <jim@meyering.net>
36254
36255         Reflect the fact that stat.c and lstat.c are no longer generated.
36256         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
36257         (DISTCLEANFILES): Likewise.
36258         (EXTRA_DIST): Likewise.
36259         (all_local): Don't depend on stat.c or lstat.c.
36260         (stat.c, lstat.c): Remove rules.
36261         (EXTRA_DIST): Remove xstat.in.
36262
36263         * lib/xstat.in: Remove file.  Contents moved into stat.c.
36264         * lib/stat.c: New file.  Contents mostly from xstat.in.
36265         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
36266         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
36267
36268         * lib/safe-read.c: Rework so that it may serve to define safe_write,
36269         too.
36270         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
36271
36272 2002-12-03  Jim Meyering  <jim@meyering.net>
36273
36274         * lib/safe-read.c, safe-write.c: Change variable names and comments,
36275         but not semantics, to minimize the differences between these two files.
36276         (safe_read): Change comment to mention SAFE_READ_ERROR.
36277
36278         * lib/safe-read.c (IS_EINTR): Define.
36279         (safe_read): Use IS_EINTR in place of in-function cpp directives.
36280
36281 2002-12-02  Jim Meyering  <jim@meyering.net>
36282
36283         * lib/safe-read.c (EINTR): Define.
36284         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
36285         (INT_MAX): Provide fallback.
36286         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
36287
36288         * lib/safe-read.h (SAFE_READ_ERROR): Define.
36289
36290 2002-12-02  Bruno Haible  <bruno@clisp.org>
36291
36292         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
36293         Define, taken from safe-read.c.
36294         (INT_MAX): Provide fallback.
36295         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
36296         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
36297
36298         * lib/safe-read.c (EINTR): Remove definition.
36299         (safe_read): Don't use EINTR if it is absent.
36300
36301 2002-12-01  Jim Meyering  <jim@meyering.net>
36302
36303         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
36304         zero.
36305         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
36306
36307 2002-11-27  Paul Eggert  <eggert@twinsun.com>
36308
36309         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
36310         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
36311         with `if (! (value < limit)) abort ();', for readability.
36312
36313 2002-11-26  Karl Berry  <karl@gnu.org>
36314
36315         * lib/strdup.c: copy from libc again, with jim's ok.
36316         * lib/.cppi-disable: re-add strdup.c
36317
36318 2002-11-25  Karl Berry  <karl@gnu.org>
36319
36320         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
36321         instead of "strtol.c".
36322
36323 2002-11-25  Karl Berry  <karl@gnu.org>
36324
36325         * config/install-sh: update from automake for variable quoting, $0 in
36326         error msgs, etc.
36327
36328         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
36329         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
36330         entry.
36331
36332 2002-11-25  Jim Meyering  <jim@meyering.net>
36333
36334         * lib/mktime.c: Sync from libc, now that it has the latest fix.
36335
36336 2002-11-24  Karl Berry  <karl@gnu.org>
36337
36338         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
36339         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
36340
36341 2002-11-24  Jim Meyering  <jim@meyering.net>
36342
36343         Update from coreutils:
36344
36345         * lib/mktime.c: Merge in changes from libc.
36346
36347         Avoid a link-time failure on some Linux systems.
36348         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
36349         (otherwise).
36350         (__mon_yday): Declare with the STATIC attribute.
36351         (__mktime_internal): Likewise.
36352         Based on a report from Greg Schafer.
36353
36354 2002-11-23  Jim Meyering  <jim@meyering.net>
36355
36356         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
36357         Use `unsigned', not `int', as type of index.
36358
36359         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
36360
36361         * lib/fsusage.c: Remove unneeded parentheses around operands of
36362         `defined'.
36363
36364 2002-11-22  Paul Eggert  <eggert@twinsun.com>
36365
36366         * lib/quotearg.h: Allow multiple inclusion by surrounding with
36367         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
36368         so that we can be included first.
36369         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
36370         * lib/quotearg.c: Include quotearg.h immediately after config.h.
36371         No need to include stddef.h or sys/types.h any more.
36372         Surround local include files with "", not "<>".
36373         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
36374         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
36375         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
36376         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
36377         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
36378         (ISPRINT): Remove; no longer needed now that we assume C89.
36379
36380         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
36381         Preserve errno.
36382
36383         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
36384         quotearg_char): Use SIZE_MAX rather than
36385         (size_t) -1 when we are talking about "infinity".
36386
36387         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
36388
36389 2002-11-22  Paul Eggert  <eggert@twinsun.com>
36390
36391         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
36392         hint that one should use `if (! x) abort ();' rather than `assert
36393         (x);', and anyway it's one less thing to worry about configuring.
36394         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
36395         hash_rehash, hash_insert): Use abort rather than assert.
36396
36397 2002-11-22  Bruno Haible  <bruno@clisp.org>
36398
36399         * lib/safe-read.h: Assume C89. Add comments.
36400         (safe_read): Change return type to size_t.
36401         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
36402         byte counts > SSIZE_MAX correctly.
36403         * lib/safe-write.h: New file.
36404         * lib/safe-write.c: New file.
36405         * lib/full-read.h: New file.
36406         * lib/full-read.c: New file.
36407         * lib/full-write.h: Assume C89. Add comments.
36408         * lib/full-write.c: Include safe-write.h.
36409         (full_write): Rewritten to use safe_write.
36410         Suggested by Jim Meyering and Paul Eggert.
36411
36412 2002-11-21  Jim Meyering  <jim@meyering.net>
36413
36414         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
36415
36416         Merge in changes from the coreutils.
36417
36418         2002-09-25  Paul Eggert  <eggert@twinsun.com>
36419         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
36420         <stdint.h>.
36421         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
36422         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
36423         int.  Work more efficiently if X is the same width as uintmax_t.
36424         Do not compare X to -1, to avoid bogus compiler warning.
36425         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
36426         Don't assume that f_frsize and f_bsize are the same type.
36427
36428         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
36429         warning on FreeBSD.
36430
36431         * lib/makepath.c (make_path): Restore umask *before* creating the final
36432         component.
36433         (make_path): Minor reformatting.
36434
36435         * lib/xmalloc.c: Adjust to work with new autoconf macros,
36436         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
36437         HAVE_MALLOC/HAVE_REALLOC.
36438
36439         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
36440         dummy ones.  At least on GNU/Linux systems, `auto' means something
36441         else.
36442         From Michael Stone.
36443
36444 2002-11-21  Bruno Haible  <bruno@clisp.org>
36445
36446         Remove case insensitive option matching.
36447         * lib/argmatch.h (argcasematch): Remove declaration.
36448         (ARGCASEMATCH): Remove macro.
36449         (__xargmatch_internal): Remove case_sensitive argument.
36450         (XARGMATCH): Update.
36451         (XARGCASEMATCH): Remove macro.
36452         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
36453         case_sensitive argument.
36454         (argcasematch): Remove function.
36455         (__xargmatch_internal): Remove case_sensitive argument.
36456         (main): Use XARGMATCH instead of XARGCASEMATCH.
36457
36458         * lib/xmalloc.c: Change compile-time error message. Add comment about
36459         required autoconf version.
36460
36461 2002-11-20  Paul Eggert  <eggert@twinsun.com>
36462
36463         Merge argmatch cleanups from Bison.  Assume C89.
36464
36465         * lib/argmatch.c: Include config.h here, not in argmatch.h.
36466         Include stdlib.h, for EXIT_FAILURE.
36467         Always include <string.h>, since we assume C89.
36468         (EXIT_FAILURE): Remove pre-C89 bug workaround.
36469         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
36470         Include <stddef.h> instead, since it's all we need for size_t.
36471         (PARAMS): Remove.  All uses removed.
36472         (ARRAY_CARDINALITY): Do not bother to #undef.
36473         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
36474         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
36475         Remove unnecessary parentheses.
36476         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
36477         Insert necessary parentheses.
36478         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
36479         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
36480
36481 2002-11-19  Bruno Haible  <bruno@clisp.org>
36482
36483         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
36484         * lib/mbswidth.h: Include <stddef.h>, for size_t.
36485
36486         * lib/mbswidth.h (PARAMS): Remove macro.
36487         (mbswidth, mbsnwidth): Use ANSI C function declarations.
36488         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
36489
36490         * lib/gcd.h (PARAMS): Remove macro.
36491         (gcd): Use ANSI C function declarations.
36492         * lib/gcd.c (gcd): Likewise.
36493
36494 2002-11-15  Bruno Haible  <bruno@clisp.org>
36495
36496         * lib/strcspn.c: Include <stddef.h>.
36497         (strcspn): Use ANSI C function declaration. Change return type to
36498         size_t. Use NULL.
36499         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
36500         (strpbrk): Use NULL.
36501         * lib/strpbrk.h (PARAMS): Remove macro.
36502         (strpbrk): Use ANSI C function declaration.
36503         * lib/strstr.c: Don't include <sys/types.h>.
36504         * lib/strstr.h (PARAMS): Remove macro.
36505         (strstr): Use ANSI C function declarations.
36506
36507 2002-11-14  Karl Berry  <karl@gnu.org>
36508
36509         * config/mkinstalldirs: `do' on separate line, instead of
36510         `for var; do'.
36511
36512 2002-11-06  Bruno Haible  <bruno@clisp.org>
36513
36514         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
36515         * lib/gcd.c (gcd): Likewise.
36516
36517 2002-11-05  Bruno Haible  <bruno@clisp.org>
36518
36519         * lib/gcd.h: New file, from gettext-0.11.5.
36520         * lib/gcd.c: New file, from gettext-0.11.5.
36521
36522 2002-11-05  Bruno Haible  <bruno@clisp.org>
36523
36524         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36525         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36526         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36527         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36528
36529         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
36530         <libintl.h>.
36531         * lib/makepath.c: Include gettext.h instead of <locale.h> and
36532         <libintl.h>.
36533
36534         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
36535         * lib/human.c: Include gettext.h instead of <libintl.h>.
36536         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
36537         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
36538         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
36539         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
36540         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
36541         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
36542         (textdomain): Remove definition.
36543         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
36544
36545         * lib/long-options.c: Remove include of <libintl.h> and definition of
36546         _.
36547         * lib/same.c: Remove include of <libintl.h> and definition of _.
36548
36549 2002-11-04  Owen Taylor  <otaylor@redhat.com>
36550
36551         * lib/config.charset: A few additions for Solaris.
36552
36553 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
36554
36555         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
36556         * lib/localcharset.c (locale_charset): Declare as extern "C".
36557
36558 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
36559
36560         * lib/config.charset: msdos in uk_UA uses CP1125.
36561
36562 2002-11-04  Bruno Haible  <bruno@clisp.org>
36563
36564         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
36565         * lib/strcase.h: New file, from GNU gettext-0.11.5.
36566         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
36567         * lib/strstr.h: New file, from GNU gettext-0.11.5.
36568         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
36569
36570 2002-11-04  Bruno Haible  <bruno@clisp.org>
36571
36572         * lib/localcharset.c (locale_charset): Don't return an empty string.
36573
36574 2002-11-04  Bruno Haible  <bruno@clisp.org>
36575
36576         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
36577         aliases.
36578
36579 2002-11-04  Bruno Haible  <bruno@clisp.org>
36580
36581         * lib/config.charset: Update for newest glibc. Add canonical names
36582         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
36583
36584 2002-11-04  Bruno Haible  <bruno@clisp.org>
36585
36586         * lib/config.charset: Add support for NetBSD.
36587
36588 2002-11-04  Bruno Haible  <bruno@clisp.org>
36589
36590         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
36591
36592 2002-11-01  Bruno Haible  <bruno@clisp.org>
36593
36594         * configure.in: Add AC_CONFIG_AUX_DIR call.
36595         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
36596         test/Makefile.
36597         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
36598
36599 2002-09-28  Karl Berry  <karl@gnu.org>
36600
36601         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
36602         installed automake until the next release, since changes have been
36603         made.
36604
36605 2002-09-25  Karl Berry  <karl@gnu.org>
36606
36607         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
36608         * lib/getopt*: copy from libc/posix.
36609         * lib/gettext.h: copy from gettext.
36610         * lib/.cppi-disable: add strdup.c, gettext.h.
36611
36612 2002-09-25  Karl Berry  <karl@gnu.org>
36613
36614         * config/srclist.txt: enable gettext.h check.
36615         * config/config.{guess,sub}: update from prep.
36616         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
36617                 from automake 1.6.3.
36618         See srclist*.
36619
36620 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
36621
36622         * regex.c (PATFETCH): Remove the translating fetch.
36623         (PATFETCH_RAW): Rename to PATFETCH.
36624         (set_image_of_range): New fun.
36625         (SET_RANGE_TABLE_WORK_AREA): Use it.
36626         (regex_compile): Don't translate the pattern chars so eagerly.
36627         Only do it when inserting an `exactn' bytecode or when handling
36628         a char-range.
36629         (mutually_exclusive_p): Avoid empty statement.
36630
36631 2002-07-06  Jim Meyering  <meyering@lucent.com>
36632
36633         * m4/README: Don't mention Makefile.am.in.
36634         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
36635
36636 2002-07-01  Jim Meyering  <meyering@lucent.com>
36637
36638         * lib/c-stack.c: Include sys/time.h.
36639         From Volker Borchert.
36640
36641 2002-06-26  Paul Eggert  <eggert@twinsun.com>
36642
36643         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
36644
36645 2002-06-26  Paul Eggert  <eggert@twinsun.com>
36646
36647         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
36648         New macro.  Use it uniformly instead of
36649         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
36650         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
36651         reported by Vin Shelton.
36652
36653 2002-06-22  Paul Eggert  <eggert@twinsun.com>
36654
36655         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
36656         Do not assume SA_SIGINFO behavior.
36657         Bug reported by Jim Meyering on NetBSD 1.5.2.
36658
36659 2002-06-22  Jim Meyering  <meyering@lucent.com>
36660
36661         * m4/c-stack.m4: New file, from diffutils-2.8.2.
36662         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
36663
36664         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
36665         now that configure.ac uses AC_GNU_SOURCE.
36666         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
36667         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
36668
36669         Update to latest tools.  Suggestions from Paul Eggert.
36670         * m4/stdbool.m4: New file, from diffutils-2.8.2.
36671         * m4/gnu-source.m4: Update from diffutils-2.8.2.
36672         * m4/fnmatch.m4: Likewise.
36673         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
36674         to AC_HEADER_STDBOOL
36675
36676 2002-06-22  Jim Meyering  <meyering@lucent.com>
36677
36678         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
36679         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
36680
36681 2002-06-22  Jim Meyering  <meyering@lucent.com>
36682
36683         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
36684
36685         * lib/exitfail.c, exitfail.h: Likewise.
36686         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
36687
36688         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
36689         of fnmatch.h.
36690         (EXTRA_DIST): Add fnmatch_loop.c.
36691         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
36692
36693         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
36694         * lib/fnmatch.c: Update from diffutils-2.8.2.
36695         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
36696         * lib/fnmatch.h: Remove file.
36697
36698 2002-06-21  Jim Meyering  <meyering@lucent.com>
36699
36700         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
36701         * m4/mbrtowc.m4: Likewise.
36702
36703         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
36704         * m4/mbswidth.m4: Reflect name change:
36705         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
36706         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
36707
36708         * m4/lib-link.m4: Update from gettext-0.11.2.
36709         * m4/gettext.m4: Likewise.
36710
36711         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
36712         From Alfred M. Szmidt.
36713
36714 2002-06-18  Paul Eggert  <eggert@twinsun.com>
36715
36716         * lib/file-type.h: Report an error if neither S_ISREG nor
36717         S_IFREG is defined, instead of using a test specific to glibc
36718         2.2.  This should be safe, since POSIX requires S_ISREG and
36719         Unix Version 7 had S_IFREG.  We don't need to check for
36720         <sys/types.h> since we don't use any symbols that it defines.
36721
36722 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
36723
36724         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
36725         $@-t, so that each temporary file name is unique and valid in the first
36726         8 characters, for operation under DOS.
36727
36728 2002-06-15  Paul Eggert  <eggert@twinsun.com>
36729
36730         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
36731
36732 2002-06-15  Jim Meyering  <meyering@lucent.com>
36733
36734         Work even with DJGPP 2.03, which lacks support for symlinks.
36735         From Richard Dawe.
36736         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
36737         is defined.
36738         * lib/lchown.c (S_ISLNK): Likewise.
36739
36740 2002-06-15  Jim Meyering  <meyering@lucent.com>
36741
36742         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
36743         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
36744         have been included before this file.
36745
36746 2002-06-14  Jim Meyering  <meyering@lucent.com>
36747
36748         * lib/file-type.h: Use the version from diffutils-2.8.2.
36749         * lib/file-type.c: Likewise.
36750
36751 2002-06-07  Jim Meyering  <meyering@lucent.com>
36752
36753         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
36754         They're needed at least for NetBSD 1.5.2.
36755         ($statxfs_includes): Include those same headers.
36756         ($statxfs_includes): Include sys/vfs.h if available.
36757         ($statxfs_includes): Likewise for sys/statvfs.h.
36758         Check for the following members in both structs statfs and statvfs:
36759         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
36760
36761 2002-06-01  Jim Meyering  <meyering@lucent.com>
36762
36763         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
36764         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
36765
36766 2002-05-28  Jim Meyering  <meyering@lucent.com>
36767
36768         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
36769         Reported by Volker Borchert.
36770
36771 2002-05-27  Jim Meyering  <meyering@lucent.com>
36772
36773         Fix a problem seen only on nonconforming systems whereby ls.c's
36774         use of localtime, and then of gettimeofday would cause trouble:
36775         the localtime call used to initialize rpl_gettimeofday's save
36776         mechanism would clobber ls's current local time information so
36777         that in any long listing the first file would always be listed
36778         with date 1970-01-01.  Analysis by Volker Borchert.
36779
36780         * lib/gettimeofday.c (localtime): Undefine.
36781         (rpl_localtime): New function.
36782
36783 2002-05-27  Jim Meyering  <meyering@lucent.com>
36784
36785         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
36786         localtime.
36787
36788         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
36789         use the replacement function; it wouldn't resolve at link time.
36790         Reported by Volker Borchert.
36791
36792 2002-05-22  Jim Meyering  <meyering@lucent.com>
36793
36794         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
36795         file-type.h.
36796         * lib/file-type.h: New file.
36797         * lib/file-type.c (file_type): New file/function.  Extracted from
36798         diffutils.
36799
36800 2002-04-30  Jim Meyering  <meyering@lucent.com>
36801
36802         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
36803
36804 2002-04-29  Paul Eggert  <eggert@twinsun.com>
36805
36806         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
36807
36808 2002-04-29  Paul Eggert  <eggert@twinsun.com>
36809
36810         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
36811         Do not check for alloca.h (no longer used) or stdbool.h (was never
36812         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
36813
36814 2002-04-29  Paul Eggert  <eggert@twinsun.com>
36815
36816         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
36817
36818 2002-04-29  Jim Meyering  <meyering@lucent.com>
36819
36820         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
36821         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
36822         Use AC_FUNC_STRNLEN here instead.
36823
36824         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
36825         With autoconf-2.53a, it's part of AC_PROG_CC.
36826
36827 2002-04-28  Paul Eggert  <eggert@twinsun.com>
36828
36829         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
36830         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
36831
36832 2002-04-28  Paul Eggert  <eggert@twinsun.com>
36833
36834         * lib/sig2str.h, lib/sig2str.c: New files.
36835         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
36836
36837 2002-04-28  Paul Eggert  <eggert@twinsun.com>
36838
36839         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
36840         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
36841         of 127, since 64 is the largest conceivable number for ancient
36842         nonstandard hosts.
36843         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
36844
36845 2002-04-28  Jim Meyering  <meyering@lucent.com>
36846
36847         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
36848
36849 2002-04-24  Jim Meyering  <meyering@lucent.com>
36850
36851         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
36852         (jm_PREREQ): Use it.
36853
36854         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
36855         mach/mach.h fcntl.h.
36856         Check for this function: setlocale.
36857
36858 2002-04-24  Jim Meyering  <meyering@lucent.com>
36859
36860         * lib/gettext.h: New file, from Gettext.
36861         * lib/Makefile.am (INCLUDES): Remove -I../intl.
36862         (libfetish_a_SOURCES): Add gettext.h.
36863
36864 2002-04-16  Jim Meyering  <meyering@lucent.com>
36865
36866         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
36867         ut_pid, ut_id, ut_exit.
36868
36869 2002-04-16  Jim Meyering  <meyering@lucent.com>
36870
36871         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
36872         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
36873         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
36874
36875 2002-04-12  Jim Meyering  <meyering@lucent.com>
36876
36877         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
36878         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
36879         existence of the getmntinfo function.  Needed for Darwin 5.3.
36880
36881         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
36882         This is necessary at least on Darwin 5.3.
36883
36884         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
36885         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
36886         strnlen.o in the library, and that makes some versions of ranlib
36887         object.
36888
36889 2002-04-12  Jim Meyering  <meyering@lucent.com>
36890
36891         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
36892
36893 2002-04-09  Jim Meyering  <meyering@lucent.com>
36894
36895         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
36896         to be more precise.  Rather than saying we're checking whether the
36897         function `works', say what we're testing.
36898         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
36899         Reported by Bruno Haible.
36900
36901 2002-03-10  Jim Meyering  <meyering@lucent.com>
36902
36903         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
36904         Suggestion from Santiago Vila.
36905
36906 2002-03-08  Jim Meyering  <meyering@lucent.com>
36907
36908         * lib/rename.c: Mention that this wrapper is needed also on
36909         mips-dec-ultrix4.4 systems.
36910
36911 2002-03-02  Jim Meyering  <meyering@lucent.com>
36912
36913         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
36914         not HAVE_CLOCK_SETTIME.
36915
36916 2002-02-27  Paul Eggert  <eggert@twinsun.com>
36917
36918         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
36919         Check for clock_settime.
36920
36921 2002-02-27  Paul Eggert  <eggert@twinsun.com>
36922
36923         * lib/nanosleep.h: Rename to....
36924         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
36925
36926         * lib/gettime.c: New file.
36927         * lib/settime.c: New file.
36928         * lib/stime.c: Remove.
36929
36930         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
36931         timespec.h.  Remove nanosleep.h.
36932
36933 2002-02-25  Paul Eggert  <eggert@twinsun.com>
36934
36935         * m4/acl.m4: New file.
36936         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
36937         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
36938
36939 2002-02-25  Paul Eggert  <eggert@twinsun.com>
36940
36941         * lib/acl.c, lib/acl.h: New files.
36942         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
36943
36944 2002-02-24  Jim Meyering  <meyering@lucent.com>
36945
36946         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
36947         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
36948         cause trouble.  Reported by Nelson Beebe.
36949
36950 2002-02-23  Paul Eggert  <eggert@twinsun.com>
36951
36952         * lib/path-concat.c (xpath_concat): Reorder code to pacify
36953         compilers that don't know that xalloc_die never returns.
36954
36955 2002-02-20  Jim Meyering  <meyering@lucent.com>
36956
36957         * lib/getdate.c: Regenerate using bison-1.33.
36958
36959 2002-02-17  Jim Meyering  <meyering@lucent.com>
36960
36961         * config/config.guess (main): Don't use `head -1'; it's no longer
36962         portable. Use `sed 1q' instead.
36963
36964 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
36965
36966         * m4/codeset.m4: Upgrade to gettext-0.11.
36967         * m4/gettext.m4: Upgrade to gettext-0.11.
36968         * m4/glibc21.m4: Upgrade to gettext-0.11.
36969         * m4/iconv.m4: Upgrade to gettext-0.11.
36970         * m4/isc-posix.m4: Upgrade to gettext-0.11.
36971         * m4/lcmessage.m4: Upgrade to gettext-0.11.
36972         * m4/lib-ld.m4: New file, from gettext-0.11.
36973         * m4/lib-link.m4: New file, from gettext-0.11.
36974         * m4/lib-prefix.m4: New file, from gettext-0.11.
36975         * m4/progtest.m4: Upgrade to gettext-0.11.
36976
36977 2002-02-15  Paul Eggert  <eggert@twinsun.com>
36978
36979         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
36980         (jm_PREREQ): Use it.
36981
36982 2002-02-15  Paul Eggert  <eggert@twinsun.com>
36983
36984         * lib/posixver.c, lib/posixver.h: New files.
36985         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
36986
36987 2002-02-02  Paul Eggert  <eggert@twinsun.com>
36988             Bruno Haible  <bruno@clisp.org>
36989
36990         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
36991         (fwrite_success_callback): New declaration.
36992         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
36993         print_unicode_char. Call failure callback instead of error.
36994         (fwrite_success_callback): New function.
36995         (exit_failure_callback): New function.
36996         (fallback_failure_callback): New function.
36997         (print_unicode_char): Call unicode_to_mb.
36998
36999 2002-01-26  Jim Meyering  <meyering@lucent.com>
37000
37001         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
37002         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
37003
37004 2002-01-26  Jim Meyering  <meyering@lucent.com>
37005
37006         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
37007
37008 2002-01-22  Paul Eggert  <eggert@twinsun.com>
37009
37010         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
37011
37012 2002-01-22  Jim Meyering  <meyering@lucent.com>
37013
37014         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
37015         Otherwise, some versions of automake would omit the rule that makes
37016         Makefile from Makefile.in.
37017
37018 2002-01-21  Paul Eggert  <eggert@twinsun.com>
37019
37020         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
37021         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
37022         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
37023         (memcoll): Set errno to zero if there is no error.
37024
37025         * lib/quotearg.c (quotearg_buffer_restyled):
37026         Fix bug with quoting buffers containing NUL when backslashing escapes.
37027         This bug was exposed by the other changes in this patch.
37028         (quotearg_n_options): New arg ARGSIZE.
37029         All callers changed.
37030         (quoting_options_from_style): New function.
37031         (quotearg_n_style): Use it.
37032         (quotearg_n_style_mem): New function.
37033
37034         * lib/quotearg.h (quotearg_n_style_mem): New function.
37035
37036 2002-01-19  Jim Meyering  <meyering@lucent.com>
37037
37038         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
37039         Remove useless quotes: DF_PROG="df".
37040         * m4/strnlen.m4: New file.
37041
37042 2002-01-16  Paul Eggert  <eggert@twinsun.com>
37043
37044         * lib/backupfile.c (ISDIGIT): Comment fix.
37045         * lib/getdate.y (ISDIGIT): Likewise.
37046         * lib/posixtm.c (ISDIGIT, year): Likewise.
37047         * lib/strverscmp.c (ISDIGIT): Likewise.
37048         * lib/userspec.c (ISDIGIT): Likewise.
37049
37050 2002-01-16  Jim Meyering  <meyering@lucent.com>
37051
37052         * lib/getdate.y: Add three semicolons, each just before a closing
37053         brace. Bison (as of version 1.31) no longer papers over that mistake.
37054
37055 2002-01-05  Jim Meyering  <meyering@lucent.com>
37056
37057         * lib/version-etc.c (version_etc_copyright): Update copyright year.
37058
37059 2001-12-19  Paul Eggert  <eggert@twinsun.com>
37060
37061         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
37062         not silently exit merely because the output buffer happens to
37063         have nothing pending.
37064
37065 2001-12-18  Paul Eggert  <eggert@twinsun.com>
37066
37067         See the big note in ../ChangeLog.
37068         * lib/human.c (suffixes): Prefer K to k for 1024.
37069         (generate_suffix_backwards): New function.
37070         (human_readable_inexact): Use it.
37071         * lib/xstrtol.c (__xstrtol): If there is no number but there
37072         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
37073         Accept 'K' as well as 'k'.
37074
37075 2001-12-15  Jim Meyering  <meyering@lucent.com>
37076
37077         * lib/regex.h (__restrict_arr): Update from libc.
37078
37079         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
37080         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
37081         (STREQ): Define.
37082
37083 2001-12-14  Jim Meyering  <meyering@lucent.com>
37084
37085         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
37086         Suggestion from Bruno Haible.
37087
37088 2001-12-10  Jim Meyering  <meyering@lucent.com>
37089
37090         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
37091         xrealloc, Instead, include "xalloc.h".
37092         (initbuffer): Don't cast xmalloc return value to char*.
37093         (readline): Reword comment.
37094         Don't cast xrealloc return value to char*
37095         Return NULL, not 0.
37096
37097 2001-12-09  Jim Meyering  <meyering@lucent.com>
37098
37099         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
37100         about `signed and unsigned type in conditional expression'.
37101         * lib/posixtm.c (posix_time_parse): Likewise.
37102
37103         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
37104
37105         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
37106         to avoid a pedantic warning.
37107
37108         * lib/getstr.c: Don't include assert.h.
37109         (getstr): Remove warning-evoking assertions.
37110         Return -1 if offset parameter is out of bounds.
37111         Change the type of a local from int to size_t.
37112
37113         * lib/strftime.c (my_strftime_localtime_r): Include this function
37114         definition in the `#if ! HAVE_TM_GMTOFF' block.
37115
37116         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
37117         Include xalloc.h instead.
37118
37119 2001-12-02  Jim Meyering  <meyering@lucent.com>
37120
37121         * lib/tempname.c: Don't declare getenv, thus reverting the change of
37122         2001-11-18.  It's no longer necessary, now that stdlib.h is always
37123         included.
37124
37125         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
37126         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
37127
37128 2001-11-30  Akim Demaille  <akim@epita.fr>
37129
37130         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
37131         before being defined.
37132
37133 2001-11-27  Paul Eggert  <eggert@twinsun.com>
37134
37135         * lib/quotearg.h (quotearg_n, quotearg_n_style):
37136         First arg is int, not unsigned.
37137         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
37138         (SIZE_MAX, UINT_MAX): New macros.
37139         (quotearg_n_options): Abort if N is negative.
37140         Avoid overflow check on hosts where size_t is 64 bits and int
37141         is 32 bits, as overflow is impossible there.
37142         Fix off-by-one typo that caused unnecessary reallocation.
37143
37144 2001-11-27  Jim Meyering  <meyering@lucent.com>
37145
37146         * lib/tempname.c: Merge with version from libc.
37147         * lib/regex.c: Likewise.
37148
37149         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
37150         systems for which STDC_HEADERS is 0, it was not included, resulting in
37151         a warning about an integer-to-pointer conversion problem with getenv.
37152         Reported by Volker Borchert.
37153
37154 2001-11-26  Jim Meyering  <meyering@lucent.com>
37155
37156         * lib/gtod.h: Remove file.
37157         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
37158         * lib/gettimeofday.c: Don't include gtod.h.
37159         (GTOD_init): Remove function.
37160         (rpl_gettimeofday): Do its job here instead, rather than aborting.
37161         Suggestion from Volker Borchert.
37162
37163 2001-11-23  Jim Meyering  <meyering@lucent.com>
37164
37165         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
37166         it.
37167         * lib/hash.c (struct hash_table): Define it here instead.
37168
37169 2001-11-22  Jim Meyering  <meyering@lucent.com>
37170
37171         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
37172
37173 2001-11-20  Jim Meyering  <meyering@lucent.com>
37174
37175         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
37176         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
37177
37178 2001-11-19  Jim Meyering  <meyering@lucent.com>
37179
37180         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
37181         directory.  Use "conftestXXXXXX" as the template.
37182         Suggestion from Paul Eggert.
37183
37184         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
37185         immediately, so the test doesn't mistakenly hit the max-open-files
37186         limit.
37187
37188 2001-11-18  Paul Eggert  <eggert@twinsun.com>
37189
37190         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
37191         (TEMPORARIES): New macro.
37192         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
37193         removes an artificial limitation (e.g. HP-UX 10.20, where
37194         TMP_MAX is 17576).
37195
37196 2001-11-18  Jim Meyering  <meyering@lucent.com>
37197
37198         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
37199
37200 2001-11-18  Jim Meyering  <meyering@lucent.com>
37201
37202         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
37203         on SunOS 4.
37204
37205         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
37206         files will be created before anything else.
37207
37208 2001-11-17  Paul Eggert  <eggert@twinsun.com>
37209
37210         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
37211         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
37212
37213 2001-11-17  Jim Meyering  <meyering@lucent.com>
37214
37215         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
37216         Prompted by a report from Bob Proulx.
37217
37218         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
37219         Instead, require UTILS_FUNC_MKSTEMP.
37220
37221 2001-11-17  Jim Meyering  <meyering@lucent.com>
37222
37223         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
37224         Now, that's done as part of AC_FUNC_STRTOD.
37225
37226 2001-11-17  Jim Meyering  <meyering@lucent.com>
37227
37228         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
37229         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
37230         rather than group writable.  Patch by Juan F. Codagnone.
37231
37232         * lib/readtokens.c: Remove explicit declarations of xmalloc and
37233         xrealloc, Instead, include "xalloc.h".
37234
37235         * lib/mountlist.c: Include unlocked-io.h after all system headers.
37236         Remove explicit declarations of xmalloc, xrealloc,
37237         and xstrdup.  Instead, include "xalloc.h".
37238
37239         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
37240         unlocked-io.h.
37241         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
37242         Likewise.
37243         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
37244
37245         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
37246         Reported by Padraig Brady.
37247
37248         * lib/mkstemp.c: #undef mkstemp.
37249         Include config.h.
37250         (rpl_mkstemp): Rename from mkstemp.
37251         Protoize.
37252
37253 2001-11-16  Jim Meyering  <meyering@lucent.com>
37254
37255         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
37256         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
37257         determine the amount of total physical memory, use pstat_getstatic.
37258         HPUX-11 doesn't define _SC_PHYS_PAGES.
37259         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
37260         If sysconf couldn't be used to determine the amount of available
37261         physical memory, use both pstat_getstatic and pstat_getdynamic.
37262         Based on a patch from Bob Proulx.
37263
37264 2001-11-10  Jim Meyering  <meyering@lucent.com>
37265
37266         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
37267         (jm_PREREQ): Use it.
37268
37269 2001-11-09  Jim Meyering  <meyering@lucent.com>
37270
37271         * m4/jm-macros.m4: Require autoconf-2.52f.
37272         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
37273         Use these AC_-prefixed names, not the AM_-prefixed ones.
37274
37275         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
37276
37277 2001-11-05  Jim Meyering  <meyering@lucent.com>
37278
37279         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
37280
37281 2001-11-04  Jim Meyering  <meyering@lucent.com>
37282
37283         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
37284         $DEFS.
37285
37286 2001-11-03  Jim Meyering  <meyering@lucent.com>
37287
37288         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
37289         of AC_DEFUN.
37290
37291         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
37292         know the name of the variable in the macro definition.
37293
37294 2001-11-03  Jim Meyering  <meyering@lucent.com>
37295
37296         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
37297         in argmatch_to_argument call.
37298
37299         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
37300         argument.
37301
37302         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
37303         e.g., a fault due to an attempt to free a NULL pointer.
37304
37305 2001-11-01  Jim Meyering  <meyering@lucent.com>
37306
37307         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
37308         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
37309
37310 2001-11-01  Jim Meyering  <meyering@lucent.com>
37311
37312         * lib/dirfd.c, lib/dirfd.h: New files.
37313         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
37314
37315         * lib/hash.c (hash_print) [TESTING]: Clean up.
37316
37317 2001-10-22  Paul Eggert  <eggert@twinsun.com>
37318
37319         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
37320         to avoid a warning if -Wall.
37321
37322 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
37323
37324         * README: New file
37325         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
37326         (per RMS's instructions, this is now the canonical source)
37327         * lgpl/, gpl/: New directories.
37328
37329 2001-10-21  Paul Eggert  <eggert@twinsun.com>
37330
37331         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
37332
37333 2001-10-21  Jim Meyering  <meyering@lucent.com>
37334
37335         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
37336         this code would end up calling gettext even in packages built
37337         with --disable-nls.
37338         * lib/getopt.c (_): Likewise.
37339         * lib/regex.c (_): Likewise.
37340
37341 2001-10-20  Paul Eggert  <eggert@twinsun.com>
37342
37343         * m4/error.m4 (jm_PREREQ_ERROR):
37344         Do not invoke AC_CHECK_FUNCS with strerror_r, as
37345         AC_FUNC_STRERROR_R does that.
37346         Check for strerror declaration.
37347
37348         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
37349         are supposed to have them these days.
37350         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
37351         Merge changes from latest Autoconf CVS.
37352         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
37353         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
37354         POSIX decided to standardize on the int flavor of strerror_r.
37355
37356 2001-10-20  Paul Eggert  <eggert@twinsun.com>
37357
37358         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
37359         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
37360         Use strerror_r that is only a macro, even if it is not a function.
37361         (strerror): Check for HAVE_DECL_STRERROR before declaring.
37362         (private_strerror): Use prototypes, not old-style function definition.
37363         (print_errno_message): New function.
37364         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
37365         char*-flavored one.
37366         (error_tail, error, error_at_line): Use it.
37367
37368 2001-10-11  Jim Meyering  <meyering@lucent.com>
37369
37370         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
37371         and quote_n (1, ... to avoid clobbering a buffer.
37372
37373 2001-10-05  Jim Meyering  <meyering@lucent.com>
37374
37375         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
37376         hash-pjw.h.
37377         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
37378         * lib/hash-pjw.h: New file.
37379
37380 2001-09-30  Jim Meyering  <meyering@lucent.com>
37381
37382         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
37383         `struct fsstat' has the `f_fstypename' member.
37384         Use that to define FS_TYPE, which is now used to make
37385         the getfsstat link test tighter.
37386
37387 2001-09-30  Jim Meyering  <meyering@lucent.com>
37388
37389         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
37390         Include <sys/ucred.h>, for Apple Darwin.
37391         Include sys/mount.h and sys/fs_types.h only if available.
37392         (FS_TYPE): Define.
37393         (read_filesystem_list): Use FS_TYPE.
37394
37395 2001-09-29  Paul Eggert  <eggert@twinsun.com>
37396
37397         * lib/exclude.c (excluded_filename): 0 -> false, since it's
37398         a boolean context.
37399
37400 2001-09-29  Jim Meyering  <meyering@lucent.com>
37401
37402         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
37403         [one-argument getmntent function]): Include stdio.h before mntent.h.
37404         SunOS 4.1.x needs it for the declaration of `FILE'.
37405         Patch by Volker Borchert.
37406
37407         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
37408         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
37409         sys/fs_types.h, and make the link-test for getfsstat guard #include
37410         directives with appropriate #if HAVE_*_H tests so that we can
37411         detect getfsstat on Apple Darwin1.3.7 systems.
37412         Reported by Nelson Beebe.
37413         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
37414
37415 2001-09-28  Paul Eggert  <eggert@twinsun.com>
37416
37417         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
37418         #defines strtoimax.  Also treat the other strto* functions
37419         like strtoimax.
37420
37421         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
37422         Check for strtoul and strtoumax,
37423         as those declarations are made even in the signed case.
37424         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
37425         Likewise, for strtol and strtoimax.
37426
37427 2001-09-28  Paul Eggert  <eggert@twinsun.com>
37428
37429         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
37430         #defines strtoimax.  Also treat the other strto* functions
37431         like strtoimax.
37432
37433         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
37434         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
37435         (strtoimax, strtoumax): Do not declare if already defined as a macro.
37436
37437 2001-09-26  Jim Meyering  <meyering@lucent.com>
37438
37439         Most macros in unlocked-io.h had the wrong number of arguments.
37440         * lib/gen-uio: New script.
37441         (USE_UNLOCKED_IO): Define to 1 if not already defined.
37442         * lib/unlocked-io.hin: Remove file.
37443         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
37444         rather than trying to embed it here.
37445         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
37446         Reported by Padraig Brady.
37447
37448 2001-09-25  Volker Borchert  <bt@teknon.de>
37449
37450         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
37451         `result'.
37452
37453 2001-09-24  Jim Meyering  <meyering@lucent.com>
37454
37455         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
37456
37457 2001-09-23  Jim Meyering  <meyering@lucent.com>
37458
37459         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
37460         instead of the mere test for existence of mntent.h.  The latter
37461         would get a false-positive on AIX 3.4 systems.
37462         In the outer getmntent if-block, don't die if neither of the getmntent
37463         tests succeeds.  Instead, just fall through and continue with the
37464         remaining tests.
37465
37466 2001-09-23  Jim Meyering  <meyering@lucent.com>
37467
37468         * lib/mountlist.c: Remove useless parentheses in #if directives.
37469         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
37470         the deprecated MOUNTED symbol is no longer defined in mntent.h.
37471
37472 2001-09-22  Jim Meyering  <meyering@lucent.com>
37473
37474         * m4/gettext.m4: New file.  From gettext.
37475         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
37476         * m4/progtest.m4: Likewise
37477         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
37478         * m4/glibc21.m4: Likewise.
37479
37480         * m4/libintl.m4: Remove.  No longer used.
37481
37482 2001-09-22  Jim Meyering  <meyering@lucent.com>
37483
37484         * lib/localcharset.c: Update from latest gettext.
37485         * lib/config.charset: Likewise.
37486
37487 2001-09-20  Jim Meyering  <meyering@lucent.com>
37488
37489         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
37490         strtoimax.
37491         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
37492         strtoumax.
37493
37494 2001-09-20  Jim Meyering  <meyering@lucent.com>
37495
37496         * lib/xstrtol.c (strtoimax): Guard declaration with
37497         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
37498         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
37499         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
37500         (strtoumax): Likewise, for completeness (it wasn't necessary).
37501
37502 2001-09-17  Paul Eggert  <eggert@twinsun.com>
37503
37504         * lib/strtoimax.c (HAVE_LONG_LONG):
37505         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
37506         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
37507         to work around bug in IBM C compiler.
37508
37509 2001-09-17  Jim Meyering  <meyering@lucent.com>
37510
37511         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
37512         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
37513         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
37514         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
37515         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
37516         whenever the right hand side need not be expanded by the shell.
37517
37518 2001-09-16  Paul Eggert  <eggert@twinsun.com>
37519
37520         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
37521         library.  It's not correct, as some older glibcs are buggy.
37522         fnmatch wasn't fixed until glibc 2.2.
37523
37524         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
37525         special shell magic here.
37526
37527 2001-09-16  Jim Meyering  <meyering@lucent.com>
37528
37529         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
37530         * m4/jm-macros.m4: Require it.
37531
37532 2001-09-16  Jim Meyering  <meyering@lucent.com>
37533
37534         * lib/mkdir.c: New file.
37535
37536 2001-09-15  Jim Meyering  <meyering@lucent.com>
37537
37538         * m4/jm-macros.m4: Check for help2man.
37539
37540 2001-09-11  Jim Meyering  <meyering@lucent.com>
37541
37542         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
37543         The body, by Paul Eggert, was moved here from configure.in.
37544         * m4/jm-macros.m4: Require UTILS_HOST_OS.
37545
37546 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37547
37548         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
37549         (jm_PREREQ): Use it.
37550
37551 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37552
37553         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
37554         Use ssize_t, not int, to store result of readlink.
37555         Check for ssize_t overflow as well as size_t overflow,
37556         as POSIX says the result of readlink is implementation-defined
37557         when ssize_t overflows.
37558         Remove unnecessary cast to char*.
37559         Use free+malloc instead of realloc, as the storage doesn't need
37560         to be preserved and it's clearer and can be more efficient that way.
37561         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
37562         * lib/xreadlink.h (xreadlink): Update prototype.
37563
37564 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37565
37566         * lib/xgetcwd.c: Revert some of the previous change; intead,
37567         fix the HAVE_GETCWD_NULL code to behave more like the
37568         !HAVE_GETCWD_NULL code used to.
37569
37570         Include "xalloc.h".
37571         (xgetcwd): Do not return NULL when memory is exhausted; instead,
37572         invoke xalloc_die.
37573
37574 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37575
37576         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
37577         sys/param.h, as pathmax.h includes them.
37578
37579 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37580
37581         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
37582         (jm_PREREQ_XGETCWD): New macro.
37583
37584         * m4/getcwd.m4: New file.
37585
37586 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37587
37588         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
37589         like the HAVE_GETCWD_NULL code.
37590         Include pathmax.h if not HAVE_GETCWD.
37591         Do not include xalloc.h.
37592         (INITIAL_BUFFER_SIZE): New symbol.
37593         Do not use xmalloc / xrealloc, since the caller is responsible for
37594         handling errors.  Preserve errno around `free' during failure.
37595         Do not overrun buffer when using getwd.
37596
37597 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37598
37599         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
37600         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
37601         getcwd (NULL, 0).
37602
37603 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37604
37605         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
37606         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
37607         spotted by Jim Meyering.
37608
37609 2001-09-03  Jim Meyering  <meyering@lucent.com>
37610
37611         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
37612         failure.
37613
37614 2001-09-02  Jim Meyering  <meyering@lucent.com>
37615
37616         * lib/error.c: Update from GNU libc.
37617
37618 2001-09-01  Jim Meyering  <meyering@lucent.com>
37619
37620         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
37621         Used by df.
37622
37623 2001-09-01  Jim Meyering  <meyering@lucent.com>
37624
37625         * lib/xreadlink.c: New file.
37626         * lib/xreadlink.h: New file.
37627         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
37628         xreadlink.h.
37629
37630         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
37631         doesn't conflict with sparc Solaris 7's definition in
37632         /usr/include/sys/int_types.h.
37633
37634         * lib/exclude.c: Use `""', not `<>' to #include non-system header
37635         files.
37636         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
37637         and strncasecmp as r-values.  Unixware didn't have declarations.
37638
37639 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37640
37641         * lib/xstrtol.h: Add copyright notice.
37642         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
37643         LONGINT_INVALID_SUFFIX_CHAR.
37644
37645 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37646
37647         * lib/xstrtol.c (strtoimax): New decl.
37648
37649 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37650
37651         * lib/xgetcwd.c: Don't include pathmax.h.
37652         Include stdlib.h and unistd.h if available.
37653         Include xalloc.h.
37654         (xmalloc, xstrdup, free): Remove decls.
37655         (xgetcwd): Don't assume sizes fit in unsigned.
37656         Check for overflow when computing sizes.
37657         Simplify reallocation code.
37658
37659 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37660
37661         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
37662         a directory's st_size can have an arbitrary value, so the old
37663         usage could waste an arbitrary amount of memory.  All uses
37664         changed.
37665         * lib/savedir.h: Update prototype.
37666
37667 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37668
37669         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
37670
37671         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
37672         old strtoimax.c.
37673
37674         Also, make the following further changes to make this file's
37675         configuration more similar to that of strtol.c:
37676         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
37677         (strtoumax, uintmax_t, strtoull, strtol): Remove.
37678         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
37679         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
37680         changed to signed values.
37681
37682         And make the following changes as well:
37683         Fix copyright notice, as 1999 was missing.
37684         (verify): New macro.
37685         (strtoimax): Check sizes at compile-time, not run-time.
37686         Prefer strtol to strtoll if both work.
37687         (main): Remove; it was not that useful and was a pain to maintain.
37688
37689         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
37690
37691 2001-08-31  Jim Meyering  <meyering@lucent.com>
37692
37693         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
37694         Use an initial, malloc'd, buffer of length 128 rather than
37695         a statically allocated one of length 1024.
37696
37697 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37698
37699         Simplify code, partly by assuming autoconf 2.52 semantics.
37700
37701         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
37702
37703         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
37704         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
37705         All uses removed.
37706         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
37707         Move AC_REQUIRE to next-to-top level, to avoid confusion.
37708         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
37709         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
37710         jm_AC_HEADER_INTTYPES_H.
37711         * m4/jm-macros.m4 (jm_MACROS): Likewise.
37712
37713         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
37714
37715         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
37716         Quote first arg of AC_DEFUN.
37717         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
37718         since they are needed to parse the include file even if we need
37719         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
37720         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
37721         but with opposite signedness.
37722
37723 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37724
37725         Merge 'exclude' changes from tar 1.13.22.
37726         This fixes one or two unlikely storage allocation overflow bugs,
37727         but doesn't change user-visible behavior otherwise.
37728
37729 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37730
37731         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
37732         (jm_PREREQ_EXCLUDE): New macro.
37733
37734 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37735
37736         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
37737         tm to be declared.
37738
37739 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37740
37741         * lib/hash.c: Remove '2001' from copyright notice.
37742
37743 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37744
37745         * lib/full-write.h: New file.
37746         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
37747         * lib/full-write.c: Correct credits, as cccp.c no longer
37748         exists and anyway it was so heavily changed from the old cccp
37749         code as to be unrecognizable.  Include full-write.h.
37750         (full_write) Return size_t, with short writes meaning failure.
37751         All callers changed.  This fixes a bug with large buffers
37752         on 64-bit hosts.
37753         * lib/utime.c: Include full-write.h.
37754
37755 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37756
37757         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
37758         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
37759         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
37760         Include if available.
37761         (<xalloc.h>): Include
37762         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
37763         (verify): New macro.  Use it to verify that EXCLUDE macros do not
37764         collide with FNM macros.
37765         (struct patopts): New struct.
37766         (struct exclude): Use it, as exclude patterns now come with options.
37767         (new_exclude): Support above changes.
37768         (new_exclude, add_exclude_file):
37769         Initial size must now be a power of two to simplify overflow checking.
37770         (free_exclude, fnmatch_no_wildcards): New function.
37771         (excluded_filename): No longer requires options arg, as the options
37772         are determined by add_exclude.  Now returns bool, not int.
37773         (excluded_filename, add_exclude):
37774         Add support for the fancy new exclusion options.
37775         (add_exclude, add_exclude_file): Now takes int options arg.
37776         Check for arithmetic overflow when computing sizes.
37777         (add_exclude_file): xrealloc might modify errno, so don't
37778         realloc until after errno might be used.
37779
37780         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
37781         New macros.
37782         (free_exclude): New decl.
37783         (add_exclude, add_exclude_file): Now takes int options arg.
37784         (excluded_filename): No longer requires options arg, as the options
37785         are determined by add_exclude.  Now returns bool, not int.
37786
37787 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37788
37789         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
37790
37791 2001-08-27  Jim Meyering  <meyering@lucent.com>
37792
37793         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
37794
37795         * lib/version-etc.c (N_): Remove definition.
37796         Revert most of last change.
37797         Instead, simply don't mark the `Copyright...' string for translation.
37798         Based on advice from Paul Eggert.
37799
37800         * lib/strtoxmax.c: Tweak comment.
37801
37802 2001-08-26  Jim Meyering  <meyering@lucent.com>
37803
37804         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
37805
37806         * m4/xstrtoimax.m4: New file.
37807         * m4/xstrtoumax.m4: Add comments explaining why we
37808         AC_REPLACE_FUNCS(strtol).
37809
37810 2001-08-26  Jim Meyering  <meyering@lucent.com>
37811
37812         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
37813         of copyright with `%s' so translators don't get an untranslated
37814         message in 2002.
37815         (COPYRIGHT_YEAR): Define.
37816         (version_etc): Use fprintf rather than fputs.
37817         Suggestion from Ulrich Drepper.
37818
37819         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
37820
37821         * lib/strtoll.c: New file, from GNU libc.
37822         * lib/xstrtoimax.c: New file.
37823
37824         * lib/xstrtol.h: Add xstrtoimax.
37825         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
37826         * lib/strtoimax.c: New file.  Likewise, but first define
37827         STRTOUXMAX_SIGNED.
37828
37829         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
37830         ...
37831         * lib/strtoxmax.c: ... then renamed to this.
37832
37833 2001-08-18  Paul Eggert  <eggert@twinsun.com>
37834
37835         * m4/inttypes.m4: Add AC_PREREQ(2.13).
37836         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
37837         (jm_AC_TYPE_INTMAX_T): New macro.
37838         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
37839
37840         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
37841
37842         * m4/longlong.m4: Renamed from ulonglong.m4.
37843         * m4/inttypes.m4: Renamed from inttypes_h.m4.
37844         * m4/uintmax_t.m4: Removed.
37845
37846 2001-08-13  Paul Eggert  <eggert@twinsun.com>
37847
37848         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
37849         Port to Solaris 8, where 'sed' requires a space after the 'r'
37850         command, and where sh dislikes "$/".  Clean up the spacing a bit.
37851         Redirect output to $tmp just once.
37852
37853 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
37854
37855         * lib/addext.c (<errno.h>): Include.
37856         (errno): Declare if not defined.
37857         (addext): Work correctly when pathconf returns -1 and leaves
37858         errno alone because there is no limit.  Also, work even if
37859         pathconf returns a value greater than SIZE_MAX.
37860
37861 2001-08-12  Jim Meyering  <meyering@lucent.com>
37862
37863         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
37864         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
37865         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
37866         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
37867         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
37868         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
37869         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
37870         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
37871         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
37872         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
37873         utime.m4, utimes.m4, xstrtoumax.m4:
37874         Quote the first argument in each use of AC_DEFUN.
37875
37876 2001-08-12  Jim Meyering  <meyering@lucent.com>
37877
37878         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
37879         Simply `return getcwd (NULL, 0);'.
37880         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
37881         Use 1300 as initial value for length, not PATH_MAX.
37882
37883         * lib/pathmax.h: Clean up cpp syntax.
37884
37885 2001-08-12  Jim Meyering  <meyering@lucent.com>
37886
37887         * lib/gettimeofday.c: New file.
37888         * lib/gtod.h: New file.
37889         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
37890
37891 2001-08-05  Jim Meyering  <meyering@lucent.com>
37892
37893         * m4/jm-macros.m4: Require autoconf-2.52.
37894
37895 2001-08-04  Jim Meyering  <meyering@lucent.com>
37896
37897         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
37898         stmt, to get in sync with glibc.
37899
37900 2001-08-03  Paul Eggert  <eggert@twinsun.com>
37901
37902         The following changes are from gettext 0.10.39 as maintained by
37903         Bruno Haible.
37904
37905         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
37906         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
37907         with inverted sense.  All uses changed.
37908
37909         * lib/mbswidth.c: Don't include <limits.h>.
37910         Include <stdlib.h> and <string.h> unconditionally.
37911         (iswcntrl, mbsinit, ISCNTRL): New macros.
37912         (mbsnwidth): Use K&R style function declarations.
37913         Don't bother checking for MB_LEN_MAX == 1, since the compiler
37914         can optimize it when MB_CUR_MAX == 1.
37915         The width of control characters is zero, not 1.
37916
37917 2001-08-03  Paul Eggert  <eggert@twinsun.com>
37918
37919         The following changes are from gettext 0.10.39 as maintained by
37920         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
37921
37922         * m4/codeset.m4: Upgrade to serial AM1.
37923         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
37924         all uses changed.  Quote first arg of AC_DEFUN.
37925         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
37926
37927         * m4/iconv.m4: Upgrade to serial AM2.
37928         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
37929         Add --with-libconv-prefix.
37930         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
37931         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
37932         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
37933         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
37934         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
37935
37936         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
37937         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
37938         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
37939         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
37940         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
37941         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
37942         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
37943         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
37944         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
37945
37946         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
37947         string.h any more.
37948
37949         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
37950         not the default value.
37951
37952         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
37953         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
37954         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
37955         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
37956         Also check for iswcntrl, used for wcwidth fallback.
37957         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
37958         to Autoconf 2.13.
37959
37960 2001-08-03  Jim Meyering  <meyering@lucent.com>
37961
37962         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
37963         as it was in the original.  Reported by Paul Eggert.
37964
37965 2001-07-16  Jim Meyering  <meyering@lucent.com>
37966
37967         * m4/gettimeofday.m4: New file.
37968         Prompted by a report from Bernhard Baehr.
37969
37970 2001-07-15  Jim Meyering  <meyering@lucent.com>
37971
37972         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
37973         stuff. Now it's in ../Makefile.cfg.
37974
37975 2001-07-15  Jim Meyering  <meyering@lucent.com>
37976
37977         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
37978         (BUILT_SOURCES): Add unlocked-io.h.
37979         (io_functions): Define.
37980         (unlocked-io.h): New rule.
37981         (DISTCLEANFILES): Add unlocked-io.h.
37982         (all-local): Depend on unlocked-io.h, to ensure it is created.
37983
37984         * lib/unlocked-io.hin: New file
37985
37986         * lib/regex.c: Update from glibc.
37987
37988 2001-07-05  Jim Meyering  <meyering@lucent.com>
37989
37990         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
37991         recommendation.
37992         (libfetish_a_SOURCES): Put all .h files here instead.
37993         Remove a thus-exposed (better checks in automake) duplicate and
37994         two unnecessary .h files.
37995
37996 2001-07-04  Jim Meyering  <meyering@lucent.com>
37997
37998         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
37999         that generates jm-glibc-io.m4 so that it doesn't trigger any make
38000         distcheck failure.
38001
38002 2001-07-02  Jim Meyering  <meyering@lucent.com>
38003
38004         The following changes were prompted by suggestions from Bruno Haible.
38005
38006         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
38007         is now generated.
38008         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
38009         definition of EXTRA_DIST.
38010         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
38011         ensure that the generated file is created/updated whenever the list
38012         of $(unlocked_functions) is changed.
38013         (jm-glibc-io.m4): New rule.
38014         (unlocked-io.h): New rule -- currently unused.
38015
38016 2001-06-24  Jim Meyering  <meyering@lucent.com>
38017
38018         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
38019         unmatched right bracket, rather than kludging it with an extra,
38020         falsely-matching quote in a comment.  Patch by Akim Demaille.
38021
38022 2001-06-11  Jim Meyering  <meyering@lucent.com>
38023
38024         * lib/regex.c: Update from GNU libc.
38025
38026 2001-05-27  Jim Meyering  <meyering@lucent.com>
38027
38028         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
38029         Check for ut_type in struct utmp.
38030
38031 2001-05-27  Jim Meyering  <meyering@lucent.com>
38032
38033         * lib/readutmp.h (UT_TYPE): Define.
38034
38035 2001-05-24  Jim Meyering  <meyering@lucent.com>
38036
38037         * lib/argmatch.c: Include "quote.h".
38038         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
38039         quote function.  Reported by Göran Uddeborg.
38040
38041 2001-05-22  Jim Meyering  <meyering@lucent.com>
38042
38043         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
38044         now that we use the package-supplied version unconditionally.
38045         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
38046
38047 2001-05-21  Jim Meyering  <meyering@lucent.com>
38048
38049         * m4/regex.m4: Change a couple backticks to single quotes to avoid
38050         shell syntax errors.
38051
38052 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
38053
38054         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
38055
38056 2001-05-20  Paul Eggert  <eggert@twinsun.com>
38057
38058         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
38059         Don't bother to check library strftime, since
38060         we'll be using our own my_strftime function anyway.
38061         Define my_strftime instead of strftime.
38062
38063 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
38064
38065         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
38066         which is not yet declared.
38067
38068 2001-05-15  Jim Meyering  <meyering@lucent.com>
38069
38070         * m4/regex.m4: Use proper quoting so brackets appear in the test
38071         program.
38072         Reported by, and with help from, Bruno Haible.
38073
38074 2001-05-13  Jim Meyering  <meyering@lucent.com>
38075
38076         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
38077         undefined.
38078
38079 2001-05-11  Paul Eggert  <eggert@twinsun.com>
38080
38081         dirname code cleanup.  base_name now behaves more compatibly
38082         with POSIX basename when given file names that have trailing
38083         slashes, and similarly for dir_name.  Add new primitives
38084         base_len and dir_len.  Put the directory-name-related decls
38085         into dirname.h.
38086
38087         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
38088         * lib/backupfile.c (base_name): Likewise.
38089         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
38090         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
38091         * lib/makepath.c (strip_trailing_slashes): Likewise.
38092         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
38093         ISSLASH): Likewise.
38094         * lib/rename.c (strip_trailing_slashes): Likewise.
38095         * lib/same.c (base_name): Likewise.
38096         * lib/stripslash.c (ISSLASH): Likewise.
38097
38098         * lib/addext.c: Include <dirname.h> after size_t is defined.
38099         * lib/backupfile.c: Likewise.
38100
38101         * lib/addext.c (addext): Use base_len to trim redundant
38102         trailing slashes instead of doing it ourselves.
38103         But do not trim the last slash if it is not redundant.
38104
38105         * lib/backupfile.c (find_backup_file_name,
38106         max_backup_version): Use base_len instead of rolling it ourselves.
38107         Handle the case of "" and (on DOS) "C:" correctly.
38108
38109         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
38110         needed. Include <string.h>, <dirname.h>.
38111         (base_name): Allow file names ending in slashes, other than names
38112         that are all slashes.  In this case, return the basename followed
38113         by the slashes.  This is more general, and can be used in places
38114         where the original base_name purposely had an assertion failure.
38115         (base_len): New function.
38116
38117         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
38118         Do not include <assert.h>; no longer needed.
38119         Include xalloc.h.
38120         (memrchr): Remove decl.
38121         (dir_name_r): Remove.
38122         (dir_len): Renamed from dirlen.  All callers changed.
38123         Rewrite in terms of base_name, for simplicity and consistency.
38124         (dir_name): Never return NULL.  All callers changed.
38125         Do not include <stdlib.h> in test program; no longer needed.
38126         return 0; is fine for test program.
38127
38128         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
38129         New macros.
38130         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
38131
38132         * lib/path-concat.c (path_concat): Use base_len to compute
38133         base length, not strlen; this means we cannot rely on memcpy
38134         to null-terminate.
38135
38136         * lib/same.c (STREQ): Remove.
38137         (same_name): Handle the case where the basename ends in trailing '/'.
38138
38139         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
38140         a slash was stripped.  Do not strip the last slash after a
38141         file system prefix.
38142
38143 2001-05-11  Paul Eggert  <eggert@twinsun.com>
38144
38145         * lib/Makefile.am (libfetish_a_SOURCES):
38146         Add strftime.c, since we now compile it on all hosts.
38147
38148         * lib/strftime.c (my_strftime):
38149         Define to nstrftime if emacs, but only if my_strftime is not defined.
38150         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
38151         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
38152         Add one more extra argument: a nanoseconds value.
38153         All uses changed.
38154         (ns): New macro.
38155         (my_strftime function): Add %N format.
38156         (emacs_strftimeu): Renamed from emacs_strftime,
38157         with extra ut argument.
38158
38159 2001-05-09  Paul Eggert  <eggert@twinsun.com>
38160
38161         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
38162
38163 2001-04-21  Jim Meyering  <meyering@lucent.com>
38164
38165         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
38166         doesn't interfere.
38167
38168 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
38169
38170         * m4/ftruncate.m4: Check for chsize.
38171         Link with ftruncate.o unconditionally if ftruncate is missing.
38172         This was required when cross-compiling to i586-mingw32msvc.
38173
38174 2001-04-08  Jim Meyering  <meyering@lucent.com>
38175
38176         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
38177         recomputed; that's necessary when the offset spans a DST transition.
38178         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
38179
38180 2001-04-02  Jim Meyering  <meyering@lucent.com>
38181
38182         * lib/regex.h, regex.c: Update from GNU libc.
38183
38184 2001-03-24  Jim Meyering  <meyering@lucent.com>
38185
38186         * m4/jm-macros.m4: Require autoconf-2.49d.
38187
38188 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
38189
38190         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
38191
38192 2001-03-19  Paul Eggert  <eggert@twinsun.com>
38193
38194         * lib/version-etc.c (version_etc_copyright): Update to 2001.
38195
38196 2001-03-17  Jim Meyering  <meyering@lucent.com>
38197
38198         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
38199         now that the version in autoconf is equivalent.
38200         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
38201
38202         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
38203         Suggestion from Akim Demaille.
38204
38205         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
38206         (jm_PREREQ_TEMPNAME): New function.
38207
38208 2001-03-16  Paul Eggert  <eggert@twinsun.com>
38209
38210         * lib/tempname.c (uint64_t): Define to uintmax_t if
38211         not defined, and if UINT64_MAX is not defined.
38212         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
38213         Reported by John David Anglin.
38214
38215 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
38216
38217         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
38218         resolve alias if codeset is empty.
38219         * lib/config.charset (BeOS): Use wildcard syntax.
38220
38221 2001-03-13  Jim Meyering  <meyering@lucent.com>
38222
38223         * lib/path-concat.c (path_concat)
38224         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
38225         concatenating e.g., `C:' and `foo'.
38226         From Bruno Haible.
38227
38228 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
38229
38230         * lib/localcharset.c (locale_charset): Don't use
38231         setlocale(LC_CTYPE,NULL). Don't return NULL.
38232         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
38233
38234 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
38235
38236         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
38237         support for DOS/DJGPP.
38238
38239 2001-03-01  Paul Eggert  <eggert@twinsun.com>
38240
38241         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
38242         lacks mkstemp.  Compile our own tempname.c if we compile our own
38243         mkstemp.c, as mkstemp relies on tempname.
38244
38245 2001-03-01  Jim Meyering  <meyering@lucent.com>
38246
38247         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
38248         AH_VERBATIM really does output its argument verbatim.
38249
38250 2001-02-28  Paul Eggert  <eggert@twinsun.com>
38251
38252         * lib/Makefile.am (libfetish_a_SOURCES):
38253         Add dup-safer.c, fopen-safer.c.
38254         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
38255
38256         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
38257         * lib/unistd-safer.h: New files.
38258
38259 2001-02-25  Paul Eggert  <eggert@twinsun.com>
38260
38261         The mkstemp replacement is taken from glibc 2.2.2, with some
38262         portability fixes for use outside glibc, as follows:
38263
38264         * lib/tempname.c (struct_stat64): New macro.
38265         (direxists, __gen_tempname): Use it.
38266         This avoids a portability problem with Solaris 8.
38267
38268         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
38269         (<stddef.h>, <stdint.h>, <string.h>):
38270         Include only if STDC_HEADERS || _LIBC.
38271         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
38272         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
38273         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
38274         (__set_errno): Define this macro if <errno.h> doesn't.
38275         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
38276         Define these macros if <stdio.h> doesn't.
38277         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
38278         Define these macros if <sys/stat.h>
38279         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
38280         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
38281         __xstat64): Define if not _LIBC.
38282         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
38283         (__gen_tempname): Invoke gettimeofday only if
38284         HAVE_GETTIMEOFDAY || _LIBC;
38285         otherwise, fall back on plain "time".
38286         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
38287
38288         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
38289
38290         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
38291
38292 2001-02-18  Paul Eggert  <eggert@twinsun.com>
38293
38294         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
38295
38296 2001-02-17  Paul Eggert  <eggert@twinsun.com>
38297
38298         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
38299         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
38300         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
38301         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
38302
38303 2001-02-17  Paul Eggert  <eggert@twinsun.com>
38304
38305         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
38306         Remove workaround macros for hosts that have mbrtowc but not
38307         mbstate_t, as we now insist on proper declarations for both
38308         before using mbrtowc.
38309
38310 2001-02-17  Jim Meyering  <meyering@lucent.com>
38311
38312         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
38313         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
38314         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
38315         UnixWare 7.1.1.
38316
38317         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
38318         rather than AC_CACHE_VAL.
38319
38320 2001-02-17  Jim Meyering  <meyering@lucent.com>
38321
38322         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
38323         around included file name.
38324
38325         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
38326
38327         * lib/strftime.c: Update from GNU libc (the only changes were to
38328         comments).
38329
38330 2001-02-17  Jim Meyering  <meyering@lucent.com>
38331
38332         * lib/regex.c: Update from libc.
38333
38334 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
38335
38336         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
38337         clash.
38338
38339 2001-02-16  Paul Eggert  <eggert@twinsun.com>
38340
38341         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
38342         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
38343         Reported by Mark Hounschell via Paul Eggert.
38344
38345 2001-02-07  Jim Meyering  <meyering@lucent.com>
38346
38347         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
38348
38349 2001-02-05  Jim Meyering  <meyering@lucent.com>
38350
38351         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
38352         it includes the patch required for `large file' support with at least
38353         HP-UX's 10.20 /bin/cc.
38354
38355 2001-02-03  Jim Meyering  <meyering@lucent.com>
38356
38357         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
38358         AS_IF, now that it works once again (mysteriously).
38359         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
38360
38361 2001-01-30  Jim Meyering  <meyering@lucent.com>
38362
38363         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
38364         * m4/chown.m4: Rename conftestchown to conftest.chown.
38365         * m4/rename.m4: s/conftestdir/conftest.d1/ and
38366         s/conftestdir2/conftest.d2/.
38367         * m4/utimes.m4: s/conftestdata/conftest.data/
38368         Inspired by Pavel Roskin's change in autoconf.
38369
38370 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
38371
38372         * lib/config.charset: Update for FreeBSD 4.2.
38373
38374 2001-01-27  Jim Meyering  <meyering@lucent.com>
38375
38376         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
38377         a use of AS_IF.
38378         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
38379
38380 2001-01-26  Jim Meyering  <meyering@lucent.com>
38381
38382         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
38383         quotearg.c includes it.
38384
38385 2001-01-26  Jim Meyering  <meyering@lucent.com>
38386
38387         * lib/quotearg.c: Include stddef.h.
38388         * lib/quote.c: Include stddef.h.
38389         Reported by Axel Kittenberger.
38390
38391         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
38392         line in double quotes so that it evokes a better diagnostic.
38393         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
38394         Reported by Axel Kittenberger.
38395
38396 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
38397
38398         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
38399         as if it was a `charset'.
38400
38401 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
38402
38403         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
38404         has const.
38405
38406 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
38407
38408         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
38409         to avoid a warning.  Add back 'const' to inptr.
38410
38411 2001-01-20  Jim Meyering  <meyering@lucent.com>
38412
38413         Be sure that headers are checked before used in code compiled
38414         for the type checks.
38415         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
38416         In place of that, invoke jm_CHECK_ALL_TYPES.
38417         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
38418         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
38419         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
38420         The check for ssize_t was mistakenly run before the test for unistd.h.
38421
38422         The configure-time check for stdbool.h was missing.
38423         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
38424         (jm_PREREQ_HASH): New function.
38425
38426 2001-01-17  Jim Meyering  <meyering@lucent.com>
38427
38428         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
38429         for autoconf-2.49c.
38430         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
38431
38432 2001-01-16  Jim Meyering  <meyering@lucent.com>
38433
38434         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
38435         From Bruno Haible.
38436
38437 2001-01-14  Jim Meyering  <meyering@lucent.com>
38438
38439         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
38440         foo and bar.  Create conftestdir/ in the script, not in the C code.
38441         Remove directories in the script, not in the C code.
38442         Remove conftestdir{,2} before trying to create the directory.
38443         Make the entire configure script fail if the mkdir fails.
38444
38445 2001-01-14  Jim Meyering  <meyering@lucent.com>
38446
38447         * lib/rename.c: New file.  From Volker Borchert.
38448         Include stdlib.h, string.h or strings.h, and xalloc.h.
38449         Use strip_trailing_slashes rather than open-coding it.
38450
38451 2001-01-03  Paul Eggert  <eggert@twinsun.com>
38452
38453         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
38454
38455 2001-01-03  Jim Meyering  <meyering@lucent.com>
38456
38457         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
38458         of local `inptr' to avoid warning with some system declarations of
38459         iconv.
38460
38461 2001-01-02  Volker Borchert  <bt@teknon.de>
38462
38463         * m4/rename.m4: New file.
38464         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
38465
38466 2001-01-01  Jim Meyering  <meyering@lucent.com>
38467
38468         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
38469         even on systems with utmpx.h.  It's necessary for the declaration of
38470         utmp's ut_user member.  Reported by Andreas Jaeger.
38471
38472         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
38473         available. They are required for the declarations of getgrgid and
38474         getpwuid resp.
38475         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
38476         Reported by Andreas Jaeger.
38477
38478 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
38479
38480         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
38481         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
38482         so `make install' also works in VPATH builds.
38483
38484 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
38485
38486         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
38487         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
38488         can be used in subdirectories.
38489
38490 2000-12-29  Paul Eggert  <eggert@twinsun.com>
38491
38492         * lib/modechange.c: Do not assume that mode_t uses the
38493         traditional octal encoding.  E.g. "chmod 1 FOO" should set
38494         the other-execute bit of FOO even if S_IXOTH != 1.
38495
38496         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
38497         WOTH, XOTH, ALLM): New macros.
38498         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
38499          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
38500         Use them.
38501         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
38502         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
38503         (mode_compile):
38504         No need to use uintmax_t; unsigned long is long enough.
38505         Don't bother to get suffix since we don't use it.
38506
38507 2000-12-26  Jim Meyering  <meyering@lucent.com>
38508
38509         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
38510         better with autoheader.
38511
38512 2000-12-24  Jim Meyering  <meyering@lucent.com>
38513
38514         * lib/hash.c (is_prime): Return explicit boolean values.
38515         (hash_get_first): Return NULL to appease Irix5.6's 89.
38516         Reported by Nelson Beebe.
38517
38518 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
38519
38520         * lib/localcharset.c (locale_charset): Add support for Win32.
38521
38522 2000-12-18  Paul Eggert  <eggert@twinsun.com>
38523
38524         * lib/physmem.h, lib/physmem.c: New files.
38525
38526         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
38527         (noinst_HEADERS): Add physmem.h.
38528
38529         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
38530         't' for compatibility with Solaris 8 sort.
38531
38532 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
38533
38534         * lib/config.charset: Add support for BeOS.
38535
38536 2000-12-17  Jim Meyering  <meyering@lucent.com>
38537
38538         * m4/dos.m4 (jm_AC_DOS): New file and macro.
38539         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
38540
38541 2000-12-16  Jim Meyering  <meyering@lucent.com>
38542
38543         This bug had a serious impact on chown: `chown N:M FILE' (for integer
38544         N and M) would have treated it like `chown N:N FILE'.
38545
38546         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
38547
38548 2000-12-16  Jim Meyering  <meyering@lucent.com>
38549
38550         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
38551         SHELLS_FILE to a file name that's useful on djgpp systems.
38552         Include stdlib.h.
38553         (ADDITIONAL_DEFAULT_SHELLS): Define.
38554         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
38555         Based mostly on a patch from Prashant TR.
38556
38557 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
38558
38559         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
38560         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
38561         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
38562
38563 2000-12-08  Andreas Schwab  <schwab@suse.de>
38564
38565         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
38566         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
38567
38568 2000-12-07  Jim Meyering  <meyering@lucent.com>
38569
38570         * lib/stripslash.c (ISSLASH): Define.
38571         (strip_trailing_slashes): Use ISSLASH rather than comparing against
38572         `/'.
38573         From Prashant TR.
38574
38575         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
38576         (dir_name_r): Declare this function as static.
38577         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
38578         manifest itself on a name containing a mix of slashes and
38579         backslashes.
38580         Make this function work with names starting with a DOS-style
38581         drive letter and colon prefix.
38582         (dir_name): Append `.' if necessary.
38583         Based mostly on patches from Prashant TR and Eli Zaretskii.
38584
38585         * lib/dirname.h (dir_name_r): Remove prototype.
38586
38587 2000-12-06  Paul Eggert  <eggert@twinsun.com>
38588
38589         * m4/off_t-format.m4: Remove this file.
38590         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
38591
38592 2000-12-06  Jim Meyering  <meyering@lucent.com>
38593
38594         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
38595         replacement strtoull, we may well need the replacement strtoul, too.
38596         Check for declarations of strtoul and strtoull.
38597         Check for strtol.  Mainly as a cue to cause automake to include
38598         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
38599         Check for limits.h -- strtol.c needs it.
38600
38601 2000-12-05  Jim Meyering  <meyering@lucent.com>
38602
38603         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
38604
38605 2000-12-04  Jim Meyering  <meyering@lucent.com>
38606
38607         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
38608         Also include memory.h, stdlib.h, unistd.h if appropriate.
38609         Reported by Andreas Jaeger (conflicting declaration of malloc).
38610
38611 2000-12-02  Jim Meyering  <meyering@lucent.com>
38612
38613         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
38614         * m4/jm-macros.m4 (jm_MACROS): require it.
38615
38616 2000-12-02  Jim Meyering  <meyering@lucent.com>
38617
38618         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
38619
38620 2000-12-01  Paul Eggert  <eggert@twinsun.com>
38621
38622         * lib/memrchr.c: Include <config.h> before any system include file.
38623
38624 2000-11-30  Jim Meyering  <meyering@lucent.com>
38625
38626         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
38627
38628 2000-11-30  Jim Meyering  <meyering@lucent.com>
38629
38630         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
38631
38632 2000-11-29  Paul Eggert  <eggert@twinsun.com>
38633
38634         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
38635
38636 2000-11-26  Jim Meyering  <meyering@lucent.com>
38637
38638         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
38639
38640 2000-11-22  Paul Eggert  <eggert@twinsun.com>
38641
38642         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
38643         size of (size_t) -1; it's not portable.
38644
38645 2000-11-17  Jim Meyering  <meyering@lucent.com>
38646
38647         * lib/strstr.c: Update from GNU libc.
38648
38649 2000-11-17  Akim Demaille  <akim@epita.fr>
38650
38651         * lib/obstack.h: Formatting changes.
38652         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
38653         prevent type checking.
38654         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
38655         cast the value to (void *): assigning a `foo *' to a `void *'
38656         variable is valid.
38657         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
38658
38659 2000-11-16  Jim Meyering  <meyering@lucent.com>
38660
38661         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
38662
38663 2000-11-11  Jim Meyering  <meyering@lucent.com>
38664
38665         * lib/error.c: Add a couple #includes, merging from GNU libc version.
38666
38667 2000-11-10  Jim Meyering  <meyering@lucent.com>
38668
38669         * lib/obstack.h: Update from GNU libc.
38670         * lib/obstack.c: Likewise.
38671
38672 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
38673
38674         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
38675
38676 2000-11-06  Paul Eggert  <eggert@twinsun.com>
38677
38678         * lib/getusershell.c (setusershell): Use rewind rather than
38679         fseek/fseeko, to avoid configuration hassles with fseeko.
38680         Don't bother opening SHELLS_FILE if shellstream is NULL;
38681         it's not necessary.
38682
38683 2000-11-05  Jim Meyering  <meyering@lucent.com>
38684
38685         * lib/makepath.h (make_dir): Declare.
38686         * lib/makepath.c (make_dir): Remove `static' attribute.
38687         Tweak a comment.
38688
38689 2000-11-04  Jim Meyering  <meyering@lucent.com>
38690
38691         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
38692
38693 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
38694
38695         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
38696         last one in a bucket, advance to the next bucket.
38697
38698 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
38699
38700         * lib/fnmatch.c: Do not comment out all the code if we are using
38701         the GNU C library, because in some cases we are replacing buggy
38702         code in the GNU C library itself.
38703
38704 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
38705
38706         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
38707         (regex_compile): Catch bogus \(\1\).
38708
38709 2000-10-30  Paul Eggert  <eggert@twinsun.com>
38710
38711         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
38712         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
38713         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
38714
38715 2000-10-30  Paul Eggert  <eggert@twinsun.com>
38716
38717         * lib/error.h, getline.h, modechange.h:
38718         Remove "2000" from Copyright line, as the file hasn't been
38719         changed this year other than in the copyright notice.
38720
38721         * lib/xalloc.h: Add "2000" to Copyright line, as this file
38722         was changed this year.
38723
38724 2000-10-29  Jim Meyering  <meyering@lucent.com>
38725
38726         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
38727         renaming.
38728         * m4/ls-mntd-fs.m4: Likewise
38729
38730 2000-10-29  Jim Meyering  <meyering@lucent.com>
38731
38732         * lib/xstat.in: Fix grammar in comment.
38733
38734 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
38735
38736         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
38737         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
38738         doesn't define __restrict_arr.
38739
38740 2000-10-28  Jim Meyering  <meyering@lucent.com>
38741
38742         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
38743         (jm_PREREQ_MEMCHR): New function.
38744
38745 2000-10-28  Jim Meyering  <meyering@lucent.com>
38746
38747         * lib/memchr.c: Update from libc.
38748         Adjust for portability:
38749         [HAVE_STDLIB_H]: Include stdlib.h.
38750         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
38751         Undef __memchr, too.
38752         [!weak_alias]: Define __memchr to memchr.
38753
38754         * lib/regex.c: Update from libc.
38755         * lib/regex.h: Likewise.
38756         * lib/getopt1.c: Likewise.
38757         * lib/memcmp.c: Likewise.
38758
38759         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
38760         Avoid using fseek, when possible -- it's broken by design.
38761         Patch by Ulrich Drepper.
38762
38763 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
38764
38765         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
38766         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
38767         Giving in to popular pressure to shut up the compiler with casts.
38768
38769 2000-10-26  Jim Meyering  <meyering@lucent.com>
38770
38771         * lib/strftime.c: Update from libc.
38772
38773 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
38774
38775         * regex.c: More `unsigned char' -> `re_char' changes.
38776         Also change several `int' into `re_wchar_t'.
38777         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
38778         (PUSH_FAILURE_POINTER): Don't cast any more.
38779         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
38780         We want GCC to complain, since this piece of code makes
38781         re_match non-reentrant, which *should* be fixed.
38782         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
38783         (EXTEND_BUFFER): Use RETALLOC.
38784         (SET_LIST_BIT): Don't cast.
38785         (re_wchar_t): New type.
38786         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
38787         that those two functions will always properly return.
38788         (IMMEDIATE_QUIT_CHECK): Cast to void.
38789         (analyse_first): Use recursion rather than an explicit stack.
38790         (re_compile_fastmap): Can't fail anymore.
38791         (re_search_2): Don't check re_compile_fastmap for failure.
38792         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
38793         Now also sets the new value (passed in a new argument).
38794         (re_match_2_internal): Use it.
38795         Also, use a new var `reg' of type size_t when looping through regs
38796         rather than reuse the inappropriate `mcnt'.
38797
38798 2000-10-25  Jim Meyering  <meyering@lucent.com>
38799
38800         * lib/obstack.c: Update from libc.
38801
38802 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
38803
38804         * regex.c (regex_compile): Change the way of handling a range from
38805         a char less than 256 to a char not less than 256.
38806
38807 2000-10-24  Andrew Innes  <andrewi@gnu.org>
38808
38809         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
38810         NT-Emacs only.
38811         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
38812         so that re_search functions only quit when callers expect them to.
38813
38814 2000-10-23  Jim Meyering  <meyering@lucent.com>
38815
38816         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
38817         wrong.  That set_locale call must not have any side effects.
38818         From Paul Eggert.
38819
38820 2000-10-22  Jim Meyering  <meyering@lucent.com>
38821
38822         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
38823         [CYCLIC]: Remove now-unused definition.
38824
38825         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
38826         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
38827         Suggestion from Ulrich Drepper.
38828
38829 2000-10-21  Jim Meyering  <meyering@lucent.com>
38830
38831         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
38832         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
38833         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
38834
38835 2000-10-21  Jim Meyering  <meyering@lucent.com>
38836
38837         * lib/dirname.c (memrchr): Declare if necessary.
38838         (dir_name): Remove the restriction that there be no
38839         trailing slashes.  Now, this code skips past them, effectively
38840         ignoring them.
38841         [TEST_DIRNAME] (main): New unit tests.
38842
38843         * lib/memrchr.c: New file from GNU libc.
38844         Undef __memrchr, too.
38845         [!weak_alias]: Define __memrchr to memrchr.
38846         Guard weak_alias use with `#ifdef weak_alias'.
38847
38848 2000-10-21  Jim Meyering  <meyering@lucent.com>
38849
38850         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
38851         (dir_name): Use dir_name_r.
38852         * lib/dirname.h (dir_name_r): Declare it.
38853
38854 2000-10-17  Jim Meyering  <meyering@lucent.com>
38855
38856         * lib/quote.h (PARAMS): Define and use.
38857         Reported by Akim Demaille.
38858
38859         * lib/getopt.c: Update from libc.
38860
38861 2000-10-16  Jim Meyering  <meyering@lucent.com>
38862
38863         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
38864         setlocale.
38865         From Jan Fedak.
38866
38867 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
38868
38869         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
38870
38871 2000-09-25  Jim Meyering  <meyering@lucent.com>
38872
38873         * lib/md5.h (rol): Define (from GnuPG).
38874
38875         * lib/sha.c: Give credit (GnuPG) where due.
38876         (M): Use rol rather than open-coding it.
38877         Add a FIXME comment.
38878
38879 2000-09-21  Jim Meyering  <meyering@lucent.com>
38880
38881         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
38882         Reported by Michael Stone.
38883
38884 2000-09-20  Jim Meyering  <meyering@lucent.com>
38885
38886         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
38887         (noinst_HEADERS): Add sha.h.
38888         Based on code from Scott G. Miller and from GnuPG.
38889
38890 2000-09-18  Jim Meyering  <meyering@lucent.com>
38891
38892         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
38893         LIBS. Otherwise, everyone ends up linking with -lelf for some
38894         configurations.
38895         Reported by Mike Stone.
38896
38897 2000-09-15  Jim Meyering  <meyering@lucent.com>
38898
38899         * lib/regex.c: Update from libc.
38900
38901 2000-09-10  Jim Meyering  <meyering@lucent.com>
38902
38903         * lib/getopt.c (_getopt_internal): Update from glibc.
38904
38905 2000-09-09  Jim Meyering  <meyering@lucent.com>
38906
38907         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
38908         think it should be used as a general replacement for isascii.
38909         * lib/fnmatch.c: Likewise.
38910         * lib/mbswidth.c: Likewise
38911         * lib/regex.c: Likewise.
38912
38913         Don't use atoi.
38914         * lib/userspec.c: Include sys/param.h and limits.h.
38915         Include xstrtol.h.
38916         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
38917         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
38918         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
38919         UID, GID.  Check range.
38920
38921 2000-09-06  Jim Meyering  <meyering@lucent.com>
38922
38923         * lib/getopt.c (_getopt_internal): Update from glibc.
38924
38925 2000-08-30  Jim Meyering  <meyering@lucent.com>
38926
38927         * lib/strftime.c: Merge in changes from GNU libc.
38928
38929 2000-08-26  Jim Meyering  <meyering@lucent.com>
38930
38931         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
38932         * m4/fpending.m4: New file.
38933
38934 2000-08-26  Jim Meyering  <meyering@lucent.com>
38935
38936         * lib/closeout.c: Include "__fpending.h".
38937         (close_stdout_status): Return right away if there's nothing to flush.
38938
38939         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
38940         * lib/__fpending.c: New file.
38941         * lib/__fpending.h: New file.
38942
38943 2000-08-20  Jim Meyering  <meyering@lucent.com>
38944
38945         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
38946         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
38947         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
38948
38949 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
38950
38951         Improve fileutils installation on systems where running
38952         programs (like install) can't be unlinked.
38953         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
38954         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
38955
38956 2000-08-07  Paul Eggert  <eggert@twinsun.com>
38957
38958         Standardize on "memory exhausted" instead of "Memory exhausted"
38959         or "virtual memory exhausted".
38960         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
38961         "virtual memory exhausted".
38962         * lib/same.c (same_name): Invoke xalloc_die instead of printing
38963         our own message.
38964         * lib/userspec.c (parse_user_spec): Likewise.
38965         * lib/bumpalloc.h: comment fix
38966         * lib/same.c, userspec.c: Include xalloc.h.
38967
38968         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
38969         not char *const and pointing to a constant array.
38970         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
38971         (xrealloc): Comment fix.
38972
38973         * lib/userspec.c (parse_user_spec):
38974         Don't translate a message until just before returning,
38975         to avoid unnecessary translation.
38976
38977 2000-08-07  Jim Meyering  <meyering@lucent.com>
38978
38979         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
38980         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
38981         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
38982         getgroups.c, gethostname.c, getopt.h, group-member.c,
38983         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
38984         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
38985         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
38986         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
38987         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
38988         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
38989         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
38990         yesno.c: Back out Copyright date changes for each file with no change
38991         this year.  This eases coordination with other programs using the same
38992         source code modules.  From Paul Eggert.
38993
38994 2000-08-06  Paul Eggert  <eggert@twinsun.com>
38995
38996         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
38997         not char, for compatibility with glibc 2.1.3 strftime.c.
38998
38999 2000-08-03  Greg McGary  <greg@mcgary.org>
39000
39001         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
39002         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
39003         (EXTEND_BUFFER): Use them.
39004
39005 2000-08-01  Jim Meyering  <meyering@lucent.com>
39006
39007         * lib/dirname.c (ISSLASH): Define.
39008         (BACKSLASH_IS_PATH_SEPARATOR): Define.
39009         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
39010         both `\' and `/' may be use as path separators.
39011         Based on a patch from Prashant TR.
39012
39013 2000-07-31  Paul Eggert  <eggert@twinsun.com>
39014
39015         * lib/quotearg.c (quotearg_n_options): Don't make the initial
39016         slot vector a constant, since it might get modified.
39017
39018 2000-07-31  Jim Meyering  <meyering@lucent.com>
39019
39020         * lib/xmalloc.c: Use `virtual memory exhausted', not
39021         `Memory exhausted'.
39022         * lib/obstack.c (print_and_abort): Likewise.
39023
39024 2000-07-30  Paul Eggert  <eggert@twinsun.com>
39025
39026         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
39027         buffer, so that the caller can always quote one small
39028         component of a "memory exhausted" message in slot 0.
39029         From a suggestion by Jim Meyering.
39030
39031 2000-07-30  Jim Meyering  <meyering@lucent.com>
39032
39033         * lib/makepath.c (make_path): Quote the other instance, too.
39034
39035         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
39036         (STATIC_BUF_SIZE): Define.
39037         (quotearg_n_options): Use only statically allocated storage when
39038         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
39039         than STATIC_BUF_SIZE.
39040
39041 2000-07-29  Jim Meyering  <meyering@lucent.com>
39042
39043         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
39044         * lib/dirname.c (dir_name): Likewise.
39045
39046         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
39047         `/'.
39048
39049         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
39050         (dir_name): Assert that there are no trailing slashes.
39051
39052 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
39053
39054         * lib/mbswidth.h (mbswidth): Add a flags argument.
39055         (mbswidth): New declaration.
39056         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
39057         * lib/mbswidth.c (mbswidth): Add a flags argument.
39058         (mbsnwidth): New function.
39059
39060 2000-07-24  Jim Meyering  <meyering@lucent.com>
39061
39062         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
39063
39064 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39065
39066         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
39067
39068 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39069
39070         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
39071         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
39072         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
39073         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
39074         invoke multibyte primitives.
39075
39076 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39077
39078         * lib/quotearg.c:
39079         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
39080         so that mbstate_t is always defined.
39081
39082         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
39083         be 1 in at least one GCC installation, and this configuration
39084         error is likely to be common.  Ignoring MB_LEN_MAX hurts
39085         performance on hosts that have mbrtowc but have only unibyte
39086         locales, but I assume these hosts are rare.
39087
39088 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39089
39090         * lib/mbswidth.c (_XOPEN_SOURCE):
39091         Don't define; this causes problems on Solaris 7.
39092         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
39093
39094 2000-07-23  Jim Meyering  <meyering@lucent.com>
39095
39096         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
39097         too: getgrgid, getpwuid, getuid.
39098
39099 2000-07-23  Jim Meyering  <meyering@lucent.com>
39100
39101         * lib/basename.c (base_name): Add an assertion.
39102
39103 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
39104
39105         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
39106         shadow its mbsinit function.
39107
39108 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
39109
39110         * lib/mbswidth.h: New file.
39111         * lib/mbswidth.c: New file.
39112         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
39113         (noinst_HEADERS): Add mbswidth.h.
39114
39115 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
39116
39117         * lib/config.charset: Add support for FreeBSD. Improve support for
39118         HP-UX and IRIX 6.
39119
39120 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
39121
39122         * m4/mbswidth.m4: New file.
39123         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
39124
39125 2000-07-15  Jim Meyering  <meyering@lucent.com>
39126
39127         * lib/makepath.c: Include quote.h.
39128         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
39129         corresponding argument in a `quote (...)' call.
39130         Give better diagnostics.
39131
39132         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
39133         (noinst_HEADERS): Add quote.h.
39134
39135         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
39136         from tar's src/misc.c.
39137         * lib/quote.h: New file.  Prototypes for same.
39138
39139 2000-07-14  Paul Eggert  <eggert@twinsun.com>
39140
39141         From a suggestion by Bruno Haible.
39142         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
39143         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
39144         to decide whether to define the BeOS workaround macro;
39145         this adjusts to the change to AC_MBSTATE_T.
39146
39147 2000-07-14  Jim Meyering  <meyering@lucent.com>
39148
39149         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
39150         jm_AC_TYPE_UINTMAX_T.
39151
39152 2000-07-13  Paul Eggert  <eggert@twinsun.com>
39153
39154         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
39155
39156         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
39157         quotearg_buffer_restyled): Add support for
39158         clocale_quoting_style.  Undo previous change to
39159         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
39160         and "{RIGHT QUOTATION MARK}" msgids.
39161
39162 2000-07-10  Paul Eggert  <eggert@twinsun.com>
39163
39164         From a suggestion by Bruno Haible.
39165         * m4/mbstate_t.m4 (AC_MBSTATE_T):
39166         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
39167         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
39168         and mbstate_t, to a single-part test that simply defines mbstate_t.
39169         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
39170         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
39171
39172 2000-07-10  Jim Meyering  <meyering@lucent.com>
39173
39174         * m4/strerror_r.m4: Mirror the correction made in autoconf.
39175
39176         * m4/gnu-source.m4: Output to confdefs.h directly.
39177         Suggestion from Akim Demaille.
39178
39179 2000-07-09  Paul Eggert  <eggert@twinsun.com>
39180
39181         The old behavior of quoting `like this' doesn't look good with
39182         newer, ISO-style fonts.  See:
39183         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
39184
39185         Instead, quote "like this" by default.  Let the translator
39186         tailor the locale-specific quoting behavior by providing
39187         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
39188
39189         * lib/quotearg.c (N_): New macro.
39190         (gettext_default): New function.
39191         (quotearg_buffer_restyled): Use
39192         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
39193         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
39194
39195 2000-07-09  Jim Meyering  <meyering@lucent.com>
39196
39197         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
39198         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
39199
39200         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
39201         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
39202
39203 2000-07-09  Jim Meyering  <meyering@lucent.com>
39204
39205         * lib/Most files: Update copyright dates to include 2000.
39206
39207 2000-07-08  Jim Meyering  <meyering@lucent.com>
39208
39209         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
39210         if not defined.
39211         (xgethostname): Remove now-unnecessary #ifdef.
39212         Move declaration of `err' into loop where it's used.
39213
39214 2000-07-05  Paul Eggert  <eggert@twinsun.com>
39215         and Bruno Haible  <haible@clisp.cons.org>
39216
39217         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
39218         only if the test for an object-type mbstate_t fails.  This
39219         prevents us from mistakenly reporting that mbstate_t is a
39220         system object type after we "#define mbstate_t int" to work
39221         around its lack.
39222
39223 2000-07-05  Paul Eggert  <eggert@twinsun.com>
39224         and Bruno Haible  <haible@clisp.cons.org>
39225
39226         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
39227
39228 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39229
39230         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
39231         to strerror_r.
39232         Include <ctype.h> for use of isalpha.
39233
39234 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39235
39236         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
39237         by allocating a larger buffer. Test the gethostname return value for
39238         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
39239         returns an error and ENAMETOOLONG isn't defined.
39240
39241 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39242
39243         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
39244         dimension.
39245
39246 2000-07-04  Jim Meyering  <meyering@lucent.com>
39247
39248         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
39249         of the deprecated AC_CHECKING.
39250
39251 2000-07-04  Jim Meyering  <meyering@lucent.com>
39252
39253         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
39254         Reported by Bruno Haible.
39255
39256 2000-07-04  Jim Meyering  <meyering@lucent.com>
39257
39258         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
39259         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
39260         lacks mbrtowc.
39261
39262 2000-07-03  Paul Eggert  <eggert@twinsun.com>
39263
39264         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
39265         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
39266
39267 2000-07-03  Paul Eggert  <eggert@twinsun.com>
39268         and Bruno Haible  <haible@clisp.cons.org>
39269
39270         * lib/quotearg.c (mbrtowc):
39271         Assign to *pwc, and return 1 only if result is nonzero.
39272         (iswprint): Use ISPRINT when substituting our own mbrtowc.
39273
39274 2000-07-03  Jim Meyering  <meyering@lucent.com>
39275
39276         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
39277
39278 2000-07-03  Jim Meyering  <meyering@lucent.com>
39279
39280         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
39281         This is necessary to get a definition of e.g., UTMP_FILE on
39282         HP-UX 10.20.
39283         From Bob Proulx.
39284
39285 2000-07-02  Jim Meyering  <meyering@lucent.com>
39286
39287         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
39288
39289         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
39290         AC_LIBOBJ(function_name).
39291         * m4/chown.m4: Likewise.
39292         * m4/fnmatch.m4: Likewise.
39293         * m4/ftruncate.m4: Likewise.
39294         * m4/getgroups.m4: Likewise.
39295         * m4/getline.m4: Likewise.
39296         * m4/group-member.m4: Likewise.
39297         * m4/jm-macros.m4: Likewise.
39298         * m4/lstat.m4: Likewise.
39299         * m4/malloc.m4: Likewise.
39300         * m4/memcmp.m4: Likewise.
39301         * m4/nanosleep.m4: Likewise.
39302         * m4/putenv.m4: Likewise.
39303         * m4/realloc.m4: Likewise.
39304         * m4/regex.m4: Likewise.
39305         * m4/stat.m4: Likewise.
39306         * m4/strftime.m4: Likewise.
39307
39308 2000-07-02  Jim Meyering  <meyering@lucent.com>
39309
39310         * lib/quotearg.c (mbstate_t): Don't define here.
39311
39312 2000-07-02  Jim Meyering  <meyering@lucent.com>
39313
39314         * lib/nanosleep.c (SIGCONT): Define if not already defined.
39315
39316 2000-07-01  Jim Meyering  <meyering@lucent.com>
39317
39318         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
39319
39320 2000-07-01  Jim Meyering  <meyering@lucent.com>
39321
39322         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
39323         problem.
39324
39325 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
39326
39327         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
39328         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
39329
39330 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
39331
39332         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
39333         per change in ../m4/ls-mntd-fs.m4.
39334         (read_filesystem_list): Ignore symbolic links.
39335
39336 2000-06-29  Jim Meyering  <meyering@lucent.com>
39337
39338         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
39339         for declaration of strcmp.
39340
39341         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
39342
39343         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
39344         Avoid warning by casting result to `char *' to remove `const'.
39345
39346 2000-06-28  Jim Meyering  <meyering@lucent.com>
39347
39348         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
39349         included by quotearg.c, for which we perform this test.  From
39350         Bruno Haible.
39351
39352 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
39353
39354         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
39355         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
39356         <utmpx.h> exists, put readutmp.o into LIBOBJS.
39357
39358 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
39359
39360         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
39361
39362 2000-06-26  Paul Eggert  <eggert@twinsun.com>
39363
39364         savedir now sets errno on failure and invokes xmalloc to get memory.
39365         Fix a couple of other minor bugs while we're at it.
39366
39367         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
39368         (NAMLEN): Remove macro.
39369         (malloc, realloc): Remove decls.
39370         (stpcpy): Likewise.
39371         ("xalloc.h"): Include.
39372         (NAME_SIZE_DEFAULT): New macro.
39373         (savedir): Use xmalloc / xrealloc to allocate memory.
39374         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
39375         Skip "" directory entries.
39376         Use strlen to calculate directory entry length, since the old method
39377         is rarely used these days and isn't worth supporting.
39378         Don't use a pointer after freeing it.
39379         Check for integer overflow when calculating allocation size.
39380         Use memcpy to copy entries, instead of stpcpy.
39381         Set errno properly when returning NULL.
39382         Check for readdir error.
39383
39384 2000-06-26  Jim Meyering  <meyering@lucent.com>
39385
39386         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
39387
39388 2000-06-25  Jim Meyering  <meyering@lucent.com>
39389
39390         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
39391         Linux header bug when _XOPEN_SOURCE is defined to 500.
39392
39393 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
39394
39395         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
39396         deficiency.
39397
39398 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
39399
39400         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
39401         Include xalloc.h.
39402         Don't include <stdlib.h>.  Don't declare malloc, realloc.
39403
39404 2000-06-24  Jim Meyering  <meyering@lucent.com>
39405
39406         * m4/strerror_r.m4: Revive this file -- to try out an experimental
39407         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
39408         for which strerror does return char*, but which lacks a conveniently
39409         accessible declaration of the function.  If the compile-test says
39410         strerror_r doesn't work, then resort to a `run'-test that works on
39411         BeOS and segfaults on DEC Unix.
39412
39413 2000-06-24  Jim Meyering  <meyering@lucent.com>
39414
39415         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
39416
39417 2000-06-23  Paul Eggert  <eggert@twinsun.com>
39418
39419         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
39420         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
39421
39422 2000-06-23  Paul Eggert  <eggert@twinsun.com>
39423
39424         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
39425         (mbrtowc, mbstate_t): Define substitutes if
39426         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
39427         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
39428         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
39429
39430 2000-06-23  Jim Meyering  <meyering@lucent.com>
39431
39432         * m4/afs.m4: Add missing AC_MSG_RESULT.
39433         Reported by Bruno Haible.
39434
39435         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
39436         Suggestion from Bruno Haible.
39437
39438 2000-06-23  Jim Meyering  <meyering@lucent.com>
39439
39440         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
39441
39442 2000-06-21  Jim Meyering  <meyering@lucent.com>
39443
39444         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
39445
39446 2000-06-21  Jim Meyering  <meyering@lucent.com>
39447
39448         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
39449         (noinst_HEADERS): Add getstr.h.
39450
39451         * lib/getline.c (getstr): Move into a separate file.
39452         * lib/getstr.c (getstr): New file, extracted from getline.c, with
39453         the following changes: new parameter, delim2; both delim[12]
39454         parameters have type `int', not `char'.  The latter would lose
39455         with 8-bit delimiters.
39456         * lib/getstr.h: New file.
39457
39458 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39459
39460         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
39461         than 1024, return a memory chunk of least possible size, instead
39462         of size PATH_MAX + 2. In the loop, increment the size proportionally.
39463         Use free/xmalloc instead of xrealloc to avoid copying for very long
39464         paths.
39465
39466 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39467
39468         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
39469         the empty string.
39470
39471 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39472
39473         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
39474         address, not strdup.  Include <stdlib.h> and don't declare free().
39475
39476 2000-06-19  Jim Meyering  <meyering@lucent.com>
39477
39478         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
39479
39480 2000-06-18  Jim Meyering  <meyering@lucent.com>
39481
39482         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
39483
39484         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
39485         `checking whether...' message to be consistent with that of the
39486         lstat test.
39487
39488 2000-06-18  Jim Meyering  <meyering@lucent.com>
39489
39490         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
39491         Besides, these days every porting target provides a mkdir function.
39492
39493         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
39494         needed. (this snippet comes from src/system.h).
39495
39496 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
39497
39498         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
39499
39500 2000-06-15  Paul Eggert  <eggert@twinsun.com>
39501
39502         * lib/human.c (adjust_value): New function.
39503         (human_readable_inexact): Apply rounding style even when
39504         printing approximate values.
39505
39506 2000-06-14  Paul Eggert  <eggert@twinsun.com>
39507
39508         * lib/human.c (human_readable_inexact): Allow an input block
39509         size that is not a multiple of the output block size, and vice versa.
39510         Reported by Piergiorgio Sartor.
39511
39512 2000-06-14  Paul Eggert  <eggert@twinsun.com>
39513
39514         * lib/getdate.y (get_date): Apply relative times after time
39515         zone indicator, not before.  Reported by Todd A. Jacobs.
39516
39517 2000-06-13  Jim Meyering  <meyering@lucent.com>
39518
39519         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
39520
39521         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
39522
39523 2000-06-12  Paul Eggert  <eggert@twinsun.com>
39524
39525         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
39526
39527 2000-06-12  Jim Meyering  <meyering@lucent.com>
39528
39529         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
39530         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
39531         optional argument.
39532         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
39533         the optional argument, `lib'.
39534
39535 2000-06-08  Jim Meyering  <meyering@lucent.com>
39536
39537         * m4/largefile.m4: Remove file (now that it's part of autoconf).
39538
39539 2000-06-04  Paul Eggert  <eggert@twinsun.com>
39540
39541         Rewrite largefile configuration so that we don't need to run
39542         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
39543         AC_CANONICAL_HOST in configure.in -- jmm]
39544
39545         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
39546         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
39547         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
39548         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
39549         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
39550         All uses changed.
39551         Instead of inspecting the output of getconf, try to compile the
39552         test program without and with the macro definition.
39553         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
39554         for getconf.  Instead, check for the needed flags by compiling
39555         test programs.
39556
39557 2000-06-04  Paul Eggert  <eggert@twinsun.com>
39558
39559         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
39560
39561 2000-06-04  Jim Meyering  <meyering@lucent.com>
39562
39563         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
39564         SunOS 4.1.4 for which gid_t is an unsigned type.
39565
39566 2000-06-03  Jim Meyering  <meyering@lucent.com>
39567
39568         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
39569         now that autoconf requires that.
39570
39571         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
39572         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
39573         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
39574
39575 2000-06-03  Jim Meyering  <meyering@lucent.com>
39576
39577         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
39578
39579 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
39580
39581         * m4/glibc21.m4: New file.
39582         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
39583
39584 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
39585
39586         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
39587         newer, don't install charset.alias.
39588         * lib/config.charset: Change the Linux/glibc rules so they become empty
39589         on glibc-2.1 or newer.
39590
39591 2000-06-02  Jim Meyering  <meyering@lucent.com>
39592
39593         * lib/mountlist.c: Back out last change.  Instead, do this...
39594         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
39595         me_dummy member using the same `ignore'-testing code.
39596         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
39597         fs_type strings.
39598         From Mark D. Roth.
39599
39600 2000-05-29  Jim Meyering  <meyering@lucent.com>
39601
39602         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
39603         mounts with the `ignore' attribute.  Based on a patch from
39604         Mark D. Roth.
39605
39606 2000-05-28  Jim Meyering  <meyering@lucent.com>
39607
39608         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
39609         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39610         * m4/stat.m4: Likewise.
39611         * m4/lstat.m4: Likewise.
39612         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
39613
39614         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
39615         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
39616
39617 2000-05-26  Jim Meyering  <meyering@lucent.com>
39618
39619         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
39620
39621 2000-05-24  Jim Meyering  <meyering@lucent.com>
39622
39623         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
39624         autoconf requires that.
39625         * m4/lib-check.m4: Likewise.
39626         * m4/jm-macros.m4: Likewise.
39627         * m4/strftime.m4: Likewise.
39628
39629         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
39630         AC_CHECK_DECLS, now that autoconf requires that.
39631
39632 2000-05-22  Jim Meyering  <meyering@lucent.com>
39633
39634         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39635         * m4/lstat.m4: Likewise.
39636
39637 2000-05-22  Jim Meyering  <meyering@lucent.com>
39638
39639         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
39640
39641 2000-05-20  Jim Meyering  <meyering@lucent.com>
39642
39643         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
39644         (jm_PREREQ): Use it.
39645
39646 2000-05-18  Jim Meyering  <meyering@lucent.com>
39647
39648         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
39649         back, too, since it may have been modified by allocate_entry.
39650         (hash_delete): Rewrite to use neither the assignment operator
39651         nor the comma operator in an if-expression.
39652
39653 2000-05-15  Paul Eggert  <eggert@twinsun.com>
39654
39655         * lib/closeout.c:
39656         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
39657         Remove; no longer needed.
39658         "quotearg.h": Add include.
39659         (file_name): Do not bother to explicitly initialize to NULL; it's less
39660         efficient on some hosts.
39661         (close_stdout_status): Remove test as to whether stdout was already
39662         closed; it breaks for the case "echo x | sort >&-".
39663         Quote file name colons.
39664         Do not assume that _("write error") lacks format strings.
39665
39666 2000-05-15  Jim Meyering  <meyering@lucent.com>
39667
39668         * lib/version-etc.c (version_etc_copyright): Update the copyright
39669         string used in all --version output.
39670
39671 2000-05-14  Jim Meyering  <meyering@lucent.com>
39672
39673         * lib/closeout.c (close_stdout_set_file_name): New function.
39674         (close_stdout_status): Use new file-scoped global.
39675         Return right away if fstat says the stdout file descriptor is invalid.
39676         * lib/closeout.h (close_stdout_set_file_name): Declare.
39677
39678 2000-05-10  Jim Meyering  <meyering@lucent.com>
39679
39680         * lib/closeout.c [default_exit_status]: New file-scoped variable.
39681         (close_stdout_set_status): New function.
39682         * lib/closeout.h (close_stdout_set_status): Declare.
39683
39684 2000-05-09  Jim Meyering  <meyering@lucent.com>
39685
39686         * m4/gettext.m4: Rename this...
39687         * m4/libintl.m4: ...to this.
39688
39689 2000-05-08  Jim Meyering  <meyering@lucent.com>
39690
39691         * lib/long-options.c: Don't include closeout.h.
39692         (parse_long_options): Don't call close_stdout for --version.
39693
39694 2000-05-06  Paul Eggert  <eggert@twinsun.com>
39695
39696         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
39697         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
39698         2.1.3 bug.  This avoids a clash when files like regex.c define
39699         _GNU_SOURCE.
39700
39701 2000-05-06  Jim Meyering  <meyering@lucent.com>
39702
39703         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
39704         (AC_REPLACE_FUNCS): Add strnlen.
39705
39706         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
39707         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
39708
39709         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
39710         AC_SEARCH_LIBS call for nanosleep.
39711         (LIB_NANOSLEEP): Set and AC_SUBST.
39712
39713 2000-05-06  Jim Meyering  <meyering@lucent.com>
39714
39715         * lib/strnlen.c: Undefine __strnlen and strnlen.
39716         [!weak_alias]: Define __strnlen to strnlen.
39717
39718         * lib/atexit.c: New file, from libiberty.
39719
39720 2000-05-06  Jim Meyering  <meyering@lucent.com>
39721
39722         * lib/closeout.c (close_stdout_status): Also check for errors on the
39723         stderr stream.
39724
39725 2000-05-05  Jim Meyering  <meyering@lucent.com>
39726
39727         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
39728         AC_SEARCH_LIBS call for clock_gettime.
39729         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
39730
39731         * m4/search-libs.m4: Update from autoconf.
39732
39733         su doesn't work on Solaris 2.6.
39734         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
39735         <shadow.h>.  Reported by Dragos Harabor.
39736
39737 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
39738
39739         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
39740         memcpy instead of xmalloc, xrealloc, path_concat.
39741         (locale_charset): Treat empty environment variables as absent.
39742         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
39743
39744 2000-05-04  Jim Meyering  <meyering@lucent.com>
39745
39746         * lib/getopt.c: Update from glibc.
39747         * lib/obstack.c: Likewise.
39748         * lib/obstack.h: Likewise.
39749         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
39750         file
39751
39752         * lib/regex.h: Likewise.
39753         * lib/strndup.c: Likewise.
39754         * lib/strnlen.c: New file, from glibc.
39755
39756 2000-05-03  Jim Meyering  <meyering@lucent.com>
39757
39758         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
39759
39760 2000-05-02  Paul Eggert  <eggert@twinsun.com>
39761
39762         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
39763         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
39764         compile-time test, rather than inspecting host and OS, to
39765         decide whether to define _LARGEFILE_SOURCE.
39766
39767 2000-05-01  Jim Meyering  <meyering@lucent.com>
39768
39769         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
39770
39771         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
39772         Based on a patch from Bruno Haible.
39773
39774 2000-05-01  Jim Meyering  <meyering@lucent.com>
39775
39776         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
39777
39778 2000-04-29  Jim Meyering  <meyering@lucent.com>
39779
39780         * lib/path-concat.c: Declare strdup only if it's not defined.
39781         * lib/canon-host.c: Likewise.
39782
39783 2000-04-28  Jim Meyering  <meyering@lucent.com>
39784
39785         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
39786         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
39787         is included first, then limits.h is included by locale.h by libintl.h.
39788         From John David Anglin.
39789
39790 2000-04-25  Jim Meyering  <meyering@lucent.com>
39791
39792         * lib/makepath.c (S_IRWXUGO): Define.
39793         (make_path): Always perform explicit chmod if MODE specifies any
39794         of the `special' permission bits.  Prompted by a bug report against
39795         install from Mate Wierdl and Joost van Baal.
39796
39797 2000-04-18  Jim Meyering  <meyering@lucent.com>
39798
39799         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
39800         (jm_PREREQ): Use it.
39801
39802 2000-04-18  Jim Meyering  <meyering@lucent.com>
39803
39804         * lib/README: New file.
39805
39806         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
39807         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
39808
39809 2000-04-17  Jim Meyering  <meyering@lucent.com>
39810
39811         Get it right :-)
39812         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
39813         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
39814         Suggestion from Akim Demaille.
39815
39816 2000-04-17  Jim Meyering  <meyering@lucent.com>
39817
39818         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
39819         the definition of it to rpl_strftime also defined-away the system's
39820         declaration.
39821
39822 2000-04-15  Jim Meyering  <meyering@lucent.com>
39823
39824         Use `C' to denote so-called `contiguous' files, the same way
39825         that tar does.
39826         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
39827         (ftypelet): Use S_ISCTG.
39828         From Michael Deutschmann.
39829
39830 2000-04-14  Jim Meyering  <meyering@lucent.com>
39831
39832         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
39833         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
39834         clobbered.
39835
39836 2000-04-14  Jim Meyering  <meyering@lucent.com>
39837
39838         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
39839
39840 2000-04-13  Jim Meyering  <meyering@lucent.com>
39841
39842         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
39843         AH_VERBATIM to insert required #ifndef into config.h.in.
39844         Suggestion from Akim Demaille.
39845
39846 2000-04-12  Jim Meyering  <meyering@lucent.com>
39847
39848         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
39849         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
39850         Christian Krackowizer.
39851
39852         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
39853         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
39854         (AC_SYS_LARGEFILE): Require.
39855         (AM_C_PROTOTYPES): Require.
39856
39857 2000-04-08  Jim Meyering  <meyering@lucent.com>
39858
39859         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
39860         names don't conflict.  Reported by Eli Zaretskii.
39861
39862 2000-04-07  Jim Meyering  <meyering@lucent.com>
39863
39864         * lib/putenv.c: Move inclusion of errno.h so it follows that of
39865         sys/types.h, to work around system header problems on AIX 3.2.5.
39866         From Bruno Haible.
39867
39868 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
39869
39870         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
39871         bug.  Deal with the different error behavior of Irix iconv.
39872
39873 2000-04-05  Paul Eggert  <eggert@twinsun.com>
39874
39875         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
39876         IRIX if the installer said otherwise.
39877
39878 2000-04-05  Jim Meyering  <meyering@lucent.com>
39879
39880         Portability tweaks required for ultrix4.3.
39881         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
39882         (jm_CHECK_DECLS): Add getutent to the list of functions.
39883         (_jm_DECL_HEADERS): Add utmpx.h.
39884         From John David Anglin.
39885
39886         * m4/strftime.m4: Back out the 2000-04-02 change.
39887         Instead of that change, simply undefine putenv in the test program.
39888
39889 2000-04-05  Jim Meyering  <meyering@lucent.com>
39890
39891         Portability tweaks required for ultrix4.3.
39892         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
39893         getutent.
39894         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
39895         * lib/canon-host.c: Declare strdup.
39896         * lib/path-concat.c: Likewise.
39897         From John David Anglin.
39898
39899 2000-04-04  Jim Meyering  <meyering@lucent.com>
39900
39901         Be more DOS 8.3-friendly.
39902         * lib/ref-add.sin: Renamed from ref-add.sed.in.
39903         * lib/ref-del.sin: Renamed from ref-del.sed.in.
39904         * lib/Makefile.am: Reflect renaming.
39905         Reported by Eli Zaretskii.
39906
39907         Use a temporary file name that won't clash with `charset.alias'
39908         in the DOS 8.3 name space.
39909         * lib/Makefile.am (charset_tmp): Define.
39910         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
39911         (uninstall-local): Likewise.
39912         Reported by Eli Zaretskii.
39913
39914 2000-04-03  Jim Meyering  <meyering@lucent.com>
39915
39916         * m4/gettext.m4: Fix typo in comment.
39917
39918         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
39919         textutils/configure.in).  Suggestion from Paul Eggert.
39920         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
39921
39922 2000-04-02  Paul Eggert  <eggert@twinsun.com>
39923
39924         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
39925         variable in the shell rather than using putenv, which isn't
39926         portable.  This avoids the configure-time inter-test dependency
39927         on the potentially-renamed putenv function.
39928
39929 2000-03-30  Paul Eggert  <eggert@twinsun.com>
39930
39931         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
39932         before checking struct stat.st_blksize, so that
39933         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
39934
39935 2000-03-29  Paul Eggert  <eggert@twinsun.com>
39936
39937         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
39938         since strftime.c uses HAVE_STRFTIME to decide whether to use
39939         the underlying strftime.
39940
39941 2000-03-29  Paul Eggert  <eggert@twinsun.com>
39942
39943         * lib/time/strftime.c (my_strftime): Make sure we call the system
39944         strftime, not ourselves, when invoking the underlying strftime.
39945
39946 2000-03-24  Jim Meyering  <meyering@lucent.com>
39947
39948         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
39949         (charset_alias): Define.
39950         (install-exec-local): Factor out common code.
39951         (uninstall-local): Split lines longer than 80.
39952         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
39953         (SUFFIXES): Define.
39954         (.sed.in.sed): New rule.  Don't redirect directly to $@.
39955         (CLEANFILES): Add ref-add.sed and ref-del.sed.
39956
39957 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
39958
39959         * lib/config.charset: Output a line containing "Packages using this
39960         file".
39961         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
39962         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
39963         ref-del.sed): New rules.
39964
39965 2000-03-17  Jim Meyering  <meyering@lucent.com>
39966
39967         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
39968         Otherwise, include <strings.h>
39969
39970 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
39971
39972         * lib/unicodeio.c (utf8_wctomb): New function.
39973         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
39974         format instead of in UCS-4 with platform dependent endianness.
39975
39976 2000-03-10  Jim Meyering  <meyering@lucent.com>
39977
39978         * m4/lib-check.m4: Look for getspnam in -lgen, too.
39979         From Marco Franzen.
39980
39981 2000-03-07  Paul Eggert  <eggert@twinsun.com>
39982
39983         * lib/savedir.c (savedir): Work even if directory size is
39984         negative; this can happen with some screwy NFS configurations.
39985
39986 2000-03-06  Jim Meyering  <meyering@lucent.com>
39987
39988         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
39989         if it's NULL (because we ran out of memory).  From Bruno Haible.
39990
39991 2000-03-05  Jim Meyering  <meyering@lucent.com>
39992
39993         * lib/localcharset.c ("path-concat.h"): Include.
39994         (get_charset_aliases): Use path_concat instead of ANSI string
39995         concatenation.
39996
39997         * lib/unicodeio.h (PARAMS): Define.
39998         Use it to guard prototype.
39999
40000 2000-03-04  Jim Meyering  <meyering@lucent.com>
40001
40002         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
40003         for lib/localcharset.c.
40004
40005 2000-03-04  Jim Meyering  <meyering@lucent.com>
40006
40007         * lib/Makefile.am (install-exec-local): Create $(libdir) before
40008         installing into it.
40009         (uninstall-local): Uncomment this rule so `make distcheck' works
40010         once again.
40011
40012         * lib/unicodeio.c (<errno.h>): Include it.
40013         (errno): Declare if not defined.
40014
40015         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
40016
40017         * lib/config.charset: New version, incorporating remarks from a linux
40018         i18n mailing list.  From Bruno Haible.
40019
40020 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
40021
40022         * m4/codeset.m4: New file.
40023         * m4/iconv.m4: New file.
40024         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
40025
40026 2000-03-03  Jim Meyering  <meyering@lucent.com>
40027
40028         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
40029
40030 2000-03-02  Jim Meyering  <meyering@lucent.com>
40031
40032         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
40033         the messages come out on separate lines.
40034
40035         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
40036         rather than jm_CHECK_DECLARATIONS.
40037         * m4/decl.m4: Remove now-unused file.
40038
40039         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
40040         geteuid.
40041
40042 2000-03-02  Jim Meyering  <meyering@lucent.com>
40043
40044         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
40045
40046 2000-03-01  Jim Meyering  <meyering@lucent.com>
40047
40048         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
40049         * lib/unicodeio.c: Likewise.
40050
40051 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
40052
40053         * lib/config.charset: New file.
40054         * lib/localcharset.c: New file.
40055         * lib/unicodeio.h, lib/unicodeio.c: New files.
40056         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
40057         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
40058         (noinst_HEADERS): Add unicodeio.h.
40059         (all-local, install-exec-local, charset.alias): New targets.
40060
40061 2000-02-28  Paul Eggert  <eggert@twinsun.com>
40062
40063         * lib/quotearg.c (ALERT_CHAR): New macro.
40064         (quotearg_buffer_restyled): Use it.
40065
40066 2000-02-27  Jim Meyering  <meyering@lucent.com>
40067
40068         * m4/check-decl.m4: Add getenv to the list.
40069
40070 2000-02-27  Jim Meyering  <meyering@lucent.com>
40071
40072         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
40073         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
40074
40075         * lib/backupfile.c: Guard inclusion of stdlib.h with
40076         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
40077         Declare malloc if needed.
40078
40079         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
40080         `#ifndef HAVE_DECL..'
40081         now that autoconf always defines the HAVE_DECL_ symbols.
40082         * lib/human.c: Likewise.
40083         * lib/same.c: Likewise.
40084         * lib/strtoumax.c: Likewise.
40085
40086         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
40087         declaration check was not run.
40088         * lib/hash.c: Likewise.
40089         * lib/human.c: Likewise.
40090         * lib/same.c: Likewise.
40091         * lib/strtoumax.c: Likewise.
40092
40093         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
40094         `.', then first look up the entire `.'-containing string as a login
40095         name.
40096
40097 2000-02-23  Jim Meyering  <meyering@lucent.com>
40098
40099         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
40100         in place of my hack.
40101
40102 2000-02-18  Paul Eggert  <eggert@twinsun.com>
40103
40104         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
40105         (textint): New typedef.
40106         (parser_control): Member year changed from int to textint.
40107         All uses changed.
40108         (YYSTYPE): Removed; replaced by %union with int and textint members.
40109         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
40110         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
40111         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
40112         (tSNUMBER, tUNUMBER): Now of type <textintval>.
40113         (date, number, to_year): Use width of number in digits, not its value,
40114         to determine whether it's a 2-digit year, or a 2-digit time.
40115         (yylex): Store number of digits of numeric tokens.
40116         Reported by John Kendall.
40117
40118         (parser_control): Changed from struct parser_control to typedef (for
40119         consistency).  All uses changed.
40120
40121         (tID): Removed; not used.
40122         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
40123
40124 2000-02-14  Paul Eggert  <eggert@twinsun.com>
40125
40126         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
40127         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
40128
40129 2000-02-12  Jim Meyering  <meyering@lucent.com>
40130
40131         * lib/userspec.c (ISDIGIT): Define it.
40132         (isdigit): Remove definition.
40133         (is_number): Use ISDIGIT, not isdigit.
40134         <libintl.h>: Include.
40135         (_ and N_): Define.
40136         (parse_user_spec): Mark translatable strings.
40137
40138 2000-02-10  Jim Meyering  <meyering@lucent.com>
40139
40140         With these changes, nanosleep.[ch] are finally enough like the other
40141         lib/* replacement files to compile on a few more losing systems.
40142
40143         * lib/nanosleep.h: Don't include config.h.
40144         Remove prototype from declaration of nanosleep.
40145         (PARAMS): Remove now-unneeded definition.
40146         * lib/nanosleep.c: #undef nanosleep.
40147         (rpl_nanosleep): Rename from nanosleep.
40148
40149 2000-02-10  Jim Meyering  <meyering@lucent.com>
40150
40151         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
40152         gnu_nanosleep to rpl_nanosleep.
40153
40154 2000-02-09  Jim Meyering  <meyering@lucent.com>
40155
40156         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
40157         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
40158
40159 2000-02-08  Akim Demaille  <akim@epita.fr>
40160
40161         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
40162         `[' and `]' and remove uses of `changequote'.
40163         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
40164         (AC_SYS_LARGEFILE): Likewise.
40165         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
40166         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
40167         of changequote.
40168         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
40169         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
40170         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
40171         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
40172
40173 2000-02-05  Jim Meyering  <meyering@lucent.com>
40174
40175         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
40176         Remove explicit use of AC_HEADER_TIME.  It is required by
40177         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
40178         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
40179         in autoconf whereby the expansion of the latter ended up preceding
40180         the expansion of its prerequisite, AC_HEADER_TIME.
40181         Reported by Volker Borchert.
40182
40183 2000-02-03  Jim Meyering  <meyering@lucent.com>
40184
40185         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
40186
40187 2000-02-03  Jim Meyering  <meyering@lucent.com>
40188
40189         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
40190         rather than with `#if HAVE_UTMPNAME'.
40191
40192 2000-02-02  Jim Meyering  <meyering@lucent.com>
40193
40194         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
40195         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
40196         Reported by Eli Zaretskii.
40197
40198 2000-02-01  Jim Meyering  <meyering@lucent.com>
40199
40200         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
40201
40202 2000-01-31  Jim Meyering  <meyering@lucent.com>
40203
40204         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
40205         functions.  Add the time.h and sys/time.h headers along with the
40206         AC_REQUIRE'ment of AC_HEADER_TIME.
40207
40208 2000-01-31  Jim Meyering  <meyering@lucent.com>
40209
40210         * lib/nanosleep.h (nanosleep): Guard declaration with
40211         `#if ! HAVE_DECL_NANOSLEEP'.
40212         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
40213         the declaration in that vendor's sys/timers.h.
40214         Reported by Christian Krackowizer.
40215
40216         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
40217         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
40218         (ISPRINT): Likewise.
40219         Reported by Tom Tromey.
40220
40221 2000-01-30  Jim Meyering  <meyering@lucent.com>
40222
40223         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
40224
40225         * m4/prereq.m4 (utmp_includes): Define.
40226         Check for ut_user and ut_name members in both struct utmpx
40227         and struct utmp.
40228
40229 2000-01-30  Jim Meyering  <meyering@lucent.com>
40230
40231         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
40232         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
40233         header files where only utmpx.ut_user is declared.
40234
40235         * lib/readutmp.h (UT_USER): Define.
40236
40237 2000-01-29  Jim Meyering  <meyering@lucent.com>
40238
40239         * m4/lib-check.m4: New file containing library-related checks from
40240         fileutils and sh-utils (textutils had none).
40241
40242 2000-01-28  Jim Meyering  <meyering@lucent.com>
40243
40244         * m4/perl.m4: Change format of warning message to look more like that
40245         from the missing script.  Suggestion from François Pinard.
40246
40247 2000-01-25  Jim Meyering  <meyering@lucent.com>
40248
40249         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
40250         well as time.h in the compile check.
40251         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
40252         Fix typo in cross-compiling case: s/yes/no/.
40253
40254 2000-01-23  Jim Meyering  <meyering@lucent.com>
40255
40256         * m4/jm-macros.m4: Move df-related tests here from
40257         fileutils/configure.in
40258
40259         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
40260         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
40261
40262         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
40263         s/space/ac_fsusage_space/.
40264         (jm_FILE_SYSTEM_USAGE): Take two parameters.
40265
40266         * m4/ftruncate.m4: New file (derived from part of
40267         fileutils/configure.in).
40268         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
40269         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
40270
40271         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
40272         AC_SUBST these here, rather than just in sh-util/configure.in, so
40273         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
40274         all the same.
40275         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
40276         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
40277         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
40278         (AC_SUBST(POW_LIBM)): Likewise.
40279         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
40280
40281 2000-01-23  Jim Meyering  <meyering@lucent.com>
40282
40283         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
40284         obstack.c.
40285
40286 2000-01-22  Jim Meyering  <meyering@lucent.com>
40287
40288         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
40289
40290         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
40291
40292         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
40293         configure.in
40294         (AC_CHECK_HEADERS): Likewise for sh-utils.
40295         (AC_CHECK_HEADERS): Likewise for textutils.
40296         Merge the three lists of headers.
40297
40298         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
40299         from fileutils' configure.in.
40300
40301         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
40302         code. Moved tests into their own function (_jm_DECL_HEADERS) in
40303         check-decl.m4.
40304
40305         * m4/check-decl.m4: Use #if rather than #ifdef.
40306         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
40307         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
40308         (_jm_DECL_HEADERS): Define new function.
40309         (jm_CHECK_DECLARATIONS): Require it.
40310
40311 2000-01-22  Jim Meyering  <meyering@lucent.com>
40312
40313         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
40314         [! HAVE_DECL_STRTOULL]: Declare strtoull.
40315         Required for some AIX systems.  Reported by Christian Krackowizer.
40316         [TESTING] (main): New function.
40317
40318         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
40319         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
40320         letters.
40321
40322         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
40323         iswprint.
40324
40325         * lib/strverscmp.c (ISDIGIT): Define.
40326         (strverscmp): Use ISDIGIT, not isdigit.
40327
40328 2000-01-19  Jim Meyering  <meyering@lucent.com>
40329
40330         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
40331         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
40332         defines `struct timespec' in <sys/time.h>
40333
40334         * m4/c-bs-a.m4: Remove uses of changequote altogether.
40335         Thanks to Akim for explaining.
40336
40337 2000-01-17  Paul Eggert  <eggert@twinsun.com>
40338
40339         * lib/nanosleep.c (nanosleep):
40340         Don't use SA_INTERRUPT to decide whether to call sigaction, as
40341         POSIX.1 doesn't require SA_INTERRUPT and some systems
40342         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
40343         it's been part of POSIX.1 since day 1 (in 1988).
40344
40345 2000-01-17  Jim Meyering  <meyering@lucent.com>
40346
40347         * lib/interlock: Remove unused file.  Reported by François Pinard.
40348
40349 2000-01-16  Paul Eggert  <eggert@twinsun.com>
40350
40351         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
40352         alert, backslash, formfeed, and vertical tab unnecessarily in
40353         shell quoting style.
40354
40355 2000-01-16  Jim Meyering  <meyering@lucent.com>
40356
40357         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
40358         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
40359         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
40360         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
40361
40362 2000-01-16  Jim Meyering  <meyering@lucent.com>
40363
40364         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
40365         because the latter didn't work.
40366
40367 2000-01-15  Jim Meyering  <meyering@lucent.com>
40368
40369         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
40370         (AC_REPLACE_FUNCS): Add memcpy and memset.
40371         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
40372         Add strpbrk.
40373         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
40374
40375 2000-01-12  Jim Meyering  <meyering@lucent.com>
40376
40377         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
40378         (jm_PREREQ): Use it.
40379         (jm_PREREQ_READUTMP): New macro.
40380         (jm_PREREQ): Use it.
40381
40382 2000-01-11  Paul Eggert  <eggert@twinsun.com>
40383
40384         Quote multibyte characters correctly.
40385         * m4/c-bs-a.m4: New file.
40386         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
40387         (jm_PREREQ): Use it.
40388
40389 2000-01-11  Paul Eggert  <eggert@twinsun.com>
40390
40391         * m4/uintmax_t.m4: Port to autoconf 2.13.
40392
40393 2000-01-08  Jim Meyering  <meyering@ascend.com>
40394
40395         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
40396         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
40397
40398 2000-01-04  Jim Meyering  <meyering@ascend.com>
40399
40400         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
40401         jm_STRUCT_DIRENT_D_TYPE.
40402         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
40403         jm_STRUCT_DIRENT_D_INO.
40404         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
40405         jm_STRUCT_UTIMBUF.
40406         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
40407         renamings.
40408         * m4/utime.m4: Likewise.
40409
40410         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
40411         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
40412
40413 2000-01-03  Paul Eggert  <eggert@twinsun.com>
40414
40415         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
40416         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
40417
40418 2000-01-02  Jim Meyering  <meyering@ascend.com>
40419
40420         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
40421         remember if this is necessary.
40422
40423 1999-12-26  Jim Meyering  <meyering@ascend.com>
40424
40425         * m4/jm-macros.m4: Use it here.
40426         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
40427
40428 1999-12-23  Jim Meyering  <meyering@ascend.com>
40429
40430         * m4/jm-macros.m4: Check for clock_gettime (moved from
40431         fileutils/configure.in)
40432         Check for gettimeofday.
40433
40434 1999-12-20  Jim Meyering  <meyering@ascend.com>
40435
40436         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
40437         autoconf-2.14a-1999-12-20.
40438
40439 1999-12-19  Jim Meyering  <meyering@ascend.com>
40440
40441         * m4/lstat-slash.m4: New file.
40442         * m4/jm-macros.m4: Use the new macro:
40443         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40444
40445 1999-12-07  Jim Meyering  <meyering@ascend.com>
40446
40447         * m4/perl.m4: Require that File::Compare be available, too.
40448         Too many systems seem to lack it.
40449
40450         * m4/strftime.m4: Add checks for most of the cpp macros tested in
40451         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
40452
40453 1999-11-18  Paul Eggert  <eggert@twinsun.com>
40454
40455         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
40456         problem with the QNX 4.25 shell, which doesn't propagate exit
40457         status of failed commands inside shell assignments.
40458
40459 1999-11-17  Jim Meyering  <meyering@ascend.com>
40460
40461         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
40462
40463 1999-11-07  Jim Meyering  <meyering@ascend.com>
40464
40465         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
40466
40467 1999-11-06  Jim Meyering  <meyering@ascend.com>
40468
40469         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
40470         * m4/jm-macros.m4 (jm_MACROS): Use it here.
40471
40472 1999-11-05  Jim Meyering  <meyering@ascend.com>
40473
40474         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
40475         configure.in of textutils, fileutils, and sh-utils into this one
40476         (shared between those packages) file.
40477         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
40478         AC_STRUCT_ST_BLKSIZE.
40479
40480 1999-11-03  Jim Meyering  <meyering@ascend.com>
40481
40482         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
40483         of AC_CHECK_TYPE checks includes unistd.h.
40484         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
40485         Suggestion from Akim Demaille.
40486
40487 1999-10-30  Jim Meyering  <meyering@ascend.com>
40488
40489         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
40490         m4-quoted string.
40491         * m4/ls-mntd-fs.m4: Likewise.
40492         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
40493         * m4/jm-winsz1.m4: Likewise.
40494
40495         * m4/const.m4: Remove file, since the fix made it into the experimental
40496         version of autoconf.
40497         * m4/mktime.m4: Likewise.
40498
40499         * m4/check-type.m4: Remove file, now that the latest version of
40500         AC_CHECK_TYPE takes a third arg to specify additional #includes.
40501
40502         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
40503         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
40504         AC_CHECK_TYPE.
40505
40506 1999-10-04  Jim Meyering  <meyering@ascend.com>
40507
40508         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
40509
40510 1999-09-22  Paul Eggert  <eggert@twinsun.com>
40511
40512         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
40513         2.95.1 bug with HP-UX 10.20.
40514
40515 1999-09-17  Jim Meyering  <meyering@ascend.com>
40516
40517         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
40518         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
40519         due to missing strdup (against sh-utils-2.0).
40520
40521 1999-08-29  Jim Meyering  <meyering@ascend.com>
40522
40523         * m4/jm-macros.m4: Require jm_BISON.
40524         * m4/bison.m4: New file.
40525
40526 1999-08-17  Paul Eggert  <eggert@twinsun.com>
40527
40528         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
40529         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
40530
40531 1999-08-05  Jim Meyering  <meyering@ascend.com>
40532
40533         * m4/getline.m4: Rename test file from conftestdata to conftest.data
40534         to avoid conflicts with `conftest' on 8+3 filesystems.
40535         Suggestion from Eli Zaretskii.
40536
40537 1999-08-04  Jim Meyering  <meyering@ascend.com>
40538
40539         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
40540         fileutils and sh-utils (textutils's getline test was inadequate).
40541         (AM_FUNC_GETLINE): Run this test.
40542         (AC_CHECK_FUNCS): Check for getdelim.
40543         Reported by Bob Proulx.
40544
40545 1999-08-02  Jim Meyering  <meyering@ascend.com>
40546
40547         * m4/jm-macros.m4: Add a comment.
40548
40549 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40550
40551         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
40552         <inttypes.h> defines strtoumax as a macro (and not as a
40553         function).
40554
40555 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40556
40557         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
40558         that we can shift, multiply and divide unsigned long long
40559         values; Ultrix cc can't do it.
40560
40561 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40562
40563         * m4/mktime.m4: New file, which is a preview of what should appear
40564         in the next public autoconf release.
40565
40566 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40567
40568         * m4/lfs.m4: Remove this file.
40569         * m4/largefile.m4: New file.  It contains the old contents of
40570         lfs.m4, except that all names with prefix AC_LFS have been
40571         changed to use the prefix AC_SYS_LARGEFILE instead, to be
40572         compatible with future autoconf versions.  Also, some minor m4
40573         quoting problems have been fixed.
40574
40575 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40576
40577         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
40578         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
40579         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
40580         and simplify the shell code.
40581
40582 1999-08-01  Jim Meyering  <meyering@ascend.com>
40583
40584         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
40585         m4.
40586
40587 1999-07-20  Jim Meyering  <meyering@ascend.com>
40588
40589         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
40590
40591 1999-07-15  Jim Meyering  <meyering@ascend.com>
40592
40593         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
40594
40595 1999-05-22  Jim Meyering  <meyering@ascend.com>
40596
40597         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
40598
40599 1999-05-20  Jim Meyering  <meyering@ascend.com>
40600
40601         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
40602         Add a colon after each `then' in case $4 is empty.
40603
40604 1999-05-16  Jim Meyering  <meyering@ascend.com>
40605
40606         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
40607
40608 1999-05-10  Jim Meyering  <meyering@ascend.com>
40609
40610         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
40611
40612         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
40613         AC_FUNC_MKTIME.
40614
40615 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
40616
40617         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
40618
40619 1999-05-04  Paul Eggert  <eggert@twinsun.com>
40620
40621         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
40622         not CPPFLAGS, so that linking works correctly in IRIX.
40623
40624 1999-04-30  Paul Eggert  <eggert@twinsun.com>
40625
40626         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
40627
40628 1999-04-20  Paul Eggert  <eggert@twinsun.com>
40629
40630         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
40631         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
40632         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
40633         jm_AC_TYPE_UNSIGNED_LONG_LONG.
40634         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
40635
40636         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
40637
40638 1999-04-20  Jim Meyering  <meyering@ascend.com>
40639
40640         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
40641         AC_REPLACE xstroull if necessary.  From Paul Eggert.
40642         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
40643
40644 1999-04-18  Jim Meyering  <meyering@ascend.com>
40645
40646         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
40647         * m4/jm-macros.m4: Use it.
40648
40649 1999-04-06  Jim Meyering  <meyering@ascend.com>
40650
40651         * m4/strftime.m4: Remove test for %f.
40652
40653 1999-03-29  Jim Meyering  <meyering@ascend.com>
40654
40655         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
40656         superset of the AC_TYPE_* checks in the textutils, fileutils,
40657         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
40658         AC_TYPE_PID_T.
40659
40660 1999-03-28  Jim Meyering  <meyering@ascend.com>
40661
40662         * m4/jm-macros.m4: Define GNU_PACKAGE here.
40663         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
40664         replaced e.g., in the *.sh files of the sh-utils.
40665
40666 1999-03-20  Jim Meyering  <meyering@ascend.com>
40667
40668         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
40669         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
40670         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
40671
40672 1999-03-19  Jim Meyering  <meyering@ascend.com>
40673
40674         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
40675
40676 1999-03-12  Jim Meyering  <meyering@ascend.com>
40677
40678         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
40679
40680 1999-03-07  Jim Meyering  <meyering@ascend.com>
40681
40682         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
40683         declared.
40684
40685 1999-02-17  Jim Meyering  <meyering@ascend.com>
40686
40687         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
40688         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
40689
40690 1999-02-07  Jim Meyering  <meyering@ascend.com>
40691
40692         * m4/group-member.m4: New file -- extracted from sh-utils'
40693         configure.in.
40694
40695         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
40696         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
40697
40698 1999-02-06  Jim Meyering  <meyering@ascend.com>
40699
40700         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
40701         * m4/fnmatch.m4: Likewise.
40702         * m4/getgroups.m4: Likewise.
40703         * m4/lstat.m4: Likewise.
40704         * m4/malloc.m4: Likewise.
40705         * m4/putenv.m4: Likewise.
40706         * m4/realloc.m4: Likewise.
40707         * m4/regex.m4: Likewise.
40708         * m4/stat.m4: Likewise.
40709         * m4/strftime.m4: Likewise.
40710         Suggestion from Alain Magloire.
40711
40712         * m4/chown.m4: Use `.$ac_objext', not `.o'.
40713         * m4/fnmatch.m4: Likewise.
40714         * m4/getgroups.m4: Likewise.
40715         * m4/getline.m4: Likewise.
40716         * m4/lstat.m4: Likewise.
40717         * m4/malloc.m4: Likewise.
40718         * m4/memcmp.m4: Likewise.
40719         * m4/putenv.m4: Likewise.
40720         * m4/realloc.m4: Likewise.
40721         * m4/regex.m4: Likewise.
40722         * m4/stat.m4: Likewise.
40723         * m4/strftime.m4: Likewise.
40724         Suggestion from Alain Magloire.
40725
40726         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
40727         an argument.
40728
40729         * m4/regex.m4: Add a run-time Test for proper operation of
40730         re_compile_pattern.
40731
40732 1999-01-31  Jim Meyering  <meyering@ascend.com>
40733
40734         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
40735
40736 1999-01-30  Jim Meyering  <meyering@ascend.com>
40737
40738         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
40739
40740         * m4/jm-mktime.m4: Make this a wrapper around the official
40741         AM_FUNC_MKTIME rather than my private copy, now that the official one
40742         is up to date.
40743         * m4/mktime.m4: Remove file.
40744
40745         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
40746         * m4/uptime.m4: Likewise.
40747         * m4/uintmax_t.m4: Likewise.
40748
40749 1999-01-28  Jim Meyering  <meyering@ascend.com>
40750
40751         * m4/jm-macros.m4: Use jm_AFS.
40752         * m4/afs.m4: New file (from fileutils' configure.in).
40753
40754         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
40755         * m4/chown.m4: Likewise.
40756         * m4/d-ino.m4: Likewise.
40757         * m4/d-type.m4: Likewise.
40758         * m4/fnmatch.m4: Likewise.
40759         * m4/getgroups.m4: Likewise.
40760         * m4/gettext.m4: Likewise.
40761         * m4/jm-mktime.m4: Likewise.
40762         * m4/jm-winsz2.m4: Likewise.
40763         * m4/lcmessage.m4: Likewise.
40764         * m4/ls-mntd-fs.m4: Likewise.
40765         * m4/malloc.m4: Likewise.
40766         * m4/memcmp.m4: Likewise.
40767         * m4/putenv.m4: Likewise.
40768         * m4/realloc.m4: Likewise.
40769         * m4/st_mtim.m4: Likewise.
40770         * m4/strftime.m4: Likewise.
40771
40772 1999-01-16  Jim Meyering  <meyering@ascend.com>
40773
40774         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
40775         (ARGMATCH_DIE_DECL): Define.
40776
40777 1999-01-12  Jim Meyering  <meyering@ascend.com>
40778
40779         * m4/Makefile.am.in: Rewrite to avoid using fmt.
40780         Reported by Lars Hecking.
40781
40782 1999-01-10  Jim Meyering  <meyering@ascend.com>
40783
40784         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
40785         gross kludge.
40786         * m4/inttypes_h.m4: Likewise.
40787         * m4/lstat.m4: Likewise.
40788         * m4/malloc.m4: Likewise.
40789         * m4/readdir.m4: Likewise.
40790         * m4/realloc.m4: Likewise.
40791         * m4/st_dm_mode.m4: Likewise.
40792         * m4/stat.m4: Likewise.
40793         * m4/utimbuf.m4: Likewise.
40794         * m4/utimes.m4: Likewise.
40795
40796         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
40797         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
40798         comments in config.h.in are meaningful.
40799
40800         * m4/jm-macros.m4: Require autoconf-2.13 here.
40801
40802         * m4/regex.m4: By default, don't use the included regex.c on systems
40803         with glibc 2.  Suggestion from Uli Drepper.
40804
40805 1999-01-02  Jim Meyering  <meyering@ascend.com>
40806
40807         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
40808
40809 1998-12-18  Jim Meyering  <meyering@ascend.com>
40810
40811         * m4/Makefile.am.in (Makefile.am): Simplify rule.
40812         Based on a suggestion from Lars Hecking.
40813
40814 1998-11-16  Paul Eggert  <eggert@twinsun.com>
40815
40816         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
40817
40818 1998-11-16  Jim Meyering  <meyering@ascend.com>
40819
40820         * m4/lfs.m4: Double-quote the `uname...` expression.
40821
40822 1998-11-14  Jim Meyering  <meyering@ascend.com>
40823
40824         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
40825         * m4/stat.m4: Likewise.
40826
40827 1998-11-03  Jim Meyering  <meyering@ascend.com>
40828
40829         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
40830         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
40831
40832 1998-10-18  Jim Meyering  <meyering@ascend.com>
40833
40834         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
40835
40836 1998-10-17  Jim Meyering  <meyering@ascend.com>
40837
40838         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
40839         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
40840         calls for those previously hard-coded headers.  Instead, take a new
40841         parameter.
40842         (jm_CHECK_DECLARATIONS): Reflect interface change.
40843         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
40844         (jm_CHECK_DECL_LOCALTIME_R): New macro.
40845
40846         * m4/mktime.m4: Test for spring-forward gap before long-running test.
40847
40848 1998-10-14  Jim Meyering  <meyering@ascend.com>
40849
40850         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
40851         instead of "TZ=America/Vancouver".  From Paul Eggert.
40852
40853 1998-10-11  Jim Meyering  <meyering@ascend.com>
40854
40855         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
40856         This adds a test for a recently added compatibility fix for mktime.c.
40857         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
40858
40859 1998-09-27  Jim Meyering  <meyering@ascend.com>
40860
40861         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
40862
40863         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
40864         ../configure.in, including a change from Gordon Matzigkeit to allow
40865         cross-compiling for the Hurd.
40866
40867         * m4/glibc.m4: New file/macro to test for the GNU C Library
40868         versions 1 and 2.  From Gordon Matzigkeit.
40869         Indent.
40870
40871 1998-09-21  Jim Meyering  <meyering@ascend.com>
40872
40873         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
40874
40875 1998-08-18  Paul Eggert  <eggert@twinsun.com>
40876
40877         Port nanosecond-resolution times to UnixWare 2.1.2 and
40878         pedantic Solaris 2.6.
40879
40880         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
40881         AC_STRUCT_ST_MTIM.
40882         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
40883         Generate name of ns member, instead of just 1 or undef.
40884         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
40885
40886 1998-08-15  Jim Meyering  <meyering@ascend.com>
40887
40888         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
40889         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
40890         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
40891         instead of jm_TYPE_SSIZE_T.
40892
40893 1998-08-12  Jim Meyering  <meyering@ascend.com>
40894
40895         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
40896
40897 1998-08-02  Jim Meyering  <meyering@ascend.com>
40898
40899         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
40900         in acconfig.h manually.
40901
40902 1998-07-31  Paul Eggert  <eggert@twinsun.com>
40903
40904         * m4/st_mtim.m4: New file.
40905
40906 1998-07-28  Jim Meyering  <meyering@ascend.com>
40907
40908         * m4/utimes.m4: Undef stat.
40909
40910 1998-07-25  Jim Meyering  <meyering@ascend.com>
40911
40912         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
40913         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
40914
40915 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
40916
40917         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
40918         uid and gid actually remain unchanged.
40919
40920 1998-07-07  Jim Meyering  <meyering@ascend.com>
40921
40922         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
40923
40924 1998-07-04  Jim Meyering  <meyering@ascend.com>
40925
40926         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
40927         to prove that this macro can be used in packages without regex.c.
40928
40929 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
40930
40931         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
40932         is to be used.
40933
40934 1998-07-03  Jim Meyering  <meyering@ascend.com>
40935
40936         * m4/gettext.m4: Add -lintl if it's found to be necessary.
40937
40938         * m4/gettext.m4: New file -- from gettext-0.10.35.
40939         * m4/lcmessage.m4: Likewise.
40940         * m4/progtest.m4: Likewise.
40941
40942         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
40943         * m4/jm-macros.m4: Require the new macro.
40944
40945 1998-06-29  Jim Meyering  <meyering@ascend.com>
40946
40947         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
40948         for the definition of NGROUPS (used in a system header included
40949         by sys/mount.h).
40950
40951 1998-06-28  Jim Meyering  <meyering@ascend.com>
40952
40953         * m4/ls-mntd-fs.m4: New file.
40954         * m4/fstypename.m4: New file.
40955
40956         * m4/jm-macros.m4: Require the new macro.
40957         * m4/jm-glibc-io.m4: New file.
40958
40959 1998-05-19  Jim Meyering  <meyering@ascend.com>
40960
40961         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
40962         * m4/lchown.m4: New file.
40963
40964         * m4/Makefile.am.in: New file.
40965         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
40966
40967 1998-05-14  Jim Meyering  <meyering@ascend.com>
40968
40969         * m4/Makefile.am (EXTRA_DIST): Add them.
40970         * m4/jm-macros.m4: New file.
40971         * m4/utimbuf.m4: New file.
40972
40973 1998-05-12  Jim Meyering  <meyering@ascend.com>
40974
40975         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
40976
40977 1998-05-11  Jim Meyering  <meyering@ascend.com>
40978
40979         * m4/isc-posix.m4: New file.
40980
40981 1998-05-10  Jim Meyering  <meyering@ascend.com>
40982
40983         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
40984
40985 1998-05-09  Jim Meyering  <meyering@ascend.com>
40986
40987         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
40988         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
40989         with automake.
40990
40991         * m4/ssize_t.m4: New file.
40992         * m4/mktime.m4: Remove file -- the new automake has this now.
40993
40994 1998-04-26  Jim Meyering  <meyering@ascend.com>
40995
40996         * m4/assert.m4: New file.
40997         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
40998
40999 1998-04-05  Jim Meyering  <meyering@ascend.com>
41000
41001         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
41002         (jm_PREREQ): Use it here.
41003
41004 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
41005
41006         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
41007         in acconfig.h.
41008
41009 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
41010
41011         * m4/prereq.m4: New file.
41012         * m4/error.m4: New file.
41013         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
41014
41015 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
41016
41017         * m4/getline.m4: Don't set am_cv_func_working_getline before the
41018         cache-check for the same variable -- that defeated the purpose of
41019         the test; the test program was never run.  This was a problem only
41020         on systems with losing getline functions -- HP-UX 10.20 is one.
41021         Reported by Bjorn Helgaas.
41022
41023 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
41024
41025         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
41026
41027 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
41028
41029         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
41030
41031         * m4/const.m4: New file.  Use an initializer in this declaration
41032         typedef int charset[2]; const charset x;
41033         Reported by Bob Glickstein.
41034
41035 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
41036
41037         * m4/chown.m4: Fix reversed types on -1 args to chown.
41038         From Kaveh Ghazi.
41039
41040 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
41041
41042         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
41043         Add lseek and memchr.
41044
41045         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
41046         T.E.Dickey <dickey@clark.net> said that some older preprocessors
41047         have a 20-character limit on names.
41048
41049 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
41050
41051         * m4/inttypes_h.m4: New file.
41052         * m4/uintmax_t.m4: New file.
41053         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
41054
41055
41056         -----
41057
41058         Local Variables:
41059         coding: utf-8
41060         End:
41061
41062         Copyright (C) 1997-2008 Free Software Foundation, Inc.
41063
41064         Copying and distribution of this file, with or without
41065         modification, are permitted provided the copyright notice
41066         and this notice are preserved.